aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* 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
* Add Singleton support for QMLAntti Piira2013-09-211-10/+77
* Add qmlProtectModuleAlan Alpert2013-09-201-5/+53
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+0
* Get rid of QHashedV4StringLars Knoll2013-06-281-3/+3
* Remove a potentially dangerous optimisationLars Knoll2013-06-281-25/+4
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-10/+36
|\
| * Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+24
| * Avoid rare crashAlan Alpert2013-05-041-10/+12
* | Fix failing assertion in tst_qqmlecmascript::singletonTypeSimon Hausmann2013-05-231-0/+3
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-3/+3
|/
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-51/+139
* Use constFind instead of find in QQmlMetaType::qmlTypehjk2013-02-061-2/+2
* Refactor QQmlTypePrivateAlan Alpert2013-01-241-90/+166
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Remove m_ in property names of QQmlTypePrivateAlan Alpert2013-01-081-183/+183
|/
* Fixed memory leak of registered QML modulesVadim Zakondyrin2012-11-191-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-153/+192
* Fix warnings in QtQmlMatthew Vogt2012-08-241-7/+9
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-37/+87
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-3/+71
* Support remote import pathsMatthew Vogt2012-07-161-0/+6
* Add enum values from related typesMatthew Vogt2012-06-271-10/+52
* Remove non-templated qobject module api registration functionChris Adams2012-06-121-3/+0
* Ensure cached moduleName matches when avoiding conversionMatthew Vogt2012-05-251-1/+3
* Optimize QML type registration.Martin Jones2012-05-231-6/+27
* Optimize type resolutionMartin Jones2012-05-171-69/+69
* Merge master into api_changesKent Hansen2012-03-271-0/+4
|\
| * Add templated module api registration functionChris Adams2012-03-261-0/+4
* | Merge master into api_changesKent Hansen2012-03-231-2/+2
|\|
| * Fix compiler warnings in QQmlTypeKent Hansen2012-03-191-2/+2
* | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-7/+2
|/