]> cloud.milkyroute.net Git - dolphin.git/commit
Allow to optionally limit the maximum number of text lines
authorPeter Penz <peter.penz19@gmail.com>
Fri, 13 Apr 2012 22:22:08 +0000 (00:22 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 13 Apr 2012 22:28:24 +0000 (00:28 +0200)
commit60b868108151463a702e8c10933b0ceb99f11bbe
tree97b5a6aeca8df6b121674d38b11ea69b11b7878a
parent31ee4085c2b2c374158fb956ac376399ff375b5a
Allow to optionally limit the maximum number of text lines

Showing the whole filename unclipped seems to be a good default,
however for users with a lot of files that have extremely long names
this might get a problem especially in the icons-view.

- Allow to limit the maximum number of lines in the icons-view
- Allow to specify a maximum width in the compact-view

(No limit is required for the details-view, as the name is shortened
automatically to show other columns)

BUG: 288596
FIXED-IN: 4.9.0
src/kitemviews/kfileitemlistwidget.cpp
src/kitemviews/kitemliststyleoption.cpp
src/kitemviews/kitemliststyleoption.h
src/kitemviews/kitemlistview.cpp
src/settings/dolphin_compactmodesettings.kcfg
src/settings/dolphin_iconsmodesettings.kcfg
src/settings/viewmodes/viewsettingstab.cpp
src/settings/viewmodes/viewsettingstab.h
src/views/dolphinitemlistcontainer.cpp