Summary: | FTP tool for uploading a selection of images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Greg <noh.way.jose> |
Component: | Plugin-WebService-FileTransfer | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, languitar |
Priority: | NOR | ||
Version: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.8.0 | |
Sentry Crash Report: | |||
Attachments: |
Export plugin based on kio capabilities
little code polishing, especially kdebug area codes renamed the Plugin class to match the rest of the KIPI plugins style |
Description
Greg
2009-03-16 10:34:25 UTC
It might be clearer if the following: "(if it/they don't exist, create folders with the album names)" actually said: "(if it/they don't exist, create folders with the album names on the ftp site)" Created attachment 37241 [details]
Export plugin based on kio capabilities
I created a simple plugin that can export to all file systems kio has access to. It doesn't fit directly to the described workflow but instead uses the same workflow as for most of the other export plugins.
The selection of the target is done using a KFileDialog. So the bookmarks of this dialog can be used for storing ftp locations.
Created attachment 37242 [details]
little code polishing, especially kdebug area codes
Hi,
all in all I think the patch is ok.
I just polished it a little bit, it contained wrong area codes for kdebug, but in general it seems to be fine.
Gilles,
what do you think?
Andi
Created attachment 37243 [details]
renamed the Plugin class to match the rest of the KIPI plugins style
just a minor change
Andi, Yes ! this is great. Let's go to add this new plugin to trunk. We will test indeep and review/improve code later. Johannes, Thanks a lots for your code. It's very appreciate ! Gilles SVN commit 1029357 by aclemens: Add new KIPIplugin "KioExport". This plugin can be used to export images to FTP, Samba, or just local paths using the KIO technologies. Thanks to Johannes Wienke for the patch. BUG:187291 M +1 -0 CMakeLists.txt A kioexport (directory) A kioexport/CMakeLists.txt A kioexport/KioExportWidget.cpp [License: GPL (v2+)] A kioexport/KioExportWidget.h [License: GPL (v2+)] A kioexport/KioExportWindow.cpp [License: GPL (v2+)] A kioexport/KioExportWindow.h [License: GPL (v2+)] A kioexport/Messages.sh A kioexport/kipiplugin_kioexport.desktop A kioexport/plugin_kioexport.cpp [License: GPL (v2+)] A kioexport/plugin_kioexport.h [License: GPL (v2+)] WebSVN link: http://websvn.kde.org/?view=rev&revision=1029357 Johannes, If you want to contribute more and more, please, ask for a KDE svn account ! It will be more easy for you to contribute, improve and test your code... again, thanks for your help http://techbase.kde.org/Contribute/Get_a_SVN_Account Gilles Johannes, With signal/sot, do not use "CLASS" directly, but "const CLASS&", as with KioExportWindow line 67... Also, in KioExportWindow, add Help button to dialog, as it's done with other plugin. Like this users can report bugs at the right place... Gilles I will change this when I get the svn account. |