aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-1/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+2
|\
| * Add a means to unregister custom qml typesAndy Shaw2017-12-011-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-1/+2
|\|
| * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-1/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+3
|\|
| * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-191-0/+1
| * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-121-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-38/+73
|\|
| * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-0/+4
| * Remove unused types on engine destructionSimon Hausmann2017-08-021-16/+23
| * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-021-9/+4
| * Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-021-0/+1
| * Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-021-0/+3
| * Use QQmlType by valueLars Knoll2017-08-021-19/+33
| * Use QQmlType by value in the type wrapperLars Knoll2017-08-021-0/+5
| * Turn QQmlType into a refcounted value typeLars Knoll2017-08-021-4/+10
* | Add support for enum declarations in QMLMichael Brasser2017-07-131-7/+2
* | C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+14
|/
* Introduce qmlRegisterModule()J-P Nurmi2016-11-181-0/+1
* Qml: mark some methods as constAnton Kudryavtsev2016-10-241-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-5/+6
* Factor out method to get pretty QML type nameTobias Koenig2015-09-241-0/+2
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-3/+5
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-1/+1
* Changed QML type lockingSimon Hausmann2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove dead codeSimon Hausmann2014-03-291-8/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-291-0/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+1
|\
| * qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-211-0/+1
* | fix whitespaceOswald Buddenhagen2014-01-221-2/+2
|/
* Forward-declare QV4::String in qqmlmetatype_p.h.Friedemann Kleint2013-10-031-2/+2
* Add Singleton support for QMLAntti Piira2013-09-211-2/+9
* Add qmlProtectModuleAlan Alpert2013-09-201-1/+3
* Get rid of QHashedV4StringLars Knoll2013-06-281-4/+5
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+2
|\
| * Fix MSVC-warning about inconsistent DLL-linkage.Friedemann Kleint2013-05-091-2/+2
| * Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+2
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-4/+4
|/
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-4/+10
* Refactor QQmlTypePrivateAlan Alpert2013-01-241-2/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-45/+41