gnome-maps:wip/mlundblad/determine-adaptive-on-surface

Last commit made on 2022-11-23
Get this branch:
git clone -b wip/mlundblad/determine-adaptive-on-surface https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/determine-adaptive-on-surface
Repository:
lp:gnome-maps

Recent commits

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

mainWindow: Use notify::width on GdkSurface track adaptive changes

Use the width of the backing GdkSurface to determine when the
application is in adaptive mode.

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

mapView: Set long press gesture as touch-only

Fixes long press gesture on actual touch screens.
Also avoids activating the context menu on long press
of primary button, as we already show it on secondary
button click.

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

placeMarker: Rename the mark-location icon

This icon is present in a symbolic recolorable
variant in some system theme packages.
This can result in a hard-to-read light grey
icon when dark theme is used, which gives
bad contrast against the (mostly light) raster
tiles. So rename the bundled icon with a maps-
prefix to prevent this.

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

placeView: Remove extra parentesis

A superfluous parentesis had sneaked in
when adding Wikidata support, preventing
startup.

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

placeView: Don't exand title labels vertically

8980f15... by Marcus Lundblad <email address hidden>

osmEditDialog: Add composite widget for editing Wikipedia

Adds a composite widget for editing Wikipedia article and
Wikidata references. Change the Wikipedia field to use
the composite widget to allow editing Wikipedia article
and Wikidata tags combined.

748e2a6... by Marcus Lundblad <email address hidden>

osmUtils: Add function to get a Wikidata tag from a URL

Adds a function to get the Wikidata tag from a URL of
the forms:
http(s)://www.wikidata.org/wiki/Qnnnn or
http(s)://www.wikidata.org/wiki/Special:EntityPage/Qnnnn.

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

wikipedia: Add function to fetch Wikidata tag for an article

Add a function to fetch a Wikidata tag given a Wikipedia
article reference. This is to be used for automatically
fetching Wikidata tags when an article has been entered
in the POI editor.

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

placeView: Use Wikidata to fetch metadata

Fetch thumbnails and article extracts using the
Wikidata tag when available.

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

wikipedia: Add function to validate a Wikidata reference