summaryrefslogtreecommitdiffstats
path: root/tests/auto/qanimationgroup
Commit message (Collapse)AuthorAgeFilesLines
* Autotest: fixed compile issues on hp compilerThierry Bastian2009-06-171-13/+13
|
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* QPropertyAnimation reevaluates the default start value after each runLeonardo Sobral Cunha2009-04-211-0/+32
| | | | | | | | When the start value is not explicitly defined, the property animation will set the default start to be the current property value when updating the animation's state to Running. Reviewed-by: Jan-Arve
* Fixes bug when adding the same child animation twice to the same groupLeonardo Sobral Cunha2009-04-211-0/+34
| | | | | | | | 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
* iterationCount becomes loopCount againThierry Bastian2009-04-201-7/+7
|
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-172-0/+352