summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1320-20/+20
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-151-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2920-480/+480
* Update contact information in license headers.Sergio Ahumada2012-08-0120-40/+40
* Fixed null pointer dereference in QUnifiedTimerNick Ratelle2012-02-081-6/+9
* Update year in Nokia copyright messages.Jason McDonald2012-01-1120-20/+20
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1320-340/+340
* Remove compile warningAlan Alpert2011-03-241-1/+1
* Fix QUnifiedTimer bugAlan Alpert2011-03-232-1/+8
* Stop the animation driver when there are no more animations.Michael Brasser2011-03-162-1/+5
* 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-252-3/+13
|/
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-4/+9
|\
| * Check if the interpolators have already been deleted.Thiago Macieira2011-01-261-4/+9
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1720-20/+20
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-1120-20/+20
* | Compile fix.Kim Motoyoshi Kalland2010-11-151-2/+2
* | Introduced new class QAnimationDriver for plugging in what drives animationsGunnar Sletta2010-11-123-15/+210
|/
* Avoid calling time.elapsed() twice in abstract animationLeonardo Sobral Cunha2010-06-302-3/+4
* Adds slowdownFactor to UnifiedTimer in abstract animationLeonardo Sobral Cunha2010-06-302-4/+16
* 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