gnome-maps:wip/cdavis/toggle-groups

Last commit made on 2023-07-29
Get this branch:
git clone -b wip/cdavis/toggle-groups https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/cdavis/toggle-groups
Repository:
lp:gnome-maps

Recent commits

7ba84fe... by Christopher Davis <email address hidden>

sidebar: Use AdwToggleGroup

libadwaita provides a new widget for exclusive toggles that
we can use in place of our linked styling that we were using
previously. AdwToggleGroup handles displaying the buttons,
icons, and tooltips in a nice, compact, and accessible widget.

272b385... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

27b6531... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

d864e74... by Ekaterine Papava <email address hidden>

Update Georgian translation

4ab633c... by Balázs Úr

Update Hungarian translation

67eb615... by Corentin Noël

Add the Gesture controllers to the map directly.

We don't need to have the gestures to the surrounding widgets.

263b800... by Marcus Lundblad <email address hidden>

Remove LocationServiceDialog

The dialog for opening the location
settings has been replaced by an Adw.Toast
so it should now be removed.

a8f367f... by Marcus Lundblad <email address hidden>

mainWindow: Use an Adw.Toast for location service

Replace using a custom dialog to show the
"open location settings" prompt. Instead use
a toast with an action button.

0db3449... by Marcus Lundblad <email address hidden>

Remove ZoomInDialog

The dialog for zooming in to add OSM locations
has been replaced by an Adw.Toast so it should
now be removed.

9ee3721... by Marcus Lundblad <email address hidden>

mapView: Use an Adw.Toast for OSM zoom in

Replace using a custom dialog to show the
zoom-in message when trying to add an OSM
location at a too high zoom level with an
Adw.Toast with a "Zoom In" action button.