qtdeclarative/tests/auto/quick
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
..
doc Doc: add how-to for using C++ enums in JavaScript 2023-05-24 08:03:16 +08:00
drawingmodes Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
examples Examples: Move Qml plugin example to manual tests 2023-05-12 15:06:42 +02:00
geometry Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
nodes Adapt to the RHI API concept 2023-05-22 12:08:08 +02:00
nokeywords Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
pointerhandlers QQuickSinglePointHandler: reset pointinfo on a stray TouchBegin 2023-05-27 16:21:37 +02:00
propertyrequirements Port from qAsConst() to std::as_const() 2022-10-07 23:38:56 +02:00
qquickaccessible Accessibility: respect value in attached Accessible in controls 2023-04-21 16:42:56 +02:00
qquickanchors Fix bug when center aligning anchors on items with fractional sizes 2023-03-09 23:04:02 +00:00
qquickanimatedimage AnimatedImage: Add ability to configure sourceSize 2023-01-26 08:20:00 +00:00
qquickanimatedsprite Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickanimationcontroller Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qquickanimations Make a group animation dirty when a member changed 2023-06-11 06:55:07 +02:00
qquickanimators Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickapplication Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickbehaviors Correctly discover metaType for UntypedProxyProperty 2023-04-05 22:47:33 +02:00
qquickborderimage Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickboundaryrule Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickcanvasitem Enable tst_QQuickCanvasItem on Android 2023-04-12 03:36:21 +02:00
qquickcolorgroup Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qquickdeliveryagent qquickwindow: Clear hover when a window is hidden 2023-04-25 08:07:19 +00:00
qquickdesignersupport Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickdrag Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qquickdragattached QQuickDrag: correctly support text and image mime types 2022-11-11 12:07:42 +01:00
qquickdroparea Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickdynamicpropertyanimation Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickflickable QQuickFlickable: avoid processing the same event twice 2023-05-02 12:12:35 +02:00
qquickflipable Flipable: switch sides at 90 degrees regardless of camera distance 2023-02-08 07:44:52 +08:00
qquickfocusscope Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickfontloader Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickfontloader_static Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickfontmetrics Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qquickframebufferobject Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickgraphicsinfo Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickgridview Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickimage tst_qquickimage: modernize 2023-04-11 13:51:29 +02:00
qquickimageprovider Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickitem QQuickItem: Do not synthesize replace() for data/resources/children 2023-05-09 21:28:06 +02:00
qquickitem2 Tests: Silence compiler warnings when checking bitfields 2023-04-21 16:43:23 +02:00
qquickitemlayer Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickitemrhiintegration Adapt to the RHI API concept 2023-05-22 12:08:08 +02:00
qquicklayouts Introduction of LayoutItemProxy 2023-06-02 14:39:23 +02:00
qquicklistview QQuickItemView: Skip instantiating delegates if size is 0 2023-04-20 09:26:38 +02:00
qquicklistview2 QQuickItemView: Skip instantiating delegates if size is 0 2023-04-20 09:26:38 +02:00
qquickloader Fix multiple object creation in Loader 2023-03-10 08:18:12 +00:00
qquickmousearea Tests: Silence compiler warnings when checking bitfields 2023-04-21 16:43:23 +02:00
qquickmultipointtoucharea Reset touchPoint position after it was remaped 2023-06-09 13:05:32 +02:00
qquickpainteditem Port from container::count() and length() to size() 2022-10-07 23:38:48 +02:00
qquickpalette Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickpath Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickpathview Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickpincharea Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickpixmapcache Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickpositioners Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickrectangle Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickrendercontrol Adapt to the RHI API concept 2023-05-22 12:08:08 +02:00
qquickrepeater tst_qquickrepeater: Ensure proper clenaup 2023-03-31 12:40:14 +02:00
qquickscreen Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickshadereffect Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickshape Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickshortcut Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquicksmoothedanimation Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickspringanimation Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickspritesequence Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickstates Allow disabling internal deferred properties 2023-03-29 14:32:03 +00:00
qquickstyledtext Port from container::count() and length() to size() - V5 2022-10-13 00:18:35 +02:00
qquicksystempalette Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquicktableview Fix delegate loading issue when valid size is specified 2023-05-30 13:42:35 +02:00
qquicktext QQuickText: Mark as a dirty node when its ClipRect changes 2023-05-12 10:13:24 +00:00
qquicktextdocument Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquicktextedit TextEdit: fix wrong RTL text alignment when used with a ColumnLayout 2023-06-02 09:57:49 +03:00
qquicktextinput tst_QQuickTextInput: Stabilize clipboard related functions on XCB 2023-04-12 11:07:07 +00:00
qquicktextmetrics Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qquicktimeline Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
qquicktreeview TreeView: add support for setting a root index 2023-05-24 09:40:40 +02:00
qquickview Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickview_extra Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
qquickvisualdatamodel Models: Straighten out model and modelData properties 2023-03-24 12:12:06 +01:00
qquickwindow Adapt to the RHI API concept 2023-05-22 12:08:08 +02:00
rendernode Adapt to the RHI API concept 2023-05-22 12:08:08 +02:00
scenegraph scenegraph: un-blacklist the render autotest on Android 2023-03-16 15:59:37 +01:00
sharedimage Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
softwarerenderer Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
touchmouse QQuickMouseArea: do not overload pressed-signal 2023-01-24 13:41:45 +01:00
CMakeLists.txt Enable tst_QQuickCanvasItem on Android 2023-04-12 03:36:21 +02:00