aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for enum declarations in QMLMichael Brasser2017-07-131-94/+57
* 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
* | | Make this loop more readable with a range-forFrank Meerkoetter2016-05-131-3/+3
* | | Avoid QHash::values()Frank Meerkoetter2016-05-131-6/+3
* | | Scrape off a few allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-1/+1
|\|
| * Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-22/+40
* Factor out method to get pretty QML type nameTobias Koenig2015-09-241-0/+39
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-3/+27
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-6/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+4
|\
| * add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* | qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-1/+1
* | Don't try to load (or unload) QML plugins if QT_NO_LIBRARYUlf Hermann2015-06-191-0/+2
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-6/+6
|/
* Changed QML type lockingSimon Hausmann2015-04-161-44/+44
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-081-2/+2
* Allow multiple cached qml unit registration functionsSimon Hausmann2014-09-241-5/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+4
* Remove dead codeSimon Hausmann2014-03-291-22/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-291-0/+22
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+11
|\
| * Fix compile error with clang 3.4Lars Knoll2014-01-231-1/+1
| * qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-211-0/+11
* | fix whitespaceOswald Buddenhagen2014-01-221-10/+10
* | QQmlMetaType: adapt to upcoming MOC format changeMarc Mutz2013-12-041-1/+1
|/
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-2/+6