commit 0cba561d6c6891bb3f1a3ff02e8bad1a6f255ac7 Author: Juan A. Suarez Romero Date: Wed Mar 30 18:07:39 2011 +0000 Bump to version 0.1.12 Signed-off-by: Juan A. Suarez Romero NEWS | 16 ++++++++++++++++ configure.ac | 2 +- libs/net/grl-net-wc.c | 4 ++++ src/data/grl-media-image.c | 20 ++++++++++++++++++++ src/data/grl-media.c | 4 ++++ 5 files changed, 45 insertions(+), 1 deletions(-) commit 6c87a766536df0ac30597084c25cf4201fbecf7d Author: Juan A. Suarez Romero Date: Wed Mar 30 11:50:58 2011 +0000 core: Fix filter_key_list() function This function was working bad. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=645542 Signed-off-by: Juan A. Suarez Romero src/grl-metadata-source.c | 52 +++++++++++++++++--------------------------- 1 files changed, 20 insertions(+), 32 deletions(-) commit 3b57b73d971ad7e2047afa9aa919d836c408b3fd Author: Juan A. Suarez Romero Date: Wed Mar 30 11:50:30 2011 +0000 core: Fix filter_foo() functions Currently, grl_metadata_source_filter_{supported,writable,slow}() functions do not honor what the documentation states. In order to bring more coherence here, this patch makes grl_metadata_source_filter_{supported,writable}() to keep only the keys that are {supported,writable}, and returning the removed keys in a new list. In the case of grl_metadata_source_filter_slow(), it does the opposite: the list is filtered so only the fastest keys are kept; the slower ones are returned in a list. This is done in this way because it is the most common case of use for this function. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=645542 Signed-off-by: Juan A. Suarez Romero src/grl-metadata-source.c | 107 ++++++++++++++++++--------------------------- 1 files changed, 43 insertions(+), 64 deletions(-) commit 2414a05718730e7ad913a1fa2e0ffed81c50b4dd Author: Juan A. Suarez Romero Date: Fri Mar 25 14:07:43 2011 +0000 core: Get rid of original width/height Not used at all. Signed-off-by: Juan A. Suarez Romero src/data/grl-media-image.c | 61 -------------------------------------------- src/data/grl-media-image.h | 10 ------- src/grl-metadata-key.c | 22 ---------------- src/grl-metadata-key.h | 2 - 4 files changed, 0 insertions(+), 95 deletions(-) commit d79ef1758366717079b741b2db986bae05f99c3d Author: Lionel Landwerlin Date: Wed Mar 23 18:00:58 2011 +0000 grl-metadata-source: allow set_metadata calls without callbacks Signed-off-by: Lionel Landwerlin src/grl-metadata-source.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 74cf69cd2faabefbae6c991f18f9b7f1e1bc9b29 Author: Simon Pena Date: Fri Mar 18 17:46:22 2011 +0200 annotations: replace Grl.KeyID with GObject.ParamSpec src/data/grl-data.c | 38 +++++++++++++++++++------------------- src/data/grl-related-keys.c | 28 ++++++++++++++-------------- src/grl-plugin-registry.c | 4 ++-- 3 files changed, 35 insertions(+), 35 deletions(-) commit c47abc09a49d0567a6f94b425c0480c22cbf0e51 Author: Simon Pena Date: Fri Mar 18 17:46:21 2011 +0200 annotations: skip GrlMetadataSource private functions src/grl-metadata-source.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ff186c34338f3473c7489b7b9a7d0e4f4ce48024 Author: Simon Pena Date: Fri Mar 18 17:46:20 2011 +0200 annotations: added missing transfer modes src/data/grl-data.c | 4 ++-- src/data/grl-related-keys.c | 3 ++- src/grl-media-source.c | 2 ++ src/grl-plugin-registry.c | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) commit 572734ce46c5c4167adc74b2a93cf535f07ad849 Author: Simon Pena Date: Fri Mar 18 17:46:19 2011 +0200 doc: fix argument names Fixed some wrong/missing argument names src/data/grl-config.c | 5 +++-- src/data/grl-config.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) commit 5d04fb6d3c12c770d92220e7246e034390edac98 Author: Simon Pena Date: Fri Mar 18 17:46:18 2011 +0200 annotations: removed 'not-error' annotation src/grl-media-source.h | 8 ++++---- src/grl-metadata-source.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) commit a8ac1557431fcf819bdc404115c24d430633d8e4 Author: Simon Pena Date: Fri Mar 18 17:46:17 2011 +0200 build: added --warn-all to GI scanner libs/net/Makefile.am | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) commit 2dc94569c9c756b399923d95240b59f91b8b3ae1 Author: Simon Pena Date: Fri Mar 18 17:46:16 2011 +0200 build: raised GI required version to 0.9 This allows passing the --warn-all (and --warn-error) options to GI scanner, making easier to detect annotations missing. Fedora 14 and Ubuntu 10.10 already ship 0.9.3, so it should be usable there as well as within JHBuild configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1a729d9a7e7cca554a664d1d79ed833208cc67f7 Author: Lionel Landwerlin Date: Sun Mar 20 02:09:32 2011 +0000 grilo-test-ui: add local-metadata config Signed-off-by: Lionel Landwerlin tools/grilo-test-ui/main.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 9b721ccdf89979e03a7ab439b227e0b872ca409c Author: Michael Wood Date: Fri Mar 18 14:00:27 2011 +0000 grl-media-image: Add api to access new picture related metadata Signed-off-by: Juan A. Suarez Romero src/data/grl-media-image.c | 212 ++++++++++++++++++++++++++++++++++++++++++++ src/data/grl-media-image.h | 43 +++++++++- src/data/grl-media.c | 29 ++++++ src/data/grl-media.h | 4 + 4 files changed, 286 insertions(+), 2 deletions(-) commit e133070cfdfdc058739fffeb680ab87df5eccaaf Author: Juan A. Suarez Romero Date: Wed Mar 23 10:20:46 2011 +0100 fixup src/grl-metadata-key.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit af52d33985cbfa3eb90f46c68180edf5d32b56c1 Author: Lionel Landwerlin Date: Fri Mar 18 14:00:26 2011 +0000 metadata-keys: add metadata keys from camera pictures * Creation date * Camera model * Flash used * Exposure time * Original width * Original height Signed-off-by: Lionel Landwerlin Signed-off-by: Juan A. Suarez Romero src/grl-metadata-key.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++ src/grl-metadata-key.h | 8 ++++ 2 files changed, 95 insertions(+), 0 deletions(-) commit 5bb49c472283dd29f74633d2418b493ceb479f21 Author: Juan A. Suarez Romero Date: Wed Mar 9 13:39:41 2011 +0000 grl-net: Use libsoup cache If libsoup version is newer enough, use the cache feature it provides. Thus, it will cache the content to speed up network access. Signed-off-by: Juan A. Suarez Romero configure.ac | 4 + libs/net/Makefile.am | 6 + libs/net/grl-net-wc.c | 326 ++++++++++++++++++++++++++++++++++++++++++++++++- libs/net/grl-net-wc.h | 6 + 4 files changed, 337 insertions(+), 5 deletions(-)