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

Last commit made on 2020-06-05
Get this branch:
git clone -b gnome-3-30 https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

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

Recent commits

de33ec0... by Jeff Bai

Update Chinese (China) translation

a2ef7bc... by Sveinn í Felli

Update Icelandic translation

3059765... by Bastien Nocera

save-file: Fix crash on exit in Flatpak

When the nautilus binary isn't available (like in a Flatpak),
save-file's impl_activate() exits early. impl_deactivate() didn't check
whether the activation exited early and tried to disconnect signals on
NULL objects, caused a crash.

8392ab2... by Bastien Nocera

3.30.0

da8e033... by Bastien Nocera

pythonconsole: Fix "has no member" pylint warnings

Instance of 'property' has no 'add_action' member (no-member)
Instance of 'property' has no 'get_menu_section' member (no-member)
Instance of 'property' has no 'add_action' member (no-member)

0453a91... by Bastien Nocera

pythonconsole: Disable "too many" coding style pylint warnings

Disables both "Too many local variables" and "Too many return
statements" warnings.

927cc94... by Bastien Nocera

pythonconsole: Fix "class inherits from object" pylint warning

Class 'OutFile' inherits from object, can be safely removed from bases
in python3 (useless-object-inheritance)

b1e807f... by Bastien Nocera

pythonconsole: Fix missing return

Either all return statements in a function should return an expression, or none
of them should. (inconsistent-return-statements)

e7352a1... by Bastien Nocera

opensubtitles: Fix "has no member" pylint warnings

Instance of 'Property' has no 'connect' member (no-member)

849ebb5... by Bastien Nocera

opensubtitles: Work-around "wrong position" pylint warning

Import "from hash import hash_file" should be placed at the top of the
module (wrong-import-position)