- 25 Dec, 2020 7 commits
-
-
Volker Krause authored
We need that in multiple places.
-
Volker Krause authored
Also, consider realtime status information for coloring those.
-
Volker Krause authored
This is barely good enough as a proof of concept, there is still quite some work needed to properly merge the various elevator elements and to more reliably match OSM data and realtime equipment information.
-
Volker Krause authored
The Location::Equipment case will be handled in a dedicated class.
-
Volker Krause authored
-
Volker Krause authored
This allows us to provide them directly from QML as well, as will be needed by the upcoming realtime elevator status one.
-
Volker Krause authored
Prepares this for usage with an upcoming equipment model that needs a more fine-grained control over level filtering.
-
- 24 Dec, 2020 1 commit
-
-
Volker Krause authored
-
- 21 Dec, 2020 1 commit
-
-
Volker Krause authored
Fixes compilation with upcoming KPublicTransport changes.
-
- 30 Nov, 2020 4 commits
-
-
Volker Krause authored
For just showing the text this might be overkill, but when showing a more elaborate evaluation of this, the extra separation makes things easier to read.
-
Volker Krause authored
-
Volker Krause authored
Clipping to future events needs to happen above this, otherwise this messes with change tracking.
-
Volker Krause authored
Needed in KDE Itinerary.
-
- 29 Nov, 2020 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
Also, show icons for closed entities in a different color.
-
- 28 Nov, 2020 3 commits
-
-
Volker Krause authored
Will make maintaining the different color scheme style sheets easier.
-
Volker Krause authored
This should complete the API needed to integrate opening hours into map styling.
-
Volker Krause authored
This matters when opening hours are considered for styling.
-
- 27 Nov, 2020 2 commits
-
-
Volker Krause authored
Lacking a coordinate-based lookup for those here, we still need a way to provide them externally though.
-
Volker Krause authored
-
- 26 Nov, 2020 2 commits
-
-
Volker Krause authored
This works and performs well already, but we are still missing proper ways to configure the relevant time span as well as the holiday region. Also, this has yet to be used in any of the style sheets.
-
Volker Krause authored
-
- 25 Nov, 2020 1 commit
-
-
Volker Krause authored
The pointer use here pre-dates the value type changes to MapData.
-
- 21 Nov, 2020 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
We can do that now that the new data on maps.kde.org is deployed, with previous precision loss issues fixed that we had to work around here.
-
- 19 Nov, 2020 2 commits
-
-
Volker Krause authored
The enum with Http2 spelling is 5.15+ only, the one with HTTP2 spelling is 5.14 only (and deprecated afterwards).
-
Volker Krause authored
-
- 16 Nov, 2020 1 commit
-
-
Volker Krause authored
-
- 15 Nov, 2020 1 commit
-
-
Volker Krause authored
Requested by distributors.
-
- 14 Nov, 2020 1 commit
-
-
Volker Krause authored
-
- 08 Nov, 2020 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 30 Oct, 2020 2 commits
-
-
Volker Krause authored
-
Volker Krause authored
This works perfectly fine with the more specific type on Linux, but breaks on Android for unknown reasons, making the application fail to start there.
-
- 28 Oct, 2020 1 commit
-
-
Volker Krause authored
This also completes the API needed to properly integrate this in an application.
-
- 27 Oct, 2020 1 commit
-
-
Volker Krause authored
This makes it easier and safer to pass this through QML, and it will make it possible to expose API to QML (which we cannot do on the previous raw pointer, nor a shared pointer directly).
-
- 26 Oct, 2020 3 commits
-
-
Volker Krause authored
Prepares this for becoming a shared value type for easier and safer use via QML.
-
Volker Krause authored
-
Volker Krause authored
This allows us to use it in the C++ example app as well, and avoids using some implementation details of MapData there, preparing that for some needed refactoring.
-
- 24 Oct, 2020 1 commit
-
-
Volker Krause authored
-