summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-031-1/+1
* Update CLDR to v38Edward Welbourne2020-11-081-1/+1
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-28/+0
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-281-7/+7
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Tidy up tst_QLocale::ctor(), reduce needless repetitionEdward Welbourne2020-10-191-21/+21
* Remove vacuous tst_QLocale::cleanupTestCase()Edward Welbourne2020-10-191-4/+0
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-231-0/+22
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+4
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-5/+5
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-15/+31
* Support digit-grouping correctlyEdward Welbourne2020-07-141-4/+4
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-7/+41
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-1/+0
* Remove winrtOliver Wolff2020-06-065-10/+8
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+5
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-30/+69
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-273-0/+46
* Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-37/+123
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-6/+6
|\
| * Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
| * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
* | Make QLocale(QString) explicitLars Knoll2020-04-011-1/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+1
|\|
| * QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
* | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-11/+13
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-16/+21
|\|
| * Configure the MS-Win long time format rather than assuming we know itEdward Welbourne2020-02-061-3/+4
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-13/+17
| |\
| | * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-13/+17
* | | Move old tst_QLocale::negativeZero() to tst_QString::number()Edward Welbourne2020-01-301-5/+23
* | | Preserve the case of the exponent separator CLDR suppliesEdward Welbourne2020-01-301-10/+10
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-0/+53
|\|
| * QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-0/+53
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
|/
* Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* Update CLDR to v36Edward Welbourne2019-10-251-7/+7
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-106-0/+3074