summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make {TCBPoint,QEasingCurveFunction}::operator==() consthjk2012-04-161-3/+3
* QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
* QEasingCurve: implement copy assignment operator inlineMarc Mutz2012-02-211-14/+1
* QEasingCurve: simplify and fix copy constructorMarc Mutz2012-02-211-4/+6
* QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+7
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-181-3/+9
* 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
* adding a getter cubicBezierSpline() to QEasingCurveThomas Hartmann2011-11-181-0/+11
* avoid type aliasingThomas Hartmann2011-11-111-9/+30
* Adding custom bezier easing curves to QEasingCurveThomas Hartmann2011-11-021-5/+536
* 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/+937