aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-1/+1
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-171-2/+2
* [new compiler] Fix scope, binding target and property object for bindings in ...Simon Hausmann2014-01-141-3/+4
* [new compiler] CleanupsSimon Hausmann2014-01-101-71/+0
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-5/+9
* [new compiler] CleanupsSimon Hausmann2014-01-101-32/+12
* [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-091-8/+15
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-3/+5
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-1/+3
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-1/+2
* [new compiler] Fix determination of id objects within component boundariesSimon Hausmann2014-01-061-3/+3
* [new compiler] Add support for parser status callbacksSimon Hausmann2014-01-061-0/+2
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-301-0/+21
* Fix component boundary detectionSimon Hausmann2013-09-251-0/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-251-1/+4
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-5/+14
* [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-201-1/+1
* [new compiler] Initial support for composite typesSimon Hausmann2013-09-201-1/+1
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-8/+30
* [new compiler] CleanupsSimon Hausmann2013-09-201-18/+17
* [new compiler] CleanupsSimon Hausmann2013-09-201-3/+4
* [new compiler] Finish support for initializing list propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Implement setting object propertiesSimon Hausmann2013-09-201-1/+1
* [new compiler] Fix timing of binding enablingSimon Hausmann2013-09-201-1/+4
* [new compiler] Implement remaining literal binding value assignmentsSimon Hausmann2013-09-201-2/+2
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-0/+5
* [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-201-2/+2
* Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-201-4/+0
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-1/+3
* [new compiler] Initial support for group propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-4/+6
* [new compiler] Implement name sanity checking for properties, signals and fun...Simon Hausmann2013-09-121-1/+1
* Fix error reporting timingSimon Hausmann2013-09-121-20/+31
* Fix -Werror buildSimon Hausmann2013-09-111-1/+1
* Fix error reporting for wrong signal parameter declarationsSimon Hausmann2013-09-081-2/+8
* Fix error reporting in the new object creatorSimon Hausmann2013-09-081-2/+5
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+97