gnome-maps:wip/mlundblad/maps-uri

Last commit made on 2021-11-19
Get this branch:
git clone -b wip/mlundblad/maps-uri https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/maps-uri
Repository:
lp:gnome-maps

Recent commits

1ff02ad... by ml@update.uu.se

desktop: Announce support for the maps: URI scheme handler

21f3b99... by ml@update.uu.se

placeEntry: Allow pasting maps: URIs into the search entry

c2351cb... by ml@update.uu.se

application: Add action to perform search

Adds an action to initiate search so that
a search query can be iniated via the
"ActivateAction" DBus message.

b5e833e... by ml@update.uu.se

application: Add command line option for search

Adds a -S command line option as an alternative
to initialize a search query. Equivalent to using
the maps: URI scheme.

d65cf31... by ml@update.uu.se

application: Handle maps: URIs

Open maps: URIs. Present results in the
search popover when there are multiple
results, directly show the marker with
the place bubble when there's exactly
one, and show a dialog informing there's
no results if no matches where found.

967dfef... by ml@update.uu.se

uris: Add function to parse maps: URIs

Adds a function to parse a search query
from a maps: URI.
See https://www.iana.org/assignments/uri-schemes/prov/maps

a3335a6... by ml@update.uu.se

Rename URL module

To prepare for adding functions to
parse maps: URIs rename the module
to reflect its intention for not
only HTTP URL-related functions.

8cc8dd9... by ml@update.uu.se

photonGeocode: Only include the location params when requested

Only include the latitude and longitude parameters
when specified as non-null in the call.

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

graphHopperGeocode: Only include location params when requested

Only include the the latitude and longitude parameters
when set to non-null in the call.

c85fef1... by ml@update.uu.se

utils: Add function to split string once

Adds a function to split a string at the
first occurance of a separator, leaving any
extra occurances in second part.