Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report custom parse errors verbosely. | Warwick Allison | 2009-09-10 | 1 | -2/+17 |
| | |||||
* | Fix to use "." not "/" in QML_DEFINE_TYPE URIs | Warwick Allison | 2009-08-04 | 1 | -1/+1 |
| | | | | Fix to allow multiple version specifying defines. | ||||
* | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -2/+2 |
| | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | ||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -2/+2 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -2/+3 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+11 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Implement SetProperties as a custom parser | Aaron Kennedy | 2009-05-15 | 1 | -0/+2 |
| | | | | This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data. | ||||
* | Remove XML custom parser support | Aaron Kennedy | 2009-05-05 | 1 | -17/+0 |
| | |||||
* | Make custom parsers internal. | Aaron Kennedy | 2009-04-30 | 1 | -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 language | Aaron Kennedy | 2009-04-30 | 1 | -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. |