Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc. | Michael Brasser | 2009-11-06 | 1 | -3/+0 |
| | |||||
* | Update animation docs. | Michael Brasser | 2009-11-06 | 1 | -14/+62 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-11-06 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Test Keys and KeyNavigation attached props. Fix Keys on<Key>Pressed | Martin Jones | 2009-11-06 | 1 | -0/+2 |
| | | |||||
* | | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -6/+6 |
|/ | |||||
* | Document the vector3d type in QML | Rhys Weatherley | 2009-11-05 | 1 | -0/+21 |
| | | | | | Task-number: QTBUG-5334 Reviewed-by: Aaron Kennedy | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-11-05 | 1 | -5/+7 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -5/+7 |
| | | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -3/+3 |
|/ | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406 | ||||
* | Add closestAngle function to Qt object to help with rotation animations. | Alan Alpert | 2009-11-04 | 1 | -0/+3 |
| | | | | Includes test and doc. | ||||
* | Doc. | Michael Brasser | 2009-11-03 | 1 | -3/+4 |
| | |||||
* | Fix crash. | Warwick Allison | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Fix crash in assistant/WebKit by disabling animated gif | Kai Koehne | 2009-11-02 | 1 | -1/+1 |
| | | | | | declarative-tutorial3_animated.gif let WebKit crash on all platforms. Until this bug is fixed upstream just use a static image. | ||||
* | Qt object test | Aaron Kennedy | 2009-11-02 | 1 | -28/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-11-02 | 2 | -6/+1 |
| | |||||
* | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 2 | -8/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-29 | 2 | -7/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 2 | -7/+0 |
| | | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | | Doc | Alan Alpert | 2009-10-29 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-28 | 7 | -8/+11 |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc | ||||
| * | Doc. | Michael Brasser | 2009-10-28 | 7 | -8/+11 |
| | | |||||
| * | Doc | Michael Brasser | 2009-10-28 | 1 | -0/+26 |
| | | |||||
* | | Fill out QML global object documentation | Alan Alpert | 2009-10-28 | 2 | -2/+177 |
|/ | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub. | ||||
* | Doc | Aaron Kennedy | 2009-10-27 | 1 | -0/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-26 | 2 | -2/+14 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Docs. | Martin Jones | 2009-10-26 | 2 | -2/+14 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-26 | 3 | -3/+2 |
|/ | |||||
* | Doc. | Michael Brasser | 2009-10-26 | 2 | -0/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-23 | 1 | -4/+4 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | | Doc. | Martin Jones | 2009-10-23 | 1 | -0/+57 |
|/ | |||||
* | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 4 | -75/+152 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-21 | 2 | -358/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 1 | -6/+39 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Docs. | Martin Jones | 2009-10-21 | 1 | -6/+39 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-21 | 2 | -92/+146 |
|/ | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -1/+78 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -2/+6 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 2 | -2/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -3/+9 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -6/+102 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-20 | 3 | -53/+175 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-20 | 2 | -25/+115 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | doc | Warwick Allison | 2009-10-20 | 2 | -25/+115 |
| | | | | | | | | | | | | | | | QT-2324 QT-2306 | ||||
| * | | Remove references to KeyActions in focus docs. | Martin Jones | 2009-10-20 | 1 | -28/+60 |
| |/ | |||||
* | | Doc | Aaron Kennedy | 2009-10-20 | 2 | -8/+198 |
|/ | |||||
* | Doc | Aaron Kennedy | 2009-10-16 | 5 | -3/+104 |
| | |||||
* | spel | Warwick Allison | 2009-10-15 | 1 | -2/+2 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-14 | 2 | -1/+9 |
| |