summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcustomparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-291-16/+16
|
* Report custom parse errors verbosely.Warwick Allison2009-09-101-6/+45
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-1/+2
|
* Treat custom properties as literal valuesAaron Kennedy2009-06-231-0/+1
|
* fix warningsWarwick Allison2009-05-211-0/+1
|
* Implement SetProperties as a custom parserAaron Kennedy2009-05-151-12/+16
| | | | This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data.
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-1/+1
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-19/+25
|
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+2
| | | | Custom parsers still have a way to go before they fully fit the QML 2.0 language.
* Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-301-1/+128
| | | | ListModel has been ported (under the name ListModel2) to demonstrate. ListModel2 behaves the same as ListModel, except that list "objects" must be called "ListElement" instead of a freeform name.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+96