[Bug 187291] New: FTP KIPI plugin for uploading a selection of images

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] New: FTP KIPI plugin for uploading a selection of images

Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291

           Summary: FTP KIPI plugin for uploading a selection of images
           Product: digikam
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Kipiinterface
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:           0.1.5-13.1 (using KDE 4.0.5)
Compiler:          gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch
revision 135036] none
OS:                Linux
Installed from:    SuSE RPMs

I am trying to help my mother set up Digikam to allow her to upload some of her
album photos to the ftp area on www.photobox.co.uk
(ftp://ftp.photobox.com). This is her preferred site for printing photos.

I am slightly surprised to discover that KIPI and Digikam between them do not
seem to be able to to do this. Using a separate FTP client is not an option for
her (or other non-technical users).

The basic use cases are something like:

1/ <Main flow>: Specify the ftp URL, username and password, path and any other
details required to identify a target site and save them with a name for
subsequent recall and use (probably need to incorporate KWalletManager or
suchlike to manage the passwords).

2/ <Main flow>: identify one or more images or albums (if it/they don't exist,
create folders with the album names) from a users' collection and upload the
images into the folders on the specified ftp site, from the list of saved sites
created from use case 1.
2.1/ <Alternate flow>: specify a new folder name to be created to put the
selection of images or albums in.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291





--- Comment #1 from Greg <noh way jose dsl pipex com>  2009-03-16 10:39:00 ---
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)"

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Kipiinterface               |Wish For New Plugins
            Version|unspecified                 |0.2.0-svn
            Product|digikam                     |kipiplugins




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|0.2.0-svn                   |0.2.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Johannes Wienke-3
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291





--- Comment #2 from Johannes Wienke <languitar semipol de>  2009-09-29 15:48:46 ---
Created an attachment (id=37241)
 --> (http://bugs.kde.org/attachment.cgi?id=37241)
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.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Andi Clemens <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37241|0                           |1
        is obsolete|                            |




--- Comment #3 from Andi Clemens <andi clemens gmx net>  2009-09-29 16:23:07 ---
Created an attachment (id=37242)
 --> (http://bugs.kde.org/attachment.cgi?id=37242)
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Andi Clemens <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37242|0                           |1
        is obsolete|                            |




--- Comment #4 from Andi Clemens <andi clemens gmx net>  2009-09-29 16:32:08 ---
Created an attachment (id=37243)
 --> (http://bugs.kde.org/attachment.cgi?id=37243)
renamed the Plugin class to match the rest of the KIPI plugins style

just a minor change

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|0.2.0                       |1.0.0




--- Comment #5 from Gilles Caulier <caulier gilles gmail com>  2009-09-29 17:24:29 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Andi Clemens <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #6 from Andi Clemens <andi clemens gmx net>  2009-09-29 17:32:34 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291





--- Comment #7 from Gilles Caulier <caulier gilles gmail com>  2009-09-29 17:39:21 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291





--- Comment #8 from Gilles Caulier <caulier gilles gmail com>  2009-09-29 20:47:26 ---
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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Johannes Wienke-3
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Johannes Wienke <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #9 from Johannes Wienke <languitar semipol de>  2009-09-29 21:09:29 ---
I will change this when I get the svn account.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 187291] FTP KIPI plugin for uploading a selection of images

Gilles Caulier-4
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|Wish For New Plugins        |KIOExport
            Version|1.0.0                       |0.8.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[kipiplugins] [Bug 187291] FTP KIPI plugin for uploading a selection of images

bugzilla_noreply
In reply to this post by Bugzilla from noh.way.jose@dsl.pipex.com
https://bugs.kde.org/show_bug.cgi?id=187291

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[hidden email]       |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.