~vcs-imports/gnome-control-center/+git/gnome-control-center:location-drop-empty-state-page

Last commit made on 2022-12-05
Get this branch:
git clone -b location-drop-empty-state-page https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
location-drop-empty-state-page
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

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

location: Drop "Location Services Turned Off" stack page

Instead, we disable all apps when the user disables Location Services.

If Location Services are disabled and an user enables an app, that
will enable Location Services.

See https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1508#note_1601000

b616d49... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

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

Remove no longer used timezone map

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

datetime: Use the new timezone dialog

This commit also removes the deprecated GtkListStore usage

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

datetime: Implement the new timezone selection dialog

which fits better on small screen and is more accessible than a map.
This is based on GNOME Clocks world clock[0] and GNOME Settings[1] designs

[0] https://gitlab.gnome.org/Teams/Design/app-mockups/-/blob/master/clocks/clocks.png
[1] https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/date-and-time/time-zone-picker.png

39267eb... by Mohammed Sadiq <email address hidden>

datetime: Add cc-tz-row

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

datetime: Add cc-tz-item

6b97d27... by Bastien Nocera

info-cleanup: Add test for info-cleanup

To make it easier to see whether our changes had the intended effect.

a9ff350... by Bastien Nocera

info-overview: Remove "Mesa" prefix for Intel Iris driver

Remove "Mesa" from the start of the device name, it's data about the
driver which isn't relevant to us. It's always added before the name
of the device in `src/gallium/drivers/iris/iris_screen.c` in mesa.

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

info-overview: Update logo when dark-mode changes

Otherwise the logo will only change once the panel gets reloaded.

Fixes #1627