aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-1/+11
|\
| * Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-091-2/+6
* Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-121-4/+7
* QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-101-0/+11
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-1/+3
| |\|
| | * In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+2
* | | Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-0/+4
| |\|
| | * Fix crash in QQmlMetaType::freeUnusedTypesAndCaches()Kevin Funk2019-04-251-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-19/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-23/+12
| |\|
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-23/+12
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-8/+15
| |\|
| | * Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-281-8/+15
* | | Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-181-0/+3
* | | 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-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-7/+7
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-7/+7
* | | Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-111-11/+5
* | | Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-21/+153
* | | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-081-20/+183
* | | Tighten the interface of QQmlTypeModuleUlf Hermann2019-02-071-69/+55
* | | QQmlMetaType: Only provide access to the singleton through the lockUlf Hermann2019-02-061-109/+96