leahi-application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

update per review comment - remove trimmed() loop

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

fix build error

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

Updates to address CR comments

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

Fixed error message to be consistant with the others

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

address review comments

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

Addressing code review commends

    • -18
    • +18
    /sources/device/DeviceController.cpp
LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

remove debug print statement

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

Addressing code review comments

    • -5
    • +11
    /sources/device/DeviceController.cpp
    • -1
    • +1
    /sources/gui/qml/components/ScreenItem.qml
    • -0
    • +3
    /sources/gui/qml/components/StackItem.qml
LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV

Address code review comments

    • -1
    • +1
    /sources/gui/qml/components/ScreenItem.qml
LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- WIfi connection and disconnectiong functioning. Need to fix minor bugs in response message and rescan once completed

- Cherry pick of the commit from Nicholas Ramirez on e7c552d59935eb2a63f3dcee0a5161d19f5c7ac5

    • -0
    • +71
    /sources/device/DeviceController.cpp
    • -1
    • +1
    /sources/gui/qml/components/StackItem.qml
LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- Add logic in c++ for showing the connected WIfis data on QML

- Cherry pick of the commit from Nicholas Ramirez on 6f480a8d61165dd24cf8da7e9e637f89147303c3

    • -1
    • +58
    /sources/device/DeviceController.cpp
LDT-1024 Device Settings - SW - 01 - Wifi - R&I - 03: SDD - Design Diagram - plantuml

Update plantuml file

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- added headerbar UI fix

    • -1
    • +1
    /sources/gui/qml/components/ScreenItem.qml
    • -3
    • +0
    /sources/gui/qml/components/StackItem.qml
LDT-1030 Device Settings - SW - 01 - Wifi - R&I - 09: SDD - Functions Documentation

LDT-1024 Device Settings - SW - 01 - Wifi - R&I - 03: SDD - Design Diagram - plantuml

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- Fix status messages for wifi connect/ disconnect

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- code clean up

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- Added Recan wifi after wifi connect / disconnect for the rest of the UI to update accordingly

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- Update to clear SSID when wifi scan is starting

Merge branch 'feature/LDT-713-general-alarm-requirements-sw' into staging

LDT-1026: Device Settings - SW - 01 - Wifi - R&I - 05: DEV - Feature Implementation

- Recan wifi list after completing disconnect or connect scripts

- Cherry pick of the commit from Nicholas Ramirez on 5c4bcd852bc3026166a409e3fae4a08dbbe98bd0

Merge branch 'feature/LDT-450-TreatmentParametersCreateRx' into staging

LDT-718: General Alarm Requirements - SW - 05: DEV - Feature Implementation

Addressing code review comment(s):

- http://devapps.diality.us:8060/cru/LEAHI-APPLICATION-LDT-713-1#CFR-67864

LDT-718: General Alarm Requirements - SW - 05: DEV - Feature Implementation

Addressing code review comment(s):

- http://devapps.diality.us:8060/cru/LEAHI-APPLICATION-LDT-713-1#c22189

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmCleared.h
LDT-455 Treatment Parameters (Create Rx) - SW - 05: DEV - Feature Implementation

- Fixed the issue with the validation message length.

- Fixed the forgotten requirement for the Heparin Stop time less than the Treatment Duration.

- Fixed the issue with the CreateRx branch build issue on the version enums/ddSerial being different than the rest.

    • -4
    • +4
    /sources/canbus/MessageInterpreter.cpp
LDT-718: General Alarm Requirements - SW - 05: DEV - Feature Implementation

- Updated the Alarm Messages for the Leahi Project.

- Used the init configuration location for the name/secured as well, since we don't have the secured partition yet.

- Added the rejection id next to the title for now for testing.

    • -28
    • +40
    /etc/reports/cppcheck/cppcheck.err
    • -253
    • +351
    /etc/reports/cppcheck/cppcheck.log
    • -2
    • +2
    /sources/gui/qml/components/MainMenu.qml
    • -7
    • +7
    /sources/model/hd/alarm/MAlarmActiveList.h
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmCleared.h
    • -1
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
  1. … 6 more files in changeset.
Merge branch 'feature/LDT-450-TreatmentParametersCreateRx' into staging

    • -18
    • +19
    /sources/canbus/MessageInterpreter.cpp
    • -36
    • +38
    /sources/view/VTreatmentCreate.cpp
    • -47
    • +47
    /sources/view/VTreatmentCreate.h
Merge branch 'LDT-261-MainTreatmentScreen-SW-Diagnostics-Screen' into staging

LDT-455 Treatment Parameters (Create Rx) - SW - 05: DEV - Feature Implementation

- updated the settings device registration to match the td,dd.

- updated the regex for the patient ID to match the extra characters accepted in the Whitney.

- fix the unmatched version messages enums with the changes on the diagnosticsScreen branch

    • -1
    • +1
    /sources/gui/qml/globals/Variables.qml
LDT-455 Treatment Parameters (Create Rx) - SW - 05: DEV - Feature Implementation

- Updated the version message length

- Improved the unhandled messages function performance.

- Updated the Alarm Messages IDs

- Removed the orange Prescription profiel ID with number from the Treatment Confirm Screen table title .

- Added gradient to the MainMenu component.

- Set the main menu height (notificationHeight) higher to the 100.

- Figured that the keyboard may cover the AlarmBar so changged the Keyboard style to remove the bottom margin and made the extra black ribbon not visible when alarmbar is visible to uncover the alarmbar.

- Created a temporary StatusBar/HeaderBar to have a base to adjust other screens.

- Adjusted the Patient ID screen for the new screen size ena keyboard loaction.

- Updated the Virtual Keyboard style to adjust for the new screen size and the AlarmBar.

- Updated the TreatmentRanges for Leahi to read from the settings//configurations.

- Added separate date and time properties in the VDateTime to temporarily display on the StatusBar/HeaderBar.

    • -16
    • +17
    /sources/canbus/MessageInterpreter.cpp
    • -4
    • +4
    /sources/gui/qml/components/MainMenu.qml
    • -1
    • +1
    /sources/gui/qml/components/StepIndicator.qml
    • -2
    • +2
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +2
    /sources/gui/qml/pages/TreatmentFlowBase.qml
  1. … 9 more files in changeset.