commit 145a3deb036016ba4adb6f2e3dffdb11526d31f5 Author: Juan A. Suarez Romero Date: Thu Jan 27 18:00:53 2011 +0000 Bump to version 0.1.8 Signed-off-by: Juan A. Suarez Romero NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- src/data/grl-config.c | 8 ++++++++ src/grl-media-source.c | 2 ++ 4 files changed, 31 insertions(+), 1 deletions(-) commit ae0389d29c50a0edd56f362537c80313c0034cca Author: Juan A. Suarez Romero Date: Thu Jan 27 18:20:50 2011 +0000 build: add option to build tests Add "--enable-tests" to build tests. Makefile.am | 6 +++++- configure.ac | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletions(-) commit bbe342f5e5e80108f076dcdc5672353bebcf6921 Author: Juan A. Suarez Romero Date: Fri Jan 21 17:57:00 2011 +0100 core: Update copyright note Signed-off-by: Juan A. Suarez Romero configure.ac | 2 +- src/Makefile.am | 2 +- src/data/grl-config.c | 4 +++- src/data/grl-config.h | 3 ++- src/data/grl-data.c | 2 +- src/data/grl-data.h | 2 +- src/data/grl-media-audio.c | 2 +- src/data/grl-media-audio.h | 2 +- src/data/grl-media-box.c | 2 +- src/data/grl-media-box.h | 2 +- src/data/grl-media-image.c | 2 +- src/data/grl-media-image.h | 2 +- src/data/grl-media-video.c | 2 +- src/data/grl-media-video.h | 2 +- src/data/grl-media.c | 2 +- src/data/grl-media.h | 2 +- src/grilo.c | 2 +- src/grilo.h | 2 +- src/grl-log.c | 2 +- src/grl-media-plugin.c | 2 +- src/grl-media-plugin.h | 2 +- src/grl-media-source.c | 2 +- src/grl-media-source.h | 2 +- src/grl-metadata-key.c | 2 +- src/grl-metadata-key.h | 2 +- src/grl-metadata-source.c | 2 +- src/grl-metadata-source.h | 2 +- src/grl-multiple.c | 2 +- src/grl-plugin-registry.c | 3 ++- src/grl-util.c | 2 +- tools/grilo-test-ui/main.c | 3 ++- 31 files changed, 36 insertions(+), 31 deletions(-) commit 7446d33b18e3f8c8aceb84ce2dad8d377d576826 Author: Juan A. Suarez Romero Date: Fri Jan 21 12:27:40 2011 +0100 test-ui: Show busy cursor when operation is executing Change the mouse cursor to "busy" to note when an operation is being performed, like browse or search. Signed-off-by: Juan A. Suarez Romero tools/grilo-test-ui/main.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 1d6f636d938704552369ddccc1698f00e7dc1f51 Author: Juan A. Suarez Romero Date: Wed Jan 19 11:26:20 2011 +0000 core: Add definition for unknown remaining Define GRL_SOURCE_REMAINING_UNKNOWN to check if remaining is known or not. Signed-off-by: Juan A. Suarez Romero src/grl-definitions.h | 4 ++++ src/grl-media-source.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) commit c9d58932a81e7bab366610ddc636b830d9c24d6f Author: Juan A. Suarez Romero Date: Wed Jan 19 11:18:37 2011 +0000 core: Move GRL_METADATA_KEY_CHILDCOUNT_UNKNOWN to definitions Fits better there. Signed-off-by: Juan A. Suarez Romero src/grl-definitions.h | 3 +++ src/grl-metadata-key.c | 1 + src/grl-metadata-key.h | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) commit e7416782fbe9955148b4e51c791266b62b2b5fe7 Author: Iago Toral Quiroga Date: Wed Jan 19 08:34:10 2011 +0100 config: Provided imlementation for grl_config_has_param. src/data/grl-config.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit cc1b0533fc482ddcc6c4e3edd226be326104a9e1 Author: Lionel Landwerlin Date: Tue Jan 18 15:46:53 2011 +0000 config: rework code to use GKeyFile instead of GHashTable+GValue Signed-off-by: Lionel Landwerlin Signed-off-by: Iago Toral Quiroga src/data/grl-config.c | 138 +++++++++++++++++++++------------------------ src/data/grl-config.h | 16 +++--- src/grl-plugin-registry.c | 6 +- 3 files changed, 75 insertions(+), 85 deletions(-) commit 7750d60a23d6234aa5491a7d6e109de1a5d4e412 Author: Jussi Kukkonen Date: Tue Jan 18 12:57:16 2011 +0200 tools: fix test-ui query, refactor callbacks query did not work as the the callback actually called search() if several calls were needed. Fixing was easiest by combining all callbacks into one and keeping track of the operation type. Signed-off-by: Iago Toral Quiroga tools/grilo-test-ui/main.c | 170 +++++++++++++++++--------------------------- 1 files changed, 66 insertions(+), 104 deletions(-) commit 94914fa5b99bd692d36c9599a1cd64596c22ba0e Author: Jussi Kukkonen Date: Tue Jan 18 12:56:40 2011 +0200 tools: don't tie chunk size to max item count in test-ui Make sure we get at least a few search/browse/query iterations when there are lot of results: makes it easier to notice plugin problems. Signed-off-by: Iago Toral Quiroga tools/grilo-test-ui/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8b5663713c14f4f4f5a28f092bb94a72a742ffe7 Author: Iago Toral Quiroga Date: Mon Jan 17 13:49:20 2011 +0100 doc: Added missing documentation for 'flags' parameter in grl_media_source_get_media_from_uri. src/grl-media-source.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 95e5872722ae4ece4a9b20a5220438345adee32c Author: Iago Toral Quiroga Date: Mon Jan 17 13:41:35 2011 +0100 core: Added grl_media_source_get_media_from_uri_sync Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639741 src/grl-media-source.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ src/grl-media-source.h | 5 ++++ 2 files changed, 57 insertions(+), 0 deletions(-) commit 763292631062717b3a938699e1316101f6684fdd Author: Fabien Lebaillif - Delamare Date: Wed Jan 12 13:40:03 2011 +0000 core: add username and password keys to GrlConfig Signed-off-by: Iago Toral Quiroga src/data/grl-config.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ src/data/grl-config.h | 10 ++++++++ 2 files changed, 66 insertions(+), 0 deletions(-) commit df2971ad10be9a68c27385ada9f1ec1c61d562b7 Author: Iago Toral Quiroga Date: Fri Jan 14 11:13:15 2011 +0100 core: Added padding for public structures in grl-media-video src/data/grl-media-video.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit d2ece2ed2bd0b4724e2eb98fe982eed95ccf8b25 Author: Iago Toral Quiroga Date: Fri Jan 14 11:11:40 2011 +0100 core: Added padding for public structures in grl-media-image src/data/grl-media-image.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit b382516da70edfb042100759f09e6342db0f7a29 Author: Iago Toral Quiroga Date: Fri Jan 14 11:09:56 2011 +0100 core: Added padding for public structures in grl-media-audio src/data/grl-media-audio.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 93a915d311254760e8ce3ecfd942d418a1ed83b8 Author: Iago Toral Quiroga Date: Fri Jan 14 11:07:56 2011 +0100 core: Added padding for public structures in grl-media-box src/data/grl-media-box.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 5eab181e62786146a1b63b95482e539829c6b8d8 Author: Iago Toral Quiroga Date: Fri Jan 14 11:05:58 2011 +0100 core: Added padding for public structures in grl-media src/data/grl-media.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 812a234b220de411fd5e8cc4b6983e32e1eff97a Author: Iago Toral Quiroga Date: Fri Jan 14 10:33:36 2011 +0100 core: Added padding for public structures in grl-data src/data/grl-data.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 7083c2e8d0cd724fd77e63fba7e16353a8006854 Author: Iago Toral Quiroga Date: Fri Jan 14 10:30:31 2011 +0100 core: Added padding for public structures in grl-config src/data/grl-config.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 9312f3d20319d7144d78e294affb15b60d792dee Author: Iago Toral Quiroga Date: Fri Jan 14 10:17:38 2011 +0100 core: Added GRL_PADDING_SMALL definiton src/grl-definitions.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit d7aa9bcd21a85021793788d882005890bfbf5266 Author: Iago Toral Quiroga Date: Thu Jan 13 18:22:58 2011 +0100 core: Added padding for public structures in grl-plugin-registry src/grl-plugin-registry.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit cd798751b5706152a2299eff5a27b39633c12e45 Author: Iago Toral Quiroga Date: Thu Jan 13 18:11:07 2011 +0100 core: Added padding for public structures in grl-metadata-source src/grl-metadata-source.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit c22af1fe4c336b39f978a4986ebc417197c9232a Author: Iago Toral Quiroga Date: Thu Jan 13 18:05:06 2011 +0100 core: Added padding for public structures in grl-media-source src/grl-media-source.h | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit e0dc88a5d5a1401ff31a2ddb0ba92b594e5b6b30 Author: Iago Toral Quiroga Date: Thu Jan 13 17:53:49 2011 +0100 core: Added padding for public structures in grl-media-plugin src/grl-media-plugin.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 6714a2eddea334c4ec6537ed6c9fee301613a26a Author: Iago Toral Quiroga Date: Thu Jan 13 17:51:56 2011 +0100 core: Added grl-definitions.h This header file will contain some system-wise definitions. At the moment only GRL_PADDING used to pad public structures in Grilo. src/Makefile.am | 3 ++- src/grilo.h | 1 + src/grl-definitions.h | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletions(-) commit 31ac43b0d830c2bfe62c8209592ef59371993619 Author: Juan A. Suarez Romero Date: Thu Jan 13 18:55:37 2011 +0000 core: Add API to use booleans in GrlConfig Add grl_config_get/set_boolean() functions. Signed-off-by: Juan A. Suarez Romero src/data/grl-config.c | 20 ++++++++++++++++++++ src/data/grl-config.h | 4 ++++ 2 files changed, 24 insertions(+), 0 deletions(-) commit 7fd77c3f9b6b840cfa03343ba1386a30213228ae Author: Juan A. Suarez Romero Date: Thu Jan 13 18:24:02 2011 +0100 doc: Add release where functions were introduced Add 'since' tag documentation, telling in which release a function was introduced with the current signature. Signed-off-by: Juan A. Suarez Romero src/data/grl-config.c | 20 ++++++++++ src/data/grl-data.c | 32 ++++++++++++++++ src/data/grl-media-audio.c | 22 +++++++++++ src/data/grl-media-box.c | 6 +++ src/data/grl-media-image.c | 12 ++++++ src/data/grl-media-video.c | 16 ++++++++ src/data/grl-media.c | 86 ++++++++++++++++++++++++++++++++++++++++++++ src/grilo.c | 4 ++ src/grl-log.c | 4 ++ src/grl-media-plugin.c | 22 +++++++++++ src/grl-media-source.c | 38 +++++++++++++++++++ src/grl-metadata-key.c | 4 ++ src/grl-metadata-source.c | 30 +++++++++++++++ src/grl-multiple.c | 7 ++++ src/grl-plugin-registry.c | 32 ++++++++++++++++ src/grl-util.c | 4 ++ 16 files changed, 339 insertions(+), 0 deletions(-) commit cf9fdde7a98ad6968fdc63eb02809571d791d2cb Author: Juan A. Suarez Romero Date: Wed Jan 12 16:38:24 2011 +0100 core: Fix typo Use gint instead of int. src/data/grl-media-image.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 64e0604371731d822b42ac69d03d6b8693ab9c59 Author: Juan A. Suarez Romero Date: Wed Jan 12 11:48:34 2011 +0000 doc: Fix documentation for grl_media_get_player() Documentation was referring to grl_media_get_external_player() instead of grl_media_get_player(). src/data/grl-media.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b8939c59f48b337d69c6e5db97897135d50c6175 Author: Guillaume Emont Date: Tue Jan 11 16:29:06 2011 +0100 core: Updated documentation of GrlMediaSourceResultCb Signed-off-by: Juan A. Suarez Romero src/grl-media-source.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)