]> cloud.milkyroute.net Git - dolphin.git/commit
Move "Show in Groups" toggle action into Sort menu
authorNate Graham <nate@kde.org>
Thu, 27 Mar 2025 19:29:26 +0000 (13:29 -0600)
committerNate Graham <nate@kde.org>
Thu, 27 Mar 2025 19:41:39 +0000 (13:41 -0600)
commitdd07a3273c53eb9f86f59c5ef74072433138a361
treed6ab7aafb16d966604333f31bf04000192072587
parentde20f14b25746d248850d1bc4f5ade2edba65826
Move "Show in Groups" toggle action into Sort menu

This is the sort of thing a user might want to toggle temporarily, as
sometimes grouping is a helpful visualization and sometimes not.

Right now, doing that is easy when using the in-window menubar or the
global menu: View > Show in Groups. However when using the default
hamburger menu, it becomes difficult: Burger menu > More > View >
Show in Groups. It's four levels of nesting and requires precision.

This change addresses that by  moving the action into the "Sort By"
menu. This improves discoverability for people using the default UI,
and makes the location of the action consistent for people using all UI
styles. It also gets the item into the view context menu, where it
currently isn't, providing another entry point for it.
src/dolphinpart.rc
src/dolphinui.rc
src/dolphinuiforphones.rc
src/views/dolphinviewactionhandler.cpp