aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | [new compiler] Fix error messages when trying to create invalid property inte...Simon Hausmann2014-02-032-4/+33
* | | [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-033-1/+14
* | | [new compiler] Don't allow setting the id property multiple timesSimon Hausmann2014-02-032-4/+7
* | | [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-033-54/+76
* | | [new compiler] CleanupsSimon Hausmann2014-02-033-123/+175
* | | [new compiler] Fix invalid id error messaging for empty IDsSimon Hausmann2014-02-031-3/+4
* | | [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-033-1/+185
* | | [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-033-9/+12
* | | [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-033-5/+17
* | | [new compiler] Fix property declarations inside group propertiesSimon Hausmann2014-02-032-13/+34
* | | [new compiler] Fix location of errors in group property objectsSimon Hausmann2014-02-032-10/+7
* | | [new compiler] Fix recursive property validation across component boundariesSimon Hausmann2014-02-031-2/+7
* | | Use lookups for get/setElement in the interpreterLars Knoll2014-01-312-0/+36
* | | CleanupsLars Knoll2014-01-315-24/+24
* | | Rename some filesLars Knoll2014-01-316-6/+6
* | | Implement Lookup::indexedSetterLars Knoll2014-01-317-107/+34
* | | V4: remove unused field.Erik Verbruggen2014-01-302-9/+6
* | | [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-293-10/+24
* | | [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-292-6/+353
* | | [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-283-5/+20
* | | [new compiler] Improved error handlingSimon Hausmann2014-01-284-33/+46
* | | Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-0/+4
* | | [new compiler] Fix support for namespaces in attached propertiesSimon Hausmann2014-01-272-12/+27
* | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-243-15/+22
|\| |
| * | Don't write into the callers stack frameLars Knoll2014-01-242-5/+16
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Simon Hausmann2014-01-241-3/+0
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-241-3/+0
| | |\|
| | | * V4: remove more superfluous spills.Erik Verbruggen2014-01-231-3/+0
| * | | V4: fix life-time hole check.Erik Verbruggen2014-01-241-7/+6
| |/ /
* | | [new compiler] Fix error message when trying to create uncreatable typesSimon Hausmann2014-01-243-12/+34
* | | [new compiler] Fix crash in loading qtquick controlsSimon Hausmann2014-01-242-3/+5
* | | Fix warning about unsafe flag operation in qqmltypecompiler.cpp.Friedemann Kleint2014-01-231-1/+1
* | | fix whitespaceOswald Buddenhagen2014-01-222-11/+11
* | | Use lookups for indexed accessesLars Knoll2014-01-206-1/+26
* | | [new compiler] Correct the use of default propertySimon Hausmann2014-01-202-8/+3
* | | [new compiler] Fix implicit component determination for composite typesSimon Hausmann2014-01-201-3/+1
* | | [new compiler] Fix duplicate property/signal name detection for group objectsSimon Hausmann2014-01-202-11/+9
* | | [new compiler] Add support for QML list modelsSimon Hausmann2014-01-204-15/+66
* | | [new compiler] Fix type versioningSimon Hausmann2014-01-201-0/+14
* | | [new compiler] Fix refcounting leaks with property cachesSimon Hausmann2014-01-203-44/+54
* | | [new compiler] Fix customer parser use with nested objectsSimon Hausmann2014-01-202-17/+18
* | | [new compiler] Fix id mapping in implicitly defined componentsSimon Hausmann2014-01-201-1/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-174-12/+59
|\| |
| * | V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-174-12/+59
| |/
* | [new compiler] Add support for type and enum resolution for custom parsersSimon Hausmann2014-01-172-1/+12
* | [new compiler] Fix error reporting location for custom parsersSimon Hausmann2014-01-172-16/+6
* | [new compiler] Fix implicit component definition for default propertiesSimon Hausmann2014-01-171-2/+14