aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-7/+1
| * | tst_qqmlqt: Avoid memory leaksUlf Hermann2020-01-021-109/+50
| |/
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-9/+17
|\|
| * tst_qqmlqt.cpp: avoid setContextPropertyFabian Kosmale2019-10-073-9/+17
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+51
|/
* Fix recurring test failure on some Linux systemsLars Knoll2018-04-261-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-37/+37