summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix QUnifiedTimer bugAlan Alpert2011-03-231-0/+1
* Stop the animation driver when there are no more animations.Michael Brasser2011-03-161-0/+3
* 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-101-1/+1
* | Compile fix.Kim Motoyoshi Kalland2010-11-151-2/+2
* | Introduced new class QAnimationDriver for plugging in what drives animationsGunnar Sletta2010-11-121-12/+36
|/
* Avoid calling time.elapsed() twice in abstract animationLeonardo Sobral Cunha2010-06-301-1/+1
* Adds slowdownFactor to UnifiedTimer in abstract animationLeonardo Sobral Cunha2010-06-301-1/+8
* Fixed a crash when declaring an animation with Q_GLOBAL_STATICThierry Bastian2010-04-191-4/+7
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* Port QtCore uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-55/+2
* 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/+61
|/
* add slow mode in private API for testingThierry Bastian2009-11-061-0/+4
* MAke sure we call setCurrentTime when an animation is startedThierry Bastian2009-10-231-1/+1
* Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-071-6/+35
* Removed unused function QUnifiedTimer::elapsedTime from animation api privateLeonardo Sobral Cunha2009-10-071-1/+0
* Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-021-1/+7
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* QAbstractAnimation: fixes segfault when deleting animation inside updateCurre...Leonardo Sobral Cunha2009-08-271-0/+1
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Animations: better handling of the timerThierry Bastian2009-08-041-3/+0
* Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-081-1/+6
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-251-5/+19
* Removing QT_EXPERIMENTAL_SOLUTION from the animation apiLeonardo Sobral Cunha2009-05-191-9/+0
* Correct spelling. setConsitentTiming -> setConsistentTimingMichael Brasser2009-05-081-1/+1
* change the API of private class for QAbstractAnimation to allow settingThierry Bastian2009-05-071-5/+10
* Provide a way in private API to have a consistent timer for animations.Thierry Bastian2009-05-071-0/+3
* iterationCount becomes loopCount againThierry Bastian2009-04-201-4/+4
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+137