Summary: | Wish - 'copy to' function with right click on thumbnail | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | maderios <leoutation> |
Component: | Albums-IconView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/02ef80fe4d712d7e1575eb7104a1003c172f57d2 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
maderios
2020-11-05 11:19:32 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 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.
>
If there are sidecars, copy too? Maik Yes, copy sidecars too, it's important 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 Great improvement! It works fine. Thanks |