Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -29/+33 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -3/+2 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -12/+12 |
| | | | | QDeclarativeXXX. | ||||
* | doc | Warwick Allison | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -12/+0 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 1 | -12/+0 |
| | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now. | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -17/+14 |
|/ | | | | Task-number: QT-2798 | ||||
* | Add documentation on QMLs memory management assumptions | Aaron Kennedy | 2010-02-23 | 1 | -0/+31 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-22 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys. | ||||
| * | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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). | ||||
* | | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
|/ | |||||
* | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | Reviewed-by: Trust Me | ||||
* | Augment documentation | Alan Alpert | 2010-02-03 | 1 | -0/+11 |
| | | | | Document automatic signal handlers and QmlViewer.Screen. | ||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -3/+3 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Doc fixes. | Michael Brasser | 2010-01-15 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-7322 | ||||
* | doc | Warwick Allison | 2010-01-08 | 1 | -2/+6 |
| | | | | Task-number: QTBUG-7125 | ||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-25 | 1 | -19/+21 |
|\ | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: doc/src/declarative/extending.qdoc | ||||
| * | add target | Yann Bodson | 2009-11-25 | 1 | -19/+20 |
| | | |||||
* | | Doc improvments | Bea Lam | 2009-11-25 | 1 | -4/+4 |
|/ | |||||
* | doc | Warwick Allison | 2009-11-13 | 1 | -0/+1 |
| | |||||
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Docs. | Martin Jones | 2009-10-26 | 1 | -2/+13 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -3/+59 |
| | |||||
* | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -3/+3 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-07 | 1 | -126/+126 |
| | |||||
* | spel | Warwick Allison | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Rest of 44ab46a6c5dcfb14395baf173a11179839003c4c | Warwick Allison | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -11/+11 |
| | |||||
* | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 1 | -4/+4 |
| | |||||
* | Doc and example fixes for library qualification (QT-558) | Warwick Allison | 2009-07-23 | 1 | -2/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -3/+162 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -2/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-06 | 1 | -0/+373 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-03 | 1 | -0/+348 |