summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-3/+4
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-151-60/+59
* Support digit-grouping correctlyEdward Welbourne2020-07-141-38/+34
* Refactor QLocale's integer formattingEdward Welbourne2020-07-141-127/+49
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-85/+115
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-43/+79
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-4/+3
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-4/+4
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-217/+0
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-6/+4
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-101-9/+20
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-3/+3
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-1/+1
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-4/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-5/+4
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-5/+4