commit 3184b216b5e7629f51dbad9a536cfc8c8a24dc21 Author: Bastien Nocera Date: Mon Oct 18 14:31:47 2010 +0100 2.30.2 Rename test file so it gets added to the tar file (83 characters limit) NEWS | 7 +++++++ configure.in | 4 ++-- plparse/tests/Makefile.am | 2 +- ...Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u | 3 --- plparse/tests/O_G_Money_Snoop_Dogg.m3u | 3 +++ plparse/tests/parser.c | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) commit 5b090be68f48416b8034750366eae08ff541d0e7 Author: Bastien Nocera Date: Sun Oct 17 06:29:25 2010 +0100 Don't add directories as playlist items This will avoid unreadable playlist items showing up in Totem when drag'n'dropping really deep directory hierarchies. .../tests/foo/bar/baz/boz/biz/buz/really-flv.mp4 | 1 + plparse/tests/parser.c | 18 ++++++++++++++++++ plparse/totem-pl-parser-media.c | 4 +++- 3 files changed, 22 insertions(+), 1 deletions(-) commit e436fc69eacf17e8b15d089f8b59d12e1d7644c6 Author: Sahran Date: Sat Oct 16 20:35:57 2010 +0200 Added UG translation po/ug.po | 1932 ++++++++++++++++++-------------------------------------------- 1 files changed, 540 insertions(+), 1392 deletions(-) commit d2877326df883f1f590bb9d7b64f453f5126b7fa Author: Bastien Nocera Date: Mon Oct 11 22:19:14 2010 +0100 And a little more iTunes Podcast plparse/totem-pl-parser-podcast.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 40cd5e4eddae32f4b3cffaca2f478ccad053a3e6 Author: Bastien Nocera Date: Mon Oct 11 22:10:44 2010 +0100 Fix parsing of more iTunes Podcast links https://bugzilla.gnome.org/show_bug.cgi?id=617745 plparse/tests/parser.c | 5 +- plparse/totem-pl-parser-podcast.c | 125 +++++++++++++++++++++++++------------ 2 files changed, 89 insertions(+), 41 deletions(-) commit df96a5635643be596b18a42f2aeec5bd0af45711 Author: Bastien Nocera Date: Fri Oct 8 11:16:29 2010 +0100 Add empty ASX file test case To clean up my home directory plparse/tests/Makefile.am | 3 ++- plparse/tests/empty-asx.asx | 8 ++++++++ plparse/tests/parser.c | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletions(-) commit 6792ae8958edd1b60ce5278e0a125974309ab904 Author: Jonathan Matthew Date: Sat Oct 9 15:59:14 2010 +1000 Specify G_PRIORITY_DEFAULT for signal emission idle sources This avoids the situation where the async ready callback is called first because it has higher priority. https://bugzilla.gnome.org/show_bug.cgi?id=631727 plparse/totem-pl-parser-private.h | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit cd01b63cb314107d80e7c239dcf8001d5911e9b3 Author: Philip Withnall Date: Sat Oct 9 00:15:46 2010 +0100 Use upstream gettext instead of GLib's gettext As explained here: http://blogs.gnome.org/jjardon/2010/10/08 /use-upstream-gettext-instead-the-glib-one/. configure.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 438b39af2a4be2ac2ed050585de367121d6901da Author: Bastien Nocera Date: Wed Oct 6 09:41:28 2010 +0100 Ignore leading spaces before EXTINF comments https://bugzilla.gnome.org/show_bug.cgi?id=631497 plparse/tests/Makefile.am | 3 +- ...Gotta_girlfriend_Feat._O_G_Money_Snoop_Dogg.m3u | 3 ++ plparse/tests/parser.c | 11 ++++++ plparse/totem-pl-parser-lines.c | 38 ++++++++++++-------- 4 files changed, 39 insertions(+), 16 deletions(-) commit 63016825462ad5e101012f6a33978147b523013e Author: Bastien Nocera Date: Mon Oct 4 15:34:59 2010 +0100 Make sure TotemCd and TotemDisc introspection works The namespaces would have been ignored with previous versions of gobject-introspection, or done something random. configure.in | 2 +- plparse/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 6af36cd4a0add987f97ab822919eb58a5fe89c0c Author: Bastien Nocera Date: Mon Oct 4 15:12:03 2010 +0100 Add start-time test case From https://bugzilla.gnome.org/show_bug.cgi?id=624644 plparse/tests/Makefile.am | 3 ++- plparse/tests/big5.smi | 14 ++++++++++++++ plparse/tests/parser.c | 10 ++++++++++ 3 files changed, 26 insertions(+), 1 deletions(-)