~vcs-imports/gnome-control-center/+git/gnome-control-center:display-night-light-hide-schedule-when-location-services-is-disabled

Last commit made on 2024-04-18
Get this branch:
git clone -b display-night-light-hide-schedule-when-location-services-is-disabled https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
display-night-light-hide-schedule-when-location-services-is-disabled
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

9971e08... by Felipe Borges <email address hidden>

display: Don't set auto night-light when location services unavailable

Fixes #3014

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

app-notifications-dialog: Remove content-height property

The list rows in this dialog aren't that many, so a
scrollbar likely won't appear when the dialog is being
presented as a floating window.

7650c6d... by Automeris naranja <email address hidden>

permission-infobar: Remove placeholder title

The title is already set in the *.c file; it's not necessary
to set a placeholder title in the *.ui file.

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

permission-infobar: Use em dash

Use em dash in the "Error: some settings cannot be unlocked",
which is now "Error — some settings cannot be unlocked".
This improves consistency with the banner from Online Accounts
which says "Offline — unable to connect accounts" when the device
is offline; this banner text uses an em dash.

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

general: Use em dash in some places

Em dash is the correct punctuation mark to separate parts
of a sentence, not an en dash.

https://www.merriam-webster.com/grammar/em-dash-en-dash-how-to-use

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

sharing, panel-loader: Hide "Sharing" panel when nothing to show

Since we started moving some settings from the Sharing panel to other
panels, we were left with only tree things in the Sharing panel for
gnome-46: hostname row, file sharing row, and media sharing row.

The hostname row is already in System ->About, so we should check
whether file-sharing or media-sharing are supported and show the panel
accordingly.

Fixes #2979

1b9e8a8... by Felipe Borges <email address hidden>

sharing: Don't pass a panel reference to schema check function

We don't need that here.

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

sharing: Add mechanism to check availability of "Media Sharing"

So that we have a function to check whether we should show the "Media
Sharing" row.

This is going to be useful when we will try to hide the entire panel if
both "Media Sharing" and "File Sharing" aren't available.

5d83058... by Maximiliano Sandoval <email address hidden>

privacy: location: Unpack GVariant inside GVariant

55afa6d... by Maximiliano Sandoval <email address hidden>

privacy: camera: Unpack GVariant inside GVariant

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