commit 5afd4c310714222786a620a160fe05ba97f166a7 Author: Juan A. Suarez Romero Date: Wed Apr 20 13:55:17 2011 +0000 Bump to 0.1.15 Signed-off-by: Juan A. Suarez Romero NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) commit e2c18e580073da4f6d78c855f661aa79ab60c864 Author: Juan A. Suarez Romero Date: Tue Apr 19 15:10:00 2011 +0000 core: Fix typo in GrlMedia documentation Signed-off-by: Juan A. Suarez Romero src/data/grl-media.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit acd16a370f4a5737d047a138dc4392d4fab24f29 Author: Juan A. Suarez Romero Date: Tue Apr 19 14:54:36 2011 +0000 grl-inspect: Update Grilo Inspector Print new operations, and support for "content-changed" notification. Signed-off-by: Juan A. Suarez Romero tools/grilo-inspect/grl-inspect.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 53539b06cea84c4128fcadc1e213e3899a252eb6 Author: Juan A. Suarez Romero Date: Tue Apr 19 14:53:12 2011 +0000 grl-inspect: Add configuration file Add option "-c" to pass a file containing configuration options for sources. Signed-off-by: Juan A. Suarez Romero tools/grilo-inspect/grl-inspect.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 42f4809069c9e6c4bc0396d679d5d66c7c6ad881 Author: Juan A. Suarez Romero Date: Tue Apr 19 14:52:49 2011 +0000 grl-inspect: Define log domain Signed-off-by: Juan A. Suarez Romero tools/grilo-inspect/grl-inspect.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit fb3484baf873588df5ea46f2b21066569b11a250 Author: Juan A. Suarez Romero Date: Tue Apr 19 09:56:24 2011 +0000 doc: Document how to handle multi-valued keys Signed-off-by: Juan A. Suarez Romero doc/grilo/quick-start-using-grilo.xml | 170 +++++++++++++++++++++++++++++++++ 1 files changed, 170 insertions(+), 0 deletions(-) commit 823e033d247d32ada546080deb783a5583521aa4 Author: Juan A. Suarez Romero Date: Tue Apr 19 09:55:24 2011 +0000 doc: Document how to configure plugins Signed-off-by: Juan A. Suarez Romero doc/grilo/quick-start-using-grilo.xml | 115 +++++++++++++++++++++++++++++++++ 1 files changed, 115 insertions(+), 0 deletions(-) commit 485c5fb691525195559c809298350176138c013b Author: Juan A. Suarez Romero Date: Mon Apr 18 18:44:26 2011 +0000 doc: Update documentation Signed-off-by: Juan A. Suarez Romero doc/grilo/grilo-docs.sgml | 7 ++- doc/grilo/grilo-sections.txt | 143 ++++++++++++++++++++++++++++++++- doc/grilo/grilo.types | 1 + doc/grilo/quick-start-using-grilo.xml | 22 +++-- 4 files changed, 161 insertions(+), 12 deletions(-) commit 52724f1e3550cb0c1bb20e61432f74e189d676f3 Author: Juan A. Suarez Romero Date: Mon Apr 18 16:32:15 2011 +0000 doc: Update GrlNet documentation Include the new API added to handle the cache. Signed-off-by: Juan A. Suarez Romero doc/libs/grilo-libs-sections.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 71fed8a247c6df4971c05a646e0fb662be28c9ea Author: Juan A. Suarez Romero Date: Fri Apr 15 09:18:32 2011 +0200 core: Ignore elements coming after operation has finished In a browse/search with full-resolution support operation, each media is invoked with resolve() to solve the keys not known by media source. As each metadata plugin can resolve that data sooner or later than others, the resolved medias ready to sent to the user can be in a different order than they went sent by the media source. In this situation, if the operation is cancelled, we wait until the last element is ready (the one with remaining == 0), and we send this element notifying operation has cancelled, and finishing it. But it can happen that an out-of-order element comes after this last one was sent. In this case, as operation has been finished, we need to kindly discard it. Signed-off-by: Juan A. Suarez Romero src/grl-media-source.c | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) commit 7bac5d92aa6e2bd8c679ffa79a9f76fe14864bc9 Author: Juan A. Suarez Romero Date: Thu Apr 14 13:48:22 2011 +0000 test-ui: Print current media on cancelled metadata() On metadata callback, if operation has been cancelled show anyway the current media. Signed-off-by: Juan A. Suarez Romero tools/grilo-test-ui/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0a49a1d0ce38a6a56047f756d26d81ef723fea4e Author: Juan A. Suarez Romero Date: Thu Apr 14 13:47:16 2011 +0000 core: Do not print cancelled operations as error When debugging an error, notify if the error is actually a proper error or a cancelled operation. Signed-off-by: Juan A. Suarez Romero src/grl-media-source.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit a1185da30abec833d6b213e639d24b64f74f490d Author: Juan A. Suarez Romero Date: Wed Apr 13 18:41:19 2011 +0000 core: Create table to store optional information If plugin does not have a valid XML, we need to create anyway this table to store some information. Signed-off-by: Juan A. Suarez Romero src/grl-plugin-registry.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)