aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [new compiler] Implement setting object propertiesSimon Hausmann2013-09-201-6/+70
* [new compiler] Cleanup attached and group property determinationSimon Hausmann2013-09-201-22/+16
* [new compiler] Fix timing of binding enablingSimon Hausmann2013-09-201-21/+33
* [new compiler] Implement remaining literal binding value assignmentsSimon Hausmann2013-09-201-65/+407
* [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-0/+13
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-1/+40
* [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-7/+17
* [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-201-12/+17
* Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-201-43/+11
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-1/+6
* [new compiler] Initial support for group propertiesSimon Hausmann2013-09-201-10/+44
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-3/+4
* [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-11/+12
* [new compiler] Improve error reportingSimon Hausmann2013-09-121-13/+5