summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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