Summary: | It's not possible to change the order of columns in details panel in details view mode | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Marcelo Sales <mmtsales> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | audvare, bartman2589, bugzilla, fabien, frank78ac, mpartap, theta-delta |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.2 | |
Sentry Crash Report: |
Description
Marcelo Sales
2008-06-22 21:56:52 UTC
I agree, added to my TODO-list for 4.2... 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? *** Bug 198168 has been marked as a duplicate of this bug. *** *** Bug 202503 has been marked as a duplicate of this bug. *** 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 *** Bug 206036 has been marked as a duplicate of this bug. *** ppenz.credit++ btw ;) *** Bug 211293 has been marked as a duplicate of this bug. *** Unfortunately it looks like this bug has reappeared in KDE 4.8, really really annoying!!!!!! 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. 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 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 |