summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-4/+4
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-0/+3
|\
| * Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-0/+3
* | Remove deprecated QEasingCurve::cubicBezierSpline() functionShawn Rutledge2019-03-131-7/+0
|/
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* QEasingCurve: mark as sharedGiuseppe D'Angelo2017-02-271-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QEasingCurve: mark nothrow move constructible/assignable and nothrow swappableMarc Mutz2015-12-041-3/+3
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QEasingCurve: implement copy assignment operator inlineMarc Mutz2012-02-211-1/+2
* QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+1
* QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+4
* QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+3
* QEasingCurve: mark as Q_MOVABLE_TYPEMarc Mutz2012-02-211-0/+1
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-181-2/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-181-0/+2
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-021-1/+5
* 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/+125