aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt
Commit message (Expand)AuthorAgeFilesLines
* Revert "QtQml: Store enum values in QV4::Value"Olivier De Cannière7 days1-61/+4
* QtQml: Store enum values in QV4::ValueUlf Hermann2026-04-211-4/+61
* QML: Add Qt.escapeHtml() functionVladimir Belyavsky2026-03-132-0/+26
* Mark the whole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir2026-01-061-2/+4
* Qt.createQmlObject: Trim compilation unitsFabian Kosmale2025-12-102-0/+29
* Qt.rgba: use qBound to avoid assertsSami Shalayel2025-10-134-0/+6
* Replace btoa() and atob() with better implementationsUlf Hermann2025-07-113-6/+148
* Improve "could not convert argument" error messageMitch Curtis2025-04-021-8/+8
* Add Qt::Qml before Qt::QmlPrivate to auto testsKarim Pinter2024-10-221-0/+1
* Accept hue == -1 in Qt.hsla() and Qt.hslv()Paul Olav Tvete2024-08-143-0/+8
* Add missing properties to QQuickFontValueType::create()Eskil Abrahamsen Blomfeldt2024-08-082-0/+22
* Ensure that "styleName" is set by Qt.fontLuca Di Sera2024-06-062-0/+19
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-301-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