summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-171-1/+1
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-171-120/+72
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-171-63/+60
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* QLocale: improve speed of 'applyIntegerFormatting()'Andreas Buhr2020-11-081-4/+7
* Rework QLocale's likely sub-tag additionEdward Welbourne2020-11-081-55/+108
* Implement binary search in QLocale's likely sub-tag lookupEdward Welbourne2020-11-081-10/+32
* Replace QLocalePriave::create() with a plain constructorEdward Welbourne2020-11-081-16/+10
* Replace fallbackUiLocaleData() with fallbackUiLocaleIndex()Edward Welbourne2020-11-081-1/+1
* Rename QLocalePrivate's m_data_offset to m_indexEdward Welbourne2020-11-081-2/+2