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

Last commit made on 2024-06-01
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

9ff4df5... by Matthijs Velsink <email address hidden>

mouse-test: Don't respond to middle clicks

The indicators should only light up for primary or secondary clicks, but
not for a middle click.

To make this clearer too, we can use Gdk constants.

Fixes #3079

3ac6ae3... by Martin Srebotnjak

Update Slovenian translation

6a96efe... by Matthijs Velsink <email address hidden>

privacy,usage: Port to CcNumberRow

This saves a lot of code and translatable strings. Also, this will make
it easier to change the list values in the future, as they will be added
to the list even if a value is set that is not in the list.

By binding to the GSettings keys directly, even more code can be
removed.

7cbea49... by Matthijs Velsink <email address hidden>

number-row: Add value type for value in days

This will be useful for the File History & Trash page from Privacy.

be7ef13... by jimmac

sound: Adjust click effect

- bring click closer to the sound of fdo's bell.

See https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/merge_requests/81

02792f3... by Jamie Gravendeel <email address hidden>

Revert "users: Don't use another style class for the remove avatar button"

This reverts commit 62564c623f97c49b7832262daa96095391be2e97.

The custom style class was used to provide different styling than the default destructive style, since the custom style class doesn't affect the opacity of the background.

88d74d0... by Automeris naranja <email address hidden>

apps: Use ellipsis symbol in the Storage dialog

When the cache or app data size are being calculated, three periods
(...) are shown instead of an ellipsis symbol (…), which is what
HIG recommends:

https://developer.gnome.org/hig/guidelines/typography.html#take-advantage-of-unicode

d940df1... by Felipe Borges <email address hidden>

network: Reference icon-name that exists in wifi panel desktop file

Similarly to fd65182, rpminspect catched that gnome-wifi-panel.desktop
references an icon name that doesn't exist.

```
Desktop file /usr/share/applications/gnome-wifi-panel.desktop on x86_64 references icon network-wireless but no subpackages contain network-wireless
```

The way the icon lookup works will suffix it with "-symbolic", resulting
in "network-wireless-symbolic", which exists.

While MR !2452 provided settings icons for various panels, it didn't for
the Wifi panel.

9032a3a... by Matthijs Velsink <email address hidden>

ci: Fix Coverage once and for all

Apparently, the coverage-html target can't be directly compiled via
meson, but ninja has to be used directly.

So, revert the change from commit 7f541b42 for the coverage job.

67d94ac... by Matthijs Velsink <email address hidden>

ci: Fix coverage, don't let it pull build artifacts

Coverage needs to do its own configuration for the coverage report.
Perhaps it can reconfigure the meson directory from the build stage, but
let's just have Coverage do the build as well.

So, don't depend on anything but the container.