summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2009-11-041-12/+0
|\
| * 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
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into kinet...Aaron Kennedy2009-10-292-12/+9
|\ \ \ \ | |/ / /
| * | | MAke sure we call setCurrentTime when an animation is startedThierry Bastian2009-10-232-12/+9
| | |/ | |/|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-252-13/+12
|\ \ \ | |/ /
| * | 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
| |/
* | Manually apply proper animation fixes.Michael Brasser2009-10-211-10/+11
* | Revert "Additional temporary fix for animation bug."Michael Brasser2009-10-211-1/+5
* | Additional temporary fix for animation bug.Michael Brasser2009-10-201-5/+1
* | Temporary fix for animation bug.Michael Brasser2009-10-201-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-195-56/+192
|\ \ | |/
| * 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
* | Fix messed up mergeAaron Kennedy2009-10-081-3/+3
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-074-34/+54
|\ \
| * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-064-34/+54
| |\ \ | | |/
| | * 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
* | | Only start timer if it isn't already activeAaron Kennedy2009-10-051-2/+4
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-042-9/+16
|\ \ | |/
| * Adds a bool to QAbstractAnimationPrivate to keep track of top-level animationsLeonardo Sobral Cunha2009-10-022-9/+16
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-021-2/+2
|\ \ | |/
| * Fix qdoc error.Jason McDonald2009-09-291-2/+2
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2911-50/+45
|\ \ | |/
| * 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
* | Use Q_ENUMS for State and Direction enums.Bea Lam2009-09-291-0/+2
|/
* 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