summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+4
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Make sure animation drivers knows about the temporal offset after a pauseGunnar Sletta2012-05-111-0/+28
* Avoid advancing animations outside the animation "tick"Gunnar Sletta2012-02-091-1/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Abstract QUnifiedTimer.Michael Brasser2012-01-121-104/+337
* Use explicit Qt::TimerTypes when starting animation timers.Bradley T. Hughes2012-01-051-2/+6
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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-131-11/+10
* Fix possible jump in animation timer.Michael Brasser2011-12-131-24/+40
* Fixed QUnifiedTimer cleanup.Kim Motoyoshi Kalland2011-11-281-2/+2
* QUnifiedTimer: Add callback for timer ticks. Used for profilingChristiaan Janssen2011-10-101-1/+9
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix QDefaultAnimationDriverAlan Alpert2011-05-101-2/+4
* Make it possible for animation driver to specify the advance time deltaGunnar Sletta2011-05-041-17/+49
* Initial import from qtquick2.Qt by Nokia2011-04-271-5/+51
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1055