aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatypedata.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-2/+2
* QtQml: Move qmlType into base CUUlf Hermann2024-01-181-1/+1
* QtQml: Move property caches into base CUUlf Hermann2024-01-131-1/+1
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-131-1/+1
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-7/+9
* QML: Register all builtinsUlf Hermann2023-05-221-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-16/+1
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-21/+31
* Make most QQmlPropertyData constUlf Hermann2022-03-141-2/+2
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-1/+24
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-0/+3
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-22/+21
* Restrict types from unversioned imports only by major versionUlf Hermann2021-05-261-1/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-0/+1
* QQmlMetaTypeData: Use a better container for the type modulesUlf Hermann2020-06-181-4/+33
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-3/+3
* Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-8/+14
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-21/+24
* Register compiled-in QML typesUlf Hermann2019-11-071-2/+5
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+7
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Don't leak references to QQmlTypePrivateUlf Hermann2019-09-251-0/+1
* Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-181-5/+26
* Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-191-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-4/+4
* Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-0/+6
* Add public methods to query and set allowed revisions of property cachesUlf Hermann2019-02-071-2/+5
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+195