aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-2/+2
* Namespace cleanupSimon Hausmann2014-03-171-1/+1
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-4/+7
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+1
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-131-30/+17
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-2/+1
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-3/+3
* Fix incorrectly initialized property cache on group objectsSimon Hausmann2014-03-111-6/+11
* [new compiler] Fix crash in tst_qquickpathviewSimon Hausmann2014-03-061-1/+3
* [new compiler] Fix potential infinite recursion when using the incubatorSimon Hausmann2014-03-061-3/+3
* [new compiler] Fix designer integrationSimon Hausmann2014-03-051-2/+2
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-051-2/+74
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-0/+16
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-041-4/+43
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-2/+0
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-1/+1
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-031-3/+9
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-031-2/+2
* [new compiler] Fix warnings in qml list model custom parserSimon Hausmann2014-03-021-4/+6
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-021-7/+13
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-4/+8
* [new compiler] Fix tst_qqmlengine::trimComponentCacheSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix tst_qqmlqt::createComponentSimon Hausmann2014-03-021-3/+3
* [new compiler] Report an error when trying to append to a read-only listSimon Hausmann2014-03-021-0/+5
* [new compiler] Fix property assignments to resolved enumsSimon Hausmann2014-03-021-8/+14
* [new compiler] Remove incorrect assertionSimon Hausmann2014-03-021-1/+0
* [new compiler] Fix remaining qquickanimation test failuresSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-021-3/+3
* [new compiler] Fix error location for run-time binding errorsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix lazy binding evaluationSimon Hausmann2014-03-021-0/+6
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-1/+1
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-16/+16
* [new compiler] Cleanup object creator membersSimon Hausmann2014-02-161-75/+69
* [new compiler] Fix test with aggressive gcSimon Hausmann2014-02-161-0/+5
* [new compiler] Fix context ownership for anonymous componentsSimon Hausmann2014-02-131-1/+1
* [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-071-4/+6
* [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-071-12/+7
* [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-071-49/+65
* [new compiler] Fix memory management of newly created objectsSimon Hausmann2014-02-071-2/+4
* [new compiler] Fix crash in qml delegate modelSimon Hausmann2014-02-051-6/+9
* [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-4/+5
* [new compiler] Fix partial bindings on value typesSimon Hausmann2014-02-041-7/+45
* [new compiler] Fix bindings on aliasesSimon Hausmann2014-02-041-1/+11
* [new compiler] Set the rootObjectInCreation flag correctly on the root objectSimon Hausmann2014-02-041-4/+12
* [new compiler] Fix JS ownership of QML created objectsSimon Hausmann2014-02-041-0/+1
* [new compiler] Fix binding initialization orderSimon Hausmann2014-02-041-1/+4
* [new compiler] Fix context sharing for imported JS files that have no import ...Simon Hausmann2014-02-031-1/+1
* [new compiler] Fix revisioningSimon Hausmann2014-02-031-2/+2
* [new compiler] Allow function calls during initial binding evaluations and si...Simon Hausmann2014-02-031-1/+1
* [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-031-1/+1