Bug 356436 - Rightclick on folder/file: "copy/move" to other split view tab
Summary: Rightclick on folder/file: "copy/move" to other split view tab
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: split view (show other bugs)
Version: 15.08.3
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on: 276167
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-09 16:33 UTC by Simon Pfeifer
Modified: 2023-04-05 21:21 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 23.08


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pfeifer 2015-12-09 16:33:15 UTC
In the rightclick menu on a folder or file I would be convenient to have an option to copy or move the folder/file to the other split view tab. Other file managers have this option and I would like to see it on dolphin as well. 

Reproducible: Always
Comment 1 Erik Quaeghebeur 2018-01-31 16:40:12 UTC
Depends on Bug 276167.
Comment 2 Little Girl 2022-06-03 19:27:40 UTC
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.
Comment 3 Méven Car 2023-03-23 11:05:42 UTC
In fact we already have this, with the shortcuts MAJ+F5 (copy) Maj+F6 (copy).
Comment 4 Bug Janitor Service 2023-03-23 11:10:01 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/523
Comment 5 Méven Car 2023-04-02 07:22:19 UTC
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
Comment 6 Little Girl 2023-04-02 23:44:22 UTC
Thank you very much for doing that.