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 697675 - Support Flickr
Support Flickr
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on: 678151 700897
Blocks: 690256
 
 
Reported: 2013-04-09 23:47 UTC by Debarshi Ray
Modified: 2013-07-06 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
base-item: Refactor loading for downloading remote items (5.57 KB, patch)
2013-07-06 13:11 UTC, Debarshi Ray
committed Details | Review
source: The ID should match the encoding used in the miners (979 bytes, patch)
2013-07-06 13:12 UTC, Debarshi Ray
committed Details | Review
Add PhotosFlickrItem (7.54 KB, patch)
2013-07-06 13:13 UTC, Debarshi Ray
committed Details | Review
item-manager: Create a FlickrItem when we get one (1.47 KB, patch)
2013-07-06 13:14 UTC, Debarshi Ray
committed Details | Review
source-manager: Track GoaObjects that implement GoaPhotos (3.37 KB, patch)
2013-07-06 13:14 UTC, Debarshi Ray
committed Details | Review
source: Assert that get_filter should never be called for "all" (1.09 KB, patch)
2013-07-06 13:15 UTC, Debarshi Ray
committed Details | Review
embed: Prevent signal handlers from being disconnected twice (997 bytes, patch)
2013-07-06 13:16 UTC, Debarshi Ray
committed Details | Review
tracker-change-monitor: Protect against invalid subject and predicate (1.20 KB, patch)
2013-07-06 13:17 UTC, Debarshi Ray
committed Details | Review
base-item: Remove unused code (3.38 KB, patch)
2013-07-06 13:17 UTC, Debarshi Ray
committed Details | Review
base-item: Refactor thumbnail creation for remote items (14.72 KB, patch)
2013-07-06 13:18 UTC, Debarshi Ray
committed Details | Review
source: Mark "name" as readable too (1.55 KB, patch)
2013-07-06 13:19 UTC, Debarshi Ray
committed Details | Review
source: Mark "object" as readable too, and add an accessor for it (3.20 KB, patch)
2013-07-06 13:20 UTC, Debarshi Ray
committed Details | Review
application: Start the miners and refresh them at 1 minute intervals (13.96 KB, patch)
2013-07-06 13:21 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-04-09 23:47:06 UTC
Pickup Flickr accounts from GNOME Online Accounts and let the user access photos from Flickr. This should use Grilo's Flickr plugin for the protocol / API implementation.
Comment 1 Debarshi Ray 2013-06-28 13:08:52 UTC
Marek has a branch:
https://github.com/mchalupa/gnome-photos/tree/flickr
Comment 2 Debarshi Ray 2013-07-06 13:11:46 UTC
Created attachment 248510 [details] [review]
base-item: Refactor loading for downloading remote items
Comment 3 Debarshi Ray 2013-07-06 13:12:35 UTC
Created attachment 248511 [details] [review]
source: The ID should match the encoding used in the miners
Comment 4 Debarshi Ray 2013-07-06 13:13:11 UTC
Created attachment 248512 [details] [review]
Add PhotosFlickrItem
Comment 5 Debarshi Ray 2013-07-06 13:14:12 UTC
Created attachment 248513 [details] [review]
item-manager: Create a FlickrItem when we get one
Comment 6 Debarshi Ray 2013-07-06 13:14:47 UTC
Created attachment 248514 [details] [review]
source-manager: Track GoaObjects that implement GoaPhotos
Comment 7 Debarshi Ray 2013-07-06 13:15:32 UTC
Created attachment 248515 [details] [review]
source: Assert that get_filter should never be called for "all"
Comment 8 Debarshi Ray 2013-07-06 13:16:32 UTC
Created attachment 248516 [details] [review]
embed: Prevent signal handlers from being disconnected twice
Comment 9 Debarshi Ray 2013-07-06 13:17:14 UTC
Created attachment 248517 [details] [review]
tracker-change-monitor: Protect against invalid subject and predicate
Comment 10 Debarshi Ray 2013-07-06 13:17:54 UTC
Created attachment 248518 [details] [review]
base-item: Remove unused code
Comment 11 Debarshi Ray 2013-07-06 13:18:46 UTC
Created attachment 248519 [details] [review]
base-item: Refactor thumbnail creation for remote items
Comment 12 Debarshi Ray 2013-07-06 13:19:55 UTC
Created attachment 248520 [details] [review]
source: Mark "name" as readable too
Comment 13 Debarshi Ray 2013-07-06 13:20:35 UTC
Created attachment 248521 [details] [review]
source: Mark "object" as readable too, and add an accessor for it
Comment 14 Debarshi Ray 2013-07-06 13:21:19 UTC
Created attachment 248522 [details] [review]
application: Start the miners and refresh them at 1 minute intervals
Comment 15 Debarshi Ray 2013-07-06 13:30:56 UTC
Thumbnail is not yet implemented. Grilo doesn't seem to like asynchronous operations implemented via threads. Needs more investigation.