summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2520-120/+25
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1720-85/+20
| |\
| | * Modernize the "animation" featureLiang Qi2018-10-1220-85/+20
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-154-35/+5
* | | Fix namespaced buildJędrzej Nowacki2018-10-011-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+13
|\|
| * _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
* | Modernize the "thread" featureUlf Hermann2018-08-171-10/+2
|/
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+2
|\
| * Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
* | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-181-4/+4
* | doc: Correct qdoc warning in QVariantAnimationMartin Smith2018-01-041-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\|
| * Use a custom QAnimationDriver to take control over timeJan Arve Sæther2017-12-021-2/+2
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-197-13/+13
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1910-30/+30
|/
* QtCore: include mocsThiago Macieira2017-05-051-0/+1
* Remove pointless QT_NO_THREAD ifdefs from qpropertyanimation.cppUlf Hermann2017-01-041-2/+0
* Avoid compile warnings in qabstractanimation.cppUlf Hermann2017-01-031-0/+2
* Standardize some "We mean it" commentsFriedemann Kleint2016-08-175-10/+10
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+2
|\
| * Fix QVariantAnimation documentationAlejandro Exojo2016-06-081-4/+2
* | Updated license headersJani Heikkinen2016-01-1520-280/+400
|/
* 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