commit a8c83da25a7e4799d627f0da81f00cf1757bf041 Author: Bastien Nocera Date: Mon Feb 21 15:07:07 2011 +0000 2.91.7 NEWS | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) commit 157466dfc55b0315fda5f7731eedb9aa27540c83 Author: Bastien Nocera Date: Mon Feb 21 05:49:53 2011 +0000 scrsaver: Disable even when fullscreen comes quick As the screensaver might be disabled before we get access to the D-Bus proxy, try again after we have the proxy. Spotted by Chris Coulson. https://bugzilla.gnome.org/show_bug.cgi?id=630711 lib/totem-scrsaver.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 5f14977a5b546a8d4501f2ef6d4d0dbe182f95ae Author: Bastien Nocera Date: Mon Feb 21 05:11:19 2011 +0000 main: Hide OSD when switching off fullscreen src/totem-fullscreen.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b03857850632082f0517826ce3242fa1392f7e57 Author: Bastien Nocera Date: Mon Feb 21 00:30:52 2011 +0000 playlist: Fix "disappearing" entries When processing out-of-order playlist entries, make sure to use their own parsing results. If we don't do that, we might be using an error result, or an unhandled result as a success because the earlier item we just parsed was such a success. This can be reproduced using mixed types of media over a slow link, eg. "dual-types" files such as MP4, and "unhandled" types such as AVI over SMB. src/totem-playlist.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 68c5019448636f0d2f872dfd9b0e03a1cdf6b41b Author: Philip Withnall Date: Sun Feb 20 14:18:05 2011 +0000 Bug 642758 — Chapters (CMML) plugin stores time offsets as localized floats Don't use sprintf() or sscanf() in the CMML parser/writer code, as they're locale-dependent. Instead, we have to use the g_ascii_*() functions, and build our own parser. Closes: bgo#642758 src/plugins/chapters/totem-cmml-parser.c | 135 ++++++++++++++++++++++++------ 1 files changed, 110 insertions(+), 25 deletions(-) commit 6ab1e47cdbe0c5a47553c1170ee6c2313fc7e512 Author: Jorge González Date: Sun Feb 20 18:32:26 2011 +0100 Updated Spanish translation help/es/es.po | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) commit 7b009542db3c590d51e5cbd61952e541a9161af7 Author: Changwoo Ryu Date: Mon Feb 21 01:25:46 2011 +0900 Korean translation update po/ko.po | 2061 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1054 insertions(+), 1007 deletions(-) commit 6f334b7ff88b7b3165789861ed9720e7db7d9e10 Author: Sweta Kothari Date: Fri Feb 18 15:25:22 2011 +0530 Updated Gujarati Translations po/gu.po | 1538 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 912 insertions(+), 626 deletions(-) commit 13636e227ec427d001d5426a94e30f9d9a7f6378 Author: Ignacio Casal Quinteiro Date: Wed Feb 16 16:21:10 2011 +0100 Fix warnings spotted by new gcc browser-plugin/totem-plugin-viewer.c | 3 --- src/ev-sidebar.c | 2 -- src/gsd-media-keys-window.c | 4 ---- src/gsd-osd-window.c | 3 --- src/plugins/chapters/totem-chapters.c | 2 -- src/totem-menu.c | 1 + src/totem-playlist.c | 5 ----- 7 files changed, 1 insertions(+), 19 deletions(-) commit c4ad54bf515917b2efc12e1bbaed0670fd01b39c Author: Ignacio Casal Quinteiro Date: Wed Feb 16 16:10:21 2011 +0100 Make the plugin dialog bigger so it is more readable. src/totem-menu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 501807bfd40899f12bad3468bcad634024690d5a Author: Daniel Korostil Date: Thu Feb 17 17:38:56 2011 +0200 Uploaded Ukranian po/uk.po | 1913 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1118 insertions(+), 795 deletions(-) commit 3faf6d6191a5de7e6014bf3a66987d506f01183a Author: Ignacio Casal Quinteiro Date: Thu Feb 17 10:42:56 2011 +0100 fix insertion with tags src/plugins/pythonconsole/console.py | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 6da33d0d064e7dd6b5144d01ea1d73a8cde5b02d Author: Steve Frécinaux Date: Mon Feb 14 00:41:22 2011 +0100 Update totem against latest libpeas API changes. configure.in | 2 +- src/plugins/totem-plugins-engine.c | 2 ++ src/totem-menu.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) commit 9a5b8113a7d524f78c0d90b50a5aea700e0c04f4 Author: Matthias Clasen Date: Fri Feb 11 20:11:24 2011 +0000 backend: Get the workarea properly See also https://bugzilla.gnome.org/show_bug.cgi?id=641996 src/backend/video-utils.c | 43 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 39 insertions(+), 4 deletions(-) commit 9342606a43239cda9420bc1c0090988006f50404 Author: Bastien Nocera Date: Wed Feb 9 01:55:08 2011 +0000 main: Don't crash if the plugins weren't loaded If we exit before the plugins engine was setup, please don't crash. src/totem-object.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f3e2132a165d855310280569d7da7ae3a50b573c Author: Michal Hruby Date: Sat Jan 29 01:24:05 2011 +0100 Added zeitgeist dataprovider plugin configure.in | 16 ++- src/plugins/zeitgeist-dp/Makefile.am | 23 ++ src/plugins/zeitgeist-dp/bacon-video.vapi | 40 ++++ .../zeitgeist-dp/totem-zeitgeist-dp-plugin.vala | 229 ++++++++++++++++++++ src/plugins/zeitgeist-dp/zeitgeist-dp.plugin.in | 8 + 5 files changed, 315 insertions(+), 1 deletions(-) commit 5be9be414e03bca8741e556474ec9179e084c5f0 Author: Frank Dana Date: Sun Feb 6 23:47:00 2011 +0000 main: Allow finer-grained control on volume When adjusting volume using the keyboard, I often find that raising or lowering the volume level by 8% is too drastic a change, and I can't seem to hit a "comfortable" volume unless I reach for the mouse. We now bind the Shift-UpArrow and Shift-DownArrow keys to a volume adjustment of +2% and -2% (respectively), in the spirit of the fine-grained seek controls (Shift-LeftArrow and Shift-RightArrow). https://bugzilla.gnome.org/show_bug.cgi?id=641672 src/totem-object.c | 4 ++++ src/totem-private.h | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 88e941301312f685d4c1cc9e407f34b589c5ca95 Author: Krasimir Chonov Date: Sat Feb 5 09:44:25 2011 +0200 Updated Bulgarian translation po/bg.po | 860 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 461 insertions(+), 399 deletions(-)