When selecting the spacer tool and moving a set of clips on a track, these moved clips cannot moved anymore in selection mode unless the project is saved and reloaded. Reproducible: Always Steps to Reproduce: 1. Open a Kdenlive project with a set of clips on the same track. 2. Select spacer tool and move some of these clips within the same track to make room. 3. Go back to normal selection tool. 4. Try to move one of the clips that you've moved with the spacer tool. Actual Results: Kdenlive complains that it cannot move the clip. While its graphical representation moves once, it cannot be moved anymore. Only saving and reloading gets the user back to a working state ... until the spacer tools is used again... Expected Results: Normaler operation in that clips moved with the spacer tool can correctly be moved also in selection mode.
Cannot reproduce... is it still a problem for you ?
This timeline corruption bug is unfortunately still present. Take some larger project and move parts of it around using the spacer tool: move larger parts forwards. Next, move backwards. Repeat a few times, save, reload ... timeline corrupted.
Git commit 5798554e80e0fd9e327517862a4bb68e3b7210a3 by Jean-Baptiste Mardelle. Committed on 25/06/2016 at 06:53. Pushed by mardelle into branch 'master'. Fix spacer timeline corruption Related: bug 364297 M +1 -2 src/timeline/customtrackview.cpp M +1 -1 src/timeline/managers/spacermanager.cpp http://commits.kde.org/kdenlive/5798554e80e0fd9e327517862a4bb68e3b7210a3
Thank you very much, Jean-Baptiste, for fixing this ugly corruption bug! I shuffled around a lot of clips in one of my current projects and couldn't find any timeline corruption anymore. Phew! Thank you again!