gnome-maps:wip/mlundblad/brand-logos

Last commit made on 2024-05-05
Get this branch:
git clone -b wip/mlundblad/brand-logos https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/brand-logos
Repository:
lp:gnome-maps

Recent commits

8f6bb38... by Marcus Lundblad <email address hidden>

placeView: Show brand logo from Wikidata

When a place has a brand:wikidata tag set,
use if to try to fetch a logo image as a
fallback when no wikidata or wikipedia
tag is set.

6306cef... by Marcus Lundblad <email address hidden>

wikipedia: Add function to fetch logo image

Add an optional parameter to specify an alternative image property ID.
Choose an image with rank "preferred" if available.
Also add a dedicated convenience function to fetch a logo image.

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

place: Add property for brand Wikidata

Adds a getter for the "brand:wikidata" tag.

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

mapStyle: Use gate icon for cycle barriers

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

mapView: Check the signed in status after showing the OSM account dialog

This ensures we don't proceed to the edit dialog if closing the dialog
window without signing in.

04a2867... by Marcus Lundblad <email address hidden>

placeButtons: Check the signed in status after showing the OSM account dialog

This ensures we don't proceed to the edit dialog if closing the dialog
window without signing in.

c4b58ca... by Efstathios Iosifidis

Update Greek translation

(cherry picked from commit 9fd6e399e38c37e8439cc73a4d3b827210df1e7e)

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

placeEntry: Fix filtering out stored routes for routing entries

Fix the filter completion function to correctly filter out
stored routes when set to not matching routes.

5a66183... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

630860c... by Marcus Lundblad <email address hidden>

placeButtons: Don't clear query points already filled in

If from or to is already filled in when clicking the
"Directions" button, route from or to that location
(depending on which is filled in) to or from the
viewed place.