summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Avoid running animation when loopCount == 0Leonardo Sobral Cunha2010-05-131-0/+3
* Fixed a crash when declaring an animation with Q_GLOBAL_STATICThierry Bastian2010-04-192-32/+56
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-232-55/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-222-55/+3
| |\
| | * Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
| | * Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-172-55/+3
* | | Fix warning on Sequential Animation GroupThierry Bastian2010-03-231-6/+1
|/ /
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-226-16/+35
|\ \ | |/ |/|
| * Fix a crash in animation groups when deleting uncontrolled animationsThierry Bastian2010-03-176-16/+35
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-2/+0
|\|
| * removed a debug traceThierry Bastian2010-01-221-2/+0
* | Adding a warning if the property of an animation is not writableThierry Bastian2010-01-221-1/+3
* | Merge branch '4.6'Thiago Macieira2010-01-211-5/+12
|\|
| * Make the qWarnings in the animation API more useful.Alexis Menard2010-01-191-5/+12
* | Make the animation api compile when QT_NO_THREAD is definedLeonardo Sobral Cunha2010-01-213-0/+13
* | Merge branch '4.6'Thiago Macieira2010-01-1320-20/+20
|\|
| * Update copyright year to 2010Jason McDonald2010-01-0720-20/+20
* | Don't use QTime::elapsed() on windows to query for the actual time.Jan-Arve Sæther2010-01-082-2/+62
|/
* Doc: Try to explain better when and how the easing curve is appliedJan-Arve Sæther2009-12-101-0/+7
* Make the animation timer more consistentThierry Bastian2009-11-251-2/+7
* Complete QVariantAnimation doc to mention qRegisterAnimationInterpolatorThierry Bastian2009-11-191-1/+18
* doc: Fixed qdoc errors.Martin Smith2009-11-161-1/+1
* Fix docs for animation apiLeonardo Sobral Cunha2009-11-092-9/+9
* Fix buildThierry Bastian2009-11-061-2/+2
* add slow mode in private API for testingThierry Bastian2009-11-062-2/+8
* Animations should only be registered if their new state is runningThierry Bastian2009-11-061-1/+1
* Revert "Make animation timer slightly more accurate with default interval of 15"Thierry Bastian2009-11-051-2/+1
* API review from yesterday made a bug appear for the pause animationsThierry Bastian2009-11-051-6/+12
* Another fix for the registration of the animationsThierry Bastian2009-11-051-3/+4
* Result API review with JasminThierry Bastian2009-11-0413-57/+83
* Fix to the unregistration of the animation to the global timerThierry Bastian2009-11-041-19/+11
* Make animation timer slightly more accurate with default interval of 15Thierry Bastian2009-11-021-1/+2
* Add missing QENUM declarations (needed by declarative).Warwick Allison2009-11-021-0/+2
* Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-12/+0
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-282-21/+21
| |\
| * | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-12/+0
* | | MAke sure we call setCurrentTime when an animation is startedThierry Bastian2009-10-232-12/+9
| |/ |/|
* | Fixes to the way animations are registered to the timerThierry Bastian2009-10-211-12/+9
* | Improve performance when starting a lot of animationsThierry Bastian2009-10-211-2/+3
* | Fixed a bug in that could unregister not-registered animationsThierry Bastian2009-10-201-2/+3
* | Make the default duration of pause animations 250msThierry Bastian2009-10-201-1/+2
* | Make the total duration of animation be 0 if duration is 0Thierry Bastian2009-10-201-8/+8
|/
* Update lastTick on all timerTicks in QAbstractAnimationLeonardo Sobral Cunha2009-10-091-7/+4
* In QParallelAnimationGroup, only stop the children if they arent stoppedLeonardo Sobral Cunha2009-10-071-3/+5
* Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-074-47/+186
* Removed unused function QUnifiedTimer::elapsedTime from animation api privateLeonardo Sobral Cunha2009-10-071-1/+0
* In QAbstractAnimation::setState setCurrentTime when animation pausesLeonardo Sobral Cunha2009-10-071-8/+9
* QParallelAnimationGroup: set the correct state for the animationsThierry Bastian2009-10-062-29/+49
* The threshold for system basic timers has changed on windowsThierry Bastian2009-10-061-3/+3
* QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2