aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-4/+2
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-8/+16
* Improve component boundary detect in new compilerSimon Hausmann2013-09-301-3/+4
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-6/+76
* Fix composite type registration in the new compilerSimon Hausmann2013-09-301-2/+0
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-301-0/+7
* Remove some uses of raw Object pointersLars Knoll2013-09-301-2/+2
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-1/+1
* Less QV4::Value usageLars Knoll2013-09-281-2/+1
* Remove Value::fromString()Lars Knoll2013-09-281-1/+4
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+7
* Fix Component.onCompleted emission and bindings for composite typesSimon Hausmann2013-09-251-0/+3
* Fix lookup scopes into the context objectSimon Hausmann2013-09-251-0/+2
* Fix component boundary detectionSimon Hausmann2013-09-251-1/+2
* Fix bug in assigning to self-declared properties in child object literalsSimon Hausmann2013-09-251-3/+2
* Fix assigning composite type object literals to object propertiesSimon Hausmann2013-09-251-1/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-251-11/+32
* Fix setting the id property when also present in the type itselfSimon Hausmann2013-09-251-0/+14
* Fix grouped property access for non-value type propertiesSimon Hausmann2013-09-221-9/+35
* [new compiler] Add support for default propertiesSimon Hausmann2013-09-201-3/+13
* [new compiler] Fix binding evaluationsSimon Hausmann2013-09-201-2/+2
* [new compiler] Improve error handling with invalid base typesSimon Hausmann2013-09-201-0/+8
* [new compiler] Fix JavaScript expressions in composite typesSimon Hausmann2013-09-201-0/+4
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-11/+184
* [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-201-5/+8
* [new compiler] Fix off-by-a-few in meta object creatorSimon Hausmann2013-09-201-1/+4
* [new compiler] Correctly handle attempts to set invalid group propertiesSimon Hausmann2013-09-201-6/+10
* [new compiler] Initial support for composite typesSimon Hausmann2013-09-201-7/+12
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-28/+201
* [new compiler] CleanupsSimon Hausmann2013-09-201-53/+47
* [new compiler] CleanupsSimon Hausmann2013-09-201-9/+13
* [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-201-129/+150
* [new compiler] Add initial support for assigning single objects to list prope...Simon Hausmann2013-09-201-0/+21