aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-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
* Remove module registrations when unloading themUlf Hermann2019-12-201-0/+2
* Register compiled-in QML typesUlf Hermann2019-11-071-1/+1
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-2/+11
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+4
* Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-1/+1
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-1/+3
|\
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+4
* | Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-2/+6
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-3/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+2
| |\
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-0/+2