sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated 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. … 2 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

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

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.

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

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

    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

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

    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

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

  1. … 598 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

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

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
DEN-16637, DEN-16640, DEN-16641 : P1_Staging Dry-Run found issues.

DEN-16637: SW: Top Alarm on Debug Screen Does Not Change When Alarm is Cleared

DEN-16640: SW: Blood Measurement Interval Set to OFF During Treatment When Set to 5 min in Pre-treatment

DEN-16641: UI: Heparin Syringe Installation Screen Missing

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DEN-16637, DEN-16640, DEN-16641 : P1_Staging Dry-Run found issues.

DEN-16637: SW: Top Alarm on Debug Screen Does Not Change When Alarm is Cleared

DEN-16640: SW: Blood Measurement Interval Set to OFF During Treatment When Set to 5 min in Pre-treatment

DEN-16641: UI: Heparin Syringe Installation Screen Missing

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

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

    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

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

  1. … 598 more files in changeset.
DENBUG-204 updated the message payload of message 0x0B00 by adding an integer at the end of the structure

DENBUG-204 updated the diagnostics screens qml with the latest dialysate outlet pump broadcast changes

DENBUG-204 aligned the commented out code in the diagnostics qml

    • -0
    • +8
    ./gui/qml/dialogs/DiagnosticsDialog.qml
  1. … 1 more file in changeset.
DENBUG-204 aligned the commented out code in the diagnostics qml

    • -3
    • +3
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DENBUG-204 updated the diagnostics screens qml with the latest dialysate outlet pump broadcast changes

    • -0
    • +8
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DENBUG-204 updated the message payload of message 0x0B00 by adding an integer at the end of the structure

  1. … 1 more file in changeset.
DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

DENBUG-185: UI shows version without period in between (ECO-11648, ECO-11616)

DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

Addressing Code Review comments

Addressing code review comments

compatibility needs the separator before the value

DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

- the order of the QML PROPERTYs cannot exactly predicted therefore setting them if not needed has to be avoided.

- a new method _init has been added to the PROPERTY_BASE to reset the property value without triggering the changed method so the property will get updated on the next round if the same value as before has been sent. ( the issue could be if code return after the alarmID = 0 on next alarm if the same ID send since the value is the same the QML will not get any signal to update, by changing the private property the signal will be triggered.)

DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

- the order of the QML PROPERTYs cannot exactly predicted therefore setting them if not needed has to be avoided.

- set the alarmID to 0 to trigger the next change since we skip the property updated if the alarmID is 0.

DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

    • -22
    • +27
    ./view/hd/alarm/VAlarmStatus.cpp
  1. … 1 more file in changeset.