~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/carlosg/network-ce-follow-focus

Last commit made on 2019-12-12
Get this branch:
git clone -b wip/carlosg/network-ce-follow-focus https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/carlosg/network-ce-follow-focus
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

24dfaae... by Carlos Garnacho

network: Make IPv4/v6 pages drive the scrolledwindow adjustments

Those 2 pages in the connection editor dialog are scrollable, but don't
hook focus changes so they drive the adjustments. Make them do so.

9f018a2... by Philip Withnall <email address hidden>

user-accounts: Use a more specific GtkSettings object

Otherwise we might potentially be using the GtkSettings for the wrong
screen, which might make a difference if one screen has animations
enabled but another doesn’t.

(This is an edge case I spotted while reading the code, but not one that
I’ve experienced practically.)

Signed-off-by: Philip Withnall <email address hidden>

b2d607d... by Philip Withnall <email address hidden>

user-accounts: Fix carousel arrow location when animations are disabled

When animations are disabled, the @keyframes CSS rule doesn’t work, and
neither does animation-name — so we need to set the margin-left to the
arrow’s final location directly.

Signed-off-by: Philip Withnall <email address hidden>

f529519... by Daniel Mustieles

Updated Spanish translation

c6be204... by Xiaoguang Wang <email address hidden>

user-accounts: Use absolute path of command usermod

On distro openSUSE Tumbleweed and SUSE Linux Enterprise the path
of command usermod is not in environment variable PATH, we need to
use absolute path to find command.

3664525... by Robert Ancell

user-accouts: Don't use page names for CcCarousel

Ultimately the code was just trying to access the nth entry.

cb6241f... by Robert Ancell

user-accounts: Replace GtkStack child names with widget references

The child names are easier to break if widgets are changed - this can't be
detected by the compiler.

bf0a757... by Robert Ancell

user-accounts: Fix small memory leak

edc4044... by Matthias Clasen <email address hidden>

applications: Add a 'run in background' switch

This is backed by the 'background' permission that
the flatpak portal uses. It would be slightly nicer
if we had a separate 'unset' state. For now, we just
show 'unset' as 'on'.

62d69fb... by Carlos Garnacho

common: Fix again tracking of udev device removals

This got fixed in commit 008b1f68c8, and broken again the very same
way in commit 3600cb5a40. Go me.