GNOME Bugzilla – Bug 728877
Support for PicasaWeb
Last modified: 2014-05-19 15:05:24 UTC
I'm working on the PicasaWeb support for GNOME Photos and I will use GOA for authorizations. This bug report will involve changes I need to make for the same.
Created attachment 276752 [details] [review] Add support for PicasaWeb Added support for PicasaWeb. Please let me know what you think. Thanks.
Created attachment 276755 [details] [review] Add support for PicasaWeb Left a newline in the earlier patch by mistake. Corrected it here.
Review of attachment 276755 [details] [review]: Thanks for the patch, Saurav. Looks very good apart from two minor things. ::: src/goabackend/goagoogleprovider.c @@ +144,3 @@ + /* Google Cloud Print */ + "https://www.googleapis.com/auth/cloudprint " This is an unrelated change. White-space changes like these are best done in a separate patch. Otherwise they are misleading. Can you please put it in a separate patch? @@ +616,3 @@ NULL, + "photos-disabled", + _("Pho_tos")); The mnemonic for "Photos" is "P" in Flickr and Facebook. Maybe we should do the same here and change the mnemonic for "Printers", which is a relatively new member of the family and not yet widely used? Food for thought.
Created attachment 276783 [details] [review] Add support for PicasaWeb Made the changes. Changed the mnemonic for "Printers" to 't' and made 'P' the mnemonic for "Photos".
Created attachment 276784 [details] [review] Correct the indentation
Review of attachment 276783 [details] [review]: Perfect. I took the liberty to add https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol to README.
Review of attachment 276784 [details] [review]: Good catch. You are missing a reference to this bug in the commit message.
Created attachment 276787 [details] [review] google: Replace tabs with spaces Added the URL to this bug.
Thanks for working on this, Saurav.