summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fixed null pointer dereference in QUnifiedTimerNick Ratelle2012-02-081-6/+9
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Remove compile warningAlan Alpert2011-03-241-1/+1
* Fix QUnifiedTimer bugAlan Alpert2011-03-231-1/+7
* Stop the animation driver when there are no more animations.Michael Brasser2011-03-161-1/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamGunnar Sletta2011-02-251-0/+1
|\
| * Fix warning about unused parameterThiago Macieira2011-02-211-0/+1
* | Make the animation driver private APIGunnar Sletta2011-02-251-0/+10
|/
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Introduced new class QAnimationDriver for plugging in what drives animationsGunnar Sletta2010-11-121-3/+143
|/
* Avoid calling time.elapsed() twice in abstract animationLeonardo Sobral Cunha2010-06-301-2/+3
* Adds slowdownFactor to UnifiedTimer in abstract animationLeonardo Sobral Cunha2010-06-301-3/+8
* 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-191-28/+49
* 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-071-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