~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/lantw/info-dont-depend-on-udisks2-client-library

Last commit made on 2019-07-24
Get this branch:
git clone -b wip/lantw/info-dont-depend-on-udisks2-client-library https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/lantw/info-dont-depend-on-udisks2-client-library
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

5636e1b... by lantw44

info: Don't depend on udisks2 client library

The official implementation of udisks2 service is only available on
Linux. Since the client library is bundled with the service, it is not
possible to install the client library on non-Linux systems without
patching the build system of udisks2. In order to support non-Linux
systems with their unofficial udisks2 service implementations, we should
use GDBus directly instead of relying on the client library.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/606

faf3057... by Mohammed Sadiq <email address hidden>

sharing: Allow dialogs to have smaller width

Reduce margins on either side, and allow the texts to be
wrapped early, so that it works well on smaller screens

f80f1d6... by Adrien Plazas

info: Make the Removable Media panel adaptive

Wrap or ellipsize the labels to allow the panel to fit in narrower
windows.

4bfb32a... by Allan Day

background: clarify remove background button

The button doesn't delete the original file - it just removes
the image from the selection. "Remove" is therefore a better word
than "Delete", and the destructive action style isn't appropriate.

Fixes #578

cb9beaa... by Carlos Garnacho

network: Rename section header

The "Bluetooth" section is actually a catchall section for all
device types we don't know much specifically (Includes, but not
limited to Bluetooth).

Rename/relabel it to something more comprehensive.

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

d697d96... by Mohammed Sadiq <email address hidden>

universal-access: Use HdyColumn to center align panel

and avoid the GtkBox hack

8643876... by Georges Basile Stavracas Neto

docs: Fix markdown formatting

2863202... by Fabio Tomat <email address hidden>

Update Friulian translation

556b1a4... by Asier Sarasua Garmendia

Update Basque translation

345a819... by Benjamin Berg <email address hidden>

display: Add guards for NULL display configuration

This may happen under some conditions. Possibly due to a race condition
(i.e. we did not receive any configuration from mutter yet) or also if
we are not running on GNOME.

Add guards for NULL configuration. This configuration is never
applicable and mostly clears the UI.

Fixes: #604