- 26 Nov, 2021 1 commit
-
-
Volker Krause authored
Makes this consistent with all other delegates using that style.
-
- 07 Jul, 2021 1 commit
-
-
Volker Krause authored
This is needed due to the changes in Kirigami.CardListView that badly affected our timeline view, and it's not feasible to support both variants.
-
- 06 Mar, 2021 1 commit
-
-
Volker Krause authored
This allows much easier testing of various scenarios without having to have the corresponding bookings in the real app.
-
- 04 Mar, 2021 1 commit
-
-
Volker Krause authored
This fixes color glitches due to recent Theme-related changes.
-
- 14 Aug, 2020 1 commit
-
-
Christophe Giboudeaux authored
-
- 15 Dec, 2019 4 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
No actual content yet.
-
Volker Krause authored
Transfers aren't actually added to the timeline yet though.
-
- 17 Jul, 2019 1 commit
-
-
Volker Krause authored
Most of the logic on which actions to show is now in there, and supported via the timeline delegate controller. This makes things consistent between the timeline delegates and the details pages. It also enables access to more details in the place delegate, so we can now show departure information with the correct times.
-
- 07 Jun, 2019 1 commit
-
-
Volker Krause authored
-
- 13 Jan, 2019 1 commit
-
-
Volker Krause authored
This ensures we are always using the batch id for batch operations, rather than a random one of the batch, which isn't guaranteed to work. With this live data access for multi-traveler batches should work correctly too.
-
- 01 Dec, 2018 1 commit
-
-
Volker Krause authored
-
- 05 Aug, 2018 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
On Android the Unicode characters give us two problems: - switching from the color to the monochrome text variant doesn't work, and the color variants look quite ugly - with Qt 5.11 the colored characters are randomly misaligned vertically Instead, we use the Kirigami icon coloring magic for this to work with different color schemes.
-
- 29 Jul, 2018 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
Prepares this for multi-traveler support.
-
- 09 Jun, 2018 1 commit
-
-
Volker Krause authored
i18n() is a lot more strict than qsTr() regarding what argument values it accepts, so we need to be more careful with missing values there.
-
- 26 May, 2018 1 commit
-
-
Volker Krause authored
-
- 13 May, 2018 1 commit
-
-
Volker Krause authored
-
- 29 Apr, 2018 1 commit
-
-
Volker Krause authored
-
- 25 Apr, 2018 1 commit
-
-
Volker Krause authored
-
- 15 Apr, 2018 1 commit
-
-
Volker Krause authored
Since timezones matter for us (we want local times at the destination, not times in our current timezone), we can't pass date/time values through QML, as the timezone gets lost in the conversion to JS Date. So we need to do the property read as part as the formatting function.
-
- 14 Apr, 2018 1 commit
-
-
Volker Krause authored
This is where locale-aware address formatting and map/navigation actions go, to be shared for all reservation delegates.
-
- 13 Apr, 2018 1 commit
-
-
Volker Krause authored
-
- 08 Apr, 2018 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
- 07 Apr, 2018 3 commits
-
-
Volker Krause authored
-
Volker Krause authored
-
Volker Krause authored
Boarding passes are available on a second page now, as far as we have one for a given reservation.
-