aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Fix order of alias vs non-alias bindingsSimon Hausmann2014-02-041-1/+2
* [new compiler] Fix binding initialization orderSimon Hausmann2014-02-041-8/+27
* [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-041-12/+11
* [new compiler] Fix sanity checking of parameter names when connecting to C++ ...Simon Hausmann2014-02-031-2/+16
* [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-0/+2
* [new compiler] Don't allow setting the id property multiple timesSimon Hausmann2014-02-031-2/+5
* [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-031-46/+67
* [new compiler] CleanupsSimon Hausmann2014-02-031-68/+101
* [new compiler] Fix invalid id error messaging for empty IDsSimon Hausmann2014-02-031-3/+4
* [new compiler] Fix location reported on function declaration errorsSimon Hausmann2014-02-031-1/+1
* [new compiler] Fix signal handlers that are fuzzily matchedSimon Hausmann2014-02-031-5/+5
* [new compiler] Fix location when reporting signal declaration errorsSimon Hausmann2014-02-031-1/+1
* [new compiler] Fix signal handler parameters for overloaded signalsSimon Hausmann2014-02-031-0/+1
* [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-031-1/+8
* [new compiler] Fix property declarations inside group propertiesSimon Hausmann2014-02-031-10/+25
* [new compiler] Fix location of errors in group property objectsSimon Hausmann2014-02-031-8/+5
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-291-3/+6
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-4/+17
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-0/+8
* Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-0/+4
* [new compiler] Fix support for namespaces in attached propertiesSimon Hausmann2014-01-271-11/+26
* [new compiler] Fix error message when trying to create uncreatable typesSimon Hausmann2014-01-241-7/+5
* [new compiler] Fix crash in loading qtquick controlsSimon Hausmann2014-01-241-1/+2
* [new compiler] Fix duplicate property/signal name detection for group objectsSimon Hausmann2014-01-201-9/+5
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-1/+2
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-4/+6
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-7/+10
* [new compiler] Fix group property initializersSimon Hausmann2014-01-171-1/+7
* [new compiler] Fix error handling for property names that look like signalsSimon Hausmann2014-01-141-4/+4
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-11/+16
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-2/+8
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-081-1/+4
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-22/+13
* Fix property access to QQmlPropertyMap objects when addressed via idSimon Hausmann2014-01-021-2/+4
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-35/+26
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-10/+18
* Clean up property dependency data structuresSimon Hausmann2013-12-051-11/+5
* Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-051-2/+2
* Remove unused memberLars Knoll2013-12-041-2/+1
* Fix accelerated property lookup on id addressed objectsSimon Hausmann2013-11-291-1/+2
* Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-4/+13
* Add a QML debug config option QML_LOOKUP_HINTS to find non-final propertiesSimon Hausmann2013-11-281-0/+12
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-24/+105
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-1/+8
|\
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-1/+8
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-12/+66
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-2/+10
* | Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-251-2/+2
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-251-9/+28
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-40/+53
|/