summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.cpp
Commit message (Expand)AuthorAgeFilesLines
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-23/+24
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-11/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
| |\
| | * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-9/+9
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-0/+12
|\|
| * Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-061-0/+4
|\|
| * QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
* | Remove deprecated QEasingCurve::cubicBezierSpline() functionShawn Rutledge2019-03-131-5/+0
|/
* QEasyingCurve: fix data stream operatorsSamuel Gaist2019-04-061-6/+47
* Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-251-1/+1
* Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-13/+4
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-21/+54
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-9/+9
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* QEasingCurve: add some strategic std::move()Marc Mutz2016-02-081-4/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-4/+4
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-7/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-0/+1
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-9/+9
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-0/+2
|\
| * QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
* | 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-1/+4
* | Remove the enum for specifying {In|Out|InOut|OutIn} subtypes.Jan Arve Saether2014-09-021-52/+30
|/
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-5/+11
* Repack structs with more than one padding holeThiago Macieira2013-12-031-4/+4
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix \brief for QEasingCurveLars Knoll2012-11-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* fix a few qdoc command typosJeremy Katz2012-08-011-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-3/+3
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-95/+85