Bug 428723 - Wish - 'copy to' function with right click on thumbnail
Summary: Wish - 'copy to' function with right click on thumbnail
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-IconView (show other bugs)
Version: 7.2.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-05 11:19 UTC by maderios
Modified: 2020-11-07 14:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maderios 2020-11-05 11:19:32 UTC
Hi
'copy to' function with right clic on thumbnail is very useful. I need it every day to work with files. 
Just like this:
https://help.gnome.org/users/gthumb/stable/gthumb-file-copy-move.html.en
Thanks
Comment 1 Maik Qualmann 2020-11-05 12:31:39 UTC
So open a folder selection dialog and probably copy items to external? You know the local file export tool? Yes, it would be 2 clicks more, but it now has some interesting options.

Maik
Comment 2 maderios 2020-11-05 12:54:54 UTC
Yes but it's complicated and, when you have many images to copy, it takes too much time.
Gthumb way is "standard" way:

> File Copy / Move Dialog
Select the files to be transferred, right-click on the selection, and choose Copy to... or Move to.... This will open a folder-selection dialog, where you can choose the destination folder.

>
Comment 3 Maik Qualmann 2020-11-05 13:06:01 UTC
If there are sidecars, copy too?

Maik
Comment 4 maderios 2020-11-05 13:38:40 UTC
Yes, copy sidecars too, it's important
Comment 5 Maik Qualmann 2020-11-06 21:06:50 UTC
Git commit 02ef80fe4d712d7e1575eb7104a1003c172f57d2 by Maik Qualmann.
Committed on 06/11/2020 at 21:05.
Pushed by mqualmann into branch 'master'.

add copy to... action in the right context menu
FIXED-IN: 7.2.0

M  +2    -1    NEWS
M  +1    -0    core/app/items/utils/contextmenuhelper.cpp
M  +36   -4    core/app/items/utils/itemviewutilities.cpp
M  +1    -0    core/app/items/utils/itemviewutilities.h
M  +1    -0    core/app/main/digikamapp.cpp
M  +2    -0    core/app/main/digikamapp_p.h
M  +7    -0    core/app/main/digikamapp_setup.cpp
M  +1    -0    core/app/views/stack/itemiconview.h
M  +5    -0    core/app/views/stack/itemiconview_items.cpp
M  +23   -7    core/libs/database/utils/ifaces/dio.cpp
M  +3    -0    core/libs/database/utils/ifaces/dio.h
M  +11   -1    core/libs/iojobs/iojob.cpp
M  +11   -0    core/libs/iojobs/iojobdata.cpp
M  +5    -0    core/libs/iojobs/iojobdata.h
M  +1    -0    core/libs/iojobs/iojobsmanager.cpp

https://invent.kde.org/graphics/digikam/commit/02ef80fe4d712d7e1575eb7104a1003c172f57d2
Comment 6 maderios 2020-11-07 14:52:52 UTC
Great improvement! It works fine. Thanks