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 18:20:12 -0500
commit6095052818bdee3e467f3674837d9279e0d697d0 (patch)
treea15d8d4f1efea632ba13130d582a796c78364f65 /app/DashboardGaugeStyle.qml
parent4dc183bf09c0f4b27cf7327937721f3b57e55c12 (diff)
Add signal-composer speed and steering wheel event supporthalibut_8.0.6halibut_8.0.5halibut/8.0.6halibut/8.0.58.0.68.0.5halibut
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
}