]> cloud.milkyroute.net Git - dolphin.git/commit
Details view: Expand the name-column like in Dolphin 1.x
authorPeter Penz <peter.penz19@gmail.com>
Thu, 22 Mar 2012 14:39:07 +0000 (15:39 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 22 Mar 2012 14:47:01 +0000 (15:47 +0100)
commit3fc96ef97bbea25418bb22a18e82f6b874eedb38
tree3762e6fc2652b22cf5594333d2c24c28f8198571
parent403aa0bff3aecdd9cc94308a497590dcb569f597
Details view: Expand the name-column like in Dolphin 1.x

With the new view-engine the name-column always has been expanded
to the maximum width of all available names. But this makes it
impossible to see other columns without scrolling when having long
filenames, so per default the Dolphin 1.x behavior has been applied
to the new view-engine so that the name-column-width gets decreased
to be able to show the other columns.

This patch will be released with KDE applications 4.8.2. For
Dolphin 2.1 (KDE applications 4.9) user-modified widths of the
columns will be remembered per directory also between different
sessions.

CCBUG: 264434
src/kitemviews/kfileitemlistview.cpp
src/kitemviews/kitemlistheader.cpp
src/kitemviews/kitemlistheader_p.h
src/kitemviews/kitemlistview.cpp