Summary: | Use current location as an departure/arrival point | ||
---|---|---|---|
Product: | [Applications] ktrip | Reporter: | brisk.wing4197 |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | brisk.wing4197, kde, nicolas.fella, vkrause |
Priority: | NOR | ||
Version First Reported In: | 23.08.2 | ||
Target Milestone: | --- | ||
Platform: | postmarketOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
brisk.wing4197
2023-10-13 12:39:20 UTC
Git commit 72a0206bd7f5e191527698f55309521786053f65 by Kai Uwe Broulik. Committed on 29/09/2025 at 18:03. Pushed by broulik into branch 'master'. StopPickerPage: Add button for current location This allows to use the users's current GPS location, an accuracy of 50 meters is required for the location to be accepted. The location also must not be older than 1 minute. M +4 -0 src/quick/CMakeLists.txt M +23 -0 src/quick/StopPickerPage.qml A +214 -0 src/quick/private/CurrentLocationDelegate.qml [License: LGPL(v2.0+)] A +13 -0 src/quick/private/globals.js M +1 -0 tests/locationpicker.qml https://invent.kde.org/libraries/kpublictransport/-/commit/72a0206bd7f5e191527698f55309521786053f65 |