aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski16 hours1-0/+4
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-201-0/+2
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-221-1/+1
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-6/+4
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Adapt to qTzSet()'s move from qglobal_p.h to qenvironmentvariables_p.hEdward Welbourne2023-02-131-1/+1
* add QML_UNCREATABLE in the testsSami Shalayel2023-02-021-0/+1
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-171-16/+44
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-7/+10
* Impose alphabetic order on long lists of core includesEdward Welbourne2022-12-071-8/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* 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
* Restore the QTime round-trip on macOSEdward Welbourne2022-06-101-1/+1
* Fix missing null-check after component.create() callEdward Welbourne2022-06-101-0/+1
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-102-3/+14
* tst_qqmlqt: fix TimeZoneSwitch logicIvan Solovev2022-05-172-8/+5
* QQmlDataTest: fix dataDirectoryUrl generation for paths in qrcIvan Solovev2022-04-291-2/+0
* tst_qqmlqt: reliably call QDesktopServices::unsetUrlHandler()Marc Mutz2022-02-121-7/+8
* Disable failing declarative tests on AndroidAssam Boudjelthia2022-01-311-0/+5
* Use the correct scheme in setUrlHandler() for openUrlExternally() testsAssam Boudjelthia2021-12-171-6/+8
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Provide more options for handling URLs in the "Qt" objectUlf Hermann2021-09-134-0/+37
* qv4codegen: Provide more accurate SourceLocationsMaximilian Goldstein2021-07-141-3/+4
* Fix MSVC complaint about deprecated posix APIVolker Hilsheimer2021-04-281-8/+3
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-19/+19
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-093-138/+184
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-011-2/+2
* tst_qqmlqt: Avoid warning in testFabian Kosmale2020-08-263-13/+10
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Remove winrtOliver Wolff2020-06-041-3/+0
* Implement Qt.alpha()Maximilian Goldstein2020-04-142-0/+48
* Implement modifying colors using methodsMaximilian Goldstein2020-04-025-1/+65
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-38/+158
|\
| * Stop using Qt::DateFormat's locale-dependent membersEdward Welbourne2020-03-062-32/+112
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-312-12/+52
| |\
| | * Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-302-12/+52
* | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-116/+51
|\| |