Bug 156495 - Drag and drop breadcrumb popup
Summary: Drag and drop breadcrumb popup
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 20:13 UTC by Todd
Modified: 2009-11-19 19:54 UTC (History)
1 user (show)

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 Todd 2008-01-23 20:13:39 UTC
Version:            (using KDE 4.0.0)
Installed from:    SuSE RPMs

The "breadcrumbs" feature in dolphin (I think that is the right name), where you are able to click the triangle next to a directory in the address bar to see all subdirectories of that directory is extremely useful and really speeds up navigation.  However, it does not work with drag and dropping files.  If you drag a file to a directory in the address bar you are able to drop it into that directory, which is useful for moving a file to a higher directory.  However, it should be at least an option that if you drag a file over the triangle between two directories and hold it there for a moment the breadcrumb menu should pop up and allow you drop the file in any subdirectory appearing there.  

For instance if you have four folders in your home directory, A, B, C, and D, you could enter directory A, select a bunch of files, drag them to the triangle between Home and A, and hold the mouse there for a half-second or so.  You would then get a popup menu with four item: A, B, C, and D.  You could then drop the files into any of those directories by dragging the files over that folder's entry in the menu.  Currently you can do that by cut and paste, the folders pane, a split window, two windows, or places.  Each has disadvantages.  Cut and paste is tedious for distributing files amongst various folders because you must either move them first to a higher folder, or navigate to each destination folder and then back before you can move to another destination.  The folders pane is not open by default, must be set to be visible, and takes a lot of space.  A split window must first be opened can only have two windows open at a time so distributing files amongst multiple folders is difficult.  And finally multiple windows take up even more space than the folders pane, must be opened individually, must all be navigated to, and you must move back and forth between open windows.  

Dragging and dropping right into the breadcrumbs has the limitation that it can only move files to directories that are subdirectories of a folder that is already in address bar, but has the advantage that it requires nothing that isn't already there and doesn't require that you leave the folder you are already in.  So in a certain subset of cases it is extremely useful.  Of course this limitation could be avoided entirely by having you able to navigate into subdirectories of directories that appear in the breadcrumb menu tree-style, but that would add additional complexity.
Comment 1 Peter Penz 2008-01-24 08:22:46 UTC
Good input, thanks! I'm not sure about the schedule (we have already so many open points for 4.1), but I'll implement this.
Comment 2 Rahman Duran 2009-03-24 08:49:03 UTC
SVN commit 943602 by rduran:

BUG: 156495

It's now possible to drop urls on to breadcrumb popup menu in Dolphin.



 M  +1 -0      CMakeLists.txt  
 M  +47 -12    kurlnavigatorbutton.cpp  
 M  +4 -0      kurlnavigatorbutton_p.h  
 A             kurlnavigatormenu.cpp   [License: LGPL (v2/3+eV)]
 A             kurlnavigatormenu_p.h   [License: LGPL (v2/3+eV)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=943602
Comment 3 FiNeX 2009-11-19 19:54:39 UTC
Drag could be interesting too :-)