Bug 208015 - Places: "Add Entry" always put the new item to the end
Summary: Places: "Add Entry" always put the new item to the end
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Debian testing Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 20:54 UTC by Jari Aalto
Modified: 2010-10-05 03:04 UTC (History)
3 users (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 Jari Aalto 2009-09-20 20:54:53 UTC
Version:            (using KDE 4.3.1)
Installed from:    Debian testing/unstable Packages

Cf. http://bugs.debian.org/547559

PROBLEM

1. Click left pane, bottom left "Places" to select first entry.
2. Right Click (Mouse-3) Add Entry
   Fill in details + OK

The entry is added to the end list in "Places". This is highly
inconvenient: consider that the "Places" lists can already contains
high number of entries. Moving this "new entry" to correct positon
from the end is tedious. Repeat that for 10 more new entries...

SUGEESTION

Please implement the feature like this:

- Select the position where to "add entry" by clikcing item in
  places
- Select "add entry"
=> An entry appears below the selected "places" position.
Comment 1 Kevin Ottens 2010-06-14 23:13:17 UTC
SVN commit 1137988 by ervin:

"Add Entry" now adds the newly created entry just after the one where we
triggered the context menu.

BUG: 208015


 M  +6 -1      kfileplacesitem.cpp  
 M  +2 -1      kfileplacesitem_p.h  
 M  +12 -0     kfileplacesmodel.cpp  
 M  +1 -0      kfileplacesmodel.h  
 M  +1 -1      kfileplacesview.cpp  
 M  +16 -0     tests/kfileplacesmodeltest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1137988
Comment 2 Eckhart Wörner 2010-10-05 03:04:31 UTC
Has this been backported to 4.5?