summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.h
Commit message (Expand)AuthorAgeFilesLines
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-021-1/+4
* Make public QLocale's constant for the two-digit-year baseIvan Solovev2024-01-221-10/+10
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-4/+27
* QLocale: Add Q_ENUM registration for some enumsOlivier De Cannière2023-08-301-0/+3
* Give QLocale's name() and bcp47Name() separator parametersEdward Welbourne2023-08-181-1/+6
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-0/+5
* Update QLocale to CLDR v43Edward Welbourne2023-08-021-2/+7
* Move month names from QGregorianCalendar to QRomanCalendarEdward Welbourne2023-07-211-1/+1
* Update CLDR to v42Mate Barany2023-02-071-1/+8
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-2/+2
* qlocale: Fix some flags not being exposed to the metatype systemMaximilian Goldstein2022-08-111-0/+2
* QLocale: Expose FormatTime enum via Q_ENUMMaximilian Goldstein2022-08-021-0/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-2/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-6/+0
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-221-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QLocale: Un-inline QString& constructorMårten Nordheim2022-02-041-1/+1
* QLocale: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-5/+2
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-0/+25
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-101-1/+3
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-011-1/+4
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-3/+3
* Revise deprecation of countriesForLanguage()Edward Welbourne2021-04-161-3/+3
* Make script and territory optional in QLocale constructorsEdward Welbourne2021-04-151-3/+3
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-8/+38
* 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