aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [new compiler] Fix datetime property conversion to match 5.1/5.2 behaviorSimon Hausmann2014-02-031-0/+6
* [new compiler] Fix signal handlers that are fuzzily matchedSimon Hausmann2014-02-031-3/+7
* [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-031-0/+24
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-253/+133
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-1/+12
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-29/+34
* [new compiler] Correct the use of default propertySimon Hausmann2014-01-201-8/+2
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-2/+3