aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-5/+6
* 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
| | * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-021-126/+112
| | * Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-021-0/+143
| | * Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-021-0/+29
| | * Use QQmlType by valueLars Knoll2017-08-021-70/+77
| | * Use QQmlType by value in the type wrapperLars Knoll2017-08-021-0/+19
| | * Turn QQmlType into a refcounted value typeLars Knoll2017-08-021-63/+132
| * | Add support for enum declarations in QMLMichael Brasser2017-07-131-94/+57
* | | Refactor context handlingLars Knoll2017-08-101-3/+0
|/ /
* / C++11 scoped enum support for QMLMichael Brasser2017-05-031-2/+189
|/
* Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-4/+8
* QQmlMetaType: Fix an invalid commentRobin Burchell2017-01-251-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | Introduce qmlRegisterModule()J-P Nurmi2016-11-181-7/+29
* | Qml: mark some methods as constAnton Kudryavtsev2016-10-241-2/+2
* | QQmlMetaType: replace QString::left with QString::leftRefAnton Kudryavtsev2016-10-211-1/+1
* | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-201-2/+2
|/
* Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-091-4/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+2
| |\
| | * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-3/+2
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-1/+1
* | | Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-241-1/+1