Bug 208015

Summary: Places: "Add Entry" always put the new item to the end
Product: [Applications] dolphin Reporter: Jari Aalto <jari.aalto>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: wishlist CC: ervin, ewoerner, finex
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:

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?