summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* QSequentialAnimationGroupPrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-131-1/+1
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-017-13/+13
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Animation classes: micro-optimize loops.Friedemann Kleint2015-02-143-39/+40
* | Update copyright headersJani Heikkinen2015-02-1120-140/+140
* | Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-2/+3
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-30/+30
|/
* Doc: corrected autolink issue animationNico Vertriest2014-11-031-1/+1
* Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-271-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-2420-380/+220
* Use a dedicated timer for the animation driver.Gunnar Sletta2014-09-112-3/+4
* Incorporate fixes from QQmlAnimationTimer into QAnimationTimer.Michael Brasser2014-08-221-16/+13
* Rework how animationsystem interoperate with an animation driver.Gunnar Sletta2014-08-203-38/+95
* Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* Allow to control animations frame rate from a custom QAnimationDriverTimur Artikov2014-04-291-3/+4
* Prevent QUnifiedTimer from ticking backwards.Michael Brasser2014-04-081-4/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-2/+2
|\
| * Remove invalid comment from qabstractanimation_p.Jędrzej Nowacki2014-01-241-2/+2
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
|/
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+0
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-2/+2
* QAnimationGroup: avoid undefined behaviorMarc Mutz2013-09-211-5/+8
* Remove qSort from QVariantAnimationGiuseppe D'Angelo2013-09-111-1/+1
* Add missing interpolator for unsigned int.Jan Arve Saether2013-09-101-0/+3
* 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