Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -1/+1 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | fix headers | Warwick Allison | 2009-10-30 | 1 | -0/+40 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 2 | -0/+80 |
| | |||||
* | Remove unused imports from examples for extending. | Christian Kamm | 2009-09-10 | 1 | -1/+0 |
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Fix extending examples by inserting the appropriate import. | Christian Kamm | 2009-09-10 | 1 | -0/+1 |
| | | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Doc and example fixes for library qualification (QT-558) | Warwick Allison | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -0/+2 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Improve QmlComponent API | Aaron Kennedy | 2009-07-07 | 1 | -1/+1 |
| | | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine. | ||||
* | Doc | Aaron Kennedy | 2009-07-06 | 6 | -0/+101 |