| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm: drive animations using requestAnimationFrame | Morten Sørvig | 6 days | 1 | -0/+4 |
| * | Revert "Destroy the QUnifiedTimer when the Q*Application gets destroyed" | Ulf Hermann | 2025-09-09 | 1 | -9/+6 |
| * | Destroy the QUnifiedTimer when the Q*Application gets destroyed | Ulf Hermann | 2025-08-29 | 1 | -6/+9 |
| * | Revert "Destroy the QUnifiedTimer when the Q*Application gets destroyed" | Volker Hilsheimer | 2025-08-14 | 1 | -5/+0 |
| * | QUnifiedTimer: fix speed-modified delta calculation | Mitch Curtis | 2025-08-01 | 1 | -1/+1 |
| * | Destroy the QUnifiedTimer when the Q*Application gets destroyed | Dominik Holland | 2025-07-31 | 1 | -0/+5 |
| * | Mark src/corelib/animation as security:significant | Matthias Rauter | 2025-07-07 | 1 | -0/+1 |
| * | QUnifiedTimer: allow speeding up animations and simplify API | Mitch Curtis | 2025-06-26 | 1 | -5/+7 |
| * | doc: Fix links and auto-links | David Boddie | 2025-06-10 | 1 | -3/+2 |
| * | QtCore: use Qt::TimerId methods | Ahmad Samir | 2024-08-31 | 1 | -2/+2 |
| * | Q{AbstractAnimation,Unified}Timer: Port runningAnimationCount() to qsizetype | Marc Mutz | 2024-06-14 | 1 | -5/+5 |
| * | QDefaultAnimationDriver: change to use QObject::connect PMF syntax | Juha Vuolle | 2024-04-18 | 1 | -3/+6 |
| * | QAbstractAnimation: avoid spurious dependencies on the state property | Ivan Solovev | 2023-09-18 | 1 | -8/+10 |
| * | QAbstractAnimation::setCurrentTime() - fix bindable property usage | Ivan Solovev | 2023-09-06 | 1 | -14/+27 |
| * | Long live QScopedPropertyUpdateGroup | Marc Mutz | 2023-02-10 | 1 | -2/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -5/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: use C++11 thread_local instead of QThreadStorage | Thiago Macieira | 2022-02-03 | 1 | -13/+8 |
| * | De-inline ctors/dtors in qabstractanimation_p.h | Marc Mutz | 2022-01-05 | 1 | -0/+23 |
| * | Allow negative delta for designer animation driver | Antti Määttä | 2021-10-18 | 1 | -2/+5 |
| * | corelib: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Avoid use after free in tst_qsequentialanimationgroup | Fabian Kosmale | 2021-06-02 | 1 | -2/+6 |
| * | Port QAbstractAnimation to the new property system | Sona Kurazyan | 2021-04-27 | 1 | -5/+61 |
| * | QAbstractAnimation: initialize the private members while declaring them | Sona Kurazyan | 2021-04-13 | 1 | -1/+1 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | Remove default parameter from QUnifiedTimer::updateAnimationTimers | Volker Hilsheimer | 2020-10-16 | 1 | -1/+1 |
| * | Remove timeStep parameter from QAnimationDrive::advanceAnimation | Volker Hilsheimer | 2020-10-13 | 1 | -16/+12 |
| * | Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation" | Lars Knoll | 2020-09-11 | 1 | -12/+16 |
| * | Remove timeStep parameter from QAnimationDrive::advanceAnimation | Volker Hilsheimer | 2020-09-03 | 1 | -16/+12 |
| * | QAnimationDriver: remove deprecated startTime(), setStartTime() | Edward Welbourne | 2020-08-28 | 1 | -31/+0 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -2/+2 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -4/+4 |
| * | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2019-06-25 | 1 | -1/+1 |
| |\ |
|
| | * | Report correct state change when destroying QAbstractAnimation | Tor Arne Vestbø | 2019-06-20 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-06-14 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Fix invalid vptr during destruction of animations | Allan Sandfeld Jensen | 2019-05-23 | 1 | -0/+2 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-05 | 1 | -1/+1 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-04-04 | 1 | -1/+1 |
| | |\| |
|
| | | * | Doc: Use the \nullptr macro instead of 0 | Venugopal Shivashankar | 2019-04-02 | 1 | -1/+1 |
| * | | | Use QScopedValueRollback more as a reentrancy guard | Allan Sandfeld Jensen | 2019-03-26 | 1 | -8/+8 |
| |/ / |
|
| * / | QAnimationDriver: mark obsolete functions as deprecated | Christian Ehrlicher | 2019-02-05 | 1 | -0/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-10-17 | 1 | -4/+0 |
| |\ |
|
| | * | Modernize the "animation" feature | Liang Qi | 2018-10-12 | 1 | -4/+0 |
| * | | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -10/+2 |
| |/ |
|
| * | doc: Add missing return types to \fn commands, fix mis-specified ones | Martin Smith | 2018-01-18 | 1 | -4/+4 |
| * | Use a custom QAnimationDriver to take control over time | Jan Arve Sæther | 2017-12-02 | 1 | -2/+2 |
| * | QtCore: include mocs | Thiago Macieira | 2017-05-05 | 1 | -0/+1 |
| * | Avoid compile warnings in qabstractanimation.cpp | Ulf Hermann | 2017-01-03 | 1 | -0/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Animation classes: micro-optimize loops. | Friedemann Kleint | 2015-02-14 | 1 | -4/+7 |