| Commit message (Expand) | Author | Age | Files | Lines |
| * | CoreLib: use const (and const APIs) more | Anton Kudryavtsev | 2016-04-18 | 1 | -1/+1 |
| * | QEasingCurve: add some strategic std::move() | Marc Mutz | 2016-02-08 | 1 | -4/+4 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Several cases of s/decelerating from/decelerating to/. | Edward Welbourne | 2015-10-21 | 1 | -4/+4 |
| * | QtCore: mark some more types as movable/primitive | Marc Mutz | 2015-07-07 | 1 | -0/+1 |
| * | Use QVector::reserve() all over the place. | Sérgio Martins | 2015-06-29 | 1 | -0/+1 |
| * | Use C++ <cmath> instead of <math.h> | Allan Sandfeld Jensen | 2015-02-16 | 1 | -7/+7 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<< | Kai Koehne | 2015-02-09 | 1 | -0/+1 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -9/+9 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-10-20 | 1 | -0/+2 |
| |\ |
|
| | * | QEasingCurve: fix mem leak in operator>> | Marc Mutz | 2014-10-19 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Oswald Buddenhagen | 2014-09-29 | 1 | -19/+11 |
| |\| |
|
| | * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | | QEasingCurve: The setting order of properties should not matter. | Jan Arve Saether | 2014-09-02 | 1 | -1/+4 |
| * | | Remove the enum for specifying {In|Out|InOut|OutIn} subtypes. | Jan Arve Saether | 2014-09-02 | 1 | -52/+30 |
| |/ |
|
| * | Doc: correction link, example and parameter issues qtbase | Nico Vertriest | 2014-03-10 | 1 | -5/+11 |
| * | Repack structs with more than one padding hole | Thiago Macieira | 2013-12-03 | 1 | -4/+4 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -2/+2 |
| * | Doc: Add docs for rvalue references and move constructors | Geir Vattekar | 2013-09-27 | 1 | -0/+17 |
| * | Fix some doc errors. | Frederik Gladhorn | 2013-09-21 | 1 | -1/+1 |
| * | Avoided zero devision in cube root approximation | Bernd Weimer | 2013-07-29 | 1 | -4/+6 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix \brief for QEasingCurve | Lars Knoll | 2012-11-23 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | fix a few qdoc command typos | Jeremy Katz | 2012-08-01 | 1 | -1/+1 |
| * | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore] | Thiago Macieira | 2012-05-04 | 1 | -3/+3 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -95/+85 |
| * | Make {TCBPoint,QEasingCurveFunction}::operator==() const | hjk | 2012-04-16 | 1 | -3/+3 |
| * | QEasingCurve: fix a missing */ | Marc Mutz | 2012-02-22 | 1 | -0/+1 |
| * | QEasingCurve: implement copy assignment operator inline | Marc Mutz | 2012-02-21 | 1 | -14/+1 |
| * | QEasingCurve: simplify and fix copy constructor | Marc Mutz | 2012-02-21 | 1 | -4/+6 |
| * | QEasingCurve: add member-swap | Marc Mutz | 2012-02-21 | 1 | -0/+7 |
| * | QEasingCurve: return QVector for cubic spline representation | Marc Mutz | 2012-02-18 | 1 | -3/+9 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | adding a getter cubicBezierSpline() to QEasingCurve | Thomas Hartmann | 2011-11-18 | 1 | -0/+11 |
| * | avoid type aliasing | Thomas Hartmann | 2011-11-11 | 1 | -9/+30 |
| * | Adding custom bezier easing curves to QEasingCurve | Thomas Hartmann | 2011-11-02 | 1 | -5/+536 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+937 |