summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-03-271-86/+86
|\
| * Merge branch 'mimir' into 4.7Martin Smith2011-03-011-1/+1
| |\
| | * qdoc: Added more descriptions for QML commands.Martin Smith2011-03-011-1/+1
| * | Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-231-4/+6
| |\ \ | | |/ | |/|
| * | Doc: Fixed links and whitespace.David Boddie2011-02-171-1/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-02-041-36/+24
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-1/+1
| |\ \ \
| * | | | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-85/+85
* | | | | Fix memory leak.Martin Jones2011-03-241-0/+2
| |_|_|/ |/| | |
* | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-221-36/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | Doc: Fixed qdoc warnings about broken links.David Boddie2011-01-261-1/+1
| * | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-261-9/+4
| * | | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2011-01-211-26/+17
| |\ \ \
| | * | | Doc: Fixed invalid/incomplete QML code snippets.David Boddie2011-01-171-26/+19
| | | |/ | | |/|
| * | | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-211-1/+3
| | |/ | |/|
* | | Fix animations with alwaysRunToEnd that are frequently stopped/started.Michael Brasser2011-02-221-1/+4
* | | Prevent an animation from being registered to run twice.Michael Brasser2011-02-221-3/+2
| |/ |/|
* | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
|/
* Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
* Doc clarification.Michael Brasser2010-09-301-0/+2
* Document PropertyAnimation::targets propertyBea Lam2010-09-271-1/+8
* In ParentChange treat flip in x and y as a 180 degree rotationMartin Jones2010-09-141-2/+3
* QDeclarative: Fix spelling mistake.Christian Kandeler2010-09-011-1/+1
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-53/+1
* Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-171-50/+119
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+13
* 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