summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcustomparser_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove XML custom parser supportAaron Kennedy2009-05-051-17/+0
|
* Make custom parsers internal.Aaron Kennedy2009-04-301-19/+68
| | | | 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-0/+79
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.