aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-20/+0
* QtQml: Do not speculatively create ICs for non-composite typesUlf Hermann2024-02-081-3/+7
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-10/+18
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-2/+6
* QtQml: Clean up lazy-loading of parts of QQmlTypePrivateUlf Hermann2023-07-111-2/+0
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-64/+55
* QtQml: Move inline component registry to QQmlMetaTypeDataUlf Hermann2023-05-301-0/+14
* QML: Register all builtinsUlf Hermann2023-05-221-0/+2
* QML metatypes: Adjust to QMetaType revision incrementFabian Kosmale2023-05-021-2/+2
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-2/+5
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-0/+20
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-311-7/+4
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-241-4/+7
* Support extension property revisionsAndrei Golubev2022-05-241-0/+2
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-041-1/+6
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-15/+0
* QML: Add more safety to QQmlPropertyCache usagesUlf Hermann2022-03-181-7/+24
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+3
* Simplify QQmlMetaTypeInterface and QQmlListMetaTypeInterfaceUlf Hermann2022-01-181-28/+34
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-0/+9
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-0/+2
* Move composite types into QQmlMetaTypeUlf Hermann2022-01-151-0/+5
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-3/+4
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-171-2/+2
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-8/+5
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-4/+0
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-4/+77
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-1/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-051-4/+0
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-0/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+4
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-2/+50
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-6/+0
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-2/+2
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+7
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-181-1/+2
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-091-0/+2
* Allow QML plugins to be optionalUlf Hermann2020-06-091-3/+9
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-1/+1
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-1/+1
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-5/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+2
|\
| * QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-101-0/+2
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-4/+3
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-17/+18
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-11/+10