Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'feature/LDT-1536-headerbar-wifi-indicator' into staging

LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

Addressing even MORE CR comments

LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

addressing more CR comments

    • -1
    • +1
    ./gui/qml/pages/settings/SettingsWiFi.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comments and make drop shadow color of header bar dialogs lighter

    • -2
    • +18
    ./gui/qml/components/HeaderBarPopup.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comments

LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comments

    • -19
    • +52
    ./gui/qml/components/HeaderBar.qml
    • -12
    • +2
    ./gui/qml/components/HeaderBarPopup.qml
    • -2
    • +0
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

Add check to set Connection Error if wifi script fails

Bamboo Commit: Updated MAlarmMapping.cpp

    • -29
    • +29
    ./model/hd/alarm/MAlarmMapping.cpp
Merge branch 'feature/LDT-907-Main-Treatment-Screen-SW-Diagnostics-Screen-DD-2' into staging

    • -146
    • +376
    ./gui/qml/dialogs/diagnostics/DiagnosticsDD.qml
    • -45
    • +124
    ./gui/qml/dialogs/diagnostics/DiagnosticsTD.qml
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- Add back refresh trigger in VDDValvesStatesData

    • -1
    • +1
    ./view/dd/data/VDDValvesStatesData.cpp
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comment and move instantiating wifi dialog to main.qml

    • -55
    • +22
    ./gui/qml/components/HeaderBar.qml
    • -0
    • +14
    ./gui/qml/components/HeaderBarPopup.qml
    • -0
    • +2
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation - Adjust DD Valves payload length - Implement Model and View format for DD Valves - Add DD Valves Enum to Gui Globals - Add DD Valves to Diagnostics Screen

    • -63
    • +129
    ./gui/qml/dialogs/diagnostics/DiagnosticsDD.qml
    • -48
    • +93
    ./model/dd/data/MDDValvesStatesData.cpp
    • -93
    • +60
    ./model/dd/data/MDDValvesStatesData.h
    • -27
    • +59
    ./view/dd/data/VDDValvesStatesData.cpp
    • -27
    • +57
    ./view/dd/data/VDDValvesStatesData.h
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

Simplify auto sizing dialogs using the existing property of contentItem.implicitWidth.height from Dialog. and Fix positioning

    • -3
    • +6
    ./gui/qml/components/HeaderBarPopup.qml
    • -12
    • +4
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

add drop shadow

    • -0
    • +1
    ./gui/qml/components/HeaderBarPopup.qml
    • -0
    • +14
    ./gui/qml/components/ModalDialog.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comments

LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

create shared method to open dialogs

LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

fix positioning of popups

    • -1
    • +0
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

update alarmlistmodel to a resuable list model. Parse for listTitle and populate alarm list title dialog

    • -0
    • +118
    ./model/MListModel.cpp
    • -0
    • +39
    ./model/MListModel.h
    • -117
    • +0
    ./view/hd/alarm/VAlarmInstructionsModel.cpp
    • -42
    • +0
    ./view/hd/alarm/VAlarmInstructionsModel.h
  1. … 1 more file in changeset.
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

USe Variables isntead of hard coded vvalues

    • -1
    • +1
    ./gui/qml/components/HeaderBarPopup.qml
    • -1
    • +1
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

organize headerbar dialogs into nested folder inside of dialogs folder

    • -0
    • +37
    ./gui/qml/dialogs/headerbar/WiFiDialog.qml
  1. … 1 more file in changeset.
LDT-1539 HeaderBar - SW - 01 - WiFi indicator - R&I - 03: SDD - Design Diagram - plantuml

add SDD for wifi headerbar wifi ndicator. make a common folder to share common diagrams

  1. … 4 more files in changeset.
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

push build fix

    • -1
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 1 more file in changeset.
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

remove obsolete Q_PROPERTY calls

    • -1
    • +0
    ./gui/qml/dialogs/NotificationDialog.qml
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

remove message from alarm struct

LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

Remove messages from alarmstatus and qml. Update QAbstractList model to optomize performance of changing models

    • -7
    • +5
    ./gui/qml/dialogs/NotificationDialog.qml
    • -7
    • +16
    ./view/hd/alarm/VAlarmInstructionsModel.cpp
    • -8
    • +4
    ./view/hd/alarm/VAlarmInstructionsModel.h
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

code cleanup

    • -1
    • +0
    ./gui/qml/dialogs/NotificationDialog.qml
    • -4
    • +4
    ./view/hd/alarm/VAlarmInstructionsModel.h
LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

reduce spacing by 10 of header bar icons

LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

address final cr comments

LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

Address CR comments. QAbstractlistmodel working

    • -18
    • +12
    ./gui/qml/dialogs/NotificationDialog.qml
    • -32
    • +30
    ./view/hd/alarm/VAlarmInstructionsModel.cpp
    • -2
    • +2
    ./view/hd/alarm/VAlarmInstructionsModel.h
LDT-1541 HeaderBar - SW - 01 - WiFi indicator - R&I - 05: DEV - Feature Implementation

address CR comments and almost finished updated the alarm model to a c++ QAbstractlistmodel

    • -3
    • +9
    ./gui/qml/components/AlarmButtonRow.qml
    • -3
    • +2
    ./gui/qml/components/NotificationBar.qml
    • -25
    • +16
    ./gui/qml/dialogs/NotificationDialog.qml
    • -0
    • +111
    ./view/hd/alarm/VAlarmInstructionsModel.cpp
    • -0
    • +46
    ./view/hd/alarm/VAlarmInstructionsModel.h