summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
Commit message (Collapse)AuthorAgeFilesLines
* Shift QmlBindableValue data into d-ptrAaron Kennedy2009-05-061-0/+1
|
* Remove QML XML supportAaron Kennedy2009-05-051-2/+0
|
* Improve error handling consistencyAaron Kennedy2009-05-051-2/+4
|
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+1
| | | | 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/+1
| | | | 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.
* Merge branch 'kinetic-declarativeui' of ../kinetic into ↵Aaron Kennedy2009-04-281-1/+2
|\ | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/mouseregion/mouse.qml
| * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-1/+2
| | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* | Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+7
|/
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+63