aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-1702/+81
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-4/+12
|\|
| * QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-4/+12
* | QML: Consider all possible metatypes when looking for attached propsUlf Hermann2019-01-211-5/+8
* | Remove unused functionJędrzej Nowacki2018-12-031-7/+0
|/
* Doc: improve qmlRegisterInterface() documentationMitch Curtis2018-11-071-0/+3
* Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-5/+24
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-0/+7
* Remove left over commentRainer Keller2018-09-141-1/+1
* Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* List possbile enum conflictsRainer Keller2018-09-121-1/+60
* Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-1/+13
* Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-13/+29
|\
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-13/+29
* | Fix compiler warningSimon Hausmann2018-06-251-1/+1
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-8/+31
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-081-1/+11
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-091-5/+6
|\|
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-5/+6
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-4/+4
|/
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+33
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-44/+44
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+9
| |\
| | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+9
* | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-021-9/+1
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-0/+21
|\| |