summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qvariantanimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculationMarc Mutz2021-12-211-1/+3
* Remove unnecessary type conversionXiao YaoBing2021-05-251-2/+2
* Port QVariantAnimation to the new property systemSona Kurazyan2021-04-301-2/+21
* Deprecate int based convert/canConvertLars Knoll2020-08-241-3/+4
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-2/+3
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-4/+0
|\
| * Modernize the "animation" featureLiang Qi2018-10-121-4/+0
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-12/+2
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-181-1/+1
* | doc: Correct qdoc warning in QVariantAnimationMartin Smith2018-01-041-1/+1
|/
* 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-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-271-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-2/+2
* Remove qSort from QVariantAnimationGiuseppe D'Angelo2013-09-111-1/+1
* Add missing interpolator for unsigned int.Jan Arve Saether2013-09-101-0/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-131-1/+2
* [QTBUG-13230] Make QVariantAnimation non-abstractMarc Mutz2012-10-091-3/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-5/+7
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Don't use QMutexPool from the animation frameworkOlivier Goffart2012-03-061-12/+10
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-12/+12
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+701