| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid running animation when loopCount == 0 | Leonardo Sobral Cunha | 2010-05-13 | 1 | -0/+3 |
|
|
* | Fixed a crash when declaring an animation with Q_GLOBAL_STATIC | Thierry Bastian | 2010-04-19 | 2 | -32/+56 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-23 | 2 | -55/+3 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 2 | -55/+3 |
| |\ |
|
| | * | Rename QTimestamp to QElapsedTimer | Thiago Macieira | 2010-03-17 | 1 | -2/+2 |
|
|
| | * | Port QtCore uses of QTime as a stopwatch to QTimestamp. | Thiago Macieira | 2010-03-17 | 2 | -55/+3 |
|
|
* | | | Fix warning on Sequential Animation Group | Thierry Bastian | 2010-03-23 | 1 | -6/+1 |
|/ / |
|
* | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 6 | -16/+35 |
|\ \
| |/
|/| |
|
| * | Fix a crash in animation groups when deleting uncontrolled animations | Thierry Bastian | 2010-03-17 | 6 | -16/+35 |
|
|
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-01 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | removed a debug trace | Thierry Bastian | 2010-01-22 | 1 | -2/+0 |
|
|
* | | Adding a warning if the property of an animation is not writable | Thierry Bastian | 2010-01-22 | 1 | -1/+3 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 1 | -5/+12 |
|\ \
| |/ |
|
| * | Make the qWarnings in the animation API more useful. | Alexis Menard | 2010-01-19 | 1 | -5/+12 |
|
|
* | | Make the animation api compile when QT_NO_THREAD is defined | Leonardo Sobral Cunha | 2010-01-21 | 3 | -0/+13 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 20 | -20/+20 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 20 | -20/+20 |
|
|
* | | Don't use QTime::elapsed() on windows to query for the actual time. | Jan-Arve Sæther | 2010-01-08 | 2 | -2/+62 |
|/ |
|
* | Doc: Try to explain better when and how the easing curve is applied | Jan-Arve Sæther | 2009-12-10 | 1 | -0/+7 |
|
|
* | Make the animation timer more consistent | Thierry Bastian | 2009-11-25 | 1 | -2/+7 |
|
|
* | Complete QVariantAnimation doc to mention qRegisterAnimationInterpolator | Thierry Bastian | 2009-11-19 | 1 | -1/+18 |
|
|
* | doc: Fixed qdoc errors. | Martin Smith | 2009-11-16 | 1 | -1/+1 |
|
|
* | Fix docs for animation api | Leonardo Sobral Cunha | 2009-11-09 | 2 | -9/+9 |
|
|
* | Fix build | Thierry Bastian | 2009-11-06 | 1 | -2/+2 |
|
|
* | add slow mode in private API for testing | Thierry Bastian | 2009-11-06 | 2 | -2/+8 |
|
|
* | Animations should only be registered if their new state is running | Thierry Bastian | 2009-11-06 | 1 | -1/+1 |
|
|
* | Revert "Make animation timer slightly more accurate with default interval of 15" | Thierry Bastian | 2009-11-05 | 1 | -2/+1 |
|
|
* | API review from yesterday made a bug appear for the pause animations | Thierry Bastian | 2009-11-05 | 1 | -6/+12 |
|
|
* | Another fix for the registration of the animations | Thierry Bastian | 2009-11-05 | 1 | -3/+4 |
|
|
* | Result API review with Jasmin | Thierry Bastian | 2009-11-04 | 13 | -57/+83 |
|
|
* | Fix to the unregistration of the animation to the global timer | Thierry Bastian | 2009-11-04 | 1 | -19/+11 |
|
|
* | Make animation timer slightly more accurate with default interval of 15 | Thierry Bastian | 2009-11-02 | 1 | -1/+2 |
|
|
* | Add missing QENUM declarations (needed by declarative). | Warwick Allison | 2009-11-02 | 1 | -0/+2 |
|
|
* | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 1 | -12/+0 |
|\ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-28 | 2 | -21/+21 |
| |\ |
|
| * | | Remove workarounds for Win32 event dispatcher bugs | Bradley T. Hughes | 2009-10-20 | 1 | -12/+0 |
|
|
* | | | MAke sure we call setCurrentTime when an animation is started | Thierry Bastian | 2009-10-23 | 2 | -12/+9 |
| |/
|/| |
|
* | | Fixes to the way animations are registered to the timer | Thierry Bastian | 2009-10-21 | 1 | -12/+9 |
|
|
* | | Improve performance when starting a lot of animations | Thierry Bastian | 2009-10-21 | 1 | -2/+3 |
|
|
* | | Fixed a bug in that could unregister not-registered animations | Thierry Bastian | 2009-10-20 | 1 | -2/+3 |
|
|
* | | Make the default duration of pause animations 250ms | Thierry Bastian | 2009-10-20 | 1 | -1/+2 |
|
|
* | | Make the total duration of animation be 0 if duration is 0 | Thierry Bastian | 2009-10-20 | 1 | -8/+8 |
|/ |
|
* | Update lastTick on all timerTicks in QAbstractAnimation | Leonardo Sobral Cunha | 2009-10-09 | 1 | -7/+4 |
|
|
* | In QParallelAnimationGroup, only stop the children if they arent stopped | Leonardo Sobral Cunha | 2009-10-07 | 1 | -3/+5 |
|
|
* | Avoids timer ticks when there are only pause animations running | Leonardo Sobral Cunha | 2009-10-07 | 4 | -47/+186 |
|
|
* | Removed unused function QUnifiedTimer::elapsedTime from animation api private | Leonardo Sobral Cunha | 2009-10-07 | 1 | -1/+0 |
|
|
* | In QAbstractAnimation::setState setCurrentTime when animation pauses | Leonardo Sobral Cunha | 2009-10-07 | 1 | -8/+9 |
|
|
* | QParallelAnimationGroup: set the correct state for the animations | Thierry Bastian | 2009-10-06 | 2 | -29/+49 |
|
|
* | The threshold for system basic timers has changed on windows | Thierry Bastian | 2009-10-06 | 1 | -3/+3 |
|
|
* | QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacall | Thierry Bastian | 2009-10-05 | 1 | -2/+2 |
|
|