summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLocale: Compare to &globalLocaleData instead of systemData()Edward Welbourne2020-11-081-34/+34
* Always pass index when creating a QLocalePrivateEdward Welbourne2020-11-081-2/+20
* QLocale: use uint lessEdward Welbourne2020-11-081-12/+9
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-081-32/+25
* Rework finding of locale data to be index-basedEdward Welbourne2020-11-081-76/+47
* Add some inline methods to make code more readableEdward Welbourne2020-11-081-47/+19
* Turn QLocale's operator==() and operator!=() into hidden friendsEdward Welbourne2020-11-071-6/+6
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-281-16/+8
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-211-6/+15
* Refine QLocale constructor documentationEdward Welbourne2020-10-191-1/+2
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Minor refinements in QLocaleEdward Welbourne2020-10-121-12/+9
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-121-15/+13
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-2/+2
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-10/+10
* QLocaleData: remove unused internal functionThiago Macieira2020-07-281-12/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-24/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+0
* QLocale: purge deprecated APIEdward Welbourne2020-07-231-37/+0