summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.h
Commit message (Expand)AuthorAgeFilesLines
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-0/+3
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-181-0/+4
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-231-3/+4
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-171-17/+29
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-081-728/+728
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-081-27/+53
* Turn QLocale's operator==() and operator!=() into hidden friendsEdward Welbourne2020-11-071-3/+4
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-102/+0
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-281-7/+13
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-43/+89
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-261-1/+2
* QLocale: do the inlining in the class body to save repetitionEdward Welbourne2020-10-191-36/+17
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-3/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-12/+0
* QLocale: purge deprecated APIEdward Welbourne2020-07-231-6/+0
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-11/+0
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-2/+3
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-021-1/+2
* | Make QLocale(QString) explicitLars Knoll2020-04-011-1/+1
* | Pass QDate and QTime as value classesEdward Welbourne2020-02-271-8/+8
* | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-9/+7
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+6
|\|
| * Deprecate QLocale::toTime() variants taking a calendarEdward Welbourne2020-01-311-2/+6
* | Minor tidy-up in qlocalexml2cpp.pyEdward Welbourne2020-01-301-0/+1
|/
* Add advance warning of change of return types coming in Qt6Edward Welbourne2020-01-091-3/+3
* Update CLDR to v36Edward Welbourne2019-10-251-2/+5
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-2/+19
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+1153