Version: 0.9.3 (using 3.5.10, Kubuntu (hardy) 4:3.5.10-0ubuntu1~hardy1) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.24-16-generic Flickr expects people to correctly set photos safety level (safe, moderate, restricted) and content type (photo, screenshot, other graphics). See 3rd point of guidelines: http://www.flickr.com/guidelines.gne Digikam Flickr export does not allow one to set those characteristics, therefore if - say - I use digikam to upload some screenshots, I must go to the flickr web interface and reconfigure those characteristics. Flickr API handles those: http://www.flickr.com/services/api/upload.api.html (see safety_level and content_type) So, please add those flags to the flickr export dialog.
(see also http://www.flickr.com/help/filters )
Created attachment 35173 [details] Enable safety level and content type This patch adds the ability to set safety level and content type for all photos or for each photo individually. It depends however on the patch in bug 193685. To set the status for all photos, there are comboboxes for each option on the Upload options tab. To set it for the individual photos, there are comboboxes next to each photo. To reduce clutter, these options only become available when an Extended Settings button is pressed on the Upload options tab. If it is turned off, the comboboxes on this tab and the columns in the images list for these options are hidden. Maybe some existing options can be moved here as well. This patch implements a general delegate to show comboboxes in an ImageList. I don't know if it should be moved to the common/libkipiplugins directory so that other people can benefit as well for their plugins.
Pieter, Can you update your patch to work against current implementation from svn. Thanks in advance... Gilles Caulier
Created attachment 36832 [details] Enable safety level and content type Update against SVN.
SVN commit 1021845 by cgilles: apply patch from Pieter Edelman abou to add extented Flickr upload properties. BUGS: 172359 M +2 -0 CMakeLists.txt AM comboboxdelegate.cpp [License: GPL (v2+)] AM comboboxdelegate.h [License: GPL (v2+)] AM comboboxintermediate.cpp [License: GPL (v2+)] AM comboboxintermediate.h [License: GPL (v2+)] M +12 -3 flickritem.h M +198 -4 flickrlist.cpp M +24 -2 flickrlist.h M +10 -2 flickrtalker.cpp M +130 -7 flickrwidget.cpp M +30 -15 flickrwidget.h M +21 -0 flickrwindow.cpp M +8 -0 flickrwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021845
One small issue I found: Scaling the dialog down will overlap the widgets in the "Overwrite default options" groupbox. But I guess this is rather easy to fix :)
yes, using QScrollview, as in digiKam setup page for ex. Do you want to patch it ? I'm still very busy at home and in my office. I prepare new session of evening classes as previous year... Gilles
I fixed this along with a bug that displayed only very small thumbnails in SVN, revision 10221411.