----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128879/ -----------------------------------------------------------
Review request for Kdenlive. Repository: kdenlive Description ------- This patch allows users to control the automatic property of transitions when creating new transitions, for instance, through the timeline clip context menu, or by dragging and dropping a transition. For this, it implements a new configuration option, accessible both from the status bar, as well as the "timeline" tab of the configuration dialog. Additionally, this patch fixes the inconsistent behavior when copying and pasting transitions. The pasted transition now properly takes over the automatic setting from the clipboard. Diffs ----- data/pics/CMakeLists.txt fa90248 data/pics/breeze-dark/dk_kdenlive-auto-transition.svg PRE-CREATION data/pics/breeze-light/lt_kdenlive-auto-transition.svg PRE-CREATION src/kdenlivesettings.kcfg 4d18750 src/mainwindow.h 2597185 src/mainwindow.cpp e1d2ce2 src/timeline/customtrackview.cpp beb2414 src/ui/configtimeline_ui.ui a56940f Diff: https://git.reviewboard.kde.org/r/128879/diff/ Testing ------- Testing done using recent Kdenlive git master on Kubuntu 16.04LTS with recent Qt and KF5 updates installed. Thanks, The DiveO