aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetatype/tst_qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qqmlmetatype: Improve error messages on mismatchUlf Hermann14 days1-2/+10
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* 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-251-0/+13
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* 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-261-0/+23
* QQmlAnyBinding: Honor interceptors if and only if requestedFabian Kosmale2021-05-121-0/+15
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-041-0/+42
* 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
* Update tests to use new metaType systemDavid Skoland2020-11-021-11/+11
* Fix compile warnings from testsVolker Hilsheimer2020-10-221-3/+0
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-231-21/+0
* Compile with latest qtbase devFabian Kosmale2020-05-161-2/+2
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-24/+24
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-17/+33
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-16/+16
* tst_qqmlmetatype.cpp: Avoid memory leaksUlf Hermann2020-01-101-4/+6
* 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-101-0/+32
|\|
| * Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-281-0/+32
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-0/+57
|\|
| * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-0/+57
* | 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
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-0/+14
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Add a means to unregister custom qml typesAndy Shaw2017-12-011-0/+193
* Use QQmlType by valueLars Knoll2017-08-021-52/+52
* Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-1/+27
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-0/+33
* Updated license headersJani Heikkinen2016-01-201-17/+12
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-9/+9
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Add qmlRegisterType for Composite TypesAlan Alpert2013-02-181-5/+1
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-1/+61
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-0/+14