gnome-maps:wip/mlundblad/osm-edit-namevariants

Last commit made on 2017-06-01
Get this branch:
git clone -b wip/mlundblad/osm-edit-namevariants https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/osm-edit-namevariants
Repository:
lp:gnome-maps

Recent commits

b19e890... by ml@update.uu.se

WIP: osmEditDialog: Implement editing name variants

9f97411... by ml@update.uu.se

osmUtils: Add a function to get the bare language code

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

osmEditDialog: Focus on added fields

Let newly added fields grab focus in the edit view. Also grab focus on the
comment text area when clicking “Next”.

https://bugzilla.gnome.org/show_bug.cgi?id=783253

a7116e2... by Robert Ancell

Add tag toilets to map bubbles

https://bugzilla.gnome.org/show_bug.cgi?id=783225

f89256a... by Robert Ancell

osmEditDialog: Add edit/add of toilets

https://bugzilla.gnome.org/show_bug.cgi?id=783225

dbab2f6... by ml@update.uu.se

transitOptionsPanel: Don't update when options are not changed

Don't update the route query when opening the options popover,
but not changing any preferred modes of transit.

https://bugzilla.gnome.org/show_bug.cgi?id=783009

2357178... by ml@update.uu.se

transitOptions: Add function to test two objects for equality

Add a function to test if two TransitOption objects are equal.
Either if both are set to accept any type, or if they contain the same
set of types, consider them equal, otherwise not.

https://bugzilla.gnome.org/show_bug.cgi?id=783009

15bc1ce... by Robert Ancell

osmEditDialog: Add edit/add of religion

https://bugzilla.gnome.org/show_bug.cgi?id=783185

e179346... by Robert Ancell

Add tag religion to map bubbles

https://bugzilla.gnome.org/show_bug.cgi?id=783185

9498af9... by ml@update.uu.se

openTripPlanner: Approximate walking routes when not found

When GraphHopper fails to obtain a walking route, approximate it
with a straight line rather than bailing out trying to access a
null object. This can happen when starting off near a transit
stop in location with scarse OSM walking path coverage.

https://bugzilla.gnome.org/show_bug.cgi?id=780954