aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetatype
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlmetatype: Improve error messages on mismatchUlf Hermann8 days1-2/+10
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Register all builtinsUlf Hermann2023-05-221-0/+90
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-141-0/+14
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-252-0/+39
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* 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-112-54/+4
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-0/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-5/+3
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-22/+22
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-262-0/+28
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-121-0/+15
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-042-0/+55
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-2/+2
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-3/+3
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-3/+3
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-20/+0
* Update tests to use new metaType systemDavid Skoland2020-11-021-11/+11
* Fix compile warnings from testsVolker Hilsheimer2020-10-221-3/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-5/+5
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-231-21/+0
* Compile with latest qtbase devFabian Kosmale2020-05-161-2/+2
* 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-121-41/+57
|\
| * Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-24/+24
| * Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-17/+33
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-4/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-16/+16
|\|
| * Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-16/+16
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-4/+6
|\|
| * tst_qqmlmetatype.cpp: Avoid memory leaksUlf Hermann2020-01-101-4/+6
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-5/+5
* | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-15/+14
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+66
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-4/+4
|\
| * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-4/+4
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-105-0/+110
|\|
| * Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-285-0/+110
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-253-0/+69
|\|
| * QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-0/+69
* | Move QStringHash into its own fileUlf Hermann2019-02-061-1/+0
* | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-5/+5
|/
* QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-0/+39
* Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-9/+5