https://bugs.kde.org/show_bug.cgi?id=435319
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/ae | |0d9c0a8a53c4f8efff54357fc39 | |544f6ca73f6 Status|ASSIGNED |RESOLVED --- Comment #4 from Jean-Baptiste Mardelle <[email protected]> --- Git commit ae0d9c0a8a53c4f8efff54357fc39544f6ca73f6 by Jean-Baptiste Mardelle, on behalf of Yash Bavadiya. Committed on 15/07/2026 at 20:23. Pushed by mardelle into branch 'master'. Add duplicate clip action in timeline Summary Adds a "Duplicate Clip" action to the timeline that creates an exact copy of the selected clip and places it immediately after the original on the same track, including all effects and keyframes. The action is available via: - Right-click context menu on a clip -\> "Duplicate Clip" - Keyboard shortcut: Ctrl+D (configurable) Testing - Single clip duplicated correctly after original - Effects and keyframes preserved on duplicate - Ctrl+D works when a clip is selected - No crash when nothing is selected (silent fail) - Multiple clips selected: shows "could not duplicate" ,only single clip duplication supported for now, - Group duplication not supported yet, clips in a group duplicate individually M +10 -0 src/mainwindow.cpp M +1 -0 src/mainwindow.h M +25 -0 src/timeline2/view/timelinecontroller.cpp M +3 -0 src/timeline2/view/timelinecontroller.h M +1 -0 src/timeline2/view/timelinetabs.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/ae0d9c0a8a53c4f8efff54357fc39544f6ca73f6 -- You are receiving this mail because: You are watching all bug changes.
