Summary: | Dolphin should add actions for copy/move to other pane | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Shriramana Sharma <samjnaa> |
Component: | split view | Assignee: | Antonio Prcela <antonio.prcela> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | antonio.prcela, bluedzins, bufalo1973, bugseforuns, chalao.adda, flo.hennig, kainz.a, kde, med.medin.2014, nate, null, raindrops.fromsky |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/a291c5999035bb17fe764c1910c3e78ba041f8ac | Version Fixed In: | 20.08.0 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 356436 |
Description
Shriramana Sharma
2011-06-21 05:10:58 UTC
*** Bug 171292 has been marked as a duplicate of this bug. *** Resetting assignee to default as per bug #305719 *** Bug 293483 has been marked as a duplicate of this bug. *** *** Bug 342255 has been marked as a duplicate of this bug. *** *** Bug 366045 has been marked as a duplicate of this bug. *** *** Bug 193386 has been marked as a duplicate of this bug. *** Since there are several duplicates of this bug and this feature is requested: is there any update on this? No, this ticket is still open and looking for a developer to implement it. I would love to see this implementated. Like the original author I've become used to seeing this functionality in other two-pane file managers. - Add optional tool bar buttons to "copy to other pane" and "move to other pane". This would copy or move the selected files from the folder shown in the current pane to the folder shown in the other pane without additional prompting. - Add the ability to assign shortcut keys to "copy to other pane" and "move to other pane". Regards. I've started working on this, but have a very annoying bug atm. Stay tuned! https://phabricator.kde.org/D29006 Git commit a291c5999035bb17fe764c1910c3e78ba041f8ac by Nate Graham, on behalf of Antonio Prcela. Committed on 14/05/2020 at 22:20. Pushed by ngraham into branch 'master'. Allow to copy or move selection to the other split view Summary: Default keyboard shortcuts set to `SHIFT+F5` for `copy`, `SHIFT+F6` for `move` Reviewers: #dolphin, elvisangelaccio, ngraham, meven, dfaure Reviewed By: #dolphin, elvisangelaccio, ngraham, meven, dfaure Subscribers: yurchor, kde-doc-english, dfaure, meven, kfm-devel Tags: #dolphin, #documentation Differential Revision: https://phabricator.kde.org/D29006 M +23 -0 doc/index.docbook M +49 -7 src/dolphinmainwindow.cpp M +34 -0 src/dolphintabwidget.cpp M +6 -0 src/dolphintabwidget.h M +3 -1 src/dolphinui.rc M +29 -3 src/views/dolphinview.cpp M +14 -1 src/views/dolphinview.h https://commits.kde.org/dolphin/a291c5999035bb17fe764c1910c3e78ba041f8ac This is excellent thank you Antonio! *** Bug 424215 has been marked as a duplicate of this bug. *** *** Bug 424282 has been marked as a duplicate of this bug. *** |