~vcs-imports/gnome-control-center/+git/gnome-control-center:ci-44-build-against-f39

Last commit made on 2023-08-11
Get this branch:
git clone -b ci-44-build-against-f39 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
ci-44-build-against-f39
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

29fec6e... by Felipe Borges <email address hidden>

WIP

9452a38... by Eric Daigle <email address hidden>

cc-power-panel: hide automatic suspend row in vm

As described in #2521, the automatic suspend row is currently shown
when Settings is running in a VM, in which case it has no effect.

This commit checks whether Settings is running in a VM and disables
showing the automatic suspend row in this case, as is done for the
Suspend/Hibernate rows. This prevents the user from being shown a
useless row in the power panel.

Closes #2521

cb21a19... by Dirk Su

Check best_mode exist before adding flag

When there is no compatible clone mode, the best_mode will be NULL
. It will cause gnome-control-center crash when access to the
variable.

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

power: Fix a memory leak

5bdbb85... by Mohammed Sadiq <email address hidden>

a11y: Fix a memory leak

11d258d... by Mohammed Sadiq <email address hidden>

user-accounts: Fix some memory leaks

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

users-panel, cc-awatar-chooser: Don't request a symlink target for a file info when
it is not a symlink.

That previously caused a debug message, but will cause a g_critical.
Fixes #2547

23d5e2c... by Alice Mikhaylenko <email address hidden>

region: Fix preview buttons in the format chooser

This never worked.

77fd012... by Mohammed Sadiq <email address hidden>

search: Fix a memory leak

0633e36... by Eric Daigle <email address hidden>

search: fix search panel row movement options

As described in #2565, the "Move Up" and "Move Down" popover menu options
are currently displayed for all search panel rows in the list, doing nothing
if clicked when a row is at the top or bottom of the list respectively.
This commit adds checks when creating and moving the search panel rows
and disables these options at the top and bottom of the list respectively,
removing a useless menu option.

Fixes #2565