summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-4/+6
|\
| * Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Joona Petrell2011-02-221-36/+24
| |\
| * | 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
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-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
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-231-4/+4
|\ \ | |/
| * Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-0/+2
|\ \ | |/
| * Doc clarification.Michael Brasser2010-09-301-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-1/+8
|\ \ | |/
| * Document PropertyAnimation::targets propertyBea Lam2010-09-271-1/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-2/+3
|\ \ | |/
| * In ParentChange treat flip in x and y as a 180 degree rotationMartin Jones2010-09-141-2/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-1/+1
|\ \ | |/
| * QDeclarative: Fix spelling mistake.Christian Kandeler2010-09-011-1/+1
* | Compilation on S60 of external projects depending on private headersEskil Abrahamsen Blomfeldt2010-09-021-0/+4
|/
* 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
* Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8