Bug 399359

Summary: Clear effects button
Product: [Applications] kdenlive Reporter: Clint Moyer <cmoyer91>
Component: User InterfaceAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED MOVED    
Severity: wishlist CC: fritzibaby
Priority: NOR Keywords: junior-jobs
Version: unspecifiedFlags: fritzibaby: low_hanging+
Target Milestone: ---   
Platform: Other   
OS: All   
URL: https://phabricator.kde.org/T9797
Latest Commit: Version Fixed In:

Description Clint Moyer 2018-10-04 04:07:05 UTC
SUMMARY
It woud be convenient to be able to expand or collapse all the effect groups at once. The user could Ctrl-click the dropdown icon which would perform this function.

Group names are parsed from the categoryFile [1] and then accessed with a QTreeWidget [2] in the effects tab. A QSet can be used to capture a Ctrl-click on any group dropdown icon with an QEvent handler. Optionally the same effect can be applied on sub-groups which get generated when >60 effects in a group [3].

[1] https://cgit.kde.org/kdenlive.git/tree/src/effectslist/effectslistwidget.cpp?h=v18.08.1#n91

https://cgit.kde.org/kdenlive.git/tree/src/effectslist/effectslistwidget.cpp?h=v18.08.1#n104

https://cgit.kde.org/kdenlive.git/tree/src/effectslist/effectslistwidget.cpp?h=v18.08.1#n191

STEPS TO REPRODUCE
1. Hold Ctrl button
2. Click with mouse on effect group dropdown

OBSERVED RESULT
Individual group expands or collapses

EXPECTED RESULT
All groups expand or collapse

SOFTWARE VERSIONS
All
Comment 1 Clint Moyer 2018-10-04 04:16:59 UTC
Task in progress

https://phabricator.kde.org/T9797
Comment 2 Clint Moyer 2018-10-07 07:41:44 UTC
I have changed the scope of this bug.

SUMMARY
It woud be convenient to be able to delete all effects from a clip with a single button click.

STEPS TO REPRODUCE
1. Select clip
2. Manually delete each effect one-by-one

OBSERVED RESULT
All effects cleared from a clip after manual iteration

EXPECTED RESULT
Ideally a button click can do this action

SOFTWARE VERSIONS
All