commit 47249c5800933216a505f68cd549e80564b6a125 Author: Juan A. Suarez Romero Date: Fri May 24 21:44:09 2013 +0000 Release 0.2.8 AUTHORS | 1 + NEWS | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) commit 50838b7f9e7c8c168b71ecfc6758ce2e9b710e32 Author: Marek Černocký Date: Thu May 23 18:45:32 2013 +0200 Updated Czech translation po/cs.po | 84 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 27 deletions(-) commit 6f982833955a842e0d5259516d577ec06cdd62e6 Author: Marek Chalupa Date: Thu May 23 10:01:40 2013 +0200 flickr: name sources created from goa by their id When source is created from GOA config, dont use user name as a source-id but use goa id (account_somenumber) instead - https://bugzilla.gnome.org/show_bug.cgi?id=700517 src/flickr/grl-flickr.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) commit 06a01e3af29a69808d82af4a0c8768109df1ebf2 Author: Piotr Drąg Date: Wed May 22 17:46:11 2013 +0200 Updated Polish translation po/pl.po | 83 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 56 insertions(+), 27 deletions(-) commit 4287c13da4522800e282b231596eb7179048566d Author: Juan A. Suarez Romero Date: Wed May 22 17:26:28 2013 +0200 magnatune: add C file for translation Include grl-magnatune.c in POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit dc9dd8b10f08dcfd5d0711b695e2ab5cca92c751 Author: Victor Toso Date: Thu May 16 01:40:55 2013 -0300 magnatune: Implementing browse operation Application can browse throw Artists, Albums and Genres. https://bugzilla.gnome.org/show_bug.cgi?id=698523 src/magnatune/grl-magnatune.c | 260 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) commit 744174d64fba52b2ace9108aa6826ee196ef98fe Author: Victor Toso Date: Mon May 13 02:16:13 2013 -0300 magnatune: Adding support to download database All database and crc checks are made when user interact with the plugin. If there is no database and no internet connection, plugin_init fails. When current database has 7 days old the plugin starts to check for a newer database. To avoid checking crc to *every* user request a time interval of 12 hours is used. https://bugzilla.gnome.org/show_bug.cgi?id=698523 configure.ac | 7 +- src/magnatune/grl-magnatune.c | 332 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 333 insertions(+), 6 deletions(-) commit d38fecb43d287bae844e4b80158cead538ddd252 Author: Victor Toso Date: Fri Apr 19 01:47:07 2013 -0300 magnatune: Adding Magnatune plugin Search implemented for Track title, Albums and Artists names. The function looks into database provided by magnatune website. A subset of keys are returned and could be incresead when implementing other functions. https://bugzilla.gnome.org/show_bug.cgi?id=698523 Makefile.am | 1 + configure.ac | 41 ++++ src/Makefile.am | 6 +- src/magnatune/Makefile.am | 34 +++ src/magnatune/grl-magnatune.c | 439 +++++++++++++++++++++++++++++++++++++++ src/magnatune/grl-magnatune.h | 66 ++++++ src/magnatune/grl-magnatune.xml | 10 + 7 files changed, 596 insertions(+), 1 deletion(-) commit b1bb5eda520028fc32dd20128a1c0cd8698c83aa Author: Juan A. Suarez Romero Date: Sun May 19 14:21:58 2013 +0200 build: Add travis config file Use the Continuous Integration service provided by Travis. .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) commit 03d4d44e406e976f70318a713857e6d52afffb33 Author: Juan A. Suarez Romero Date: Thu May 16 10:24:56 2013 +0200 Post-release version bump to 0.2.8 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 571766a4ed4d77769ccab3ddbf3aa68d65136ac8 Author: Juan A. Suarez Romero Date: Thu May 16 08:18:39 2013 +0000 Release 0.2.7 NEWS | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 64 insertions(+), 1 deletion(-)