qtdeclarative/tests/auto/quick/qquickanimations/data
Inho Lee 0e69268b49 Make a group animation dirty when a member changed
Some properties of one of the member animations in a group
animation can be changed after the group animation initialized.
1. If the group animation is already proceeding, they will
affect the next loop.
2. If the group animation started but does not proceed, they
will affect the current loop

Fixes: QTBUG-110589
Fixes: QTBUG-61282
Fixes: QTBUG-95840
Pick-to: 6.6 6.5
Change-Id: I018105bdd75dd5bd7c24e9126853cd79c8f0123b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-06-11 06:55:07 +02:00
..
Double.qml
alwaysRunToEndInSequentialAnimationBug.qml Fix alwaysRunToEnd==true prevented complex Anim from stopping 2020-10-13 11:57:03 +02:00
animationJobSelfDestructionBug.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
animatorInvalidTargetCrash.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
attached.qml
badproperty1.qml
badproperty2.qml
badtype1.qml
badtype2.qml
badtype3.qml
badtype4.qml
changePropertiesDuringAnimation.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
cleanupWhenRenderThreadStops.qml Unset the QQmlAnimationTimer pointer from unregistered jobs 2021-11-24 05:38:11 +00:00
defaultRotationAnimation.qml Don't warn about non-existent default properties when one was found 2015-12-15 08:15:59 +00:00
disabledTransition.qml
dontAutoStart.qml
dontStart.qml
dontStart2.qml
dotproperty.qml
doubleRegistrationBug.qml
fastFlickingBug.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
finished.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
frameAnimation.qml Fix flaky FrameAnimation test 2022-07-07 10:40:53 +03:00
infiniteAnimationWithoutFrom.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
looping.qml
mixedtype1.qml
mixedtype2.qml
nonTransitionBug.qml
opacityAnimationFromZero.qml OpacityAnimator: apply opacity animation to the first frame in SG 2020-04-07 21:53:12 +08:00
parallelAnimationNullChildBug.qml
pathAnimation.qml
pathAnimation2.qml
pathAnimationInOutBackCrash.qml
pathAnimationNoStart.qml
pathInterpolator.qml
pathInterpolatorBack.qml
pathInterpolatorBack2.qml
pathLineUnspecifiedXYBug.qml PathAnimation: fix bug when PathSvg or PathLine is the last item in Path 2017-01-20 00:13:24 +00:00
pathSvgAnimation.qml PathAnimation: fix bug when PathSvg or PathLine is the last item in Path 2017-01-20 00:13:24 +00:00
pathTransition.qml
pauseBindingBug.qml
pauseBug.qml
properties.qml
properties2.qml
properties3.qml
properties4.qml
properties5.qml
propertiesTransition.qml
propertiesTransition2.qml
propertiesTransition3.qml
propertiesTransition4.qml
propertiesTransition5.qml
propertiesTransition6.qml
propertiesTransition7.qml
reanchor.qml
registrationBug.qml
reparent.qml
replacingTransitions.qml [Quick] Make sure an transition instance is stopped when replaced 2018-07-18 10:50:48 +00:00
restartAnimationGroupWhenDirty.qml Make a group animation dirty when a member changed 2023-06-11 06:55:07 +02:00
restartNestedAnimationGroupWhenDirty.qml Make a group animation dirty when a member changed 2023-06-11 06:55:07 +02:00
rotation.qml
runningTrueBug.qml
scriptActionBug.qml
scriptActionCrash.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
sequentialAnimationNullChildBug.qml
signalorder.qml Fix signal emission order for zero-duration animations 2020-03-31 11:36:46 +01:00
signals.qml
transitionAssignmentBug.qml
valuesource.qml
valuesource2.qml