gnome-initial-setup:various-improvements

Last commit made on 2019-08-05
Get this branch:
git clone -b various-improvements https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
various-improvements
Repository:
lp:gnome-initial-setup

Recent commits

e9fd025... by Joaquim Rocha <email address hidden>

driver: Inhibit the idle state

gnome-initial-setup is a top priority application and one that should be
left idle, so it makes sense to keep the user focused on it and not
let the system be idle either (it's not a great UX if the user sees the
lock screen's shield on first boot).

43c6537... by Cosimo Cecchi

timezone: set default 12h/24h from locale

Instead of always using the default setting of 24h.

We take care to use the locale that the user has previously chosen
inside gnome-initial-setup, and not the initial (global) locale.

This commit contains code from Cosimo Cecchi, Joaquim Rocha, and Philip
Chimento.

a0b1ebc... by Will Thompson

NEWS for 3.33.90

14b9835... by Will Thompson

Merge branch 'wip/benzea/systemd-user' into 'master'

Use systemd user instance

See merge request GNOME/gnome-initial-setup!38

6bf1231... by Will Thompson

Merge branch 'page-headers' into 'master'

Refactor page headers

See merge request GNOME/gnome-initial-setup!51

74e798f... by Adrien Plazas

Use page headers

This will siplify pages and help making them look homogeneous.

af9406f... by Will Thompson

Merge branch 'drop-first-row-header' into 'master'

Drop the headers for the first rows

See merge request GNOME/gnome-initial-setup!49

760cc3c... by Will Thompson

Merge branch 'drop-avatar-button-padding' into 'master'

account: Drop the avatar button padding

See merge request GNOME/gnome-initial-setup!50

82b4faa... by Damián Nohales

account: Fix trailing whitespace

3857805... by Will Thompson <email address hidden>

assistant: don't toggle suggested-action style class

Previously, either the widget was sensitive with the suggested-action
class, or insensitive without it. The appearance of the button when
insensitive is identical regardless of the suggested-action class, so we
can leave that class permanently applied.