aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [new compiler] Fix error reporting for invalid regexp property assignmentsSimon Hausmann2014-02-031-1/+1
* [new compiler] Fix error message about final property overridesSimon Hausmann2014-02-031-3/+4
* [new compiler] Fix error messages when trying to create invalid property inte...Simon Hausmann2014-02-031-3/+32
* [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-0/+10
* [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-031-1/+3
* [new compiler] CleanupsSimon Hausmann2014-02-031-28/+28
* [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-031-0/+159
* [new compiler] Fix signal handlers that are fuzzily matchedSimon Hausmann2014-02-031-2/+5
* [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-031-2/+6
* [new compiler] Fix recursive property validation across component boundariesSimon Hausmann2014-02-031-2/+7
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-291-2/+2
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-6/+350
* [new compiler] Improved error handlingSimon Hausmann2014-01-281-30/+34
* [new compiler] Fix error message when trying to create uncreatable typesSimon Hausmann2014-01-241-5/+27
* [new compiler] Fix crash in loading qtquick controlsSimon Hausmann2014-01-241-2/+3
* Fix warning about unsafe flag operation in qqmltypecompiler.cpp.Friedemann Kleint2014-01-231-1/+1
* [new compiler] Correct the use of default propertySimon Hausmann2014-01-201-7/+2
* [new compiler] Fix implicit component determination for composite typesSimon Hausmann2014-01-201-3/+1
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-11/+55
* [new compiler] Fix type versioningSimon Hausmann2014-01-201-0/+14
* [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-201-36/+44
* [new compiler] Fix customer parser use with nested objectsSimon Hausmann2014-01-201-16/+17
* [new compiler] Fix id mapping in implicitly defined componentsSimon Hausmann2014-01-201-1/+2
* [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-171-0/+7
* [new compiler] Fix error reporting location for custom parsersSimon Hausmann2014-01-171-14/+6
* [new compiler] Fix implicit component definition for default propertiesSimon Hausmann2014-01-171-2/+14
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-21/+75
* [new compiler] Clean up property cache / meta object builderSimon Hausmann2014-01-171-43/+66
* [new compiler] CleanupsSimon Hausmann2014-01-101-0/+829
* [new compiler] Add support for implicitly defined componentsSimon Hausmann2014-01-101-0/+10
* [new compiler] CleanupsSimon Hausmann2014-01-101-8/+65
* [new compiler] Move component determination and alias resolvingSimon Hausmann2014-01-091-12/+12
* [new compiler] CleanupsSimon Hausmann2014-01-081-0/+220