Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 82 | -4901/+0 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 50 | -310/+331 |
| | |||||
* | Make property value source examples work | Bea Lam | 2010-04-21 | 2 | -2/+2 |
| | |||||
* | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | |||||
* | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 20 | -45/+6 |
| | |||||
* | Fix some more Q_PROPERTY followed by semi-colon | Thiago Macieira | 2010-04-02 | 5 | -8/+8 |
| | |||||
* | Fix compilation: no semi-colon after Q_ENUM or Q_PROPERTY | Thiago Macieira | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 10 | -44/+43 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Fixed declarative examples not being installed. | Rohan McGovern | 2010-03-08 | 10 | -0/+41 |
| | |||||
* | Make compile following QDeclarativeMetaProperty renaming | Bea Lam | 2010-03-08 | 4 | -8/+8 |
| | |||||
* | Add subdirs .pro for examples/declarative/extending | Aaron Kennedy | 2010-02-24 | 2 | -0/+14 |
| | | | | Also fix up a compile error. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 40 | -103/+103 |
| | | | | QDeclarativeXXX. | ||||
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 30 | -47/+58 |
| | | | | Task-number: QT-2798 | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 24 | -56/+155 |
| | | | | | | | | 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 | 50 | -50/+50 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 |