aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gravatar
Commit message (Collapse)AuthorAgeFilesLines
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-2/+0
| | | | Merge wip/webkit-composer branch into master.
* Bug 730743 - Add an option to disable sender's photo search at gravatar.comMilan Crha2014-05-272-0/+105
|
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-251-1/+2
| | | | | When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov.
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-4/+4
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-085-50/+45
|
* EGravatarPhotoSource: Remove EProxy usage.Matthew Barnes2013-11-271-14/+0
| | | | | | EProxy is deprecated. No easy access to ESourceRegistry from which to grab the "system-proxy" ESource, so just rely on SoupSession's default GProxyResolver. Good enough; this is a nice-to-have feature anyway.
* Use SoupSession's request API instead of SoupRequester.Matthew Barnes2013-11-271-8/+1
| | | | SoupRequester functionality is built directly into SoupSession now.
* Use plain SoupSesson everywhere.Matthew Barnes2013-11-261-1/+1
| | | | SoupSessionAsync and SoupSessionSync are deprecated in libsoup 2.42.
* Bug #703389 - Proxy ignored for imagesMilan Crha2013-07-161-0/+15
|
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* EGravatarPhotoSource: Work around libsoup deadlocks.Matthew Barnes2013-04-271-36/+7
| | | | | The SoupRequest API seems to have some concurrency issues to work out, so for the time being create a unique SoupSession for each SoupRequest.
* Add a gravatar module.Matthew Barnes2013-04-266-0/+573
This is a new EPhotoSource that obtains images from gravatar.com.