Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove AssignSignal instruction | Aaron Kennedy | 2009-05-13 | 1 | -7/+0 |
| | |||||
* | Use sub-component metaobjects to improve performance | Aaron Kennedy | 2009-05-11 | 1 | -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 Kennedy | 2009-05-11 | 1 | -0/+2 |
| | | | | component creation | ||||
* | Improve parser line/column tracking | Aaron Kennedy | 2009-05-06 | 1 | -0/+3 |
| | |||||
* | Beginings of an experimental QML debugger view | Aaron Kennedy | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -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 support | Aaron Kennedy | 2009-05-05 | 1 | -5/+0 |
| | |||||
* | Prototype custom parsers for non-xml qml language | Aaron Kennedy | 2009-04-30 | 1 | -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 Kennedy | 2009-04-28 | 1 | -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 kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+299 |