- 07 Nov, 2021 1 commit
-
-
Volker Krause authored
-
- 04 Oct, 2021 1 commit
-
-
Volker Krause authored
That is, which individual transport options should be considered on the first (access) and last (egress) leg of a journey. So far we always implicitly assumed walking. Scenarios that are now also possible are e.g. taking your bike and taking that with you on the train, or taking your car to the station (and needing a place to park it there). Routing engines can take all that into considerations, if we ask them to. This is modeled based on OTP v2/Entur v3) but should cover the capabilities of other engines as well. This is only the request API so far though, support in any of the backends is still missing, as is support for this in the result types.
-
- 12 Aug, 2021 1 commit
-
-
Volker Krause authored
On top of the list of path sections this computes relative turn directions for adjacent sections.
-
- 25 Dec, 2020 1 commit
-
-
Volker Krause authored
-
- 31 Aug, 2020 1 commit
-
-
Volker Krause authored
-
- 20 Aug, 2020 1 commit
-
-
Volker Krause authored
We were already mixing stops/stations and general places in Location so far, and we now also have to model dock-based and free-floating rented vehicles there.
-
- 08 Aug, 2020 1 commit
-
-
Volker Krause authored
That is rental bikes, electric scooters or car sharing services. So far we only parse rental bike data from some OTP variants.
-
- 21 Jul, 2020 1 commit
-
-
Volker Krause authored
Used in the map example to show line logos for lines departing from a platform.
-
- 28 Jun, 2020 1 commit
-
-
Volker Krause authored
-
- 21 Jun, 2020 1 commit
-
-
Volker Krause authored
This is still missing merging and de/serialization support, but you can already see results when using only a single backend that supports this.
-
- 26 Apr, 2020 5 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
Departure was always a poor name, given it is also used for arrivals. Things got worse with this now also being used for intermediate stops, which are both arrivals and departures at the same time. Finding a good alternative name is tricky though, as many candidates are ambiguous regarding stop locations ("stop", "halt", etc). Digitransit uses the words "call" and "quay" to distinguish this, but while clear those are rather niche terms. FPTF uses "stopover" for this, which seems like a decent compromise. This is only the first step in adjusting the entire API accordingly, more classes will follow, while trying to keep source compatibility.
-
Volker Krause authored
-
- 24 Dec, 2019 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
- 22 Dec, 2019 1 commit
-
-
Volker Krause authored
We can now trigger vehicle layout queries from QML and have the query request show up in the right place in the backend. The next step is now to actually implement the online query and result parsing.
-
- 01 Nov, 2019 1 commit
-
-
Volker Krause authored
This will eventually allow to select which backends to use, both via API and for end users. So far this is just read-only information , more work required to make this actually useful.
-
- 07 Oct, 2019 1 commit
-
-
Volker Krause authored
Didn't seem to happen automatically for pure QML usage (although I don't see what would trigger this in the current examples). Also add a pure QML test file to verify this.
-
- 24 Sep, 2019 1 commit
-
-
Volker Krause authored
-
- 23 Sep, 2019 1 commit
-
-
Volker Krause authored
-
- 21 Sep, 2019 1 commit
-
-
Volker Krause authored
-
- 20 Sep, 2019 1 commit
-
-
Volker Krause authored
One step further towards full QML API coverage.
-
- 05 Aug, 2019 1 commit
-
-
Volker Krause authored
-
- 31 Jul, 2019 1 commit
-
-
Volker Krause authored
-
- 18 Jul, 2019 1 commit
-
-
Volker Krause authored
Same as already done for the departure query model.
-
- 16 Jul, 2019 1 commit
-
-
Volker Krause authored
That still misses API to create and manipulate a departure request, but for now I'm getting that from C++ anyway.
-
- 12 Jul, 2019 1 commit
-
-
Nicolas Fella authored
Summary: Move the type registration from Itinerary into a proper qml plugin so it can be used everywhere Reviewers: vkrause Reviewed By: vkrause Differential Revision: https://phabricator.kde.org/D22411
-
- 07 Jul, 2019 1 commit
-
-
Volker Krause authored
-
- 26 Feb, 2019 4 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
This just contains barely enough data model and backend access code to search for a journey between two locations. Most notably this still misses a frontend API that hides the various low-level REST calls behind a job-like interface. This is prepared to eventually become a standalone framework, it's useful beyond just this application.
-
Volker Krause authored
-