summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-041-16/+66
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-181/+397
* Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
* Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+4223