Bug 356041

Summary: 15.11.80: bin folder context menu lacks "change folder name" action
Product: [Applications] kdenlive Reporter: Wegwerf <wegwerf-1-2-3>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: wishlist CC: wegwerf-1-2-3
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 15.12.0
Sentry Crash Report:

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!