https://bugs.kde.org/show_bug.cgi?id=491139
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/edda24e | |b851c2647f7dde01885008ef60f | |cadd9a Status|CONFIRMED |RESOLVED --- Comment #3 from Méven <[email protected]> --- Git commit edda24eb851c2647f7dde01885008ef60fcadd9a by Méven Car, on behalf of Victor Blanchard. Committed on 28/05/2025 at 10:33. Pushed by meven into branch 'master'. dolphinview: Add a dynamic view option Added a 'dynamic view' option, which allows to switch from a 'compact' or 'details' view to an 'icons' view if most of the files in the directory are images or videos. It reverts to the previous view mode when we switch to a directory which doesn't meet that criteria. The view mode is only changed once so users don't have to undo that for specific folders when they don't want icon view. A setting is added in the "Display style" section of the general view setting page. M +5 -0 src/settings/dolphin_directoryviewpropertysettings.kcfg M +4 -0 src/settings/dolphin_generalsettings.kcfg M +6 -0 src/settings/viewmodes/generalviewsettingspage.cpp M +1 -0 src/settings/viewmodes/generalviewsettingspage.h M +83 -1 src/tests/dolphinmainwindowtest.cpp M +46 -0 src/views/dolphinview.cpp M +5 -0 src/views/dolphinview.h M +13 -0 src/views/viewproperties.cpp M +3 -0 src/views/viewproperties.h https://invent.kde.org/system/dolphin/-/commit/edda24eb851c2647f7dde01885008ef60fcadd9a -- You are receiving this mail because: You are watching all bug changes.
