gnome-maps:wip/mlundblad/fix-extra-query-when-setting-transit-time

Last commit made on 2023-11-10
Get this branch:
git clone -b wip/mlundblad/fix-extra-query-when-setting-transit-time https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-extra-query-when-setting-transit-time
Repository:
lp:gnome-maps

Recent commits

04d5ecf... by Marcus Lundblad <email address hidden>

transitOptionsPanel: Don't auto-trigger reload when query already filled in

Don't automatically trigger a reload of trips when the user
leaves the time entry if there's already query points defined.
In this case the reload will already be done when activating
the entry.
This avoids calling the routing API twice in this case.

2eee2bf... by =?utf-8?q?Emin_Tufan_=C3=87etin?= <email address hidden>

Update Turkish translation

0418e5b... by Jordi Mas

Update Catalan translation

(cherry picked from commit 1c42fad0e10876b47dd6d87c6064e5835bb425c9)

23bf3a1... by Marcus Lundblad <email address hidden>

geoJSONSource: Don't use tile size from service definition

Use the tile size from the reference source of the viewport
as the base for the layer source instead of relying on the
size from the service definition (as that is only relevant for
the raster tile definition anyway).

0b0515b... by Marcus Lundblad <email address hidden>

transitRouter: Fix overriding transit plugin

Set the correct instance variable when using
the TRANSIT_PLUGIN environment variable to
override the transit plugin to use (for testing
and development).

fc17f8c... by Jordi Mas

Update Catalan translation

(cherry picked from commit 79d52c5477763dbe1785e73afab2d32290568ad9)

85e5865... by Marcus Lundblad <email address hidden>

appdata: Add 45.1 release

Add 45.1 release from the stable branch so
that it appears in changelog in Software.

827303f... by Marcus Lundblad <email address hidden>

openTripPlanner: Reject instanciation with non-verified params

Refuse instanciating with illegal parameter types and
unknown OpenTripPlanner instance URLS.

84582cd... by Marcus Lundblad <email address hidden>

resrobot: Check that accessId is a valid UUID

592c1fb... by Marcus Lundblad <email address hidden>

transitRouter: Sanity check plugin params

Only accept objects with string and boolean
properties. Also impose a length limit to strings.