Summary: | Moving multiple clips in timeline vertically is recorded incorrectly for undo history (undo will move in wrong direction) | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | qubodup |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdenlive/adce4be26d61d99bf59c4190914ad1015ed8a9e2 | Version Fixed In: | 15.12.0 |
Sentry Crash Report: |
Description
qubodup
2015-12-05 00:23:16 UTC
Git commit adce4be26d61d99bf59c4190914ad1015ed8a9e2 by Jean-Baptiste Mardelle. Committed on 05/12/2015 at 08:21. Pushed by mardelle into branch 'Applications/15.12'. Fix undoing group move goes to wrong track M +1 -1 src/timeline/customtrackview.cpp http://commits.kde.org/kdenlive/adce4be26d61d99bf59c4190914ad1015ed8a9e2 The issue persists. The issue was about moving three tracks that are selected at the same time. They were not grouped however. The change might have possibly introduced a new issue: moving a group of clips automatically moves them to the bottom. Video: https://youtu.be/_EMfo-oNf4k For reference the Arch Linux 15.08.3 release has neither of these two issues. I just realized you are using the master branch! All my recent changes were made in the 15.12 branch and have not been backported, so basically a lot of things have changed that are not in master!! I am merging right now, you can just update master to get the latest changes. Let me know if you still find problems, and thanks for your reports. Oh, sorry for not noticing! No issues in current head now. Thanks! I will make sure to look at the "heads" section in https://quickgit.kde.org/?p=kdenlive.git to figure out which branch has the latest changes (can't find a way using cli git only) and test that one before reporting. |