aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, part 2Simon Hausmann2014-03-181-503/+0
* Namespace cleanupSimon Hausmann2014-03-171-45/+22
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-1/+7
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-041-0/+21
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-021-28/+0
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-021-1/+2
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-9/+60
* [new compiler] Fix memory leaksSimon Hausmann2014-03-021-3/+0
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-021-4/+3
* [new compiler] Fix error reporting when trying to set list properties multipl...Simon Hausmann2014-03-021-0/+1
* [new compiler] Ensure that qualified type names end in an id with an upper ca...Simon Hausmann2014-03-021-3/+3
* Clean up our internal namespacesLars Knoll2014-02-231-54/+54
* [new compiler] Fix binding initialization orderSimon Hausmann2014-02-041-0/+37
* [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-041-4/+3
* [new compiler] Fix sanity checking of parameter names when connecting to C++ ...Simon Hausmann2014-02-031-0/+1
* [new compiler] Don't allow setting the id property multiple timesSimon Hausmann2014-02-031-2/+2
* [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-031-7/+6
* [new compiler] CleanupsSimon Hausmann2014-02-031-27/+46
* [new compiler] Fix signal handlers that are fuzzily matchedSimon Hausmann2014-02-031-2/+2
* [new compiler] Fix property declarations inside group propertiesSimon Hausmann2014-02-031-3/+9
* [new compiler] Fix location of errors in group property objectsSimon Hausmann2014-02-031-2/+2
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-281-0/+1
* [new compiler] Fix support for namespaces in attached propertiesSimon Hausmann2014-01-271-1/+1
* [new compiler] Fix duplicate property/signal name detection for group objectsSimon Hausmann2014-01-201-2/+4
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-1/+2
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-3/+3
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-1/+3
* [new compiler] Fix signal handlers for properties declared in the same objectSimon Hausmann2014-01-081-0/+2
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-1/+3
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-3/+18
* Remove unused memberLars Knoll2013-12-041-2/+1
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-0/+2
|\
| * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-251-0/+2
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-251-0/+5
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-251-3/+0
|/
* Improve debugging of QML expressionsSimon Hausmann2013-11-011-1/+1
* Resolve member expressions of QObject membersSimon Hausmann2013-10-311-1/+6
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+12
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-291-7/+7
* Speed up id object lookupsSimon Hausmann2013-10-291-13/+13
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+3
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-0/+12
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-5/+7
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-111-2/+2
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-0/+2
* Add Singleton support for QMLAntti Piira2013-09-211-1/+2
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-1/+2
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-0/+1