gnome-maps:wip/mlundblad/clear-route

Last commit made on 2024-04-23
Get this branch:
git clone -b wip/mlundblad/clear-route https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/clear-route
Repository:
lp:gnome-maps

Recent commits

74cda1e... by Marcus Lundblad <email address hidden>

mapView: Add context menu action to clear current route

The action will be enabled when a route
query is filled in.

11cd43e... by Marcus Lundblad <email address hidden>

mainWindow: Only show sidebar on query notify with filled points

Don't reveal the sidebar if it wasn't already showing when
getting a notification on the route query instance and there
are no filled in location points.
This will prevent the sidebar from popping out when resetting
the route query (emptying the filled points).

2c6ac9a... by Fabio Tomat <email address hidden>

Update Friulian translation

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

mapMarker: Don't show bubble when unmapped

Don't show the bubble when changing
adaptive mode to desktop when the
marker isn't mapped.

5cc37e9... by Marcus Lundblad <email address hidden>

mapView: Also unset selected place when removing marker

Unset the selected-place property in Application
when removing the current selected place marker.

20f138d... by Marcus Lundblad <email address hidden>

mapView: Don't clear route when selecting a place

0436cf8... by Marcus Lundblad <email address hidden>

icons: Remove duplicate transportation icons

Remove duplicates, and use the names
from the icon development kit.

3497b13... by Marcus Lundblad <email address hidden>

utils: Remove functions to determine dark and HC

Remove the functions to get dark theme and high
contrast theme status, as these uses have been
rewritten to directly use the StyleManager and
GtkSettings instance to also listen to changes
and update dynamically.

250015c... by Marcus Lundblad <email address hidden>

transitPlan: Don't return default colors in getters

Instead let the widgets rendering them choose
a default color when undefined suitable for the
context (depending on light or dark theme).

1712f18... by Marcus Lundblad <email address hidden>

transitPrintLayout: Use TransitPlan constants for default colors