- 26 Jul, 2021 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
We miss explicit equal comparator registration for types held as variants inside Reservation objects. Ideally this is something done in the library eventually, but it's not straightforward to do early enough there, in particular in static builds. So we do this here for now. This fixes live data updates triggering reservation changes unconditionally, and thus everything that follows from there.
-
- 02 Jun, 2021 1 commit
-
-
Volker Krause authored
The screenshots in issue #29 show this happening, and it's obviously pointless given unbound tickets have no exact times associated yet.
-
- 14 Aug, 2020 1 commit
-
-
Christophe Giboudeaux authored
-
- 01 May, 2020 1 commit
-
-
Volker Krause authored
This also removes the last traces of KPublicTransport::Departure, and extends the unit testing of LiveDataManager.
-
- 29 Apr, 2020 1 commit
-
-
Volker Krause authored
Less duplicated code, and less code that is hardcoded to train reservations.
-