commit 2e5127fb02a07d20d6a87054eb89d46e20573b08 Author: Bastien Nocera Date: Tue Sep 29 12:36:32 2009 +0100 2.28.1 NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) commit 4e652e7311b9cc397a816112062d1d45ab4af419 Author: Philip Withnall Date: Mon Sep 28 23:21:05 2009 +0100 Fixed Icelandic, Malay and Uighur translations po/is.po | 7 ++++--- po/ms.po | 3 ++- po/ug.po | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) commit 2e358177f4d81c94cc6e83c16e7f4bbcb79f504f Author: Bastien Nocera Date: Thu Sep 24 19:25:50 2009 +0100 Fix possible playback problems in WebKit browsers When we're passed a cached file, WebKit _will_ remove it straight after the end of StreamAsFile as it has absolutely no cache implementation. Work-around that by keeping the file opened with a file descriptor. browser-plugin/totem-plugin-viewer.c | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) commit 9639fa75e6b2ed726e7bc9e92ae0e0c71123421e Author: Bastien Nocera Date: Thu Sep 24 16:24:09 2009 +0100 Disable "Remember position" by default data/totem.schemas.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b58f210029c1cf987df92da1bb112aa578a4a766 Author: Philip Withnall Date: Mon Sep 21 18:24:37 2009 +0100 Empty the saved position rather than NULL it This stops GVfs crashing when trying to serialise a NULL value. src/totem-uri.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0cb7a40b56b668f67cbffe2ba0b9a296a68b7fd6 Author: krishnababu k Date: Tue Sep 22 19:15:53 2009 +0530 Updated Telugu Translation po/te.po | 176 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 86 insertions(+), 90 deletions(-) commit 73a42f82b124f026185a63ddd99eb61239d2c1c9 Author: Lucas Lommer Date: Mon Sep 21 19:10:42 2009 +0200 Update Czech translation po/cs.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fc75f8401d320e17032803d53b9fed09c3d4f8a1 Author: Marek Černocký Date: Mon Sep 21 18:13:26 2009 +0200 Update Czech translation po/cs.po | 1342 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 748 insertions(+), 594 deletions(-) commit 72ef4e734960ebeb1b34a39320e3921cc1a3f103 Author: Philip Withnall Date: Mon Sep 21 16:49:04 2009 +0100 Bug 164918 — Remember current position when Pause is clicked Fixes a case where the position of a stream would be remembered if you paused and closed Totem, then reopened Totem and played the stream to the end. Next time you opened Totem, the old saved position would be used. Also prevents stream positions from being saved if the position is within a given percentage (of the stream length) of the start of the file. Re-closes: bgo#164918 src/totem-uri.c | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) commit d74b379b8b0e1ecb36259c21301c8c43f562703b Author: Philip Withnall Date: Mon Sep 21 16:26:57 2009 +0100 Fix single-includes in egg-macros.h src/egg-macros.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a71822e5db8c2bb78d5b970779a39e59ef3cc81c Author: Bastien Nocera Date: Mon Sep 21 16:15:09 2009 +0100 Bug 595529 - Screenshot cause memory leakage We take ownership of the buffer, but never actually unref it, do this, even on error. With help from Tim. https://bugzilla.gnome.org/show_bug.cgi?id=595529 src/backend/gstscreenshot.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) commit b792db18efc4ffca662bc19c15835a9647345f51 Author: Bastien Nocera Date: Thu Sep 17 16:59:31 2009 +0100 Remove unused retval https://bugzilla.gnome.org/show_bug.cgi?id=595481 src/backend/bacon-video-widget-gst-0.10.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit c0c91eb86ba572f3b15e674ba93c66088aa00d76 Author: Bastien Nocera Date: Thu Sep 17 16:55:18 2009 +0100 Remove unused variable in screensaver plugin https://bugzilla.gnome.org/show_bug.cgi?id=595481 src/plugins/screensaver/totem-screensaver.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 8b8e3be5d3c95a27bc2a6e9b24a9a9cc763bce47 Author: Kjartan Maraas Date: Mon Sep 21 16:19:20 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 79 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 45 insertions(+), 34 deletions(-) commit 5c64b20855b5990969038c287907d7a34df619e3 Author: Kostas Papadimas Date: Mon Sep 21 17:23:35 2009 +0300 Updated Greek translation. po/el.po | 844 +++++++++++++++++++++++++------------------------------------- 1 files changed, 338 insertions(+), 506 deletions(-) commit d25c512ff80e2f8ff3ae80167dc5987af0540d88 Author: Theppitak Karoonboonyanan Date: Mon Sep 21 21:14:41 2009 +0700 Updated Thai translation. po/th.po | 1340 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 738 insertions(+), 602 deletions(-)