https://bugs.kde.org/show_bug.cgi?id=186185
Rafał Lichwała <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/9e59261 | |47606737a87cf17535db1ecbfd2 | |c9a2c5 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Rafał Lichwała <[email protected]> --- Git commit 9e5926147606737a87cf17535db1ecbfd2c9a2c5 by Rafał Lichwała. Committed on 03/12/2025 at 11:19. Pushed by meven into branch 'master'. folderstabssettingspage: add 3 options for closing split view There is one bool setting in Dolphin Interface->Folders&Tabs->Split_view which determines which panel is closed on "Close split view" button click (currently focused or unfocused one). This commit replaces this setting with (enum-based) 3-state combo box. Since now we can set "When closing a split view" action to: - Close the active pane - Close the inactive pane - Close the right pane Related: bug 464696 M +63 -14 src/dolphinmainwindow.cpp M +14 -2 src/dolphintabpage.cpp M +8 -3 src/settings/dolphin_generalsettings.kcfg M +24 -17 src/settings/interface/folderstabssettingspage.cpp M +3 -1 src/settings/interface/folderstabssettingspage.h https://invent.kde.org/system/dolphin/-/commit/9e5926147606737a87cf17535db1ecbfd2c9a2c5 -- You are receiving this mail because: You are watching all bug changes.
