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

Last commit made on 2016-01-08
Get this branch:
git clone -b gnome-3-14 https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

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

Recent commits

8b5afdb... by Mario Sánchez Prada

Properly use 64bit unsigned literal for connection-speed uint64 property

This avoids invalid memory reads in 32-bit systems when using a variable
list of arguments, as it's the case in g_object_set().

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

4bc0aad... by Pedro Albuquerque

Updated Portuguese translation

d4d45f2... by Bastien Nocera

grilo: Fix selection not working after visiting Channels

When visiting the Channels page, we'd create a filter model, but
switching back to the Videos page, we wouldn't reset it. Harden the
selection request checks to check whether we're on the Channels page
(and at the root of it) before refusing selection.

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

48c069c... by Sveinn í Felli

Updated Icelandic translation

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

Updated Occitan translation

2c92695... by Bastien Nocera

3.14.3

8aac3d2... by Bastien Nocera

Revert "icon-helpers: Fix frames not getting applied for new thumbnails"

This reverts commit 26a0ad7711e6bccc4e70d617bad4bb90e3742bb4.

a406d2f... by Bastien Nocera

backend: Don't warn when rotation is unset

But the rotation tag is present. Would throw errors like:
** (totem:3246): WARNING **: Unhandled orientation value: 'rotate-0'

26a0ad7... by Bastien Nocera

icon-helpers: Fix frames not getting applied for new thumbnails

When we called the thumbnailer ourselves, we forgot to apply the film
frame to it.

404cfda... by Bastien Nocera

build: Fix detection of valac

AM_PROG_VALAC very helpfully sets $VALAC to:
"Absolute path to the Vala compiler, or simply ‘valac’ if no suitable
compiler Vala could be found at configure runtime."

We were checking for $VALAC being empty, thus still trying to build Vala
plugins even if Vala wasn't available.