| Summary: | Rightclick on folder/file: "copy/move" to other split view tab | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Simon Pfeifer <simon.pfeifer> |
| Component: | split view | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | bugs.kde.org, littlergirl, meven29, nate |
| Priority: | NOR | ||
| Version First Reported In: | 15.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/commit/9061b22a0d0bc6bd7b9a1c31a5296bd00af60d0b | Version Fixed/Implemented In: | 23.08 |
| Sentry Crash Report: | |||
| Bug Depends on: | 276167 | ||
| Bug Blocks: | |||
|
Description
Simon Pfeifer
2015-12-09 16:33:15 UTC
Depends on Bug 276167. I would also like to see a "Copy to other pane" or "Move to other pane" in the "Copy To" and "Move To" menus. This is something I enjoyed when using a different desktop and file manager and I think it would make a very nice enhancement for Dolphin. In fact we already have this, with the shortcuts MAJ+F5 (copy) Maj+F6 (copy). A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/523 Git commit 9061b22a0d0bc6bd7b9a1c31a5296bd00af60d0b by Méven Car. Committed on 02/04/2023 at 07:22. Pushed by meven into branch 'master'. Context menu: allow to show copy to/move to inactive split view Prevent copying/moving to same folder as origin when copying/moving to inactive split view M +10 -0 src/dolphincontextmenu.cpp M +20 -7 src/dolphinmainwindow.cpp M +1 -0 src/dolphinmainwindow.h M +8 -0 src/settings/contextmenu/contextmenusettingspage.cpp M +8 -0 src/settings/dolphin_contextmenusettings.kcfg M +3 -1 src/settings/dolphinsettingsdialog.cpp https://invent.kde.org/system/dolphin/commit/9061b22a0d0bc6bd7b9a1c31a5296bd00af60d0b Thank you very much for doing that. |