aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-091-8/+15
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-3/+5
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-1/+3
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-1/+2
* [new compiler] Fix determination of id objects within component boundariesSimon Hausmann2014-01-061-3/+3
* [new compiler] Add support for parser status callbacksSimon Hausmann2014-01-061-0/+2
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-0/+21
* Fix component boundary detectionSimon Hausmann2013-09-251-0/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-251-1/+4
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-5/+14
* [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-201-1/+1
* [new compiler] Initial support for composite typesSimon Hausmann2013-09-201-1/+1
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-8/+30
* [new compiler] CleanupsSimon Hausmann2013-09-201-18/+17
* [new compiler] CleanupsSimon Hausmann2013-09-201-3/+4
* [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-201-0/+2