commit b7482943700b12d116db6b5721f70320171595db Author: Juan A. Suarez Romero Date: Sun Aug 25 19:10:19 2013 +0200 Release 0.2.9 NEWS | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) commit 0fa35f86eb72653400a39a547fb94ef13c421a9c Author: Juan A. Suarez Romero Date: Sun Aug 25 21:20:13 2013 +0000 Revert "build: Bump totem-pl-parser version" This reverts commit bdd923609f5bc801c7c5e2b98991eacd6e916cee. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b520e032f3c298cca26528555ba2c936f3494084 Author: Juan A. Suarez Romero Date: Sun Aug 25 18:17:22 2013 +0000 all: Include gtester.mk in all Makefile.am Needed for 'make test' to work. help/Makefile.am | 2 ++ help/examples/Makefile.am | 1 + src/Makefile.am | 2 ++ src/apple-trailers/Makefile.am | 2 ++ src/bliptv/Makefile.am | 2 ++ src/bookmarks/Makefile.am | 2 ++ src/dmap/Makefile.am | 2 ++ src/fake-metadata/Makefile.am | 2 ++ src/filesystem/Makefile.am | 2 ++ src/flickr/Makefile.am | 2 ++ src/gravatar/Makefile.am | 2 ++ src/jamendo/Makefile.am | 2 ++ src/lastfm-albumart/Makefile.am | 2 ++ src/local-metadata/Makefile.am | 2 ++ src/magnatune/Makefile.am | 2 ++ src/metadata-store/Makefile.am | 2 ++ src/optical-media/Makefile.am | 2 ++ src/podcasts/Makefile.am | 2 ++ src/raitv/Makefile.am | 2 ++ src/shoutcast/Makefile.am | 2 ++ src/tmdb/Makefile.am | 2 ++ src/tracker/Makefile.am | 2 ++ src/upnp/Makefile.am | 2 ++ src/vimeo/Makefile.am | 2 ++ src/youtube/Makefile.am | 2 ++ 25 files changed, 49 insertions(+) commit bdd923609f5bc801c7c5e2b98991eacd6e916cee Author: Juan A. Suarez Romero Date: Fri Aug 23 20:13:12 2013 +0000 build: Bump totem-pl-parser version We require the new version dealing with quvi 0.9. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 17ecdfc20e4df518c7f53260cadfe00f0f42965b Author: Bastien Nocera Date: Mon Jul 8 09:55:25 2013 +0200 build: Remove unused libquvi check It's not used anymore. https://bugzilla.gnome.org/show_bug.cgi?id=703396 configure.ac | 2 -- 1 file changed, 2 deletions(-) commit 00147fa6051afc8f6db2f8b9292858abc686062c Author: Bastien Nocera Date: Mon Jul 8 09:54:56 2013 +0200 vimeo: Use totem-pl-parser to resolve URI Instead of libquvi directly. https://bugzilla.gnome.org/show_bug.cgi?id=703396 configure.ac | 10 +++---- src/vimeo/gvimeo.c | 86 +++++++++++++++--------------------------------------- 2 files changed, 28 insertions(+), 68 deletions(-) commit c03a80506c18c95cd44f4e38202ca62f1104578c Author: Bastien Nocera Date: Mon Jul 8 09:52:09 2013 +0200 youtube: Use totem-pl-parser to resolve URI Instead of libquvi directly. https://bugzilla.gnome.org/show_bug.cgi?id=703396 configure.ac | 10 ++++----- src/youtube/grl-youtube.c | 57 +++++++++++++++++++---------------------------- 2 files changed, 28 insertions(+), 39 deletions(-) commit 7b3318619c78d6249c78515b298d5629d6c93930 Author: Juan A. Suarez Romero Date: Fri Aug 23 16:57:57 2013 +0200 vimeo: Add testsuite configure.ac | 1 + src/vimeo/Makefile.am | 8 ++ tests/Makefile.am | 7 +- tests/vimeo/Makefile.am | 40 ++++++++ tests/vimeo/data/empty.data | 4 + tests/vimeo/data/network-data.ini | 9 ++ tests/vimeo/data/results.data | 87 +++++++++++++++++ tests/vimeo/test_vimeo.c | 192 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 347 insertions(+), 1 deletion(-) commit 2beda247809c3a1b334a860c260573c50be6c889 Author: Debarshi Ray Date: Tue Jul 30 17:26:51 2013 +0200 flickr: Offer multiple thumbnail sizes Currently we are offering the "thumbnail" and "small 320" sizes. https://bugzilla.gnome.org/show_bug.cgi?id=705149 Signed-off-by: Juan A. Suarez Romero src/flickr/gflickr.c | 31 +++++++++++++++++++++++++++++++ src/flickr/gflickr.h | 3 +++ src/flickr/grl-flickr.c | 25 ++++++++++++++++++++----- 3 files changed, 54 insertions(+), 5 deletions(-) commit 487154e946bb8267416abe67b205d0c192684b7a Author: Juan A. Suarez Romero Date: Tue Aug 20 20:46:23 2013 +0000 upnp: Use container "0" when browsing with filters Browsing when filters are involved is implemented through "Search" capability, because it allows to specify filters. As "Search" is recursive, and most of servers support it only in the root container, use the root container when searching instead of using the current container, in order to be able to use those filters. src/upnp/grl-upnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd940b8b8f83b905e4198f09f2dc61b95ed3f4f8 Author: Chao-Hsiung Liao Date: Fri Aug 16 10:12:23 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 19 +++++++++---------- po/zh_TW.po | 19 +++++++++---------- 2 files changed, 18 insertions(+), 20 deletions(-) commit a3b550b0d495ffe175e13589062dbc5a66fb7bd8 Author: Bastien Nocera Date: Fri Jul 26 09:53:19 2013 +0200 upnp: Avoid warning on empty resolve result Fix warning when browsing a Synology UPnP server which returns an empty DIDL. (grilo-test-ui-0.2:7898): Grilo-WARNING **: [upnp] grl-upnp.c:1151: Failed to parse DIDL result: Empty 'DIDL-Lite' node in the DIDL-Lite XML: https://bugzilla.gnome.org/show_bug.cgi?id=704917 src/upnp/grl-upnp.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 0bbb0c9a10a356e115d37de507ed7895d66d5815 Author: Emanuele Aina Date: Mon Jul 22 13:54:37 2013 +0200 gitignore: Ignore more test executables and the .pot file https://bugzilla.gnome.org/show_bug.cgi?id=704678 .gitignore | 1 + tests/.gitignore | 3 +++ 2 files changed, 4 insertions(+) commit 26a2688e19cfe0c9730b41be0f59ba1d074d4227 Author: Chao-Hsiung Liao Date: Sat Jul 20 20:00:58 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/LINGUAS | 2 + po/zh_HK.po | 581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1164 insertions(+) commit 544c7b58f01b6086a96a85dec08ca56ee134d374 Author: Juan A. Suarez Romero Date: Tue Jul 9 13:26:12 2013 +0000 bliptv: Comment test_autosplit test function This function requires grilo-0.2.7 to be released, else it will fail. So let's comment it until we release it. tests/bliptv/test_bliptv.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 2035eebb161c10e1a8a3024bbd3cc23321b2f67f Author: Juan A. Suarez Romero Date: Tue Jul 9 10:10:49 2013 +0000 bliptv: Add testsuite configure.ac | 1 + src/bliptv/Makefile.am | 8 + tests/Makefile.am | 5 + tests/bliptv/Makefile.am | 42 + tests/bliptv/data/gnome.data | 1037 +++++ tests/bliptv/data/grilo.data | 36 + tests/bliptv/data/network-data.ini | 14 + tests/bliptv/data/page1.data | 8494 +++++++++++++++++++++++++++++++++++ tests/bliptv/data/page2.data | 8565 ++++++++++++++++++++++++++++++++++++ tests/bliptv/test_bliptv.c | 277 ++ 10 files changed, 18479 insertions(+) commit cfde82961e989a0000e035f9d4aeba5ed85063af Author: Juan A. Suarez Romero Date: Tue Jul 9 13:05:58 2013 +0000 bliptv: Check for no search results When performing a search, and no results are found, instead of getting an empty result dataset, Blip.tv returns just one "virtual" element telling there are not results. This commit checks for this case, and returns no results in case of matching it. src/bliptv/grl-bliptv.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit 6a0777d64c0e1704694e7b452ebcda6db0d9d53e Author: Juan A. Suarez Romero Date: Tue Jul 9 12:20:27 2013 +0000 bliptv: Allow operations requiring more than 1 page Blip.tv handles results in pages of 100 elements. So far, search/browse operation was working fine while the results were all of them inside one page; if they required more than one page, only the results in the first page were returned. This commit fixes this problem, so now all the available results, no matter in which pages they are, are returned. src/bliptv/grl-bliptv.c | 54 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 12 deletions(-) commit 32b877af8ab3ee5585287c9bb4774e1b276bf349 Author: Juan A. Suarez Romero Date: Tue Jul 9 10:12:08 2013 +0000 bliptv: Pages start at 1 Page number already starts at 1 when invoking grl_paging_translate(), so no need to increase it (else, it would start at 2). src/bliptv/grl-bliptv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a6e66c7c603a152e23a662c2a4877c774b60ea8f Author: Juan A. Suarez Romero Date: Mon Jul 8 13:28:24 2013 +0200 apple-trailers: Add testsuite Add a small testsuite for Apple Trailers plugin. configure.ac | 1 + src/apple-trailers/Makefile.am | 8 ++ tests/Makefile.am | 5 + tests/apple-trailers/Makefile.am | 39 +++++++ tests/apple-trailers/data/apple-trailers.data | 2 + tests/apple-trailers/data/network-data.ini | 6 + tests/apple-trailers/test_apple_trailers.c | 160 ++++++++++++++++++++++++++ 7 files changed, 221 insertions(+) commit 80907dc83ffea5a9015246a3f01bb405effc50a3 Author: Bastien Nocera Date: Fri Jul 5 15:54:22 2013 +0200 apple-trailers: Fix warning when date isn't supplied The date isn't supplied for some films. src/apple-trailers/grl-apple-trailers.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 5734e25486655bef6c67ff7222b74c01b2721cda Author: Andika Triwidada Date: Thu Jul 4 12:52:45 2013 +0700 Added Indonesian translation po/LINGUAS | 1 + po/id.po | 581 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 582 insertions(+) commit 07e0bc2ac4a1c764ff883edd8ae69671702c5ba7 Author: Enrico Nicoletto Date: Sun Jun 30 01:28:31 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 98 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 64 insertions(+), 34 deletions(-) commit 5c861c152765238c90a38319053b958f10c14bad Author: Bastien Nocera Date: Tue Jun 25 11:32:34 2013 +0200 all: Add G_LOG_DOMAIN for each plugin Makes debugging easier. https://bugzilla.gnome.org/show_bug.cgi?id=703037 src/apple-trailers/Makefile.am | 1 + src/bliptv/Makefile.am | 1 + src/bookmarks/Makefile.am | 1 + src/dmap/Makefile.am | 1 + src/fake-metadata/Makefile.am | 1 + src/filesystem/Makefile.am | 1 + src/flickr/Makefile.am | 1 + src/gravatar/Makefile.am | 1 + src/jamendo/Makefile.am | 1 + src/lastfm-albumart/Makefile.am | 1 + src/local-metadata/Makefile.am | 1 + src/magnatune/Makefile.am | 1 + src/metadata-store/Makefile.am | 1 + src/optical-media/Makefile.am | 1 + src/podcasts/Makefile.am | 1 + src/raitv/Makefile.am | 1 + src/shoutcast/Makefile.am | 1 + src/tmdb/Makefile.am | 1 + src/tracker/Makefile.am | 1 + src/upnp/Makefile.am | 1 + src/vimeo/Makefile.am | 1 + src/youtube/Makefile.am | 1 + 22 files changed, 22 insertions(+) commit cafb46fc0c18fe15bbee1adc642f538df3accca8 Author: Juan A. Suarez Romero Date: Sun Jun 23 13:32:32 2013 +0000 build: update Travis CI configuration "test" has been renamed to "tests". .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d0342ba4807267bd5636b35b460aafdb450ee6b2 Author: Juan A. Suarez Romero Date: Sun Jun 23 15:25:10 2013 +0200 tests: remove local-metadata tests Local metadata tests design are essentially broken. They should be designed again from scratch. configure.ac | 1 - tests/Makefile.am | 5 - tests/local-metadata/Makefile.am | 45 ---- tests/local-metadata/data/image1.png | 0 tests/local-metadata/data/image2.png | 0 tests/local-metadata/data/thumbnail.png | 0 tests/local-metadata/test_local_metadata.c | 318 ----------------------------- 7 files changed, 369 deletions(-) commit d0664235c7cc08514e0a82361e1a8fab0462f0a4 Author: Juan A. Suarez Romero Date: Sun Jun 23 12:17:40 2013 +0000 tests: refactor TMDB tests Use glib test framework. tests/tmdb/Makefile.am | 6 ++++-- tests/tmdb/test_tmdb_fast_resolution.c | 8 ++++++-- tests/tmdb/test_tmdb_fast_resolution_by_id.c | 8 ++++++-- tests/tmdb/test_tmdb_full_resolution.c | 8 ++++++-- tests/tmdb/test_tmdb_missing_configuration.c | 8 ++++++-- tests/tmdb/test_tmdb_preconditions.c | 8 ++++++-- 6 files changed, 34 insertions(+), 12 deletions(-) commit 221e99a4c8514121c491b95990dcaaa860f5365e Author: Juan A. Suarez Romero Date: Sat Jun 22 01:33:54 2013 +0000 tests: Refactor local-metadata tests Makefile.am | 4 +- gtester.mk | 82 ++++++++++++++++++++++++++++++ tests/Makefile.am | 2 + tests/local-metadata/Makefile.am | 27 +++++----- tests/local-metadata/test_local_metadata.c | 2 +- tests/tmdb/Makefile.am | 2 + 6 files changed, 102 insertions(+), 17 deletions(-) commit 2f30ba15e34ea613deb74cec1bc8b6d72e343c48 Author: Juan A. Suarez Romero Date: Fri Jun 21 18:56:47 2013 +0000 tests: split tests by plugin Reorganize files and directories to group tests by plugin. configure.ac | 2 + tests/Makefile.am | 119 +--------- tests/local-metadata/Makefile.am | 48 ++++ tests/local-metadata/data/image1.png | 0 tests/local-metadata/data/image2.png | 0 tests/local-metadata/data/thumbnail.png | 0 tests/local-metadata/test_local_metadata.c | 318 +++++++++++++++++++++++++++ tests/test_data/image1.png | 0 tests/test_data/image2.png | 0 tests/test_data/thumbnail.png | 0 tests/test_data/tmdb/casts.txt | 1 - tests/test_data/tmdb/configuration.txt | 1 - tests/test_data/tmdb/details.txt | 1 - tests/test_data/tmdb/empty-data.ini | 2 - tests/test_data/tmdb/fast-by-id.ini | 10 - tests/test_data/tmdb/images.txt | 1 - tests/test_data/tmdb/keywords.txt | 1 - tests/test_data/tmdb/no-details.ini | 10 - tests/test_data/tmdb/releases.txt | 1 - tests/test_data/tmdb/search.txt | 1 - tests/test_data/tmdb/sherlock.ini | 23 -- tests/test_local_metadata.c | 318 --------------------------- tests/test_tmdb_fast_resolution.c | 115 ---------- tests/test_tmdb_fast_resolution_by_id.c | 117 ---------- tests/test_tmdb_full_resolution.c | 174 --------------- tests/test_tmdb_missing_configuration.c | 88 -------- tests/test_tmdb_preconditions.c | 108 --------- tests/test_tmdb_utils.c | 72 ------ tests/test_tmdb_utils.h | 33 --- tests/tmdb/Makefile.am | 104 +++++++++ tests/tmdb/data/casts.txt | 1 + tests/tmdb/data/configuration.txt | 1 + tests/tmdb/data/details.txt | 1 + tests/tmdb/data/empty-data.ini | 2 + tests/tmdb/data/fast-by-id.ini | 10 + tests/tmdb/data/images.txt | 1 + tests/tmdb/data/keywords.txt | 1 + tests/tmdb/data/no-details.ini | 10 + tests/tmdb/data/releases.txt | 1 + tests/tmdb/data/search.txt | 1 + tests/tmdb/data/sherlock.ini | 23 ++ tests/tmdb/test_tmdb_fast_resolution.c | 115 ++++++++++ tests/tmdb/test_tmdb_fast_resolution_by_id.c | 117 ++++++++++ tests/tmdb/test_tmdb_full_resolution.c | 174 +++++++++++++++ tests/tmdb/test_tmdb_missing_configuration.c | 88 ++++++++ tests/tmdb/test_tmdb_preconditions.c | 108 +++++++++ tests/tmdb/test_tmdb_utils.c | 71 ++++++ tests/tmdb/test_tmdb_utils.h | 33 +++ 48 files changed, 1241 insertions(+), 1185 deletions(-) commit 05646f6f646795531a31ce607475f6fd7c062686 Author: Juan A. Suarez Romero Date: Fri Jun 21 18:22:25 2013 +0000 tests: Rename tests directory Rename from "test" to "tests", as it is a more common name. Makefile.am | 2 +- configure.ac | 2 +- test/.gitignore | 6 - test/Makefile.am | 123 ------------ test/test_data/image1.png | 0 test/test_data/image2.png | 0 test/test_data/thumbnail.png | 0 test/test_data/tmdb/casts.txt | 1 - test/test_data/tmdb/configuration.txt | 1 - test/test_data/tmdb/details.txt | 1 - test/test_data/tmdb/empty-data.ini | 2 - test/test_data/tmdb/fast-by-id.ini | 10 - test/test_data/tmdb/images.txt | 1 - test/test_data/tmdb/keywords.txt | 1 - test/test_data/tmdb/no-details.ini | 10 - test/test_data/tmdb/releases.txt | 1 - test/test_data/tmdb/search.txt | 1 - test/test_data/tmdb/sherlock.ini | 23 --- test/test_local_metadata.c | 318 -------------------------------- test/test_tmdb_fast_resolution.c | 115 ------------ test/test_tmdb_fast_resolution_by_id.c | 117 ------------ test/test_tmdb_full_resolution.c | 174 ----------------- test/test_tmdb_missing_configuration.c | 88 --------- test/test_tmdb_preconditions.c | 108 ----------- test/test_tmdb_utils.c | 72 -------- test/test_tmdb_utils.h | 33 ---- tests/.gitignore | 6 + tests/Makefile.am | 123 ++++++++++++ tests/test_data/image1.png | 0 tests/test_data/image2.png | 0 tests/test_data/thumbnail.png | 0 tests/test_data/tmdb/casts.txt | 1 + tests/test_data/tmdb/configuration.txt | 1 + tests/test_data/tmdb/details.txt | 1 + tests/test_data/tmdb/empty-data.ini | 2 + tests/test_data/tmdb/fast-by-id.ini | 10 + tests/test_data/tmdb/images.txt | 1 + tests/test_data/tmdb/keywords.txt | 1 + tests/test_data/tmdb/no-details.ini | 10 + tests/test_data/tmdb/releases.txt | 1 + tests/test_data/tmdb/search.txt | 1 + tests/test_data/tmdb/sherlock.ini | 23 +++ tests/test_local_metadata.c | 318 ++++++++++++++++++++++++++++++++ tests/test_tmdb_fast_resolution.c | 115 ++++++++++++ tests/test_tmdb_fast_resolution_by_id.c | 117 ++++++++++++ tests/test_tmdb_full_resolution.c | 174 +++++++++++++++++ tests/test_tmdb_missing_configuration.c | 88 +++++++++ tests/test_tmdb_preconditions.c | 108 +++++++++++ tests/test_tmdb_utils.c | 72 ++++++++ tests/test_tmdb_utils.h | 33 ++++ 50 files changed, 1208 insertions(+), 1208 deletions(-) commit 0eec3b324d70362e0e5c06f66f6dd030994252b7 Author: Emanuele Aina Date: Thu Jun 20 13:04:23 2013 +0200 gitignore: Ignore test-driver and the generated stuff under po/ https://bugzilla.gnome.org/show_bug.cgi?id=702731 .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 1dd612f7040c1c7728b4cc6ce1f12b38ae17214c Author: Emanuele Aina Date: Thu Jun 20 12:18:53 2013 +0200 upnp: Really unregister disappearing sources Unregister the corresponding GrlSource when a UPnP server is being turned off. It seems that the _unregister() call got lost in 39437df. https://bugzilla.gnome.org/show_bug.cgi?id=702730 src/upnp/grl-upnp.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 1e60b66c21f4012bdf942b26b63956fd0aaa955f Author: Juan A. Suarez Romero Date: Sun Jun 16 02:29:10 2013 +0200 tests: plug leaks src/tmdb/grl-tmdb.c | 2 +- test/test_local_metadata.c | 3 ++- test/test_tmdb_missing_configuration.c | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) commit 451c481dc37204bfc125b66b8503f32f64369cde Author: Juan A. Suarez Romero Date: Wed Jun 12 23:36:20 2013 +0000 tmdb: plug some leaks src/tmdb/grl-tmdb-request.c | 1 + src/tmdb/grl-tmdb.c | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) commit 7989e2aed6be9e483b4e9be63ce594173b38912d Author: Juan A. Suarez Romero Date: Fri Jun 7 23:27:13 2013 +0000 tests: local-metadata: Add test Tests if thumbnail can be obtained from local content. test/Makefile.am | 56 +++--- test/main.c | 412 --------------------------------------------- test/test_local_metadata.c | 20 ++- 3 files changed, 42 insertions(+), 446 deletions(-) commit cb432d7e87c661240baf3cba712811f60278678a Author: Victor Toso Date: Wed Jun 5 00:34:02 2013 -0300 magnatune: Do not check for network connectivity It fixex huge delay resolving dns. g_network_monitor_can_reach() is sync and takes up to 30 seconds to resolve dns with some users. Link: https://bugzilla.gnome.org/show_bug.cgi?id=701336 src/magnatune/grl-magnatune.c | 24 ------------------------ 1 file changed, 24 deletions(-) commit 2feed17ba70c545a59d5eee78af1ebee763b02e5 Author: Juan A. Suarez Romero Date: Tue Jun 4 09:55:55 2013 +0200 build: add more requirements to travis conf file Build all the plugins to test in Travis CI. .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit fb8f25c3408ac5fe8a704c3a04c84f9592b60947 Author: Juan A. Suarez Romero Date: Fri May 31 15:21:26 2013 +0200 build: Add tests coveraging support Add support for lcov. On top of that, send results from Travis CI services to Coveralls.io. .travis.yml | 11 +++++++++-- Makefile.am | 12 ++++++++++++ configure.ac | 25 +++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) commit 224582740a6f3440c7d966fe5283fe1d65d11cfe Author: Aurimas Černius Date: Sun Jun 2 14:56:03 2013 +0300 Added Lithuanian translation po/LINGUAS | 1 + po/lt.po | 583 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 584 insertions(+) commit 6d50848936c0b0cf70cafec75d2749d9260a988b Author: Kjartan Maraas Date: Sun Jun 2 02:17:41 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 579 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 579 insertions(+) commit 1eb7a47d093f2be64a20c64466608e67fe533cc9 Author: Kjartan Maraas Date: Sun Jun 2 02:17:35 2013 +0200 Add nb po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit b8526938f5b1203bff19d7f8240a9deec57fde2c Author: Fran Diéguez Date: Sun Jun 2 00:27:30 2013 +0200 Updated Galician translations po/gl.po | 129 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 78 insertions(+), 51 deletions(-) commit 299bf6eaceb5f6943a88f99eb6ba4089645146c2 Author: Christian Kirbach Date: Thu May 30 14:08:45 2013 +0200 Added German translation and updated LINGUAS po/LINGUAS | 1 + po/de.po | 588 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 589 insertions(+) commit e96cf8fd77bbbda29823b62a5719358fe8928038 Author: Jasper Lievisse Adriaanse Date: Wed May 29 18:55:42 2013 +0200 Initialize an iterator variable outside of the for loop to fix a build error. error: 'for' loop initial declaration used outside C99 mode test/test_tmdb_full_resolution.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 596d2068fb57422ebcca9bb1d213b051815e82cb Author: Miguel Rodriguez Núñez Date: Mon May 27 11:16:08 2013 +0200 Updated Spanish translation po/es.po | 84 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 27 deletions(-) commit 7704a3b94ed0232de6d21de2745a74bf5e8c6f35 Author: Matej Urbančič Date: Sat May 25 21:39:44 2013 +0200 Updated Slovenian translation po/sl.po | 170 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) commit 1c93e24ad64514c6c4b623e0df136b040e3d2c3f Author: Juan A. Suarez Romero Date: Fri May 24 21:48:16 2013 +0000 Post-release version bump to 0.2.9 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)