Bug 183639 - Can't upload photo without a PhotoSet
Summary: Can't upload photo without a PhotoSet
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Flickr (show other bugs)
Version: 5.6.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 01:04 UTC by Ismael Barros
Modified: 2018-03-23 11:32 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.4.0


Attachments
patch to allow export to flickr photostream only (640 bytes, patch)
2009-02-08 10:58 UTC, Matthias Welwarsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ismael Barros 2009-02-08 01:04:30 UTC
Version:           unknown (using 4.2.00 (KDE 4.2.0), Arch Linux)
Compiler:          gcc
OS:                Linux (i686) release 2.6.28-ARCH

I upload most of my photos without a PhotoSet, but flickr kipi plugin defaults to the last PhotoSet created, and I can't just "select no PhotoSet"

IMHO the best ways to solve it would be wither placing a checkbox in front of PhotoSet selection, or maybe a "<photostream only>" option in the PhotoSet dropdown list, like in kflickr.
Comment 1 Matthias Welwarsky 2009-02-08 10:58:43 UTC
Created attachment 31115 [details]
patch to allow export to flickr photostream only

I propose this patch to fix the problem. It's just a trivial hack, but works well for me.
Comment 2 Pieter Edelman 2009-05-13 15:30:26 UTC
I think this patch is a nice solution, but I suggest to insert a seperator (m_albumsListComboBox->insertSeparator(1)), to visually mark that the user has two options (either photostream, or one of these sets).
Comment 3 caulier.gilles 2009-05-13 15:49:43 UTC
yep.

Mathias, let's go to apply this patch (:=)))

Gilles Caulier
Comment 4 Matthias Welwarsky 2009-05-13 15:54:53 UTC
ok. I'll add the separator and commit.
Comment 5 Matthias Welwarsky 2009-05-13 17:51:57 UTC
SVN commit 967616 by welwarsky:

allow to upload to flickr photostream only.

CCBUG: 183639

 M  +3 -1      flickrwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967616
Comment 6 caulier.gilles 2009-05-18 08:15:36 UTC
Patch applied and tested. work fine now. I close this file.

Note : thanks Matthias for the patch...

Gilles Caulier