| Commit message (Expand) | Author | Age | Files | Lines |
* | In ParentChange treat flip in x and y as a 180 degree rotation | Martin Jones | 2010-09-14 | 1 | -2/+3 |
|
|
* | QDeclarative: Fix spelling mistake. | Christian Kandeler | 2010-09-01 | 1 | -1/+1 |
|
|
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -53/+1 |
|
|
* | Docs - clarify use of PropertyChanges for immediate property changes in | Bea Lam | 2010-08-17 | 1 | -50/+119 |
|
|
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+13 |
|
|
* | Clear previous animation data for non-triggering animations. | Michael Brasser | 2010-08-13 | 1 | -0/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | David Boddie | 2010-08-06 | 1 | -15/+35 |
|\ |
|
| * | Improve docs on QML Animation page and associated elements | Bea Lam | 2010-08-05 | 1 | -16/+36 |
|
|
* | | Doc: Fixed qdoc warnings. | David Boddie | 2010-08-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-07-30 | 1 | -4/+4 |
|\ |
|
| * | Remove use of shared NOTIFY signals | Martin Jones | 2010-07-29 | 1 | -4/+4 |
|
|
* | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 1 | -7/+7 |
|/ |
|
* | Document that animations have to be started/stopped as a group | Bea Lam | 2010-07-27 | 1 | -0/+8 |
|
|
* | Remove unneeded member variable. | Michael Brasser | 2010-07-22 | 1 | -4/+3 |
|
|
* | various doc improvements for animation elements | Bea Lam | 2010-07-20 | 1 | -125/+132 |
|
|
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-16 | 1 | -49/+114 |
|
|
* | Minor animation doc improvement | Martin Jones | 2010-07-16 | 1 | -0/+3 |
|
|
* | Optimization: change signal/slot to function call | mae | 2010-07-08 | 1 | -2/+2 |
|
|
* | Added QDeclarativeSpringAnimation | mae | 2010-07-07 | 1 | -0/+10 |
|
|
* | Prevent value source animations from being registered to start twice. | Michael Brasser | 2010-06-24 | 1 | -0/+2 |
|
|
* | Doc fixes | Bea Lam | 2010-06-18 | 1 | -17/+7 |
|
|
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -10/+11 |
|
|
* | Add more Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 1 | -43/+30 |
|
|
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -4/+19 |
|
|
* | Remove warnings. | Warwick Allison | 2010-05-20 | 1 | -1/+0 |
|
|
* | Doc improvements | Bea Lam | 2010-05-19 | 1 | -0/+3 |
|
|
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
|
|
* | Fix crash in ParentAnimation. | Michael Brasser | 2010-05-14 | 1 | -7/+7 |
|
|
* | Revert "Fix crash in ParentAnimation." | Michael Brasser | 2010-05-14 | 1 | -9/+8 |
|
|
* | Fix crash in ParentAnimation. | Michael Brasser | 2010-05-14 | 1 | -8/+9 |
|
|
* | qdoc fixes | Yann Bodson | 2010-05-06 | 1 | -6/+6 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 1 | -1/+1 |
|\ |
|
| * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -1/+1 |
|
|
* | | Fix cacheBuffer documentation. | Martin Jones | 2010-05-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-05 | 1 | -0/+10 |
|\ |
|
| * | Don't start valuesource animations until all component objects have been comp... | Michael Brasser | 2010-05-05 | 1 | -0/+10 |
|
|
* | | doc | Warwick Allison | 2010-05-05 | 1 | -57/+57 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 1 | -9/+71 |
|\ |
|
| * | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -1/+1 |
|
|
| * | Add duration and easing properties to AnchorAnimation. | Michael Brasser | 2010-04-22 | 1 | -1/+62 |
|
|
| * | Document default easing curve. | Alan Alpert | 2010-04-19 | 1 | -1/+2 |
|
|
| * | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -4/+4 |
|
|
| * | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -2/+2 |
|
|
* | | Docs Changes to start page. Minor change to Elements doc. See also added to s... | Peter Yard | 2010-04-27 | 1 | -0/+2 |
|/ |
|
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -1/+1 |
|
|
* | Output script errors in ScriptAction and StateChangeScript | Martin Jones | 2010-04-15 | 1 | -0/+7 |
|
|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -4/+4 |
|
|
* | Change and rename qml EaseFollow to SmoothedAnimation | Leonardo Sobral Cunha | 2010-03-30 | 1 | -3/+16 |
|
|
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -4/+7 |
|
|
* | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 1 | -20/+32 |
|
|