aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Allow canceling incubationJ-P Nurmi2017-01-241-0/+1
* Qml: mark some methods as constAnton Kudryavtsev2016-10-241-3/+3
* Cleanup: Move ResolvedTypeReference(Map) one scope upSimon Hausmann2016-08-011-1/+1
* Remove some dead codeUlf Hermann2016-07-271-1/+0
* Clean up property cache array handlingSimon Hausmann2016-06-161-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-4/+3
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-1/+1
* Remove the custom parser binding bits hash table from QQmlCompiledDataSimon Hausmann2016-05-301-3/+2
* Centralize deferred binding bit information in CompiledData::BindingSimon Hausmann2016-05-301-1/+1
* Optimize named object handlingSimon Hausmann2016-05-261-1/+0
* Simplify object to id-in-context mappingSimon Hausmann2016-05-261-2/+2
* Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-2/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Create less BindingWrappersLars Knoll2015-08-251-2/+2
* Make bindings refcountedLars Knoll2015-06-101-1/+1
* Speed up property binding initialization on object creationSimon Hausmann2015-04-211-4/+5
* Speed up creation of objects without script bindingsSimon Hausmann2015-04-161-1/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-4/+8
|\
| * Fix crash with early QObject property accessSimon Hausmann2014-08-251-0/+2
| * Protect some members in QQmlObjectCreatorLars Knoll2014-08-251-4/+6
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | CleanupSimon Hausmann2014-08-151-2/+2
|/
* Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-0/+1
* Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-231-2/+16
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-1/+1
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-131-2/+2
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-0/+1
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+3
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-2/+15
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-031-0/+2
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-031-12/+12
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-2/+4
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-021-1/+2
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-5/+5
* [new compiler] Cleanup object creator membersSimon Hausmann2014-02-161-15/+21
* [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-071-1/+2
* [new compiler] Fix tst_qqmlincubator::deleteContextSimon Hausmann2014-02-071-0/+2
* [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-071-1/+2
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-7/+8
* [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-1/+2
* [new compiler] Set the rootObjectInCreation flag correctly on the root objectSimon Hausmann2014-02-041-1/+1
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-1/+1
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-171-2/+2
* [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-141-3/+4
* [new compiler] CleanupsSimon Hausmann2014-01-101-71/+0
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-5/+9
* [new compiler] CleanupsSimon Hausmann2014-01-101-32/+12