Fix Visual Bugs and Add options for Keypad input 37/30437/5
authorSuchinton Chakravarty <suchinton.2001@gmail.com>
Tue, 15 Oct 2024 18:27:36 +0000 (23:57 +0530)
committerSuchinton Chakravarty <suchinton.2001@gmail.com>
Tue, 22 Oct 2024 10:39:43 +0000 (16:09 +0530)
commit6fdddee7d45206dc64eacd08700f79566ad9b4a6
tree7d688595f69cdb7d7484f37542059d7406da28c5
parent2e2dd79e41b27a1d50be3c118955cdbd76e65539
Fix Visual Bugs and Add options for Keypad input

    - Fixed spin wheel input alignment for HVAC controls
    - Minor tweaks to Gauge input, Added new tick marks and improved gradient
    - Adding option(s) in config to handle Keypad input settings
    - Reconnect QML signals to enable two way input for Speed, RPM and other QML elements
    - Refactor and Add CLI option to start and stop playback.
    - Make Tire Pressure Dock into floating window and align to screen center.
    - Update resources to include keypad icons.
    - Add new tile for Keypad inputs

Bug-AGL: SPEC-5161

Change-Id: I1ecefdfd114ecad081c138e74c1598907d91fd23
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
25 files changed:
Main_Window.ui
QMLWidgets/Full_Gauge/RPMGauge.qml
QMLWidgets/Full_Gauge/SpeedGauge.qml
QMLWidgets/Half_Gauge/CoolantGauge.qml
QMLWidgets/Half_Gauge/FuelGauge.qml
QMLWidgets/Temp_Tumbler/TempTumbler.qml
Scripts/record_playback.py
Widgets/Dashboard.py
Widgets/HVACPage.py
Widgets/ICPage.py
Widgets/Keypad.py
assets/Images/Key_1.png [new file with mode: 0644]
assets/Images/Key_2.png [new file with mode: 0644]
assets/Images/Key_3.png [new file with mode: 0644]
assets/Images/Key_4.png [new file with mode: 0644]
assets/Images/flutter_demo.png [new file with mode: 0644]
assets/Images/grid.svg [new file with mode: 0644]
assets/Images/qt_demo.png [new file with mode: 0644]
assets/res.qrc
extras/config.ini
extras/config.py
main.py
ui/Dashboard.ui
ui/IC.ui
ui/Keypad.ui