gnome-maps:wip/mlundblad/increase-max-place-bubble-width

Last commit made on 2021-05-25
Get this branch:
git clone -b wip/mlundblad/increase-max-place-bubble-width https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/increase-max-place-bubble-width
Repository:
lp:gnome-maps

Recent commits

536ae6e... by ml@update.uu.se

mapBubble: Increase maximum width

Increase maximum width a bit to
allow place for the directions button
in some translations.

80f0bd6... by ml@update.uu.se

maps-service: Update fallback service file

Update the fallback service file with the
corresponding changes as the downloaded one.

fdd4d86... by ml@update.uu.se

mapSource, mapView: Fix handling different attribution logos

We previously never had different attribution logos for
the map sources. Fix this so that it actually works
to update the logo when switching source now that
we use different providers for street and aerial.

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".