summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent value source animations from being registered to start twice.Michael Brasser2010-06-241-0/+2
* Doc fixesBea Lam2010-06-181-17/+7
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-10/+11
* Add more Q_AUTOTEST_EXPORTsAaron Kennedy2010-06-031-43/+30
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-4/+19
* Remove warnings.Warwick Allison2010-05-201-1/+0
* Doc improvementsBea Lam2010-05-191-0/+3
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Fix crash in ParentAnimation.Michael Brasser2010-05-141-7/+7
* Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8
* Fix crash in ParentAnimation.Michael Brasser2010-05-141-8/+9
* qdoc fixesYann Bodson2010-05-061-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-051-1/+1
|\
| * Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
* | Fix cacheBuffer documentation.Martin Jones2010-05-051-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-051-0/+10
|\
| * Don't start valuesource animations until all component objects have been comp...Michael Brasser2010-05-051-0/+10
* | docWarwick Allison2010-05-051-57/+57
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-9/+71
|\
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
| * Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-221-1/+62
| * Document default easing curve.Alan Alpert2010-04-191-1/+2
| * Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-4/+4
| * Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-2/+2
* | Docs Changes to start page. Minor change to Elements doc. See also added to s...Peter Yard2010-04-271-0/+2
|/
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Output script errors in ScriptAction and StateChangeScriptMartin Jones2010-04-151-0/+7
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Change and rename qml EaseFollow to SmoothedAnimationLeonardo Sobral Cunha2010-03-301-3/+16
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-4/+7
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-20/+32
* A StateChangeScript should never be run when leaving the state.Michael Brasser2010-03-241-4/+9
* ScriptAction doc.Michael Brasser2010-03-241-0/+31
* Rename stateChangeScriptName to scriptName.Michael Brasser2010-03-241-2/+2
* Animation construction optimization.Michael Brasser2010-03-241-1/+1
* Change default RotationAnimation direction.Michael Brasser2010-03-231-6/+7
* Add missing NOTIFYs.Michael Brasser2010-03-231-0/+12
* Remove ParentAction.Michael Brasser2010-03-231-211/+5
* Remove warningsYann Bodson2010-03-181-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-171-2/+2
|\
| * qdoc: Fixed lookup of QML property nodes.Martin Smith2010-03-111-2/+2
* | Update more animation on property value source docs.Martin Jones2010-03-161-1/+1
* | Make easing docs more consistent with other grouped property docs.Michael Brasser2010-03-141-4/+8
* | Fix typo.Michael Brasser2010-03-141-1/+1
* | Minor construction optimizations.Michael Brasser2010-03-111-0/+3
* | Add AnchorAnimation for animating AnchorChanges.Michael Brasser2010-03-111-0/+95
|/
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-3/+5
* Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-051-6/+56
* ParentAnimation docs + test.Michael Brasser2010-03-051-0/+63
* RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12