summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Emit animation driver signals after we change the state.Gunnar Sletta2013-04-171-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+5
|\
| * Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-161-2/+5
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-297-28/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1820-20/+20
* Make the animation framework docs more framework-agnosticJan Arve Saether2012-11-281-1/+1
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-131-1/+2
* [QTBUG-13230] Make QVariantAnimation non-abstractMarc Mutz2012-10-092-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2220-480/+480
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-5/+7
* Fix missing or improper include guard in headersSergio Ahumada2012-09-093-9/+9
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-237-0/+10
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-052-2/+2
* Make sure animation drivers knows about the temporal offset after a pauseGunnar Sletta2012-05-113-1/+33
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+1
* Don't use QMutexPool from the animation frameworkOlivier Goffart2012-03-062-14/+13
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-12/+12
* Avoid advancing animations outside the animation "tick"Gunnar Sletta2012-02-093-2/+9
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3020-20/+20
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-257-7/+0
* QPropertyAnimation::setTargetObject() fails if new and old target object have...Armin Berres2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-2320-20/+20
* Abstract QUnifiedTimer.Michael Brasser2012-01-122-130/+414
* Use explicit Qt::TimerTypes when starting animation timers.Bradley T. Hughes2012-01-051-2/+6
* Update copyright year in license headers.Jason McDonald2012-01-0520-20/+20
* Fix possible jump in animation timer.Michael Brasser2011-12-141-0/+4
* Stop animation driver in the appropriate place.Michael Brasser2011-12-131-2/+2
* Only call profiler callback once per animation tick.Michael Brasser2011-12-131-3/+2
* Cleanup pause timer handling in QUnifiedTimer.Michael Brasser2011-12-132-15/+11
* Fix possible jump in animation timer.Michael Brasser2011-12-132-24/+47
* Fixed QUnifiedTimer cleanup.Kim Motoyoshi Kalland2011-11-281-2/+2
* QUnifiedTimer: Add callback for timer ticks. Used for profilingChristiaan Janssen2011-10-102-1/+12
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2420-340/+340
* Fix QDefaultAnimationDriverAlan Alpert2011-05-102-4/+7
* Make it possible for animation driver to specify the advance time deltaGunnar Sletta2011-05-043-23/+61
* Initial import from qtquick2.Qt by Nokia2011-04-273-5/+59
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2721-0/+4985