aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-091-1/+34
* Allow QML plugins to be optionalUlf Hermann2020-06-091-10/+11
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-2/+6
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-3/+3
* Register value types declarativelyUlf Hermann2020-04-281-7/+15
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-2/+2
* Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-7/+9
* Clean up type registration structsUlf Hermann2020-03-121-27/+27
* QQmlMetaType: Make dynamically created metatypes non-staticUlf Hermann2020-03-101-1/+1
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-48/+61
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-4/+18
|\
| * Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-121-4/+7
| * QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-101-0/+11
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-14/+11
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-87/+80
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-2/+2
* Remove module registrations when unloading themUlf Hermann2019-12-201-0/+14
* QQmlMetaType: Fix typoUlf Hermann2019-12-191-1/+1
* Don't use insertMulti for regular QHashesMårten Nordheim2019-12-101-3/+3
* Use QMultiHash when duplicate keys are wantedMårten Nordheim2019-12-101-3/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-4/+4
|\
| * Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-4/+4
* | Register compiled-in QML typesUlf Hermann2019-11-071-2/+2
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-15/+9
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-26/+48
* | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-26/+13
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-1/+1
|/
* Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-1/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+28
| |\
| | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-251-1/+28
* | | Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-141-1/+1
* | | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-3/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-1/+3
|\| |