summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qanimationgroup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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