After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653990 - Allow setting license type for the pictures in the details dialog.
Allow setting license type for the pictures in the details dialog.
Status: RESOLVED FIXED
Product: frogr
Classification: Other
Component: general
master
Other Linux
: Normal normal
: ---
Assigned To: frogr maintainers
frogr maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-05 08:36 UTC by Mario Sánchez Prada
Modified: 2011-07-09 01:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mario Sánchez Prada 2011-07-05 08:36:10 UTC
This is already a long standing desired feature in the TODO file [1], that we should take care of at some point soon. I think it would be useful stuff.

For reference, it would be needed to add a new function to src/flicksoup/fsp-session.[ch] wrapping the following API method:

http://www.flickr.com/services/api/flickr.photos.licenses.setLicense.htm

...then modifying the details dialog to allow the user selecting the desired license, and make the controller take care of that after uploading each picture (just in the same way pictures are added to albums and groups).

To avoid frogr from doing extra unneeded work after uploading each picture, it could be useful to provide the user, along with the list of available licenses, the option to use the "default license as set in flickr". That way, the controller would not do anything at all and frogr would keep working as it's doint it right now.

[1] http://git.gnome.org/browse/frogr/tree/TODO
Comment 1 Mario Sánchez Prada 2011-07-09 01:18:03 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.