summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qeasingcurve.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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