Bug 32224 - Create/delete directories from RMB menu in sidebar
Summary: Create/delete directories from RMB menu in sidebar
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: sidebar (show other bugs)
Version: 2.2
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joseph Wenninger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-08 10:48 UTC by f00-mlu
Modified: 2009-11-10 01:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f00-mlu 2001-09-08 10:41:08 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           2.2 (using KDE 2.2.0 )
Severity:          wishlist
Installed from:    Debian Package 4:2.2.0-final-3 (testing/unstable)
Compiler:          gcc version 2.95.4 20010810 (Debian prerelease)
OS:                Linux (i686) release 2.4.9
OS/Compiler notes: 

Perhaps I'm bothering you with a wish
you've already thought of but I make
the wish anyway in case you haven't
thought of it.

When right-clicking a folder in the
sidebar it would make sense to be able
to delete a folder (also use the delete
button or shift-delete like in the file
view) and get access to the New...
section for creating directories and the
other options in that submenu.

At least the delete folder part seems to
be something you might have thought of
already since the entry is there though
inactivated.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Shriramana Sharma 2007-03-18 19:45:39 UTC
This wish seems fulfilled in KDE 3.5.6 -- right-clicking on a folder in the side-bar now gives the same context menu as when the folder is in the main window.

But I think the side-bar context menu should not be enabled for doing filemanagement actions. The side-bar is there only for navigation convenience. That's just my current opinion however.
Comment 2 David Faure 2009-11-10 01:45:17 UTC
SVN commit 1046946 by dfaure:

Restore the ability to trash/delete folders in the sidebar treeview. Will be there (again) in KDE-4.4.0.
Assorted cleanups.
BUG: 32224


 M  +15 -7     konqsidebarplugin.h  
 M  +7 -35     sidebar_widget.cpp  
 M  +0 -3      sidebar_widget.h  
 M  +1 -1      trees/bookmark_module/bookmark_item.cpp  
 M  +1 -0      trees/bookmark_module/bookmark_module.h  
 M  +62 -15    trees/dirtree_module/dirtree_item.cpp  
 M  +1 -0      trees/dirtree_module/dirtree_module.cpp  
 M  +56 -43    trees/konq_sidebartree.cpp  
 M  +12 -7     trees/konq_sidebartree.h  
 M  +2 -2      trees/konq_sidebartreetoplevelitem.cpp  
 M  +6 -25     trees/konqsidebar_tree.cpp  
 M  +17 -33    trees/konqsidebar_tree.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1046946