From 8b9fdb6305a85c3f37201887a317a856093bf249 Mon Sep 17 00:00:00 2001 From: Mikhail Rogachev Date: Wed, 8 May 2019 15:03:52 +0300 Subject: [PATCH] Sync submodules with external projects --- 2ndparty/industrial-controls | 2 +- 2ndparty/industrial-indicators | 2 +- resources/icons/bank_left.svg | 36 ------------------- resources/icons/bank_right.svg | 35 ------------------ resources/icons/yaw_left.svg | 30 ---------------- resources/icons/yaw_right.svg | 30 ---------------- resources/resources.qrc | 4 --- .../HorizontalSituationIndicator.qml | 4 +-- 8 files changed, 4 insertions(+), 139 deletions(-) delete mode 100644 resources/icons/bank_left.svg delete mode 100644 resources/icons/bank_right.svg delete mode 100644 resources/icons/yaw_left.svg delete mode 100644 resources/icons/yaw_right.svg diff --git a/2ndparty/industrial-controls b/2ndparty/industrial-controls index aa96928e..3da26e82 160000 --- a/2ndparty/industrial-controls +++ b/2ndparty/industrial-controls @@ -1 +1 @@ -Subproject commit aa96928e91c214eec3301e47479828ea71058e81 +Subproject commit 3da26e821e929c19477d50f3918c563d1156ba0a diff --git a/2ndparty/industrial-indicators b/2ndparty/industrial-indicators index bfe8edd8..695047dd 160000 --- a/2ndparty/industrial-indicators +++ b/2ndparty/industrial-indicators @@ -1 +1 @@ -Subproject commit bfe8edd89142b5464880a16b6db0b9d98e9fb342 +Subproject commit 695047ddbbaec9dccdf8d5ff1432a991dd8af43f diff --git a/resources/icons/bank_left.svg b/resources/icons/bank_left.svg deleted file mode 100644 index 5537b89a..00000000 --- a/resources/icons/bank_left.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/resources/icons/bank_right.svg b/resources/icons/bank_right.svg deleted file mode 100644 index e8df751e..00000000 --- a/resources/icons/bank_right.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/resources/icons/yaw_left.svg b/resources/icons/yaw_left.svg deleted file mode 100644 index d8bf9346..00000000 --- a/resources/icons/yaw_left.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/resources/icons/yaw_right.svg b/resources/icons/yaw_right.svg deleted file mode 100644 index 827102b5..00000000 --- a/resources/icons/yaw_right.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/resources/resources.qrc b/resources/resources.qrc index 8d1f2a29..4c05b4de 100644 --- a/resources/resources.qrc +++ b/resources/resources.qrc @@ -52,10 +52,6 @@ icons/left_left.svg icons/right.svg icons/right_right.svg - icons/bank_left.svg - icons/bank_right.svg - icons/yaw_left.svg - icons/yaw_right.svg icons/show.svg icons/hide.svg icons/show_dashboard.svg diff --git a/sources/presentation/qml/Dashboard/SingleVehicleDisplay/Instruments/HorizontalSituationIndicator.qml b/sources/presentation/qml/Dashboard/SingleVehicleDisplay/Instruments/HorizontalSituationIndicator.qml index 6403244f..2e56d808 100644 --- a/sources/presentation/qml/Dashboard/SingleVehicleDisplay/Instruments/HorizontalSituationIndicator.qml +++ b/sources/presentation/qml/Dashboard/SingleVehicleDisplay/Instruments/HorizontalSituationIndicator.qml @@ -114,7 +114,7 @@ BaseInstrument { Controls.Button { anchors.top: parent.top anchors.left: compass.left - iconSource: "qrc:/icons/yaw_left.svg" + iconSource: "qrc:/icons/ind_yaw_left.svg" flat: true round: true autoRepeat: true @@ -126,7 +126,7 @@ BaseInstrument { Controls.Button { anchors.top: parent.top anchors.right: compass.right - iconSource: "qrc:/icons/yaw_right.svg" + iconSource: "qrc:/icons/ind_yaw_right.svg" flat: true round: true autoRepeat: true