Summary: | In dolphin-(KDE)4.8.0, picture & video previews are too small | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | l33tmmx |
Component: | view-engine: icons mode | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.1 | |
Sentry Crash Report: |
Description
l33tmmx
2012-02-04 08:12:12 UTC
Git commit 0ade2b6ec9363cd9f987d4871bd36af076889d91 by Peter Penz. Committed on 04/02/2012 at 22:14. Pushed by ppenz into branch 'KDE/4.8'. Icons view: Layout optimizations - Assure that landscape-previews use the whole available width of the icon-area instead of only using the square width. This waste of space occured if the text-width was larger than the icon-width. - Only use one margin instead of two between the icons and the text to improve the visual appearance (thanks to Martin Zilz for the hint) FIXED-IN: 4.8.1 CCMAIL: martin@kreativkonzentrat.de M +16 -7 dolphin/src/kitemviews/kfileitemlistview.cpp M +7 -0 dolphin/src/kitemviews/kfileitemlistview.h M +42 -70 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +0 -1 dolphin/src/kitemviews/kfileitemlistwidget.h M +8 -4 dolphin/src/kitemviews/kitemlistview.cpp M +2 -12 dolphin/src/kitemviews/kitemlistwidget.cpp M +1 -1 dolphin/src/views/dolphinitemlistcontainer.cpp http://commits.kde.org/kde-baseapps/0ade2b6ec9363cd9f987d4871bd36af076889d91 Git commit 3df6bffbb0ce5c30d72e00e5bd5c720636d77315 by Peter Penz. Committed on 04/02/2012 at 22:14. Pushed by ppenz into branch 'master'. Icons view: Layout optimizations - Assure that landscape-previews use the whole available width of the icon-area instead of only using the square width. This waste of space occured if the text-width was larger than the icon-width. - Only use one margin instead of two between the icons and the text to improve the visual appearance (thanks to Martin Zilz for the hint) FIXED-IN: 4.8.1 CCMAIL: martin@kreativkonzentrat.de M +16 -7 dolphin/src/kitemviews/kfileitemlistview.cpp M +7 -0 dolphin/src/kitemviews/kfileitemlistview.h M +42 -70 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +0 -1 dolphin/src/kitemviews/kfileitemlistwidget.h M +8 -4 dolphin/src/kitemviews/kitemlistview.cpp M +2 -12 dolphin/src/kitemviews/kitemlistwidget.cpp M +1 -1 dolphin/src/views/dolphinitemlistcontainer.cpp http://commits.kde.org/kde-baseapps/3df6bffbb0ce5c30d72e00e5bd5c720636d77315 @l33tmmx: I fully agree that this waste of space does not make any sense and this was clearly a bug. |