~vcs-imports/totem/+git/totem:gnome-3-10

Last commit made on 2015-10-04
Get this branch:
git clone -b gnome-3-10 https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

Name:
gnome-3-10
Repository:
lp:~vcs-imports/totem/+git/totem

Recent commits

f9a4422... by Pedro Albuquerque

Updated Portuguese translation

65cedb2... by Sveinn í Felli

Updated Icelandic translation

b55d4a8... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

00c178e... by Bastien Nocera

thumbnailer: Fix missing translation support

https://bugzilla.gnome.org/show_bug.cgi?id=742881

70bd8fd... by Bastien Nocera

backend: Force reading from path for CDDA URIs

Otherwise we'll try to use the GStreamer CDDA plugins, instead of
reading from the GIO plugin.

https://bugzilla.gnome.org/show_bug.cgi?id=720120

960aaa5... by Bastien Nocera

opensubtitles: Fix error with newer version of PyGObject

We cannot pass an object as user_data, as pygobject stopped handling
non-integers, non-capsules or not None as possible arguments.

As we do not use Totem.plugin_load_interface()'s signal connection
feature, pass None instead.

https://bugzilla.gnome.org/show_bug.cgi?id=724093

7defc27... by Bastien Nocera

opensubtitles: Fix downloading of subtitles

In 15872af34c156f68a6da484ca8ce139d44fa8f8a we started using
GLib instead of PyXDG, but didn't import GLib.

5ee82cc... by Alexandre Franke

Updated French translation

abdd5b7... by GunChleoc

Added Scottish Gaelic translation

15872af... by Bastien Nocera

opensubtitles: Make decoding download items work

Stop using StringIO, gzip and base64 modules, and use GLib for
the base64 decoding, and zlib for the decompression.

https://bugzilla.gnome.org/show_bug.cgi?id=723074