agl-demo-control-panel: Refactor Settings, Config and UI scaling 79/29279/7
authorsuchinton2001 <suchinton.2001@gmail.com>
Sun, 15 Oct 2023 18:00:36 +0000 (23:30 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 19 Oct 2023 16:19:32 +0000 (16:19 +0000)
commit20fe2d131df0041e121eccaf4fc58d4ac88dfbbc
treed555cd863e644014e9eb7a3fb9b759de246b6c2e
parente875973f63fc9a9582e957eb7264a4a589b78a97
agl-demo-control-panel: Refactor Settings, Config and UI scaling

V1:
    - Add template to specify new configs in config.ini
    - Add drop-down to load all configurations specified in config.ini
    - Add new assets and refine UI elements (Scaling issue fixed)
    - Add size grip to main window
    - Add options in settings to configure port and AGL's CA.pem file
    - Removed unused or redundant files

V2:
    - Check for user configs agl-demo-control-panel.ini & config.ini
      before resorting to default config.ini
    - Check for CA.pem and jwt tokens in default paths
    - Add new fields in settings for CA.pem file, jwt token path, TLS Server name
    - Fix crash in dashboard.py module due to icon.availableSizes()

V3: Add Start/Stop states for the client

V4: Block subscription event updates to the UI when values are changed on the control panel

Bug-AGL: SPEC-4905

Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: Id7883ba3bc88248dabb58d54e6e931f6d365fd54
23 files changed:
Main_Window.ui
Scripts/reset_tap.sh [deleted file]
Scripts/revert_tap_wireless_int.sh [deleted file]
Scripts/setup_tap.sh [deleted file]
Widgets/Dashboard.py
Widgets/HVACPage.py
Widgets/SteeringCtrlPage.py
Widgets/settings.py
assets/carbon_icons/chevron--down.svg [new file with mode: 0644]
assets/carbon_icons/chevron--up.svg [new file with mode: 0644]
assets/carbon_icons/corner.svg [new file with mode: 0644]
assets/carbon_icons/stop.svg [new file with mode: 0644]
assets/res.qrc
extras/FeedKuksa.py
extras/Kuksa_Instance.py
extras/UI_Handeler.py
extras/config.ini [new file with mode: 0644]
extras/config.py
main.py
ui/HVAC.ui
ui/IC.ui
ui/Settings_Window.ui
ui/SteeringControls.ui