https://bugs.kde.org/show_bug.cgi?id=373820
--- Comment #12 from Maik Qualmann <metzping...@gmail.com> --- Git commit 8e6e429b29b0cdaba45f1cd736fafc61ac46c229 by Maik Qualmann. Committed on 27/03/2019 at 22:01. Pushed by mqualmann into branch 'master'. add simple local file copy export plugin tool Related: bug 397856 M +1 -0 core/dplugins/generic/webservices/CMakeLists.txt A +27 -0 core/dplugins/generic/webservices/filecopy/CMakeLists.txt A +133 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.cpp [License: GPL (v2+)] A +93 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.h [License: GPL (v2+)] A +224 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp [License: GPL (v2+)] A +134 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.h [License: GPL (v2+)] A +117 -0 core/dplugins/generic/webservices/filecopy/fcplugin.cpp [License: GPL (v2+)] A +71 -0 core/dplugins/generic/webservices/filecopy/fcplugin.h [License: GPL (v2+)] A +114 -0 core/dplugins/generic/webservices/filecopy/fctask.cpp [License: GPL (v2+)] A +66 -0 core/dplugins/generic/webservices/filecopy/fctask.h [License: GPL (v2+)] A +92 -0 core/dplugins/generic/webservices/filecopy/fcthread.cpp [License: GPL (v2+)] A +70 -0 core/dplugins/generic/webservices/filecopy/fcthread.h [License: GPL (v2+)] https://commits.kde.org/digikam/8e6e429b29b0cdaba45f1cd736fafc61ac46c229 -- You are receiving this mail because: You are watching all bug changes.