Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 4 | -10/+10 |
| | | | | QDeclarativeXXX. | ||||
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 3 | -5/+6 |
| | | | | Task-number: QT-2798 | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 3 | -7/+19 |
| | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 5 | -5/+5 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 2 | -3/+3 |
| | | | | | | 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 | 2 | -0/+80 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 3 | -0/+120 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | 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 | 8 | -0/+292 |