| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -7/+7 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -39/+3 |
| * | Use a QDoubleEndedList for the children of animation group jobs | Ulf Hermann | 2021-02-05 | 1 | -6/+3 |
| * | Quick: Clean up some includes | Ulf Hermann | 2020-06-04 | 1 | -1/+0 |
| * | Introduce new mechanism to manage palette functionality in QML | Vitaly Fanaskov | 2020-03-16 | 1 | -0/+1 |
| * | Make sure we remove stopped animators from the list of roots | Gunnar Sletta | 2017-11-10 | 1 | -1/+3 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Remove unused variable after animator redo | Gunnar Sletta | 2016-10-24 | 1 | -2/+0 |
| * | QQuickAnimatorController: add missing qquickanimator_invalidate_jobs() | J-P Nurmi | 2016-10-21 | 1 | -1/+3 |
| * | Revert "Revert "Redo animator internals"" | Gunnar Sletta | 2016-10-20 | 1 | -185/+83 |
| * | Revert "Redo animator internals" | Jędrzej Nowacki | 2016-10-17 | 1 | -83/+185 |
| * | Redo animator internals | Gunnar Sletta | 2016-10-12 | 1 | -185/+83 |
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -10/+10 |
| * | Quick: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-12 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Quick: fix expensive iteration over QHash::keys() and QMap::keys() | Anton Kudryavtsev | 2016-01-18 | 1 | -2/+4 |
| * | QQuickAnimatorJob: store the target with a QPointer | Paul Lemire | 2015-12-07 | 1 | -0/+5 |
| * | virtual QQuickAnimatorJob::afterNodeSync() | J-P Nurmi | 2015-10-29 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Improve performance of animators.v5.4.0-beta1 | Gunnar Sletta | 2014-10-10 | 1 | -4/+40 |
| * | Fix memory leak and crash with transform animators. | Gunnar Sletta | 2014-10-09 | 1 | -5/+3 |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4 | Simon Hausmann | 2014-09-08 | 1 | -0/+1 |
| |\ |
|
| | * | Fix crash with cleanup of animators. | Gunnar Sletta | 2014-08-30 | 1 | -0/+1 |
| * | | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| |/ |
|
| * | Fix crash with running animators on re-shown windows. | Gunnar Sletta | 2014-05-19 | 1 | -4/+38 |
| * | Fix crash in animation controller upon destruction | Simon Hausmann | 2013-11-09 | 1 | -0/+2 |
| * | Refactored Animator internals | Gunnar Sletta | 2013-11-06 | 1 | -66/+119 |
| * | Make sure we apply the last transformation step. | Gunnar Sletta | 2013-10-03 | 1 | -7/+6 |
| * | Fix crash in tst_qmltest with the new animators. | Gunnar Sletta | 2013-09-28 | 1 | -5/+14 |
| * | Allow animators to work properly with multiple windows | Gunnar Sletta | 2013-09-26 | 1 | -28/+12 |
| * | Animators - Render thread animation system | Gunnar Sletta | 2013-09-21 | 1 | -0/+202 |