| Commit message (Expand) | Author | Age | Files | Lines |
| * | (QtCore) doc: Add alt text for \image tags | Eren Bursali | 2025-10-09 | 1 | -41/+82 |
| * | QEasingCurve: fix (de)serialization in QDataStream | Giuseppe D'Angelo | 2025-01-21 | 1 | -4/+26 |
| * | QEasingCurve: doc tidies | Giuseppe D'Angelo | 2025-01-08 | 1 | -1/+1 |
| * | Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing | Marc Mutz | 2024-11-05 | 1 | -3/+1 |
| * | QEasingCurve: remove incorrect noexcept | Ivan Solovev | 2024-08-28 | 1 | -1/+1 |
| * | QEasingCurve: use comparison helper macros | Ivan Solovev | 2024-05-10 | 1 | -14/+19 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -11/+11 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | corelib: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Whitespace cleanup in corelib/tools | Allan Sandfeld Jensen | 2020-10-21 | 1 | -23/+24 |
| * | Deprecate QTimeLine's curveShape in favor of its easingCurve | Edward Welbourne | 2020-07-16 | 1 | -1/+1 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -11/+11 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-09 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-01-07 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix some issues of a clang-cl developer build | Friedemann Kleint | 2020-01-06 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-09 | 1 | -9/+9 |
| |\| | |
|
| | * | | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -9/+9 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-10-14 | 1 | -0/+12 |
| |\| |
|
| | * | Fix QEasingCurve possible imprecision at endpoints | Eirik Aavitsland | 2019-10-11 | 1 | -0/+12 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6 | Lars Knoll | 2019-08-06 | 1 | -0/+4 |
| |\| |
|
| | * | QEasingCurve: fix missing copy() override | Marc Mutz | 2019-07-29 | 1 | -0/+4 |
| * | | Remove deprecated QEasingCurve::cubicBezierSpline() function | Shawn Rutledge | 2019-03-13 | 1 | -5/+0 |
| |/ |
|
| * | QEasyingCurve: fix data stream operators | Samuel Gaist | 2019-04-06 | 1 | -6/+47 |
| * | Doc: Fix QEasingCurve code snippets | Topi Reinio | 2018-09-25 | 1 | -1/+1 |
| * | Doc: Move the literal code blocks to a separate file | Venugopal Shivashankar | 2018-09-03 | 1 | -13/+4 |
| * | Animation: Fix case where QEasingCurve::valueForProgress returns nan | Svenn-Arne Dragly | 2018-03-26 | 1 | -21/+54 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -9/+9 |
| * | QtCore: include mocs | Thiago Macieira | 2017-05-05 | 1 | -0/+2 |
| * | 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 |