Bug 164696 - It's not possible to change the order of columns in details panel in details view mode
Summary: It's not possible to change the order of columns in details panel in details ...
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
: 198168 202503 206036 211293 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-22 21:56 UTC by Marcelo Sales
Modified: 2012-03-07 21:20 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.8.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Sales 2008-06-22 21:56:52 UTC
Version:           1.0.99 (using Devel)
Installed from:    Compiled sources
OS:                Linux

When in details view mode, it would be nice to be able to choose the order in which the columns (date, owner, group, permisions, etc.) are displayed. At the moment, it's not possible to drag a column to the place you'd like the information would be displayed.
Comment 1 Peter Penz 2008-06-23 07:31:57 UTC
I agree, added to my TODO-list for 4.2...
Comment 2 Fabien Crespel 2009-04-18 15:38:49 UTC
I would really like to be able to reorder columns in Dolphin/Konqueror4's Details view too.. Having the Type column (which I use to sort the list) as the last one is really annoying when you have all other columns enabled: either the screen is crowded, or the Type column is off-screen.

Seeing as this feature hasn't made it in 4.2, and is not yet in 4.3 AFAIK (I checked with Dolphin 1.2.80 on KDE 4.2.69 / svn 949727), could you consider implementing it soon please?
Comment 3 Frank Reininghaus 2009-06-28 19:46:05 UTC
*** Bug 198168 has been marked as a duplicate of this bug. ***
Comment 4 Frank Reininghaus 2009-08-04 19:41:35 UTC
*** Bug 202503 has been marked as a duplicate of this bug. ***
Comment 5 Peter Penz 2009-08-26 20:23:35 UTC
SVN commit 1015987 by ppenz:

allow to change the order of columns in the details view

BUG: 164696

 M  +34 -10    dolphindetailsview.cpp  
 M  +8 -0      dolphindetailsview.h  
 M  +4 -0      settings/dolphin_detailsmodesettings.kcfg  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1015987
Comment 6 Frank Reininghaus 2009-09-02 21:09:08 UTC
*** Bug 206036 has been marked as a duplicate of this bug. ***
Comment 7 Marcel Partap 2009-09-02 23:09:25 UTC
ppenz.credit++ btw ;)
Comment 8 Frank Reininghaus 2009-10-21 09:19:19 UTC
*** Bug 211293 has been marked as a duplicate of this bug. ***
Comment 9 bartman2589 2012-01-30 09:00:47 UTC
Unfortunately it looks like this bug has reappeared in KDE 4.8, really really annoying!!!!!!
Comment 10 Peter Penz 2012-01-30 09:13:56 UTC
Sorry, yes it is a temporary known regression (see http://community.kde.org/Dolphin/Dolphin-2.0-Status "Missing Dolphin 1.x Features")

We'll try to fix this during the KDE 4.8.x cycle.
Comment 11 Peter Penz 2012-03-07 21:17:49 UTC
Git commit b62c74ec4cc891bc5fafeeafe67dbcc1d17fd445 by Peter Penz.
Committed on 07/03/2012 at 22:12.
Pushed by ppenz into branch 'KDE/4.8'.

Allow custom sorting of details-view columns

Fix regression that Dolphin 2.0 did not allow to adjust the sorting
of the details-view columns.
FIXED-IN: 4.8.2

M  +156  -10   dolphin/src/kitemviews/kitemlistheader.cpp
M  +31   -1    dolphin/src/kitemviews/kitemlistheader_p.h
M  +19   -0    dolphin/src/kitemviews/kitemlistview.cpp
M  +16   -0    dolphin/src/kitemviews/kitemlistview.h
M  +17   -31   dolphin/src/views/additionalinfoaccessor.cpp
M  +8    -5    dolphin/src/views/additionalinfoaccessor.h
M  +25   -0    dolphin/src/views/dolphinview.cpp
M  +7    -1    dolphin/src/views/dolphinview.h
M  +1    -12   dolphin/src/views/viewproperties.cpp

http://commits.kde.org/kde-baseapps/b62c74ec4cc891bc5fafeeafe67dbcc1d17fd445
Comment 12 Peter Penz 2012-03-07 21:20:04 UTC
Git commit 3d5fe5b774aee4a1cfe0c89a8b811e11f6e69cd5 by Peter Penz.
Committed on 07/03/2012 at 22:12.
Pushed by ppenz into branch 'master'.

Allow custom sorting of details-view columns

Fix regression that Dolphin 2.0 did not allow to adjust the sorting
of the details-view columns.
FIXED-IN: 4.8.2

M  +156  -10   dolphin/src/kitemviews/kitemlistheader.cpp
M  +31   -1    dolphin/src/kitemviews/kitemlistheader_p.h
M  +19   -0    dolphin/src/kitemviews/kitemlistview.cpp
M  +16   -0    dolphin/src/kitemviews/kitemlistview.h
M  +17   -31   dolphin/src/views/additionalinfoaccessor.cpp
M  +8    -5    dolphin/src/views/additionalinfoaccessor.h
M  +25   -0    dolphin/src/views/dolphinview.cpp
M  +7    -1    dolphin/src/views/dolphinview.h
M  +1    -12   dolphin/src/views/viewproperties.cpp

http://commits.kde.org/kde-baseapps/3d5fe5b774aee4a1cfe0c89a8b811e11f6e69cd5