gnome-maps:wip/mlundblad/dont-clear-routing-on-select-place

Last commit made on 2024-04-17
Get this branch:
git clone -b wip/mlundblad/dont-clear-routing-on-select-place https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/dont-clear-routing-on-select-place
Repository:
lp:gnome-maps

Recent commits

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

03eb88f... by Marcus Lundblad <email address hidden>

transitRouteLabel: Using default transit color based on color scheme

Choose default color based on the color scheme to contrast
with the background.

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

transitBoardMarker: Use default transit color base on color scheme

Choose default color based on the color scheme to constrast
with the background.

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

transitArrivalMarker: Use default transit color base on color scheme

Choose default color based on the color scheme to constrast
with the background.

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

transitWalkMarker: Use default transit color base on color scheme

Choose color for walking itinerary segments based on default colors
depending on the color scheme to constrast with the background.

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

mapView: Use transit path layers to render transit lines

Use the transit-specific path layer implementation to
get default colors and contrasting outlines for colored
routes base on color scheme (light or dark).
Also remove code to generate dashed route path layers,
as that is now handled in TransitPathLayer for transit walking
legs.