aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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