summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-2/+2
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-10/+10
* QLocaleData: remove unused internal functionThiago Macieira2020-07-281-12/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-24/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+0
* QLocale: purge deprecated APIEdward Welbourne2020-07-231-37/+0
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-3/+4
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-151-60/+59
* Support digit-grouping correctlyEdward Welbourne2020-07-141-38/+34
* Refactor QLocale's integer formattingEdward Welbourne2020-07-141-127/+49
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-85/+115
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-43/+79
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-4/+3
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-217/+0
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-6/+4
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-101-9/+20
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-3/+3
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-1/+1
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-4/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-5/+4
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-5/+4
* | Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-24/+30
* | Compile fixes for clang10Lars Knoll2020-04-151-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* | Pass QDate and QTime as value classesEdward Welbourne2020-02-271-9/+9
* | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-171-2/+2
* | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-180/+215
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-5/+57
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-4/+32
| |\
| | * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-4/+32
| * | Deprecate QLocale::toTime() variants taking a calendarEdward Welbourne2020-01-311-1/+19
| * | Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-0/+6
* | | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-301-10/+10
* | | Refactor QLocale's data access to be less verboseEdward Welbourne2020-01-301-152/+69
* | | Preserve the case of the exponent separator CLDR suppliesEdward Welbourne2020-01-301-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-5/+7
|\|
| * updateSystemPrivate(): fix handling of empty string as non-null QVariantEdward Welbourne2020-01-231-5/+5
| * Fix QLocale::system() and uiLanguages() for the mobile platformsAndy Shaw2020-01-221-0/+2
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-14/+59
|\|
| * Eliminate QLocale's default_number_options global staticEdward Welbourne2020-01-091-8/+5
| * Improve QLocale method documentationEdward Welbourne2020-01-091-5/+25
| * Add advance warning of change of return types coming in Qt6Edward Welbourne2020-01-091-1/+29
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-11/+34
|\|
| * QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-11/+34
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
|/