Bug 184248

Summary: folderview: when order is set to unordered, folderview should remember the current order and apply it always
Product: [Plasma] plasma4 Reporter: AleX <entidad_universal>
Component: widget-folderviewAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: lucazanna89, shockwaver
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description AleX 2009-02-13 20:21:47 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Mandriva RPMs

when order is set to unordered, folderview should remember the current order and apply it always.
Current behaviour is that if you set order to unordered, when you reinit, you find a total different distribution.

folderview plasmoid should remember in this case the position of icons for a better traditional desktop experience.
Comment 1 AleX 2009-02-16 09:57:40 UTC
This was supossed to be a wish, I forgot it.
Comment 2 Luca 2009-03-17 09:13:01 UTC
I support your wish. This behaviour is so annoying!
Comment 3 Fredrik Höglund 2009-03-24 20:24:10 UTC
SVN commit 943984 by fredrik:

* Make sure that the icon positions in the icon view are kept when the
  user explicitly sets the sort order to "Unsorted".
* Don't offer "Unsorted" as an option when the applet is on the panel,
  since the list view doesn't support rearranging the icons manually.

BUG: 184248


 M  +7 -1      folderview.cpp  
 M  +10 -0     iconview.cpp  
 M  +4 -0      iconview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=943984
Comment 4 Shockwaver 2009-04-06 13:48:57 UTC
How do i use those 3 files?