summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qanimationgroup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash in animation groups when deleting uncontrolled animationsThierry Bastian2010-03-171-2/+2
| | | | | | | | The problem was that we were not removing their references from the private object hash and at some point we could access it. Task-number: QTBUG-8910 Reviewed-by: gabi
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Result API review with JasminThierry Bastian2009-11-041-14/+14
| | | | | | | | | | | | | | | | | QAbstractAnimation: currentTime returns the "complete" current time currentLoopTime() returns the time inside the current loop add setPaused(bool) for consistency with QTimeLine stateChanged: newState passed as first paramater (before oldState) for consistency with the reset of Qt QAnimationGroup: rename clearAnimations to clear rename insertAnimationAt to insertAnimation rename takeAnimationAt to takeAnimation QSequentialAnimationGroup: rename insertPauseAt to insertPause
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Animations: update the documentationThierry Bastian2009-08-181-7/+0
| | | | Removed the reference to the QAnimationState that doesn't exist anymore
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-041-2/+2
| | | | includes)
* Fixed docs warnings for Animation APIThierry Bastian2009-05-261-1/+1
|
* update the qdoc tags (\since 4.6, remove \preliminary)Kent Hansen2009-05-201-2/+1
|
* Doc: Added information about ownership of animations.David Boddie2009-05-191-7/+14
| | | | Reviewed-by: Thierry Bastian
* Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵David Boddie2009-05-121-12/+40
|\ | | | | | | into kinetic-animations
| * Doc: Work on QAnimationGroup class description.Geir Vattekar2009-05-081-12/+40
| |
* | Merged local changes.David Boddie2009-04-291-1/+1
|/
* Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-211-1/+2
| | | | | | | | The child animation was removed twice from the group because in QAnimationGroup::insertAnimationAt the insertion in the list was done before removing the animation. Reviewed-by: Jan-Arve
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+274