~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/sound-volume-levels-use-gvc-mixer-stream-get-gicon-for

Last commit made on 2023-11-09
Get this branch:
git clone -b wip/sound-volume-levels-use-gvc-mixer-stream-get-gicon-for https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/sound-volume-levels-use-gvc-mixer-stream-get-gicon-for
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

6ed49f2... by Felipe Borges <email address hidden>

sound: Fallback to matching stream name to AppInfo on Volume Level rows

If the icon-name cannot be found in the icon-theme, we can atempt
to match its name to an existing AppInfo icon as a fallback.

See #2740

73e7bad... by Jose Riha

Update Slovak translation

(cherry picked from commit 295c5f79160f72aaf77960b582264be4e5ee18a9)

88a582c... by velsinki <email address hidden>

privacy: Fix crash from free bug in cc-camera-page

The GVariant constructor g_variant_new () gives a floating reference,
which will be sunk by the g_dbus_..._call () methods. Unless the
constructed GVariant is manually referenced, it should not be used in a
g_autoptr () setting. Otherwise a use-after-free might occur in the
async g_dbus_..._call () methods.

This problem occurs here, which is simply prevented by not having the
g_autoptr () declaration for the GVariant.

Fixes #2647
Fixes #2704
Fixes #2635
Fixes #2706

2bfd36c... by Peter Hutterer

wacom: Use the ExpressKey Remote name for the EKR

There's only one device like this that we support so we might as well
use its name as-is instead of a more confusing "External Pad device"
which isn't very descriptive unless you work with tablets and know what
a "pad" is in this context.

Anyone who owns this device will have bought it under the name
ExpressKey remote.

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

c6a6a6b... by =?utf-8?q?Luk=C3=A1=C5=A1_Tyrychtr?= <email address hidden>

network: Ensure we pick-up the latest numeric values for Wireguard settings

The SpinBox value returned by get_value and friends gets definitely
updated only when the control loses focus. That is unfortunately too late
for the validation machinery, so force the updates at the right time.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1983>

ae33a67... by Maximiliano Sandoval R <email address hidden>

power-panel: Modernize suspend dialog

We make the dialog adaptive. Unfortunately for it to be trully modern a
AdwComboRow should be used instead of a GtkComboBox.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2001>

dca4e02... by Maximiliano Sandoval R <email address hidden>

power-panel: Use Header Capitalization

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2001>

9a15a48... by Maximiliano Sandoval R <email address hidden>

sharing-panel: Modernize File Sharing dialog

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1999>

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

mouse: Add mnemonics to all widgets

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2004>

47ab556... by Automeris naranja <email address hidden>

cc-split-row: Add use-underline property

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2004>