~vcs-imports/gnome-control-center/+git/gnome-control-center:main

Last commit made on 2024-05-22
Get this branch:
git clone -b main https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

1f753b0... by Jamie Gravendeel <email address hidden>

system: Use correct update symbolic

4666856... by Automeris naranja <email address hidden>

ua-seeing-page: Set "Screen Reader" as the first row

Doing so, the screen reader row will be easier to reach,
specially when using a keyboard, and easier to spot too.

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

08e32e9... by Matthijs Velsink <email address hidden>

display: Fix crash from closing lid

When closing the lid on a laptop, the number of active monitors drops to
zero. However, `monitor_labeler_show()` always assumes at least one
monitor is active, as it unconditionally closes the `GVariantBuilder`.

This causes a crash when there is no monitor added to the
`GVariantBuilder`, however, as no value was added to it.

Instead, only close the `GVariantBuilder` when we're actually going to
use it and know a value was added.

Commit ca9228bb fixed a similar crash for when there are no outputs at
all. But in this case, there is still an output, it is just not active,
only with the active UI number as 0.

Fixes #3058

72ff325... by Automeris naranja <email address hidden>

wi-fi: Fix the description alignment of the "Wi-Fi Unavailable" status page

100474b... by Automeris naranja <email address hidden>

cc-window: Stop setting default window size

Adw(Application)Window now has a default size[1], so
setting a default window size in Settings isn't
necessary anymore.

[1] https://gitlab.gnome.org/GNOME/libadwaita/-/commit/7a705c7959d784fa6d40af202d5d06d06f1e2fa6

89c8597... by Automeris naranja <email address hidden>

qr-code-dialog: Fix QR code becoming unreadable when the dialog is small

When resizing the parent window to its minimum size, the QR
code from the Share Network dialog becomes so small that it
can't be read. This regression appeared with the port to
AdwDialog.

To fix this, add min-width/height properties to the QR code
image and use a GtkScrolledWindow to make the dialog contents
scrollable.

65e875a... by Martin Srebotnjak

Update Slovenian translation

eda4dfc... by Artur S0 <email address hidden>

Update Russian translation

48aa904... by Automeris naranja <email address hidden>

vpn-helpers: Port AdwMessageDialog to AdwAlertDialog

Also, rename the "Close" button to "OK", as other alert dialogs that
show error messages have a button labeled as "OK" instead of "Close".

5326f73... by Automeris naranja <email address hidden>

ce-page-details: Add missing mnemonic to the "Forget Connection?" dialog