summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-0/+7
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-6/+6
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-4/+4
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-17/+17
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-12/+14
* Use QtMiscUtils::toAsciiLower() around the codeMarc Mutz2022-02-191-9/+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-22/+0
* QLocale: replace a QList with QVLA for duplicate trackingMarc Mutz2022-01-281-1/+2
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QLocale: replace use of append(QString(n, c)) with resize(size() + n, c)Marc Mutz2021-12-281-1/+1
* QLocale: replace a few getData() with viewData()Marc Mutz2021-12-281-5/+5
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-19/+117
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-271-1/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-18/+59
* Fix system locale instantiationIvan Solovev2021-09-151-1/+1
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-32/+55
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-2/+2
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-011-9/+18
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Clean up QLocaleData::validateChars() and fix its double-handlingEdward Welbourne2021-08-301-59/+43
* Avoid UB (and the consequent need to suppress an MSVC warning)Edward Welbourne2021-08-301-8/+5
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-18/+25
* Pre-check a pair of string comparisons by lengthEdward Welbourne2021-08-051-1/+5
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-14/+45
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-021-1/+2
* doubleToString: Fix assert when double is NaNMårten Nordheim2021-07-271-1/+1
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-17/+17
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-251-1/+1
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-2/+10
* Fix augmentation of UI language listEdward Welbourne2021-06-071-23/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-6/+6
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-3/+3
* Revise deprecation of countriesForLanguage()Edward Welbourne2021-04-161-31/+7
* Make QLocale documentation more honestEdward Welbourne2021-04-151-56/+42
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-105/+197
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+1
* Update documents of QLocale::CountryJiDe Zhang2021-03-091-1/+1
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-2/+2
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-6/+48
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-181-2/+45
* QLocale: Remove dead codeKai Köhne2021-01-061-10/+0
* Fix warning about copy during range iterationTor Arne Vestbø2020-11-271-1/+1
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+7
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-271-1/+1
* Clean up docs of QCalendar-related QLocale::toString() variantsEdward Welbourne2020-11-231-42/+59