Summary: | Dolphin doesnt preserve folders horizontally in folders panel | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Zé <mmodem00> |
Component: | panels: folders | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.1 | |
Sentry Crash Report: |
Description
Zé
2012-02-14 22:33:15 UTC
Thanks for the detailed description, I agree that this should be fixed. Git commit 98d98f7c2457dc24223d77da77398c816dddf8b8 by Peter Penz. Committed on 15/02/2012 at 16:10. Pushed by ppenz into branch 'KDE/4.8'. Folders Panel: Use the whole width as selection region As no rubberband-selection is enabled for the Folders Panel it does not make sense to keep the selection region as small as possible. FIXED-IN: 4.8.1 M +4 -1 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +4 -2 dolphin/src/kitemviews/kitemliststyleoption.cpp M +1 -0 dolphin/src/kitemviews/kitemliststyleoption.h M +1 -0 dolphin/src/panels/folders/folderspanel.cpp M +24 -20 dolphin/src/panels/folders/treeviewcontextmenu.cpp http://commits.kde.org/kde-baseapps/98d98f7c2457dc24223d77da77398c816dddf8b8 Git commit c869364918676d5874a87e8a0d43576200851b43 by Peter Penz. Committed on 15/02/2012 at 16:10. Pushed by ppenz into branch 'master'. Folders Panel: Use the whole width as selection region As no rubberband-selection is enabled for the Folders Panel it does not make sense to keep the selection region as small as possible. FIXED-IN: 4.8.1 M +4 -1 dolphin/src/kitemviews/kfileitemlistwidget.cpp M +4 -2 dolphin/src/kitemviews/kitemliststyleoption.cpp M +1 -0 dolphin/src/kitemviews/kitemliststyleoption.h M +1 -0 dolphin/src/panels/folders/folderspanel.cpp M +24 -20 dolphin/src/panels/folders/treeviewcontextmenu.cpp http://commits.kde.org/kde-baseapps/c869364918676d5874a87e8a0d43576200851b43 |