summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale
Commit message (Expand)AuthorAgeFilesLines
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+4
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-141-56/+4
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-1/+18
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-0/+3
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* tst_qlocale: Add tests for parsing Chakma date and time stringsIevgenii Meshcheriakov2021-07-191-0/+16
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-111-3/+3
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-1/+7
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-261-1/+1
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-97/+97
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-4/+14
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-1/+1
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-0/+27
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-181-0/+16
* Remove the qmake project filesJoerg Bornemann2021-01-073-30/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* 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
|\