aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlcodegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, part 2Simon Hausmann2014-03-181-1818/+0
* Namespace cleanupSimon Hausmann2014-03-171-81/+72
* Fix QQmlTypeData object leakLiang Jian2014-03-131-0/+1
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-041-9/+15
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-031-2/+5
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-031-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-021-194/+0
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-021-9/+10
* [new compiler] Fix tst_qqmlqt's trace testSimon Hausmann2014-03-021-3/+2
* [new compiler] Clean up error handling in AST passSimon Hausmann2014-03-021-80/+16
* [new compiler] Fix a few more tests related to property declarations with ini...Simon Hausmann2014-03-021-7/+4
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-3/+8
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-24/+36
* [new compiler] Fix memory leaksSimon Hausmann2014-03-021-9/+14
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-021-32/+62
* [new compiler] Fix error reporting when trying to set list properties multipl...Simon Hausmann2014-03-021-2/+9
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-021-0/+2
* [new compiler] Improve error message for incorrect signal assignmentsSimon Hausmann2014-03-021-1/+5
* [new compiler] Ensure that qualified type names end in an id with an upper ca...Simon Hausmann2014-03-021-12/+35
* Clean up our internal namespacesLars Knoll2014-02-231-142/+143
* [new compiler] Fix location of id property in error messagesSimon Hausmann2014-02-171-2/+2
* [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