aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-2/+6
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-3/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+2
| |\
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-1/+1
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-1/+1
* | | Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-0/+3
* | | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-081-9/+7
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-221/+34
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/ /
* / Remove unused functionJędrzej Nowacki2018-12-031-2/+0
|/
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-0/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-1/+12
|\
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-1/+12
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-1/+6
|/
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-1/+1
* 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