aboutsummaryrefslogtreecommitdiffstats
path: root/modules/contact-photos/e-photo-cache-contact-loader.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-171-2/+1
| | | | Plus a little code cleanup for easier grepping.
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Add contact-photos module.Matthew Barnes2013-04-241-0/+252
This encapsulates the EContactPhoto look up feature that was previously built into EPhotoCache. It's now implemented as an EPhotoSource -- one per address book. One advantage of this implementation is that address books are now queried concurrently rather than serially. EPhotoCacheContactLoader is an EPhotoCache extension that takes care of adding and removing EPhotoSources for available address books.