summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-0/+1
* 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
* | Make the animation api compile when QT_NO_THREAD is definedLeonardo Sobral Cunha2010-01-211-0/+7
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Don't use QTime::elapsed() on windows to query for the actual time.Jan-Arve Sæther2010-01-081-1/+1
|/
* Make the animation timer more consistentThierry Bastian2009-11-251-2/+7
* doc: Fixed qdoc errors.Martin Smith2009-11-161-1/+1
* Fix buildThierry Bastian2009-11-061-2/+2
* add slow mode in private API for testingThierry Bastian2009-11-061-2/+4
* 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-041-11/+35
* 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
* 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-281-20/+19
| |\
| * | 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-231-11/+8
| |/ |/|
* | 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 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
* Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-071-40/+147
* In QAbstractAnimation::setState setCurrentTime when animation pausesLeonardo Sobral Cunha2009-10-071-8/+9
* The threshold for system basic timers has changed on windowsThierry Bastian2009-10-061-3/+3
* Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-021-8/+9
* Fix qdoc error.Jason McDonald2009-09-291-2/+2
* Removed unused line in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-1/+0
* Refactor of timer verification in QAbstractAnimationLeonardo Sobral Cunha2009-09-281-6/+4
* Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-281-2/+2
* Small change in the API of animationsThierry Bastian2009-09-231-9/+9
* Fix a possible warning on animations used with statesThierry Bastian2009-09-221-7/+11
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* QAbstractAnimation: replacing QPointer usage for QWeakPointerLeonardo Sobral Cunha2009-08-281-12/+19
* QAbstractAnimation: fixes segfault when deleting animation inside updateCurre...Leonardo Sobral Cunha2009-08-271-9/+18
* animations: make sure setCurrentTime is called on all animationsThierry Bastian2009-08-251-2/+5
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Animations: better handling of the timerThierry Bastian2009-08-041-24/+6
* Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-3/+2
* Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
* QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-041-2/+2