[dolphin] [Bug 453700] dolphin in detailed view open files and folders also if I click elsewhere on the line not only on the filename

Felix Ernst bugzilla_noreply at kde.org
Thu Oct 27 10:51:13 BST 2022


https://bugs.kde.org/show_bug.cgi?id=453700

Felix Ernst <felixernst at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |22.12
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/commit/9478f1473
                   |                            |006147c643c228793822b2eeb4b
                   |                            |0606
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #36 from Felix Ernst <felixernst at kde.org> ---
Git commit 9478f1473006147c643c228793822b2eeb4b0606 by Felix Ernst, on behalf
of Felix Ernst.
Committed on 27/10/2022 at 09:40.
Pushed by felixernst into branch 'master'.

Make details view mode's full row activation optional

In d3839617193e92463806580699caa595c892b8a6 the details view mode
was changed in a way that made the full row of an item the click
target instead of only having the item's icon and text be the
representative clickable area of an item.

This commit makes this new behaviour optional through a setting
which can be changed in Dolphin's settings dialog.

The explanation for introducing yet another setting in this case is
as follows:

While the introduced change is an improvement for many typical
workflows, there are some workflows for which this new behaviour
is problematic. Quite prominently a usage of Dolphin that tries
to maximise information density is made worse by the change because
now side padding is necessary to click the view's background. While
the side padding is and was optional, disabling it made switching
the active view in split view mode more difficult among other
things. For a more complete discussion about the issues, please
check out the bug report(s) and the discussion in Dolphin's gitlab
issue with number 34.

Co-authored-by: Ivan Čukić <ivan.cukic at kde.org>
FIXED-IN: 22.12

M  +6    -1    src/kitemviews/kstandarditemlistview.cpp
M  +2    -0    src/kitemviews/kstandarditemlistview.h
M  +1    -0    src/kitemviews/kstandarditemlistwidget.cpp
M  +4    -0    src/settings/dolphin_detailsmodesettings.kcfg
M  +22   -0    src/settings/viewmodes/viewsettingstab.cpp
M  +1    -0    src/settings/viewmodes/viewsettingstab.h
M  +6    -1    src/views/dolphinitemlistview.cpp
M  +3    -0    src/views/dolphinitemlistview.h

https://invent.kde.org/system/dolphin/commit/9478f1473006147c643c228793822b2eeb4b0606

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list