gnome-maps:wip/mlundblad/migrate-to-gweather4

Last commit made on 2022-04-06
Get this branch:
git clone -b wip/mlundblad/migrate-to-gweather4 https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/migrate-to-gweather4
Repository:
lp:gnome-maps

Recent commits

4cf50f1... by Marcus Lundblad <email address hidden>

meson: Add dependency of libgweather-4

Add an explicit dependeny on libgweather-4
as we didn't have one (technically we only
run-time-depend on the GIR, but it's good
to be clear for packagers).

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

Migrate to libgweather4

- Upgrade GI package requirement to
  use libgweather 4.
- Build e-d-s in Flatpak manifest without
  libgweather support.

7d5fe1c... by Sveinn í Felli

Update Icelandic translation

(cherry picked from commit 479451ff56c7a15b5c56f1df8a54d470aedc77d5)

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

application: Remove the network monitor

Remove the network monitor and the "connected" property.

6ae4945... by Marcus Lundblad <email address hidden>

application: Remove --force-online option

Remove the --force-online CLI options, as
the network monitor connectivity check will
be removed.

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

headerBar: Don't disable buttons based on connectivity

Don't set sensitivity of the layers, favorites, print,
and route buttons based on network monitor connection
status.

9d222c2... by Marcus Lundblad <email address hidden>

mapView: Don't notify application connected

Don't notify the "connected" signal on the application
instance when local tile source fails.

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

mainWindow: Don't disable location entry based on network availability

Don't disable the location entry (and update the current location
button state) based on network availabilty.

201dd49... by Marcus Lundblad <email address hidden>

mainWindow: Don't determine current location button visibilty on network

Don't disable the goto current location button based on
network availabilty.

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

mainWindow: Remove network check for the sidebar

Stop connecting the visibility of the sidebar
to connection status.