| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 2 | -4/+5 |
|
|
* | Animations: animations with 0 duration would never be auto-deleted | Thierry Bastian | 2009-07-17 | 1 | -1/+1 |
|
|
* | QPropertyAnimation: save a Q_GLOBAL_STATIC | Thierry Bastian | 2009-07-08 | 1 | -10/+8 |
|
|
* | Animations: fix compilation with QT_NO_ANIMATION | Thierry Bastian | 2009-07-08 | 6 | -2/+26 |
|
|
* | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -26/+21 |
|
|
* | Animation: fixed a NOTIFY signal name that was wrong | Thierry Bastian | 2009-07-01 | 1 | -1/+1 |
|
|
* | Doc: Removed mention of QItemAnimation from animation docs and set | Geir Vattekar | 2009-06-18 | 1 | -0/+1 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 20 | -40/+40 |
|
|
* | removed foreach usage from animation API | Thierry Bastian | 2009-06-09 | 1 | -14/+19 |
|
|
* | move the QT_NO_ANIMATION macro to the right place (ie after other | Thierry Bastian | 2009-06-04 | 7 | -15/+15 |
|
|
* | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in the | Thierry Bastian | 2009-06-03 | 2 | -36/+40 |
|
|
* | prepend private/ for included private headers | Martin Jones | 2009-06-01 | 5 | -5/+5 |
|
|
* | Fix compilation with -pedantic | David Faure | 2009-05-29 | 3 | -3/+3 |
|
|
* | Export symbol needed by the declarative module. | Michael Brasser | 2009-05-28 | 1 | -1/+2 |
|
|
* | small refactor to change the interpolator at the same time as the | Thierry Bastian | 2009-05-27 | 4 | -34/+40 |
|
|
* | Fixed a bug in animation when you set a start value that doesn't have | Thierry Bastian | 2009-05-26 | 1 | -3/+7 |
|
|
* | Fixed docs warnings for Animation API | Thierry Bastian | 2009-05-26 | 3 | -6/+15 |
|
|
* | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 2 | -31/+19 |
|
|
* | Fix compilation on Solaris for animation API. | Alexis Menard | 2009-05-22 | 1 | -1/+1 |
|
|
* | update the qdoc tags (\since 4.6, remove \preliminary) | Kent Hansen | 2009-05-20 | 7 | -13/+7 |
|
|
* | Fix an issue that made appear warnings when the target of a property | Thierry Bastian | 2009-05-20 | 3 | -2/+31 |
|
|
* | No need to export QVariantAnimationPrivate | Thierry Bastian | 2009-05-20 | 1 | -1/+1 |
|
|
* | Removing QT_EXPERIMENTAL_SOLUTION from the animation api | Leonardo Sobral Cunha | 2009-05-19 | 11 | -74/+9 |
|
|
* | Removed unused method from QVariantAnimationPrivate | Leonardo Sobral Cunha | 2009-05-19 | 2 | -7/+0 |
|
|
* | Doc: Added information about ownership of animations. | David Boddie | 2009-05-19 | 1 | -7/+14 |
|
|
* | Avoid resetting the QVariantAnimation::currentValue when changing state | Leonardo Sobral Cunha | 2009-05-15 | 1 | -2/+0 |
|
|
* | General refactors in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 2 | -27/+35 |
|
|
* | Update current value on QVariantAnimation::setKeyValues | Leonardo Sobral Cunha | 2009-05-15 | 1 | -0/+1 |
|
|
* | Avoid interpolating if we have less than 2 key values in QVariantAnimation | Leonardo Sobral Cunha | 2009-05-15 | 1 | -4/+10 |
|
|
* | Indentation and whitespace fixes in animation api | Leonardo Sobral Cunha | 2009-05-15 | 5 | -13/+10 |
|
|
* | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in... | David Boddie | 2009-05-12 | 8 | -128/+334 |
|\ |
|
| * | Doc: Work on QPauseAnimation | Geir Vattekar | 2009-05-11 | 1 | -0/+16 |
|
|
| * | Doc: Work on QParallelAnimationGroup and QSequentialAnimationGroup | Geir Vattekar | 2009-05-11 | 2 | -7/+49 |
|
|
| * | Doc: Work on QAnimationGroup class description. | Geir Vattekar | 2009-05-08 | 1 | -12/+40 |
|
|
| * | Correct spelling. setConsitentTiming -> setConsistentTiming | Michael Brasser | 2009-05-08 | 2 | -2/+2 |
|
|
| * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in... | Geir Vattekar | 2009-05-07 | 3 | -8/+44 |
| |\ |
|
| | * | change the API of private class for QAbstractAnimation to allow setting | Thierry Bastian | 2009-05-07 | 2 | -14/+35 |
|
|
| | * | Addeed a warning if one is trying to animate a property that's not part | Thierry Bastian | 2009-05-07 | 1 | -0/+2 |
|
|
| | * | Provide a way in private API to have a consistent timer for animations. | Thierry Bastian | 2009-05-07 | 2 | -3/+16 |
|
|
| * | | Doc: Work on QPropertyAnimation class description | Geir Vattekar | 2009-05-07 | 1 | -18/+39 |
| |/ |
|
| * | Doc: Work on QAbstractAnimation class description | Geir Vattekar | 2009-05-05 | 1 | -46/+49 |
|
|
| * | Doc: Git merge conflict in QVariantAnimation | Geir Vattekar | 2009-05-05 | 1 | -7/+0 |
|
|
| * | Doc: Updated QVariantAnimation class description | Geir Vattekar | 2009-05-05 | 2 | -47/+114 |
|
|
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in... | David Boddie | 2009-04-29 | 1 | -17/+7 |
|\ \
| |/ |
|
| * | Small refactor of QVariantAnimation::updateCurrentValue | Thierry Bastian | 2009-04-29 | 1 | -17/+7 |
|
|
* | | Merged local changes. | David Boddie | 2009-04-29 | 1 | -1/+1 |
|/ |
|
* | Fixes QPropertyAnimation's default start value update condition | Leonardo Sobral Cunha | 2009-04-22 | 2 | -20/+16 |
|
|
* | Expose QVariantAnimationPrivate::getInterpolator in the private header | Leonardo Sobral Cunha | 2009-04-21 | 2 | -2/+4 |
|
|
* | QPropertyAnimation reevaluates the default start value after each run | Leonardo Sobral Cunha | 2009-04-21 | 1 | -2/+4 |
|
|
* | Fixes bug when adding the same child animation twice to the same group | Leonardo Sobral Cunha | 2009-04-21 | 1 | -1/+2 |
|
|