gnome-maps:wip/mlundblad/keep-left-right-icons

Last commit made on 2022-06-21
Get this branch:
git clone -b wip/mlundblad/keep-left-right-icons https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/keep-left-right-icons
Repository:
lp:gnome-maps

Recent commits

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

route: Use icons for keep left/right instructions

060325d... by Sten Smoller <email address hidden>

icons: Add keep left/right directions icons

1c80648... by Marcus Lundblad <email address hidden>

application: Dispose contact store on window destroy

When quitting through closing the window, the contact
store is disposed in the final GJS GC sweep, which
seems to cause some race condition with respect to
the main loop.
As a workaround to this, manually dispose the store
in this callback, and set it to null.
Also guard some calls involving contact store with
nullish checks to avoid possible use-after-free.

4e55da4... by Marcus Lundblad <email address hidden>

application: Add missing static namespace

Add missing Application namespace when
accessing static contact store instance
in the show contact methods.

Ref #448

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

placeEntry: Always include location paramaters

Revert to always include location bias parameters
to the geocoder regardless of zoom level.

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

graphHopperGeocode: Set location bias scale

Tweak the location_bias_scale parameter.
See: https://github.com/komoot/photon/issues/600

40c0f45... by Marcus Lundblad <email address hidden>

photonGeocode: Set location bias scale

Tweak the location_bias_scale parameter.
See: https://github.com/komoot/photon/issues/600

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

photonUtils: Add constant for location bias scale

Add constant value for overriding location bias scale
in the Photon-based geocoder implementations.

4c2c1ab... by Marcus Lundblad <email address hidden>

Rename PhotonParser module

Rename the module to PhotonUtils to prepare
for adding the common location bias scale
parameter constant.

0bb523e... by Gianvito Cavasoli

Update Italian translation

(cherry picked from commit 467b55c3c57e9457cc15dc4e8b518b08ccce4264)