| Summary: | [Feature Suggestion] Add "Open in split view" to Places panel context menu | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Thorolf E.R. Weißhuhn <terw> |
| Component: | panels: folders | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | dolphin-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/a85863befd616fe86669ac363d74fa7f466ca523 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Thorolf E.R. Weißhuhn
2023-02-09 08:45:34 UTC
Git commit a85863befd616fe86669ac363d74fa7f466ca523 by Eric Armbruster, on behalf of Eric Armbruster. Committed on 09/09/2023 at 17:45. Pushed by meven into branch 'master'. Add open in split view action This action is shown only if a single folder is selected. The action opens the selected folder in the inactive split view (and opens the split view if necessary). M +4 -0 src/dolphincontextmenu.cpp M +34 -1 src/dolphinmainwindow.cpp M +5 -0 src/dolphinmainwindow.h M +2 -2 src/dolphintabpage.h M +10 -0 src/panels/places/placespanel.cpp M +2 -0 src/panels/places/placespanel.h M +4 -0 src/settings/contextmenu/contextmenusettingspage.cpp M +4 -0 src/settings/dolphin_contextmenusettings.kcfg M +1 -0 src/settings/dolphinsettingsdialog.cpp https://invent.kde.org/system/dolphin/-/commit/a85863befd616fe86669ac363d74fa7f466ca523 |