Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -3/+4 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Report custom parse errors verbosely. | Warwick Allison | 2009-09-10 | 1 | -6/+45 |
| | |||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -1/+2 |
| | |||||
* | Treat custom properties as literal values | Aaron Kennedy | 2009-06-23 | 1 | -0/+1 |
| | |||||
* | fix warnings | Warwick Allison | 2009-05-21 | 1 | -0/+1 |
| | |||||
* | Implement SetProperties as a custom parser | Aaron Kennedy | 2009-05-15 | 1 | -12/+16 |
| | | | | This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data. | ||||
* | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-05-05 | 1 | -19/+25 |
| | |||||
* | Make custom parsers internal. | Aaron Kennedy | 2009-04-30 | 1 | -1/+2 |
| | | | | 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 | -1/+128 |
| | | | | 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. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+96 |