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.
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
Tested: works. Thank you very much!