Bug 356436

Summary: Rightclick on folder/file: "copy/move" to other split view tab
Product: [Applications] dolphin Reporter: Simon Pfeifer <simon.pfeifer>
Component: split viewAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: bugs.kde.org, littlergirl, meven29, nate
Priority: NOR    
Version: 15.08.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 23.08
Bug Depends on: 276167    
Bug Blocks:    

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.