commit 68dde011eef8e5d37741905e8cb437c41947acf9 Author: Juan A. Suarez Romero Date: Mon Jan 10 13:09:30 2011 +0000 Bumped version to 0.1.7 Signed-off-by: Juan A. Suarez Romero AUTHORS | 17 +++-------------- NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 3 files changed, 54 insertions(+), 17 deletions(-) commit e7eca4ea18a5686fad89b7a7683a0bf498659200 Author: Juan A. Suarez Romero Date: Mon Jan 10 14:24:53 2011 +0100 all: Fixes extra dist target in Makefile.am It was defined as EXTRA_DIR instead of EXTRA_DIST. Signed-off-by: Juan A. Suarez Romero src/apple-trailers/Makefile.am | 2 +- src/bookmarks/Makefile.am | 2 +- src/fake-metadata/Makefile.am | 2 +- src/filesystem/Makefile.am | 2 +- src/flickr/Makefile.am | 8 ++++---- src/gravatar/Makefile.am | 2 +- src/jamendo/Makefile.am | 2 +- src/lastfm-albumart/Makefile.am | 2 +- src/metadata-store/Makefile.am | 2 +- src/podcasts/Makefile.am | 2 +- src/shoutcast/Makefile.am | 2 +- src/upnp/Makefile.am | 2 +- src/vimeo/Makefile.am | 2 +- src/youtube/Makefile.am | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) commit 0672996af6e581c3c4f5f459a7f94fc61c59e785 Author: Damien Lespiau Date: Fri Jan 7 11:36:56 2011 +0000 youtube: make the plugin compile with gdata 0.8.0 A small typo/renaming issue was preventing the youtube plugin to compile against libgdata 0.8.0. src/youtube/grl-youtube.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bd01f190d32a90f5114c106e02755ac785b89bc3 Author: Guillaume Emont Date: Sat Dec 18 16:43:52 2010 +0100 filesystem: implemented media_from_uri() and test_media_from_uri() Signed-off-by: Iago Toral Quiroga src/filesystem/grl-filesystem.c | 82 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+), 0 deletions(-) commit 1b6fe693c30b12046503902f7fd7aa527614489d Author: Iago Toral Quiroga Date: Mon Dec 20 10:32:27 2010 +0100 tests: Adapted to changes in grl_plugin_registry_add_config test/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e724133125b7aad8a102ca199fe664ea1be06ebb Author: Iago Toral Quiroga Date: Mon Dec 20 10:18:26 2010 +0100 gravatar: Adapted to changes in grl_plugin_registry_register_metadata_key src/gravatar/grl-gravatar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d7ede76926064e68a7a9b2d656d174fb21e035c8 Author: Iago Toral Quiroga Date: Mon Dec 20 09:11:11 2010 +0100 tests: Adapted to changes in grl_plugin_registry_load test/main.c | 33 ++++++++++++++++++++++----------- 1 files changed, 22 insertions(+), 11 deletions(-) commit 359980f160cc5295e7d03e7549030f68fa0ab153 Author: Iago Toral Quiroga Date: Mon Dec 20 08:45:37 2010 +0100 upnp: Adapted to changes in grl_plugin_registry_unregister_source. src/upnp/grl-upnp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6251ad1455bf1bd74e0579c9e60abfaf87f9b6f9 Author: Iago Toral Quiroga Date: Mon Dec 20 08:31:48 2010 +0100 all: Adapted to changes in grl_plugin_registry_register_source. src/apple-trailers/grl-apple-trailers.c | 3 ++- src/bookmarks/grl-bookmarks.c | 3 ++- src/fake-metadata/grl-fake-metadata.c | 3 ++- src/filesystem/grl-filesystem.c | 3 ++- src/flickr/grl-flickr.c | 6 ++++-- src/gravatar/grl-gravatar.c | 3 ++- src/jamendo/grl-jamendo.c | 3 ++- src/lastfm-albumart/grl-lastfm-albumart.c | 3 ++- src/metadata-store/grl-metadata-store.c | 3 ++- src/podcasts/grl-podcasts.c | 3 ++- src/shoutcast/grl-shoutcast.c | 3 ++- src/upnp/grl-upnp.c | 6 ++++-- src/vimeo/grl-vimeo.c | 3 ++- src/youtube/grl-youtube.c | 3 ++- 14 files changed, 32 insertions(+), 16 deletions(-) commit 9ee4f3f9e6d31d749b1157c3cc141adc8a497c5a Author: Iago Toral Quiroga Date: Thu Dec 2 08:57:49 2010 +0100 youtube: Implemented get_media_from_site https://bugzilla.gnome.org/show_bug.cgi?id=635394 src/youtube/grl-youtube.c | 102 ++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 96 insertions(+), 6 deletions(-) commit 20e2f13b756cc9ca62d6f6d68e0a2354e8cb8bba Author: Iago Toral Quiroga Date: Thu Dec 2 08:35:12 2010 +0100 youtube: Implemented test_media_from_site https://bugzilla.gnome.org/show_bug.cgi?id=635394 src/youtube/grl-youtube.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) commit e4005813930785afee19cb8365b9495777c2f4e0 Author: Iago Toral Quiroga Date: Tue Nov 30 09:38:51 2010 +0100 podcasts: Return on error conditions src/podcasts/grl-podcasts.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f23c3cd201d20347065993c52a7f6be2d555d766 Author: Víctor Manuel Jáquez Leal Date: Tue Nov 9 12:53:17 2010 +0100 youtube: update the libgdata 0.7 API Signed-off-by: Víctor Manuel Jáquez Leal src/youtube/grl-youtube.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 4b7779fb9752806bf27d4615ee84405972beacee Author: Víctor Manuel Jáquez Leal Date: Tue Sep 28 16:32:19 2010 +0200 lastfm-albumart: use GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 ++-- src/lastfm-albumart/Makefile.am | 6 ++-- src/lastfm-albumart/grl-lastfm-albumart.c | 47 +++++++++++++++++----------- 3 files changed, 34 insertions(+), 25 deletions(-) commit 542f5f4ffa91396d30c6a92ef50805758a7b6282 Author: Víctor Manuel Jáquez Leal Date: Tue Sep 28 15:40:54 2010 +0200 podcast: remove unused includes Signed-off-by: Víctor Manuel Jáquez Leal src/podcasts/grl-podcasts.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit d9da837d9e0ebc967f2cd1481b8eea8336358fb5 Author: Víctor Manuel Jáquez Leal Date: Mon Sep 27 19:30:46 2010 +0200 podcasts: use GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 ++-- src/podcasts/Makefile.am | 6 ++-- src/podcasts/grl-podcasts.c | 48 ++++++++++++++++++++++++------------------ 3 files changed, 33 insertions(+), 27 deletions(-) commit 7e21d4cdb3a2bef4bff707d9be54863b68fa0d64 Author: Víctor Manuel Jáquez Leal Date: Mon Sep 27 18:41:40 2010 +0200 shoutcast: remove unused includes Signed-off-by: Víctor Manuel Jáquez Leal src/shoutcast/grl-shoutcast.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit de3739f9668770f21bdaaf9b7c5c5975af6ed1db Author: Víctor Manuel Jáquez Leal Date: Mon Sep 27 18:31:04 2010 +0200 shoutcast: add GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 ++-- src/shoutcast/Makefile.am | 4 +- src/shoutcast/grl-shoutcast.c | 62 +++++++++++++++++++++++++---------------- 3 files changed, 43 insertions(+), 29 deletions(-) commit 4925e6d97e9a0ace690f9b473bf51b98e85fe09d Author: Víctor Manuel Jáquez Leal Date: Wed Sep 22 23:11:49 2010 +0200 youtube: add GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 ++-- src/youtube/Makefile.am | 6 ++-- src/youtube/grl-youtube.c | 54 +++++++++++++++++++++++++++++--------------- 3 files changed, 41 insertions(+), 25 deletions(-) commit 6eb716363538a126ab200b198ac421fb1ca09fce Author: Víctor Manuel Jáquez Leal Date: Wed Sep 22 23:10:22 2010 +0200 youtube: use private structure for gdata service Signed-off-by: Víctor Manuel Jáquez Leal src/youtube/grl-youtube.c | 87 +++++++++++++++++++++++++++++++++++++++----- src/youtube/grl-youtube.h | 5 ++- 2 files changed, 80 insertions(+), 12 deletions(-) commit 812d6fb6f6624d9c02230e69ca443627a431f2c8 Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 20:11:05 2010 +0200 flickr: trivial changes Signed-off-by: Víctor Manuel Jáquez Leal src/flickr/gflickr.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 00ccae79dd25109f107e17da9e4b2f0121116ee0 Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 20:10:56 2010 +0200 flickr: add GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 ++-- src/flickr/Makefile.am | 4 +- src/flickr/gflickr.c | 57 +++++++++++++++++++++++++++++------------------ 3 files changed, 40 insertions(+), 27 deletions(-) commit 641155d47de4ef9427473fe7be7f1f5b38ba9b8e Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 16:49:42 2010 +0200 apple-trailers: trivial cleanups Signed-off-by: Víctor Manuel Jáquez Leal src/apple-trailers/Makefile.am | 2 +- src/apple-trailers/grl-apple-trailers.c | 4 ---- 2 files changed, 1 insertions(+), 5 deletions(-) commit 094c54a4388092b343b9be0fe62da4d8c5c10c3a Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 16:47:52 2010 +0200 apple-trailers: use GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 +- src/apple-trailers/Makefile.am | 4 +- src/apple-trailers/grl-apple-trailers.c | 79 +++++++++++++++++++++---------- 3 files changed, 59 insertions(+), 30 deletions(-) commit 2b02d076476c08bad25d12895e1c6ce4987ffddd Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 16:45:43 2010 +0200 apple-trailers: screen resolution as param Later we'll use the private structure for GrlNet Signed-off-by: Víctor Manuel Jáquez Leal src/apple-trailers/grl-apple-trailers.c | 75 ++++++++++++++++++++++++++++--- src/apple-trailers/grl-apple-trailers.h | 7 ++- 2 files changed, 74 insertions(+), 8 deletions(-) commit 4331f9ba5a93989023764897f1430191143b9c2c Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 12:46:36 2010 +0200 jamendo: use GrlNet Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 6 +- src/jamendo/Makefile.am | 12 +++-- src/jamendo/grl-jamendo.c | 104 ++++++++++++++++++++++++++++++++------------ src/jamendo/grl-jamendo.h | 4 ++ 4 files changed, 89 insertions(+), 37 deletions(-) commit 65ddab2f9078c55de0a5a488d65d50b5ef856b7e Author: Víctor Manuel Jáquez Leal Date: Tue Sep 21 18:55:24 2010 +0200 build: detect through pkgconfig grilo-net Signed-off-by: Víctor Manuel Jáquez Leal configure.ac | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a91a750048dbad6a37407e8b070aabb127d39a52 Author: Ross Burton Date: Wed Oct 6 13:43:00 2010 +0100 all: install plugins as loadable modules, not libraries src/apple-trailers/Makefile.am | 4 ++++ src/bookmarks/Makefile.am | 4 ++++ src/fake-metadata/Makefile.am | 4 ++++ src/filesystem/Makefile.am | 4 ++++ src/flickr/Makefile.am | 4 ++++ src/gravatar/Makefile.am | 4 ++++ src/jamendo/Makefile.am | 4 ++++ src/lastfm-albumart/Makefile.am | 4 ++++ src/metadata-store/Makefile.am | 4 ++++ src/podcasts/Makefile.am | 4 ++++ src/shoutcast/Makefile.am | 4 ++++ src/upnp/Makefile.am | 4 ++++ src/vimeo/Makefile.am | 4 ++++ src/youtube/Makefile.am | 4 ++++ 14 files changed, 56 insertions(+), 0 deletions(-) commit 62a13be3a54d0effbcc287b99df33c400dd6f16c Author: Víctor Manuel Jáquez Leal Date: Mon Sep 27 19:48:44 2010 +0200 shoutcast: fix memory leak Signed-off-by: Víctor Manuel Jáquez Leal src/shoutcast/grl-shoutcast.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f112a8fd21ebf7ce5e91e5f799588cf14bbfaebb Author: Chris Lord Date: Fri Sep 24 18:52:48 2010 +0100 apple-trailers: Add a configuration for larger thumbnails Add a configuration option, 'poster-size', that when configured as 'xlarge', sets the url of the thumbnail to the larger poster in the Apple Trailers xml. https://bugzilla.gnome.org/show_bug.cgi?id=630538 src/apple-trailers/grl-apple-trailers.c | 35 +++++++++++++++++++++++------- src/apple-trailers/grl-apple-trailers.h | 1 + 2 files changed, 28 insertions(+), 8 deletions(-) commit 619160f344bbc355f3bed535aef43c800bb0db82 Author: Chris Lord Date: Fri Sep 24 11:24:46 2010 +0100 vimeo: Fix accessing of freed memory during searches When the callback in the search-data is called and there are no more results left, the callback frees the related data. This data is accessed beyond the callback though, so this needs to be guarded against. https://bugzilla.gnome.org/show_bug.cgi?id=630494 src/vimeo/grl-vimeo.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 9225703c3ba3c04663b75ed261a5269e85feb3c7 Author: Víctor Manuel Jáquez Leal Date: Wed Sep 22 23:25:51 2010 +0200 youtube: fix memleak Signed-off-by: Víctor Manuel Jáquez Leal src/youtube/grl-youtube.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f0d8ae98ef472b7d978b7977ae135c5a6b472e42 Author: Víctor Manuel Jáquez Leal Date: Thu Sep 9 19:18:51 2010 +0200 apple-trailer: unref source object on read reply Signed-off-by: Víctor Manuel Jáquez Leal src/apple-trailers/grl-apple-trailers.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit f70e1d80f4f85b8be59638f2f1988a6433310c70 Author: Víctor Manuel Jáquez Leal Date: Fri Sep 3 13:50:23 2010 +0200 apple-traiers: always free splitted string The previous commit added a potential memory leak. This commit fix that issue. src/apple-trailers/grl-apple-trailers.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 93a55b73633084d17f3ed2a8a52b86fad3b634da Author: Víctor Manuel Jáquez Leal Date: Wed Sep 1 19:01:01 2010 +0200 apple-trailers: handle bad formatted runtime tag Currently the returned xml file has a registry with runtime 2?18, instead of the expected 2:18. And that bad formatting crashes the application. Signed-off-by: Víctor Manuel Jáquez Leal src/apple-trailers/grl-apple-trailers.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit c71ee9092d5f4524712a50fc7bd9813e09b2168e Author: Iago Toral Quiroga Date: Fri Sep 3 10:31:24 2010 +0200 upnp: Added plugin deinit function. src/upnp/grl-upnp.c | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) commit 1632777aab8cd562acf46ffeab29baeca4cb4b0b Author: Damien Lespiau Date: Thu Sep 2 14:22:38 2010 +0100 tests: adapt to the grl_log_init() renaming in core grl_log_init() has been renamed to grl_log_configure() in master, so adapt to this change. https://bugzilla.gnome.org/show_bug.cgi?id=627864 test/main.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit fb7f56d4a18b8cce77cfefc30100aa4fc3fbb709 Author: Damien Lespiau Date: Tue Aug 24 17:34:16 2010 +0100 log: use the new logging API from core This commit adapts the logging code to the new GRL_* defines and log domain code. See the corresponding commit in core for further details. https://bugzilla.gnome.org/show_bug.cgi?id=627864 Signed-off-by: Víctor Manuel Jáquez Leal src/apple-trailers/grl-apple-trailers.c | 16 ++-- src/bookmarks/grl-bookmarks.c | 88 +++++++++-------- src/fake-metadata/grl-fake-metadata.c | 17 ++-- src/filesystem/grl-filesystem.c | 31 ++++--- src/flickr/gflickr.c | 16 ++- src/flickr/grl-flickr.c | 24 +++-- src/flickr/grl-flickr.h | 3 + src/gravatar/grl-gravatar.c | 15 ++- src/jamendo/grl-jamendo.c | 24 +++-- src/lastfm-albumart/grl-lastfm-albumart.c | 19 ++-- src/metadata-store/grl-metadata-store.c | 66 +++++++------ src/podcasts/grl-podcasts.c | 148 +++++++++++++++-------------- src/shoutcast/grl-shoutcast.c | 22 +++-- src/upnp/grl-upnp.c | 86 +++++++++-------- src/vimeo/grl-vimeo.c | 16 ++-- src/youtube/grl-youtube.c | 76 ++++++++------- test/main.c | 76 ++++++++-------- 17 files changed, 395 insertions(+), 348 deletions(-) commit e8b9d32162bd872af83cf3e34186056fafca01f4 Author: Víctor Manuel Jáquez Leal Date: Wed Sep 1 12:02:16 2010 +0200 all: rename GRL_ERROR quark into GRL_CORE_ERROR As in grilo-core the GRL_ERROR quark had been renamed, all the plugins must reflect this change. Signed-off-by: Víctor Manuel Jáquez Leal https://bugzilla.gnome.org/show_bug.cgi?id=628506 src/apple-trailers/grl-apple-trailers.c | 12 ++-- src/bookmarks/grl-bookmarks.c | 46 +++++++++--------- src/filesystem/grl-filesystem.c | 4 +- src/jamendo/grl-jamendo.c | 54 ++++++++++---------- src/lastfm-albumart/grl-lastfm-albumart.c | 4 +- src/metadata-store/grl-metadata-store.c | 24 +++++----- src/podcasts/grl-podcasts.c | 78 ++++++++++++++-------------- src/shoutcast/grl-shoutcast.c | 20 ++++---- src/upnp/grl-upnp.c | 12 ++-- src/youtube/grl-youtube.c | 24 +++++----- 10 files changed, 139 insertions(+), 139 deletions(-)