gnome-maps:wip/mlundblad/fix-liststore-warning

Last commit made on 2021-05-20
Get this branch:
git clone -b wip/mlundblad/fix-liststore-warning https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-liststore-warning
Repository:
lp:gnome-maps

Recent commits

0108245... by ml@update.uu.se

contextMenu: Don't store route places

Flag coordinate-based places used for
the route from/to/via menus to not be
stored in the place store. As these
places contains no names, it makes
no sense, and it actually isn't
supported by the place store and
gives a GtkListStore warning.

74e1eed... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

2a27231... by ml@update.uu.se

placeView: Hide native name unless it should be shown

In some cases, when running in a different locale
compared to last run, the native name label could
still be shown with the native name from before
even when the primary name would become identical.

761e19f... by ml@update.uu.se

place: Fix saving country code to JSON

Correctly save the country code attribute
when storing JSON to the place store.

9317f9f... by ml@update.uu.se

placeView: Show rounded population numbers

Use the utility function to show abbreviated
population numbers for large round values.

a83bdb0... by ml@update.uu.se

utils: Add function to format population numbers

Handles rounding even population numbers
(>= 1 M and divisable by 100k) in compact
abbreviated form (leaving out trailing zeros).

3606de4... by ml@update.uu.se

placeView: Format 0 and negative altitudes nicer

Instead of just showing 0 or a value with a - sign,
show the altitudes as "At sea level" and
"%s below sea level" which looks a bit less
"techichal".

33de87d... by harryjrk <email address hidden>

Removes old screenshots

We have old jpg screenshots in the repo valid only for <=3.30.x releases, which were replaced by *.pngs. It's safe to remove them now to shave off some space from tarballs.
Implements #351

d612adf... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

ae7c3c2... by ml@update.uu.se

appdata: Remove mention of Nominatim search terms

As we don't use Nominatim for search anymore,
remove this section from the description.