Bug 94494 - Support for multiple account
Summary: Support for multiple account
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Piwigo (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-05 22:01 UTC by Steven Michalske
Modified: 2023-02-25 13:34 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Michalske 2004-12-05 22:01:19 UTC
Version:           CVS (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources

Add support for more than one gallery server in the plugin.
Comment 1 Colin Guthrie 2006-05-31 11:43:12 UTC
I'll do this after the current release as part of my ongoing work to make the Gallery plugin a lot better.
Comment 2 Colin Guthrie 2006-06-29 10:00:00 UTC
*** Bug 129991 has been marked as a duplicate of this bug. ***
Comment 3 Colin Guthrie 2006-08-31 16:12:21 UTC
Just adding in the ML on the CC.
Comment 4 Colin Guthrie 2006-09-08 02:47:30 UTC
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
Comment 5 Colin Guthrie 2006-09-10 20:55:58 UTC
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  
Comment 6 Thomas Bettler 2006-09-10 21:45:54 UTC
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 ;-)
Comment 7 Colin Guthrie 2006-09-10 22:05:13 UTC
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.