summaryrefslogtreecommitdiff
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-0720-20/+20
* 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
* Result API review with JasminThierry Bastian2009-11-0413-57/+83
* 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
* Add missing QENUM declarations (needed by declarative).Warwick Allison2009-11-021-0/+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-282-21/+21
| |\
| * | 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-232-12/+9
| |/ |/|
* | 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 default duration of pause animations 250msThierry Bastian2009-10-201-1/+2
* | 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
* In QParallelAnimationGroup, only stop the children if they arent stoppedLeonardo Sobral Cunha2009-10-071-3/+5
* Avoids timer ticks when there are only pause animations runningLeonardo Sobral Cunha2009-10-074-47/+186
* Removed unused function QUnifiedTimer::elapsedTime from animation api privateLeonardo Sobral Cunha2009-10-071-1/+0
* In QAbstractAnimation::setState setCurrentTime when animation pausesLeonardo Sobral Cunha2009-10-071-8/+9
* QParallelAnimationGroup: set the correct state for the animationsThierry Bastian2009-10-062-29/+49
* The threshold for system basic timers has changed on windowsThierry Bastian2009-10-061-3/+3
* QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2
* Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-022-9/+16
* 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-2810-18/+18
* Small change in the API of animationsThierry Bastian2009-09-2311-30/+24
* Fix a possible warning on animations used with statesThierry Bastian2009-09-221-7/+11
* small optimization for variant handling in animationsThierry Bastian2009-09-111-3/+9
* animations now display a warning if they don't have a end valueThierry Bastian2009-09-111-2/+2
* Update license headers again.Jason McDonald2009-09-0920-80/+80
* 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-3119-247/+247
* Merge branch '4.5' into 4.6Thiago Macieira2009-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-272-9/+19
* QPropertyAnimation: small refactor and we got rid of QMetaPropertyThierry Bastian2009-08-272-30/+14
* QPropertyAnimation: use of QWeakPointer instead of QObject::connectThierry Bastian2009-08-273-33/+23