~vcs-imports/gnome-control-center/+git/gnome-control-center:550-uneven-section-spacing-in-network-panel

Last commit made on 2019-06-14
Get this branch:
git clone -b 550-uneven-section-spacing-in-network-panel https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
550-uneven-section-spacing-in-network-panel
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

b11e777... by Allan Day

network: equal spacing between list sections

There should be an equal amount of vertical space between each list
section.

Fixes #550

986b697... by Fabio Tomat <email address hidden>

Update Friulian translation

8da40f9... by Jordan Petridis <email address hidden>

Flatpak: switch colord-gtk module to meson

Upstream switched to meson and dropped autotools from the repo.

48912be... by Mohammed Sadiq <email address hidden>

user-panel: Fix entry overflow on minimum width

And set a margin on either side, so that it won't expand up to the border

31cee4c... by Ondrej Holy

user-accounts: Fix crash when password dialog is cancelled

If "Esc" is pressed, the callbacks to handle the `focus-out` signal are
called after the `cc_password_dialog_dispose` function. This leads to
segfaults, because the `user` variable is already cleared. Let's simply
do not continue if `user == NULL` to fix those crashes.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/563

7cbccd3... by Chris Coulson

user-accounts: Fix password check when using LDAP

Usually, passwd exits with an error if the current password is incorrect,
however, when using LDAP, it askes for password again. It causes hangs as
the passwd helper assumes that the password is correct. Let's prevent this
hangs using additional check for "incorrect" keyword.

Based on a patch from https://launchpad.net/bugs/607357 made by Ryan Tandy.

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

3351e91... by Robert Ancell

universal-access: Don't use widget names for GSettings keys

The widget were renamed in 6cd94618 and this setting was broken.

Fixes #555

ffaeb56... by Robert Ancell

universal-access: Fix leaks checking settings

9bc429c... by Robert Ancell

universal-access: Fix duplicate settings call

This would leak the value of the first setting.

337a2fb... by Balázs Úr

Update Hungarian translation