summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear previous animation data for non-triggering animations.Michael Brasser2010-08-131-0/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-061-15/+35
|\
| * Improve docs on QML Animation page and associated elementsBea Lam2010-08-051-16/+36
* | Doc: Fixed qdoc warnings.David Boddie2010-08-051-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-301-4/+4
|\
| * Remove use of shared NOTIFY signalsMartin Jones2010-07-291-4/+4
* | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-7/+7
|/
* Document that animations have to be started/stopped as a groupBea Lam2010-07-271-0/+8
* Remove unneeded member variable.Michael Brasser2010-07-221-4/+3
* various doc improvements for animation elementsBea Lam2010-07-201-125/+132
* fixes, improvements for various docs and example codeBea Lam2010-07-161-49/+114
* Minor animation doc improvementMartin Jones2010-07-161-0/+3
* Optimization: change signal/slot to function callmae2010-07-081-2/+2
* Added QDeclarativeSpringAnimationmae2010-07-071-0/+10
* 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