| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | A StateChangeScript should never be run when leaving the state. | Michael Brasser | 2010-03-24 | 1 | -4/+9 |
|
|
* | ScriptAction doc. | Michael Brasser | 2010-03-24 | 1 | -0/+31 |
|
|
* | Rename stateChangeScriptName to scriptName. | Michael Brasser | 2010-03-24 | 1 | -2/+2 |
|
|
* | Animation construction optimization. | Michael Brasser | 2010-03-24 | 1 | -1/+1 |
|
|
* | Change default RotationAnimation direction. | Michael Brasser | 2010-03-23 | 1 | -6/+7 |
|
|
* | Add missing NOTIFYs. | Michael Brasser | 2010-03-23 | 1 | -0/+12 |
|
|
* | Remove ParentAction. | Michael Brasser | 2010-03-23 | 1 | -211/+5 |
|
|
* | Remove warnings | Yann Bodson | 2010-03-18 | 1 | -0/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-03-17 | 1 | -2/+2 |
|\ |
|
| * | qdoc: Fixed lookup of QML property nodes. | Martin Smith | 2010-03-11 | 1 | -2/+2 |
|
|
* | | Update more animation on property value source docs. | Martin Jones | 2010-03-16 | 1 | -1/+1 |
|
|
* | | Make easing docs more consistent with other grouped property docs. | Michael Brasser | 2010-03-14 | 1 | -4/+8 |
|
|
* | | Fix typo. | Michael Brasser | 2010-03-14 | 1 | -1/+1 |
|
|
* | | Minor construction optimizations. | Michael Brasser | 2010-03-11 | 1 | -0/+3 |
|
|
* | | Add AnchorAnimation for animating AnchorChanges. | Michael Brasser | 2010-03-11 | 1 | -0/+95 |
|/ |
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -3/+5 |
|
|
* | Add basic support for explicit newParent in ParentAnimation. | Michael Brasser | 2010-03-05 | 1 | -6/+56 |
|
|
* | ParentAnimation docs + test. | Michael Brasser | 2010-03-05 | 1 | -0/+63 |
|
|
* | RotationAnimation docs + test. | Michael Brasser | 2010-03-04 | 1 | -10/+12 |
|
|