Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use console.log, not print | Warwick Allison | 2009-11-23 | 3 | -3/+3 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 20 | -27/+27 |
| | | | | | | 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 | 20 | -0/+800 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 30 | -0/+1200 |
| | |||||
* | Docs. | Martin Jones | 2009-10-26 | 4 | -12/+20 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -9/+9 |
| | |||||
* | Make compile since QmlValuePropertySource is no longer a Qobject. | Bea Lam | 2009-10-02 | 4 | -4/+11 |
| | |||||
* | Use void return type for setter methods. | Bea Lam | 2009-10-02 | 2 | -8/+8 |
| | |||||
* | Remove unused imports from examples for extending. | Christian Kamm | 2009-09-10 | 10 | -10/+0 |
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example. | Christian Kamm | 2009-09-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Fix extending examples by inserting the appropriate import. | Christian Kamm | 2009-09-10 | 10 | -0/+10 |
| | | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Various doc fixes. | Michael Brasser | 2009-08-19 | 2 | -0/+60 |
| | | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors. | ||||
* | Doc and example fixes for library qualification (QT-558) | Warwick Allison | 2009-07-23 | 18 | -25/+25 |
| | |||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 10 | -0/+20 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Doc | Aaron Kennedy | 2009-07-07 | 34 | -0/+1418 |
| | |||||
* | Improve QmlComponent API | Aaron Kennedy | 2009-07-07 | 6 | -6/+6 |
| | | | | 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 | 44 | -0/+1226 |