summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Animations: better handling of the timerThierry Bastian2009-08-042-27/+6
* extend the QObjectPrivate::connectedSignals bitfield to make spaceAaron Kennedy2009-07-311-1/+1
* Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-192-4/+5
* Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
* QPropertyAnimation: save a Q_GLOBAL_STATICThierry Bastian2009-07-081-10/+8
* Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-086-2/+26
* QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
* Animation: fixed a NOTIFY signal name that was wrongThierry Bastian2009-07-011-1/+1