summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+2
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
* Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+11
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-5/+1
* QEasyingCurve: fix data stream operatorsSamuel Gaist2019-04-061-0/+33
* MinGW: Exclude failing value of tst_QEasingCurve::setCustomType()Friedemann Kleint2018-08-211-0/+5
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-0/+70
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-171-3/+0
* Fix build of tests on QNX.Rafael Roquetto2015-03-141-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-0/+20
|/
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-1/+1
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-5/+9
* Expect tst_QEasingCurve::setCustomType() failing on 32 bit Ubuntu 11.10Simo Fält2013-07-201-0/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-5/+5
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-3/+3
* QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+6
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+19
* QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fix compilation of qeasingcurve autotest on Windows.Friedemann Kleint2011-11-291-1/+1
* Adding test for custom bezier easing curvesThomas Hartmann2011-11-111-0/+222
* Cleanup corelib autotestsJason McDonald2011-11-071-31/+3
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+576