Bug 497834 - Feature Request: shortcut to collapse / uncollapse effect stack of select clip in timeline more quickly
Summary: Feature Request: shortcut to collapse / uncollapse effect stack of select cli...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: 24.12.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2024-12-23 16:04 UTC by Karina Shoelove
Modified: 2025-06-03 15:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 25.08.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karina Shoelove 2024-12-23 16:04:03 UTC
SUMMARY
Sometimes it would be nice to have a shortcut to collapse or uncollapse the effect stack of a selected clip in the timeline.

STEPS TO REPRODUCE
1. add color clip to project and timeline
2. add several effects to color clip
3. try to manually collapse each effect vs. having a shortcut

OBSERVED RESULT
such a shortcut is missing

EXPECTED RESULT
maybe such a shortcut would be handy for more users, but not sure on efforts

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-27-amd64 (64-bit)
Graphics Platform: offscreen
Processors: 20 × 13th Gen Intel® Core™ i7-1370P
Memory: 62.4 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Comment 1 emohr 2025-03-17 19:05:06 UTC
Thank you for reporting. With this commit https://invent.kde.org/multimedia/kdenlive/-/commit/dcf44db242ae9a0c42517467359823f9e724776f it's possible with Shift+Click to collapse/expand all effects of a clip. Unfortunately, not with a shortcut. 
This update is coming with version 24.05.
Comment 2 Jean-Baptiste Mardelle 2025-06-03 15:21:27 UTC
Git commit 1df1e4c955fd065a3caa0c03308ed9f3d7774d8c by Jean-Baptiste Mardelle.
Committed on 03/06/2025 at 15:21.
Pushed by mardelle into branch 'master'.

Add action to expand/collapse items (effects, folders) and navigate effects with arrows
Related: bug 470987
FIXED-IN: 25.08.0

M  +1    -1    CMakeLists.txt
M  +1    -1    src/CMakeLists.txt
M  +4    -3    src/assets/assetpanel.cpp
M  +1    -0    src/assets/assetpanel.hpp
M  +1    -7    src/assets/view/assetparameterview.cpp
M  +2    -2    src/assets/view/widgets/keyframecontainer.cpp
M  +26   -0    src/bin/bin.cpp
M  +4    -0    src/bin/bin.h
M  +40   -22   src/effects/effectstack/view/collapsibleeffectview.cpp
M  +1    -0    src/effects/effectstack/view/collapsibleeffectview.hpp
M  +91   -4    src/effects/effectstack/view/effectstackview.cpp
M  +7    -0    src/effects/effectstack/view/effectstackview.hpp
M  +27   -2    src/mainwindow.cpp
M  +1    -0    src/mainwindow.h
M  +17   -0    src/timeline2/view/timelinecontroller.cpp
M  +1    -0    src/timeline2/view/timelinecontroller.h

https://invent.kde.org/multimedia/kdenlive/-/commit/1df1e4c955fd065a3caa0c03308ed9f3d7774d8c