aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-6/+9
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-2/+58
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-0/+19
* [new compiler] Fix assignments to enums from string literalSimon Hausmann2014-01-141-1/+7
* [new compiler] Fix mix of bindings and signal handlersSimon Hausmann2014-01-141-1/+1
* [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-141-48/+48
* [new compiler] CleanupsSimon Hausmann2014-01-101-829/+0
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-18/+82
* [new compiler] CleanupsSimon Hausmann2014-01-101-44/+36
* [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-091-24/+27
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-39/+47
* [new compiler] Fix assigning signal handlersSimon Hausmann2014-01-081-1/+4
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-5/+44
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-1/+7
* [new compiler] Fix determination of id objects within component boundariesSimon Hausmann2014-01-061-25/+19
* [new compiler] Add support for parser status callbacksSimon Hausmann2014-01-061-0/+38
* Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-241-1/+1
* Fix unused variable warning in release buildsSimon Hausmann2013-11-041-2/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-6/+8
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-2/+8
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-0/+5
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-3/+2