summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinstruction_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove AssignSignal instructionAaron Kennedy2009-05-131-7/+0
|
* Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-111-0/+1
| | | | This reduces the number of runtime-resolved AssignConstant instructions that need to be generated.
* Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-111-0/+2
| | | | component creation
* Improve parser line/column trackingAaron Kennedy2009-05-061-0/+3
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+1
|
* Very basic slot declaration supportAaron Kennedy2009-05-051-0/+1
| | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } }
* Remove XML custom parser supportAaron Kennedy2009-05-051-5/+0
|
* 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.
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-1/+1
| | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+299