commit 4db6b74e2e3c0735769a4185a542776d59985d79 Author: Bastien Nocera Date: Mon Sep 13 15:01:59 2010 +0100 2.31.90 NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 57ebc1bceeb1bf52482a2692649de1108bedca59 Author: Duarte Loreto Date: Sat Sep 11 20:42:03 2010 +0100 Updated Portuguese translation po/pt.po | 937 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 531 insertions(+), 406 deletions(-) commit 09fa20a52d1fef46acc3328cc99aae32fcf644b7 Author: Bastien Nocera Date: Thu Sep 9 13:14:22 2010 +0100 Make it possible to use --raw along with --size So that you can save a thumbnail of a video at a particular size, with no borders, but still with resizing. https://bugzilla.gnome.org/show_bug.cgi?id=621802 src/totem-video-thumbnailer.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit a34e2c9dec4510f38a701c652da1ccc277cec6d0 Author: Daniel Nylander Date: Thu Sep 9 07:39:58 2010 +0200 Updated Swedish translation po/sv.po | 1168 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 520 insertions(+), 648 deletions(-) commit 0c6f9a934d144f88eab62ff97aa205df1bda68af Author: Philip Withnall Date: Fri Sep 3 16:28:22 2010 +0100 Use an async queue to prevent crashes in bvw_update_tags_dispatcher() The BaconVideoWidget which called bvw_update_tags_dispatcher() could be destroyed while the update is waiting in the idle queue. To fix this, we change the tag update mechanism to use an async queue feeding a single idle handler. The idle handler is removed when the BaconVideoWidget is destroyed. Closes: bgo#628667 src/backend/bacon-video-widget-gst-0.10.c | 51 ++++++++++++++++++++++------- 1 files changed, 39 insertions(+), 12 deletions(-) commit 9480680c1354f397748c451bc18e5b45c13cf59d Author: Piotr Drąg Date: Tue Sep 7 17:50:46 2010 +0200 Updated Polish translation po/pl.po | 1161 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 637 insertions(+), 524 deletions(-) commit 1134da0d696234dc42eccb935058dbb9160deb0c Author: Mario Blättermann Date: Sat Sep 4 09:08:20 2010 +0200 Updated German translation po/de.po | 940 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 540 insertions(+), 400 deletions(-) commit 3b592214b46f8062c18b238aee15ac8fe20c9ac1 Author: Bastien Nocera Date: Sat Sep 4 01:28:54 2010 +0100 Simplify unsupported schemes avoidance in chapters src/plugins/chapters/totem-chapters.c | 4 +--- src/plugins/chapters/totem-cmml-parser.c | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) commit 4bcacd4331945c4af24584daf901933f73bd8c5b Author: Djavan Fagundes Date: Fri Sep 3 15:44:30 2010 -0300 Updated Brazilian Portuguese translation by André Gondim and myself po/pt_BR.po | 943 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 542 insertions(+), 401 deletions(-) commit 4eab09ad2e2cf58f67a07e941731b7ee7f57502f Author: Michael Kotsarinis Date: Tue Aug 31 23:02:53 2010 +0300 l10n: Updated Greek translation for totem po/el.po | 1523 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 739 insertions(+), 784 deletions(-) commit c4e8920d5f809ee49622af36db9099235fa19129 Author: Bastien Nocera Date: Tue Aug 31 17:36:42 2010 +0100 Don't try to load subtitles for streams So not from HTTP, RTSP, or RTMP. src/totem-uri.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit d2a7f9d86b430804a17721fc8c2a9b24ab77f679 Author: Bastien Nocera Date: Tue Aug 31 17:36:02 2010 +0100 Don't try loading subtitles for streams From HTTP, RTSP or RTMP streams src/plugins/chapters/totem-chapters.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 22e884bba9879b0d052e08fef0cdcc9090772eb6 Author: Andika Triwidada Date: Tue Aug 31 16:39:51 2010 +0700 Updated Indonesian translation po/id.po | 882 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 434 insertions(+), 448 deletions(-) commit c1358dad149801ce15d9af8e83203217710884e2 Author: Gabor Kelemen Date: Mon Aug 30 01:34:39 2010 +0200 Updated Hungarian translation po/hu.po | 892 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 495 insertions(+), 397 deletions(-) commit ba4416bebe17866a1c624f0fccce3d19738d6346 Author: Hideki Yamane (Debian-JP) Date: Mon Aug 30 03:19:04 2010 +0900 Updated Japanese translation. po/ja.po | 543 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 278 insertions(+), 265 deletions(-) commit 39d8247187d25c7b8432d2f64b8737ee33e3da7e Author: Hideki Yamane (Debian-JP) Date: Mon Aug 30 03:19:04 2010 +0900 Updated Japanese translation. po/ja.po | 1502 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 744 insertions(+), 758 deletions(-) commit 6d5806c65f434836aaa70995d9aa612310fb2614 Author: Милош Поповић Date: Sun Aug 29 21:01:31 2010 +0200 Updated Serbian translation po/sr.po | 993 ++++++++++++++++++++++++++++++++------------------------ po/sr@latin.po | 993 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 1140 insertions(+), 846 deletions(-) commit 208aa835c1b0256e681a2bd751a5cb23f1e637fe Author: Philip Withnall Date: Sat Aug 28 16:08:50 2010 +0100 Update British English translation po/en_GB.po | 950 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 542 insertions(+), 408 deletions(-) commit 92c8a1d866475ad3daa39f467aa12b11506d0639 Author: Khaled Hosny Date: Thu Aug 26 22:16:53 2010 +0200 Updated Arabic translation po/ar.po | 935 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 539 insertions(+), 396 deletions(-) commit e6fad7576e957bf8863077a009c1e18f6499de1f Author: Petr Kovar Date: Wed Aug 25 20:25:00 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 946 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 545 insertions(+), 401 deletions(-) commit e6306f5e0822cfa54c35d487eb3e9fe6083a906b Author: Ivar Smolin Date: Tue Aug 24 11:14:44 2010 +0300 [l10n] Updated Estonian translation po/et.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 109 insertions(+), 13 deletions(-) commit 554971495c2bccad55f19200d31c89eee6f89f86 Author: Kjartan Maraas Date: Sun Aug 22 15:53:55 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 926 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 515 insertions(+), 411 deletions(-) commit b10dab812c555233e8a8f2e6e4277efff5af1045 Author: Ask H. Larsen Date: Sun Aug 22 13:45:38 2010 +0200 Updated Danish translation po/da.po | 826 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 481 insertions(+), 345 deletions(-) commit baedffabdae81408daf2d2c5a57fd77dea29536d Author: Chao-Hsiung Liao Date: Sat Aug 21 21:19:04 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 915 ++++++++++++++++++++++++++++++++++------------------------- po/zh_TW.po | 915 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1046 insertions(+), 784 deletions(-) commit 4bca20a3381703707f5b296d95c153228b4567e3 Author: Claude Paroz Date: Sat Aug 21 14:34:51 2010 +0200 Updated French translation po/fr.po | 902 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 505 insertions(+), 397 deletions(-) commit 54ce949da5c2374b3b82116e5225c2008d5ef268 Author: Gintautas Miliauskas Date: Tue Aug 17 17:44:32 2010 +0300 Updated Lithuanian translation (thanks to Aurimas Cernius). po/lt.po | 944 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 539 insertions(+), 405 deletions(-) commit 0a3ed57b834dcaf75e12a59353ea33db01ca63e6 Author: Leonid Kanter Date: Mon Aug 16 14:17:48 2010 +0300 Updated Russian translation from Yuri Myasoedov po/ru.po | 987 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 562 insertions(+), 425 deletions(-) commit 81fe8ca94d79fd18e745c151db24015b1b864a46 Author: Jorge González Date: Sun Aug 15 21:19:06 2010 +0200 Updated Spanish translation po/es.po | 505 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 321 insertions(+), 184 deletions(-) commit fe8610c05011cab82f50a5d55113ca41fb15fc46 Author: A S Alam Date: Mon Aug 16 07:24:16 2010 +0530 update translation for Punjabi po/pa.po | 1032 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 585 insertions(+), 447 deletions(-) commit ff4c867131ef42fafb268d4744cff9fc17e73d16 Author: Matej Urbančič Date: Thu Aug 12 14:13:10 2010 +0200 Updated Slovenian translation po/sl.po | 488 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 313 insertions(+), 175 deletions(-) commit abcae612befe5edd4de51560ac2621d7b8e674e8 Author: Fran Diéguez Date: Wed Aug 11 17:59:01 2010 +0200 Updated galician translations po/gl.po | 479 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 306 insertions(+), 173 deletions(-) commit 77f11586da76b4494690edb0af584add7698dd8f Author: Yaron Shahrabani Date: Tue Aug 10 12:17:29 2010 +0300 Updated Hebrew translation. po/he.po | 727 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 428 insertions(+), 299 deletions(-) commit b799c9c1feef96c8084e0c9748370040bd15057a Author: Andika Triwidada Date: Tue Aug 10 15:56:22 2010 +0700 Updated Indonesian translation to 100% po/id.po | 486 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 313 insertions(+), 173 deletions(-) commit fb7ed5c970a685488e5ea7f95141975b79575be1 Author: Andika Triwidada Date: Tue Aug 10 15:48:20 2010 +0700 Updated Indonesian translation po/id.po | 4194 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2253 insertions(+), 1941 deletions(-) commit e834a3e1b813486e51a5d922138a8c3efc87fbe5 Author: Philip Withnall Date: Mon Aug 9 23:23:17 2010 +0100 Improve the handling of the "frames per second" plural string .../properties/bacon-video-widget-properties.c | 34 +++++++++---------- 1 files changed, 16 insertions(+), 18 deletions(-) commit 7d985d9822f741b1d794e781154f9cf53dde598c Author: Philip Withnall Date: Mon Aug 9 23:18:41 2010 +0100 Add plural strings in the "Skip to" dialogue src/plugins/skipto/skipto.ui | 6 +++--- src/plugins/skipto/totem-skipto.c | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) commit f2fe1042eab90add2360238ed7a84d6690a84ba2 Author: Philip Withnall Date: Mon Aug 9 22:20:36 2010 +0100 Add a plural string for "frames per second" .../properties/bacon-video-widget-properties.c | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) commit dabd7b26f640e2a3b415d796f5c710c56cfe9295 Author: Philip Withnall Date: Mon Aug 9 22:01:34 2010 +0100 Bug 626422 — Translation comment needed Add some extra translation comments. Closes: bgo#626422 data/totem.ui | 8 ++++---- src/eggfileformatchooser.c | 1 + src/plugins/bemused/totem-bemused.c | 4 +++- src/plugins/publish/totem-publish.c | 1 + src/totem-menu.c | 2 ++ src/totem-options.c | 1 + 6 files changed, 12 insertions(+), 5 deletions(-) commit 6070f6b8f08f6799a4ced877c3825fc090e5075e Author: Philip Withnall Date: Mon Aug 9 09:53:09 2010 +0100 Use libsoup directly to load video pages in the YouTube plugin This means we can ignore cookies, and don't encounter the cookie sharing problem we previously had between libsoup and gvfs. Closes: bgo#619207 configure.in | 7 ++++ src/plugins/youtube/Makefile.am | 5 ++- src/plugins/youtube/totem-youtube.c | 57 ++++++++++++++++++++++++----------- 3 files changed, 50 insertions(+), 19 deletions(-) commit d5fabd98a1f6e2f74907bfbcbb8558b2b7523d89 Author: Bastien Nocera Date: Mon Aug 9 16:37:10 2010 +0100 Backport chapters plugin to old build plugin system Also fix a number of compile-time warnings, and the inability to load UI files from the uninstalled directory. configure.in | 4 +- src/plugins/chapters/totem-chapters.c | 69 +++++++++++++++------------- src/plugins/chapters/totem-cmml-parser.c | 2 +- src/plugins/chapters/totem-edit-chapter.c | 61 +++++++++++++++++++++++++- 4 files changed, 100 insertions(+), 36 deletions(-) commit 46bc2eea4d47fa347e4a1e5fb4d81c17c51b6945 Author: Alexander Saprykin Date: Fri Jul 2 00:17:08 2010 +0400 Merge chapters plugin with a master branch New chapters plugin Add option to preferences to auto-load external chapters configure.in | 11 +- data/totem.schemas.in | 14 + data/totem.ui | 95 ++ po/POTFILES.in | 5 + src/plugins/chapters/Makefile.am | 47 + src/plugins/chapters/chapters-edit.ui | 35 + src/plugins/chapters/chapters-list.ui | 237 +++++ src/plugins/chapters/chapters.totem-plugin.in | 9 + src/plugins/chapters/totem-chapters-utils.c | 95 ++ src/plugins/chapters/totem-chapters-utils.h | 33 + src/plugins/chapters/totem-chapters.c | 1259 +++++++++++++++++++++++++ src/plugins/chapters/totem-cmml-parser.c | 826 ++++++++++++++++ src/plugins/chapters/totem-cmml-parser.h | 82 ++ src/plugins/chapters/totem-edit-chapter.c | 145 +++ src/plugins/chapters/totem-edit-chapter.h | 58 ++ src/totem-preferences.c | 43 +- 16 files changed, 2992 insertions(+), 2 deletions(-) commit 23a3b95cfc99e858d465122c4a63e08e87ebfd3f Author: Yaron Shahrabani Date: Mon Aug 9 12:44:59 2010 +0300 Updated Hebrew translation. po/he.po | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit b176b3aae2d88c4e9e783e8acd87c52ad8c9a3eb Author: Yaron Shahrabani Date: Mon Aug 9 12:43:41 2010 +0300 Updated Hebrew translation. po/he.po | 1040 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 518 insertions(+), 522 deletions(-) commit af3a802d85f96d42904989c68895d311a3e1cf2c Author: Aron Xu Date: Mon Aug 9 13:35:29 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 590 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 299 insertions(+), 291 deletions(-) commit 0d4805707844fd334b82ebdff00adafbda6d46d5 Author: Ivar Smolin Date: Sun Aug 8 17:04:49 2010 +0300 [l10n] Updated Estonian translation po/et.po | 81 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 40 insertions(+), 41 deletions(-)