gnome-maps:wip/mlundblad/sidebar-adw-splitview

Last commit made on 2023-07-15
Get this branch:
git clone -b wip/mlundblad/sidebar-adw-splitview https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/sidebar-adw-splitview
Repository:
lp:gnome-maps

Recent commits

54d5a3b... by Marcus Lundblad <email address hidden>

mainWindow, sidebar: Use AdwOverlaySplitView

Use an AdwOverlaySplitView to handle the routing
sidebar. This will let the sidebar fit better in
narrow/portrait mode. This also adds support for
touch gestures to open and hide the sidebar.

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

meson: Bump libadwaita dependency

Bump libadwaita to >= 1.4.alpha.
Required for AdwOverlaySplitView that will be used
to manage the routing sidebar.

a5b4479... by Fabio Tomat <email address hidden>

Update Friulian translation

3524988... by Sergej A <email address hidden>

Update Russian translation

360902e... by Marcus Lundblad <email address hidden>

flatpak: Build libgeoclue without Vala support

Vala (vapigen) is no longer included in the
GNOME SDK. So disable Vala support in the
bundled libgeoclue for main, as it's not needed.

See: https://discourse.gnome.org/t/vala-moves-from-the-base-org-gnome-sdk-to-a-separate-sdk-extension/15665

3cc2782... by Marcus Lundblad <email address hidden>

trivial: Fix some typos

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

Post-release version bump

16d24a5... by Marcus Lundblad <email address hidden>

Release 45.alpha

4f3f61b... by =?utf-8?b?TGXDtG5pZGFzIEFyYcO6am8=?= <email address hidden>

Update Brazilian Portuguese translation

(cherry picked from commit e15673f7ae75cd782ed7804963373d6ddfad6723)

fcc3312... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

Add support for .fit files

Fit files are used by popular Garmin sportwatches.

Added fit file parser into togeojson library code.
That library seems to be deprecated and no longer
supported by developers.

Current implementation looks for points recorded in the
file and joins them into single path.