gnome-maps:wip/mlundblad/always-show-transit-button

Last commit made on 2021-04-21
Get this branch:
git clone -b wip/mlundblad/always-show-transit-button https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/always-show-transit-button
Repository:
lp:gnome-maps

Recent commits

b10edea... by ml@update.uu.se

sidebar: Grey-out transit switch when not available

Due to a bug in GTK where setting visible false on a linked
button not working properly, we used to call destroy()
on this button when transit providers where not available.
Since calling destroy() on widgets will not be supported
in GTK 4 and we could instead dim the button in this case
as this feature has now been exposed by default for a while.
And originally it was hidden since the feature where itself
hidden.

83a3e1b... by Andre Klapper

Fix broken markup in Hebrew UI translation

5fcda89... by ml@update.uu.se

storedRoute: Implement icon name method

Instead of creating the Gio.Icon, just implement
the _getIconName() method from Place and let
the icon() getter in Place handle the task
of creating the icon instance.

70b2504... by ml@update.uu.se

place: Return place icon based on osmType and osmValue

8565d64... by ml@update.uu.se

Add utility module for place icons

Add function for mapping place icon names
to places based on types.

acbaf65... by ml@update.uu.se

photonParser: Set osmKey and osmValue on parsed place

243bfdb... by ml@update.uu.se

place: Add osmKey and osmValue parameters

Add parameters for most significant OSM
type, corresponding to the osm_key/osm_value
parameters from the Photon geocoder response.

7db4375... by ml@update.uu.se

icons: Add additional place type icons

4f97045... by Abderrahim Kitouni <email address hidden>

flatpak: Build clutter-gtk and dependencies

They are going to be removed from the runtime

See https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1092

40bd497... by ml@update.uu.se

osmUtils: Also update native name when editing

Update native name (which corresponds to the "name" tag).
And also keep the displayed translated name in synch in
case they were already equal.

Fixes #360