GNOME Bugzilla – Bug 572098
[LGM2009] dragging a clip should move all selected clips
Last modified: 2009-05-01 12:11:11 UTC
To reproduce: 1) put multiple clips one after another in the timeline 2) select them by doing a rectangle selection over them 3) try dragging one of them Result: only one clip is dragged Expected result: move all selected clips at once
working on this, but for now link the selected clips together, then unlink when you are done.
commit 6421dd56b35be032757aae43e257538c8cf0afcb Author: Brandon Lewis <brandon_lewis@berkeley.edu> Date: Sat Feb 28 21:19:02 2009 -0800 timeline: link all objects in the current selection together
I didn't test this enough before pushing. I've reverted the changes. will revisit after some sleep.
Author: Brandon Lewis <brandon_lewis@berkeley.edu> Date: Thu Apr 30 15:37:32 2009 -0700 ui.trackobject: moving slected clip moves all selected (fixes 572098)
Thanks a lot, that seems to have fixed it! Managing big timelines will be much more pleasant now.