Version: CVS (using KDE KDE 3.3.2) Installed from: Compiled From Sources Add support for more than one gallery server in the plugin.
I'll do this after the current release as part of my ongoing work to make the Gallery plugin a lot better.
*** Bug 129991 has been marked as a duplicate of this bug. ***
Just adding in the ML on the CC.
SVN commit 581948 by cguthrie: Work towards supporting multiple galleries. I wont commit the changes to existing files just yet as it's not ready to go live. I am now able to define, edit, delete multiple galleries which save permanently in kipirc/wallet. Just need to update some more UI elements to use this new list of galleries when logging in. CCBUG: 94494 AM galleries.cpp [License: GPL] AM galleries.h [License: GPL] AM galleryconfig.cpp [License: GPL] AM galleryconfig.h [License: GPL] ** trunk/extragear/libs/kipi-plugins/galleryexport/galleries.cpp #property svn:eol-style + native ** trunk/extragear/libs/kipi-plugins/galleryexport/galleries.cpp #property svn:mime-type + text/plain ** trunk/extragear/libs/kipi-plugins/galleryexport/galleries.h #property svn:eol-style + native ** trunk/extragear/libs/kipi-plugins/galleryexport/galleries.h #property svn:mime-type + text/plain ** trunk/extragear/libs/kipi-plugins/galleryexport/galleryconfig.cpp #property svn:eol-style + native ** trunk/extragear/libs/kipi-plugins/galleryexport/galleryconfig.cpp #property svn:mime-type + text/plain ** trunk/extragear/libs/kipi-plugins/galleryexport/galleryconfig.h #property svn:eol-style + native ** trunk/extragear/libs/kipi-plugins/galleryexport/galleryconfig.h #property svn:mime-type + text/plain
SVN commit 582844 by cguthrie: Add support for multiple galleries. Please can people test this? It works for me but there are no doubt issues somewhere ;) BUG: 94494 M +5 -1 Makefile.am M +2 -2 galleries.cpp M +2 -2 galleries.h AM gallery.png M +1 -120 galleryconfig.cpp M +1 -42 galleryconfig.h AM gallerylist.cpp [License: GPL] AM gallerylist.h [License: GPL] D gallerylogin.cpp D gallerylogin.h M +1 -1 gallerywidget.cpp M +48 -85 gallerywindow.cpp M +5 -9 gallerywindow.h M +101 -17 plugin_galleryexport.cpp M +15 -2 plugin_galleryexport.h
I just compiled the set of your changed files within kipi-plugins-0.1.2 ... Works fine for me on gentoo (gcc 4.1.1 with digikam_0.9_beta1 and libkipi-0.1.4) I hope it will be in the next kipi-plugins revision, won't it? (As the commit was in trunk) Thank you very much!!! So we only need to keep exif data while resizing and a better picture chooser in the upload dialog to make it will suit perfectly. But I will be patient ;-) doesn't have to be today ;-)
Excellent thanks for testing it Thomas. Yes it will be in the next release. I've also fixed the EXIF bug now too - commited shortly after this one :) This is all work towards integrating the plugin better in the host application. Each album and image will have a dialog for Gallery Sync Settings where by you will be able to chose a whole album to sync to a Remote Gallery. Individual images can be excluded from this sync etc. So my ultimate goal is a sync process that you can run which will just push any local changes up to the remote site. Eventually I'd like it to be able to pull in comments people have left on the site and infact pull in random galleries (e.g. other peoples - where the source is not your host application) for local copies and viewing. All reasonably long term tho ;) Cheers.