aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllocale
Commit message (Expand)AuthorAgeFilesLines
* Correct am/pm indicators for en_AU to lowercaseEdward Welbourne6 days1-2/+4
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-2/+4
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Make QQmlLocale test robust against time and locale variationsVolker Hilsheimer2023-10-281-3/+4
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tst_qqmllocale: Adapt to changed time format dataUlf Hermann2023-02-091-1/+9
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Locale: add toString functionsMitch Curtis2022-10-241-32/+125
* tst_qqmllocale: evaluate QML in root object context instead of engine'sMitch Curtis2022-10-212-8/+7
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* Avoid memory leaks in tst_qqmllocale.cppUlf Hermann2022-09-131-91/+74
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QML tests: port away from deprecated QLocale::nativeCountryName()Ivan Solovev2022-08-262-2/+2
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+3
* Tidy up in tst_qqmllocale::numberOptions()Edward Welbourne2022-06-101-3/+5
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-101-47/+37
* QNX: suppress QEXPECT_FAIL() on two tests it passesPasi Petäjäjärvi2022-01-311-2/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Expose formattedDataSize() in QML Locale typeMitch Curtis2021-03-132-1/+114
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* tst_qqmllocale: blacklist timezone test on 32bit linuxSamuli Piippo2021-01-121-0/+2
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* Make timeZoneUpdated.qml say what went wrong on failureEdward Welbourne2021-01-081-19/+73
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-0/+16
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-2/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-1/+1
|\
| * Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-0/+30
|\|
| * Locale: expose NumberOptions to QMLFabian Kosmale2019-12-051-0/+30
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-11/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-6/+11
|\|
| * Make sure timeZoneUpdated test cleans up properly if it failsJan Arve Sæther2019-07-181-6/+11
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+47
|/
* Fix localeAsCppProperty test for AndroidJan Arve Sæther2019-07-032-3/+8
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2017-11-141-4/+4
* tst_qqmllocale: avoid duplicating a QLocale::toString() callEdward Welbourne2017-01-101-6/+9
* tst_qqmllocale: simplify creation of a QDateTimeEdward Welbourne2017-01-101-27/+9
* tst_qqmllocale: shuffle commentary on JS Date's month numberingEdward Welbourne2017-01-102-6/+7
* tst_qqmllocale: use unsetenv to clear environment variableEdward Welbourne2017-01-101-1/+4
* tst_qqmllocale: use QVERIFY() rather than QCOMPARE(, true)Edward Welbourne2017-01-101-2/+2
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-3/+3
|\
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3