aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertycache
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Resolve generalized group properties during alias resolutionUlf Hermann2024-04-052-0/+79
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Cache correct properties for signal handlersUlf Hermann2023-09-054-0/+117
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Fix compile error in tst_qqmlpropertycacheAxel Spoerl2023-01-121-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
* 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-132-5/+3
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-022-0/+62
* Unregister value types when tearing down QML typesUlf Hermann2021-02-122-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-11/+0
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-031-3/+3
* Update MetaType things in testsDavid Skoland2020-11-041-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+2
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-162-0/+30
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-282-0/+83
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-0/+1
* 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-2/+3
|\
| * 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
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-4/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-12/+28
|\|
| * Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-1/+3
| * tst_qqmlpropertycache: Avoid memory leaksUlf Hermann2020-01-021-11/+25
* | 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-144-0/+28
|\|
| * Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-134-0/+28
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+49
|/
* 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-152-0/+51
|\|
| * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
* | QQmlPropertyCache: Add test that reads and writes short enumsUlf Hermann2019-01-032-1/+31
|/
* QML: Use all available type information to find enum typesUlf Hermann2018-11-193-1/+83
* 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