summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-291-16/+8
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-261-5/+15
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-231-4/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-281-12/+0
* 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
* Compile fixes for clang10Lars Knoll2020-05-051-1/+1
* Don't output a warning that can trigger before Qt has fully initializedAndy Shaw2020-04-301-2/+0
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-5/+4
* 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
* | 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