summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Animation: reordering of private members saves 8 bytesThierry Bastian2009-08-271-3/+3
* animations: make sure setCurrentTime is called on all animationsThierry Bastian2009-08-251-2/+5
* Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-192-9/+8
* Animations: update the documentationThierry Bastian2009-08-181-7/+0
* fix includes to use lower-caseHarald Fernengel2009-08-171-1/+1
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* Fix compile issue for animation frameworkThierry Bastian2009-08-131-1/+1
* QPropertyAnimation: refactor of the default-value codeThierry Bastian2009-08-133-41/+33
* oops: fix an issue when going backward and there is only 1 key value setThierry Bastian2009-08-121-4/+11
* Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-122-39/+39
* Update contact URL in license headers.Jason McDonald2009-08-1220-20/+20
* QParallelAnimationGroup pause resume fixedThierry Bastian2009-08-041-1/+2