Summary: | option to upload to specific photoset | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Francis Giannaros <francis> |
Component: | Plugin-WebService-Flickr | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | hj.d.lee, jmstylr |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
Francis Giannaros
2006-06-22 02:30:25 UTC
this wish is a duplicate of Bug 129762. *** Bug 129762 has been marked as a duplicate of this bug. *** Vardhman, With KDE4, it will be very easy to select dedicated physical/virtual albums to export somewhere. In digiKam, i have re-implemented a better CollectionSelectorWidget than KDE3: http://digikam3rdparty.free.fr/Screenshots/temp/newkipicollectionsselector.png Intead to have a flat list of albums, you can select Physical/Tags/Search albums following treeview hierarchy! I propose to implement this feature with KDE4 port of your FlickrExport plugin. Also, if you export a huge collection of photo to flickr, and you need to rezise image on the fly, we need to use multithreading to not freeze GUI. There are existing code in others plugins for that (rawconverter, sendimages, etc.) Your viewpoint ? Gilles Caulier I am getting the Dev setup for myself done, I will be able to get back to contributing within a day or two. I will be able to help on the porting process too if possible. The image selection indeed looks promising and advanced. I am already excited about upgrading the plugin to have better interface etc. Thanks, Vardhman On Tue, May 20, 2008 at 4:12 PM, Gilles Caulier <caulier.gilles@gmail.com> wrote: [bugs.kde.org quoted mail] I am getting the Dev setup for myself done, I will be able to get back to contributing within a day or two. I will be able to help on the porting process too if possible.<br><br>The image selection indeed looks promising and advanced. I am already excited about upgrading the plugin to have better interface etc.<br> <br>Thanks,<br>Vardhman<br><div class="gmail_quote">On Tue, May 20, 2008 at 4:12 PM, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div class="Ih2E3d">------- You are receiving this mail because: -------<br> You are the assignee for the bug, or are watching the assignee.<br> <br> <a href="http://bugs.kde.org/show_bug.cgi?id=129623" target="_blank">http://bugs.kde.org/show_bug.cgi?id=129623</a><br> <br> <br> <br> <br> </div>------- Additional Comments From caulier.gilles gmail com 2008-05-20 12:42 -------<br> Vardhman,<br> <br> With KDE4, it will be very easy to select dedicated physical/virtual albums to export somewhere. In digiKam, i have re-implemented a better CollectionSelectorWidget than KDE3:<br> <br> <a href="http://digikam3rdparty.free.fr/Screenshots/temp/newkipicollectionsselector.png" target="_blank">http://digikam3rdparty.free.fr/Screenshots/temp/newkipicollectionsselector.png</a><br> <br> Intead to have a flat list of albums, you can select Physical/Tags/Search albums following treeview hierarchy!<br> <br> I propose to implement this feature with KDE4 port of your FlickrExport plugin.<br> <br> Also, if you export a huge collection of photo to flickr, and you need to rezise image on the fly, we need to use multithreading to not freeze GUI. There are existing code in others plugins for that (rawconverter, sendimages, etc.)<br> <br> Your viewpoint ?<br> <font color="#888888"><br> Gilles Caulier<br> </font></blockquote></div><br><br clear="all"><br>-- <br>Blogs: <a href="http://vardhman.blogspot.com">http://vardhman.blogspot.com</a><br> Jain, What's news about this file ? Gilles Caulier Ah, sorry for the delay, now that setup is working fine for me, I will work on this as high priority SVN commit 904250 by jaiva: Adding support for PhotoSets. User can now select which of his photosets the photo should go to. A new photo set can be created from the plugin too. If there is no photoset in the users flickr account the behaviour of upload is same as earlier. BUGS:129623 M +252 -167 flickralbumdialog.ui M +134 -17 flickrtalker.cpp M +14 -8 flickrtalker.h M +13 -4 flickrwidget.cpp M +3 -1 flickrwidget.h M +60 -80 flickrwindow.cpp M +6 -3 flickrwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=904250 With a the limitation of having a slightly unfriendly way to create a photoset, this bug is now fixed. The unfriendly hack is because the PhotoSet creation requires specifying a primary photo which is already on flickr (to mark as set representative), this is rather strange requirement which require far too much supporting code. So right now the dialog asks the user to specify the PhotoId as a text field. *** Bug 161775 has been marked as a duplicate of this bug. *** |