Bug 356041 - 15.11.80: bin folder context menu lacks "change folder name" action
Summary: 15.11.80: bin folder context menu lacks "change folder name" action
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-28 20:22 UTC by Wegwerf
Modified: 2015-12-14 21:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wegwerf 2015-11-28 20:22:05 UTC
When right clicking on a folder in the project bin, there is a menu item to delete the folder. However, there is no menu item to rename the folder. This asymmetry between the project bin toolbar and the context options seems to be inconsistent; making the same actions available also from the context menu would polish the user experience.

Reproducible: Always

Steps to Reproduce:
1. Create a new project.
2. Create a folder in the project bin.
3. Right click on the newly created folder.

Actual Results:  
Context menu for folder in project bin doesn't allow to rename the folder.

Expected Results:  
Context menu for folder in project bin should have an item that allows users to rename folders.

Loosely related to bug https://bugs.kde.org/show_bug.cgi?id=353284.
Comment 1 Jean-Baptiste Mardelle 2015-12-06 08:42:22 UTC
Git commit f6137eab6e900bddcfcaa33f33c34f51fffa2136 by Jean-Baptiste Mardelle.
Committed on 06/12/2015 at 08:41.
Pushed by mardelle into branch 'Applications/15.12'.

Add context menu option to rename a bin folder
Related: bug 353284

M  +23   -0    src/bin/bin.cpp
M  +3    -0    src/bin/bin.h

http://commits.kde.org/kdenlive/f6137eab6e900bddcfcaa33f33c34f51fffa2136
Comment 2 Wegwerf 2015-12-06 16:34:46 UTC
Tested: works. Thank you very much!