aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertycache/tst_qqmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyCache: Add rebased() methodUlf Hermann2026-04-271-0/+30
* QQmlPropertyCache: Add isComposite() helper and use in checksum()Ulf Hermann2026-04-251-0/+20
* tst_qqmlpropertycache: Don't leak dynamic metaobjectsUlf Hermann2026-02-251-2/+2
* QtQml: Demote the non-error case of OverridingNonVirtual to qCDebug()Ulf Hermann2026-02-241-14/+37
* Qml: Revert metaObject revsion change adaptationsOlivier De Cannière2026-02-171-11/+3
* QQmlPropertyCache expand Override Semantics. MetaObject pathDmitrii Akshintsev2026-02-041-11/+66
* QtQml: Don't crash when assigning to non-existing generalized groupsUlf Hermann2026-01-221-0/+14
* Qml override semantics: fix OverridingNonVirtualDmitrii Akshintsev2026-01-121-12/+18
* tst_qqmlpropertycache: Adapt to metaobject layout changeOlivier De Cannière2025-12-051-3/+11
* QQmlPropertyCache expand Override Semantics. QML pathDmitrii Akshintsev2025-12-051-0/+264
* Revert "QtQml: Remove dependency hashing"Ulf Hermann2025-05-151-2/+145
* QtQml: Remove dependency hashingUlf Hermann2025-05-131-145/+2
* tst_qqmlpropertycache: Use constants rather than moc output as expected dataUlf Hermann2024-11-191-6/+7
* tst_qqmlpropertycache: Adjust to changed metaobject generationFabian Kosmale2024-10-221-4/+1
* tst_qqmlpropertycache: Adjust to modified name mangling from mocFabian Kosmale2024-09-231-6/+8
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-051-0/+15
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Cache correct properties for signal handlersUlf Hermann2023-09-051-0/+67
* Fix compile error in tst_qqmlpropertycacheAxel Spoerl2023-01-121-2/+2
* tst_QQmlPropertyCache: work around name chance in moc-generated codeMarc Mutz2022-06-231-1/+19
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-19/+13
* Make most QQmlPropertyData constUlf Hermann2022-03-141-8/+8
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-20/+20
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-6/+6
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-021-0/+44
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-0/+2
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-031-3/+3
* Update MetaType things in testsDavid Skoland2020-11-041-1/+1
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-161-0/+26
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-281-0/+76
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-0/+1
* Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-1/+1
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+3
* Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-1/+3
* tst_qqmlpropertycache: Avoid memory leaksUlf Hermann2020-01-021-11/+25
* Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-0/+11
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-0/+21
|\
| * QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-211-0/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-0/+39
|\|
| * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-141-0/+39
* | QQmlPropertyCache: Add test that reads and writes short enumsUlf Hermann2019-01-031-1/+25
|/
* QML: Use all available type information to find enum typesUlf Hermann2018-11-191-1/+68
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-12/+6
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-36/+36
* Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+38