gnome-maps:wip/mlundblad/fix-gtk-deprecations-placeview

Last commit made on 2021-04-05
Get this branch:
git clone -b wip/mlundblad/fix-gtk-deprecations-placeview https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-gtk-deprecations-placeview
Repository:
lp:gnome-maps

Recent commits

2522ceb... by ml@update.uu.se

placeView: Stop using GtkContainer add and remove

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

f584b12... by ml@update.uu.se

transitRouter: Stop using Champlain.BoundingBox

Replace Champlain.BoundingBox with the replacement
implemented in Maps to prepare for libshumate.

d96d577... by ml@update.uu.se

maps-contact: Remove bounding box

Stop exposing bounding boxes of
contact places. This is not used
anymore.

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

Stop using Champlain.BoundingBox

Replace Champlain.BoundingBox in other parts.
These have interdependencies, and have to been
done together. Keep using Champlain in when
rendering the print minimaps, as this will
have to be rewritten for Shumate anyways.

e394d4a... by ml@update.uu.se

mapWalker: Stop using Champlain BBox and ensure_visible

Replace the use of the bounding box and enusure visible
function from libchmaplain with the replacements in Maps
to prepare to port to libshumate.

315bc3e... by ml@update.uu.se

mapView: Add method to get fitting zoom level

Add a method to get the lowest zoom level above the
current level that fits a given bounding box at the
current position.

e46f175... by ml@update.uu.se

Add bounding box module

Implements a replacement for the BoundingBox
data type in libchamplain.

7e12c8e... by ml@update.uu.se

Add constants module

Add module with common constants, for now containing
coordinate constrains nessesary to re-implement
the bounding box from libchamplain.

4ad7909... by Nathan Follens <email address hidden>

Update Dutch translation

(cherry picked from commit 53689f4e1fd42b0a88d0301fa822682bfaa94640)

d4cda6b... by ml@update.uu.se

placeStore: Don't match existing place on null

Don't match existing places on null when not
specifying type. This avoid returning true
when place was unfavored and marked with
null in the mapping.