summaryrefslogtreecommitdiffstats
path: root/app/DashboardGaugeStyle.qml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-03 18:13:33 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-03 23:07:34 +0000
commitfaa6ebce32c5875687f028a4d6c990e33cf260d5 (patch)
tree5e8f51a6107dbbdb42fa63ad4a88ea6e491d2065 /app/DashboardGaugeStyle.qml
parent6b250497f27c37cae1d005f06158146e47ec8800 (diff)
Add signal-composer speed and steering wheel event supporticefish_8.99.5icefish/8.99.58.99.5
Changes include: - Pull in signal-composer support from libqtappfw - Add a configuration file that controls whether the existing canned animation behavior should be used, or events from signal-composer should drive speeds and indicators. - Add new icons provided by LF graphics team for cruise control and lane departure warning, and drive their state based on appropriate steering wheel events. - Hide/show the digital vehicle/engine speed values in the gauges based on the steering wheel info event. This is intended to work in sync with changes to tbtnavi to have it display larger speed indicators via an alternate page. Bug-AGL: SPEC-3045, SPEC-3049 Change-Id: I77249f65b80596fe7f2af9fe29b3ed86b63a8a45 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/DashboardGaugeStyle.qml')
-rw-r--r--app/DashboardGaugeStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/DashboardGaugeStyle.qml b/app/DashboardGaugeStyle.qml
index aafe50f..8615790 100644
--- a/app/DashboardGaugeStyle.qml
+++ b/app/DashboardGaugeStyle.qml
@@ -127,6 +127,7 @@ CircularGaugeStyle {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.verticalCenter
anchors.topMargin: toPixels(0.1)
+ visible: valueSource.displayNumericSpeeds === true
readonly property int kphInt: control.value
}