Bug 399359 - Clear effects button
Summary: Clear effects button
Status: RESOLVED MOVED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL: https://phabricator.kde.org/T9797
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2018-10-04 04:07 UTC by Clint Moyer
Modified: 2018-10-20 12:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
fritzibaby: low_hanging+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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