aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+21
| |\|
| | * Add a means to unregister custom qml typesAndy Shaw2017-12-011-0/+21
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-1/+3
|\| |
| * | Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-281-1/+3
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-4/+24
|\ \ \
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-3/+3
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+21
| |\|
| | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-191-0/+8
| | * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+12
| | * Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-121-1/+1
|\| |
| * | Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-400/+768
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-320/+725
| |\|
| | * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-1/+51
| | * Remove unused types on engine destructionSimon Hausmann2017-08-021-80/+171
| | * Remove unused variableSimon Hausmann2017-08-021-1/+0