aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-0/+4
|\
| * QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-171-0/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-27/+30
|\|
| * QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-221-27/+30
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
|/
* Update commercial license headersTarja Sundqvist2022-06-041-21/+21
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-221-14/+0
* Protect unregisterInternalCompositeType() against null metatype dataUlf Hermann2021-08-301-5/+7
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-181-12/+13
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-2/+2
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
* Un-special case QQmlPropertyValueTypeFabian Kosmale2021-03-311-2/+0
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-33/+0
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-65/+15
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-8/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-051-20/+0
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-3/+114
* Don't register invalid metatypes in QQmlMetaTypeDataUlf Hermann2021-01-251-5/+0
* QQmlMetaType: Remove lists setFabian Kosmale2020-12-111-5/+6
* QQmlMetaType: Get rid of objectsFabian Kosmale2020-12-111-8/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-111-1/+1
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-2/+4
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-13/+26
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-1/+1
* qqmlmetatypemodule: Fix maximumMinorVersion() returning bad valuesMaximilian Goldstein2020-10-271-1/+2
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-211-1/+1
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-181-1/+1
* QQmlMetaType: Cast the type interfaces to const when deletingUlf Hermann2020-10-121-2/+2
* Allow optional imports in qmldir filesUlf Hermann2020-10-081-1/+1
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-3/+7
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+1
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-1/+38
* Allow proper registration of value typesUlf Hermann2020-09-231-3/+13
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+1
* QQmlMetaType: Unregister metatype interfaces before deleting themUlf Hermann2020-09-151-2/+6
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-4/+32
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-7/+6
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-24/+0
* Adapt to new members in QMetaTypeInterfaceUlf Hermann2020-07-151-0/+2
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-0/+1
* QQmlMetaTypeData: Key nameToType by QHashedStringUlf Hermann2020-06-291-1/+2
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-15/+26
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-8/+39
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-181-4/+18
* QQmlMetaTypeData: Use a better container for the type modulesUlf Hermann2020-06-181-49/+29
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Un-pimpl QQmlModuleImportUlf Hermann2020-06-101-1/+1
* QQmlMetaType: Drop unneeded second arguments to QHash::value()Ulf Hermann2020-06-091-3/+3
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-091-1/+1