| 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 |
| * | Support fill-opacity and stroke-opacity in VectorImage | Eskil Abrahamsen Blomfeldt | 2025-04-30 | 1 | -3/+17 |
| * | QQuickAnimation: Fix misleading indentation | Ivan Tkachenko | 2024-08-28 | 1 | -26/+27 |
| * | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -11/+11 |
| * | QQuickAnimation: Fix assert condition | Fabian Kosmale | 2024-07-22 | 1 | -1/+2 |
| * | QQuickAnimation: Fix setting running property | Antti Määttä | 2024-06-19 | 1 | -0/+5 |
| * | QtQml: Make QQmlNullableValue somewhat safer | Ulf Hermann | 2024-01-08 | 1 | -1/+1 |
| * | Doc: Fix linking to Qt Qml module | Topi Reinio | 2023-12-01 | 1 | -1/+1 |
| * | QQuickAnimation: Check animationInstance for null in animationGroupDirty | Olivier De Cannière | 2023-07-25 | 1 | -1/+1 |
| * | PropertyAnimation: Handle targets being deleted | Fabian Kosmale | 2023-06-13 | 1 | -3/+38 |
| * | Make a group animation dirty when a member changed | Inho Lee | 2023-06-11 | 1 | -0/+73 |
| * | doc: Use \value rather than \li for enumeration values and constants | Shawn Rutledge | 2023-03-28 | 1 | -8/+10 |
| * | Doc: fix grammar of PropertyAnimation section title | Mitch Curtis | 2023-03-01 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -10/+10 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -13/+13 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Do not re-source the from value in animation with multiple loops | Andreas Buhr | 2022-05-07 | 1 | -2/+3 |
| * | Allow modifying from, to, duration and easing properties during animation | Mitch Curtis | 2022-04-28 | 1 | -1/+45 |
| * | Update PropertyChanges in src and tools | Ulf Hermann | 2021-10-29 | 1 | -2/+12 |
| * | Doc: Replace non-existent \qmlproperty any type | Ivan Tkachenko | 2021-10-26 | 1 | -1/+1 |
| * | Doc: Replace \qmlproperty Object and list<> thereof with QtObject | Ivan Tkachenko | 2021-10-22 | 1 | -6/+6 |
| * | QQuickAbstractAnimation: Avoid finalizer callback | Fabian Kosmale | 2021-09-24 | 1 | -20/+11 |
| * | Pass QMetaType by value rather than by ID in more places | Ulf Hermann | 2021-06-09 | 1 | -1/+1 |
| * | Consistent naming for (to|from)Is(Defined|Sourced) in animations | Andreas Buhr | 2021-03-30 | 1 | -8/+8 |
| * | QQmlMetaTypeData: Purge custom string converters | Fabian Kosmale | 2021-03-30 | 1 | -4/+0 |
| * | Correct the error in the help document | Fan PengCheng | 2021-03-22 | 1 | -2/+2 |
| * | Unregister value types when tearing down QML types | Ulf Hermann | 2021-02-12 | 1 | -1/+1 |
| * | Animations: Drop checks for duplicate jobs | Ulf Hermann | 2021-02-03 | 1 | -9/+7 |
| * | Use QMetaType instead of metatype-id, take 2 | Fabian Kosmale | 2020-12-03 | 1 | -13/+13 |
| * | QQmlListProperty: Use qsizetype rather than int for sizes | Ulf Hermann | 2020-11-09 | 1 | -3/+3 |
| * | Avoid various warnings about deprected QMetaType methods | Ulf Hermann | 2020-09-16 | 1 | -2/+2 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | Quick: Use unicode character literals | Ulf Hermann | 2020-06-10 | 1 | -1/+1 |
| * | Fix warnings from deprecated QChar constructor | Volker Hilsheimer | 2020-06-04 | 1 | -1/+1 |
| * | Clean up registration of QEasingCurve | Ulf Hermann | 2020-05-19 | 1 | -2/+2 |
| * | Fix signal emission order for zero-duration animations | Jan Arve Saether | 2020-03-31 | 1 | -8/+12 |
| * | Remove hard-coded notes for 'Corresponding handler' for QML signals | Topi Reinio | 2020-03-10 | 1 | -6/+0 |
| * | Replace QVariant::type with QVariant::userType | Olivier Goffart | 2020-01-17 | 1 | -9/+9 |
| * | QQmlListProperty: Add replace and removeLast functions | Ulf Hermann | 2020-01-15 | 1 | -11/+50 |
| * | Fix Qt6 build in preparation of qt5 submodule update | Alexandru Croitor | 2019-12-19 | 1 | -2/+2 |
| * | Small performance improvements suggested by clang-tidy | Albert Astals Cid | 2019-10-07 | 1 | -1/+1 |
| * | Doc: Fix typo in code snippet | Paul Wicking | 2019-03-27 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Ulf Hermann | 2018-06-25 | 1 | -11/+11 |
| |\ |
|
| | * | Doc: Add missing dots (qtdeclarative) | Paul Wicking | 2018-06-19 | 1 | -11/+11 |
| * | | Animation: add finished() signal | Mitch Curtis | 2018-03-09 | 1 | -0/+22 |
| |/ |
|
| * | Silence a GCC 8 warning in qquickanimation | Ville Voutilainen | 2018-02-28 | 1 | -3/+3 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -7/+7 |
| * | Add NOTIFY signals for QtQuick Animation classes to/from properties | Kevin Krammer | 2017-12-16 | 1 | -2/+2 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |