application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
staging merge cherry pick - bugfix/DEN-16647-UI-BN-S115-R11

DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

- After fixing the issue it was noticed that the border of the sliders with OFF button will remain highlighted.

DENBUG-183: Ultrafiltration resolution is not 0.1 when sliding from 0.0-0.1

DENBUG-120: UI: Cloud user has Read permissions to WiFi configuration

- passing only the interface name to make sure we match the permission has been given to the denali user in sudoers.

- the actual changes have been made in the ui.script/scripts/wifi_*.sh

DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

Added the functionality to the TreatmentCreate to reset the scroll to top on clear the parameters.

DEN-16491: UI: During Rinseback setup, user cannot go back to treatment until they have viewed all Rinseback setup instructions

- Removed the restriction for Back Button on the Rinseback Setup screen, to let user go back without going through the entire instruction.

DEN-16656: UI: No Treatment log export success is displayed when exporting logs to a USB

added the export status to the notification text.

- started (in progress)

    • -1
    • +3
    /sources/gui/qml/components/Slider.qml
staging merge chery pick - DEN-16658-ui-dn-s116-sonar-fix-msg-update

DEN-16659: UI: Fix SonarQube Reported Issues

Changed the code in the geValue in the types.h to address the array index out of range reported by SonarQube.

Added the more functions to the tst_utilities.ccp to fully cover the getValue function.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the application to incorporate the two new float values in the DG temperature sensors payload.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the getValue function to updated the start index of the data.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the unit test functions for the getValue function.

DEN-16659: UI: Fix SonarQube Reported Issues

Changed the /tmp/ address and brought it into the main.cpp

DEN-16659: UI: Fix SonarQube Reported Issues

Removed a qDebug line

DEN-16659: UI: Fix SonarQube Reported Issues

Made the gStandard_tmp variable an extern

    • -0
    • +6
    /sources/model/dg/data/MDGTemperaturesData.h
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +2
    /sources/view/dg/data/VDGTemperaturesData.h
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    /sources/gui/qml/components/Slider.qml
    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merge branch 'bugfix/DEN-16647-UI-BN-S115-R11' into staging

Merge branch 'staging' into develop

    • -1
    • +1
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/bluetooth/BluetoothInterface.h
    • -1
    • +1
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -3
    • +6
    /sources/view/settings/VNetworkModel.cpp
    • -7
    • +8
    /sources/view/settings/VNetworkModel.h
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    /sources/model/dg/data/MDGTemperaturesData.h
    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -2
    • +2
    /sources/view/dg/data/VDGTemperaturesData.h
Merge branch 'DEN-16658-ui-dn-s116-sonar-fix-msg-update' into staging

DEN-16656: UI: No Treatment log export success is displayed when exporting logs to a USB

added the export status to the notification text.

- started (in progress)

DEN-16491: UI: During Rinseback setup, user cannot go back to treatment until they have viewed all Rinseback setup instructions

- Removed the restriction for Back Button on the Rinseback Setup screen, to let user go back without going through the entire instruction.

DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

Added the functionality to the TreatmentCreate to reset the scroll to top on clear the parameters.

Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-16659: UI: Fix SonarQube Reported Issues

Made the gStandard_tmp variable an extern

DEN-16659: UI: Fix SonarQube Reported Issues

Removed a qDebug line

Cherry picked 4547f76cfa6

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-16659: UI: Fix SonarQube Reported Issues

Changed the /tmp/ address and brought it into the main.cpp

DENBUG-120: UI: Cloud user has Read permissions to WiFi configuration

- passing only the interface name to make sure we match the permission has been given to the denali user in sudoers.

- the actual changes have been made in the ui.script/scripts/wifi_*.sh

Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the unit test functions for the getValue function.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the getValue function to updated the start index of the data.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the application to incorporate the two new float values in the DG temperature sensors payload.

    • -0
    • +6
    /sources/model/dg/data/MDGTemperaturesData.h
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +2
    /sources/view/dg/data/VDGTemperaturesData.h
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-16659: UI: Fix SonarQube Reported Issues

Changed the code in the geValue in the types.h to address the array index out of range reported by SonarQube.

Added the more functions to the tst_utilities.ccp to fully cover the getValue function.

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DENBUG-183: Ultrafiltration resolution is not 0.1 when sliding from 0.0-0.1

    • -1
    • +3
    /sources/gui/qml/components/Slider.qml
DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

- After fixing the issue it was noticed that the border of the sliders with OFF button will remain highlighted.