application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

    • -16
    • +16
    /sources/gui/qml/pages/ManagerHome.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmStatusData.cpp
    • -0
    • +60
    /sources/view/hd/adjustment/VTreatmentAdjustmentVersions.cpp
DEN-5836: Alarm:Code Coverage

- 99.110% (4790/4833)

    • -1
    • +1
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-4964: Addressed code review comments.

    • -0
    • +78
    /sources/view/hd/adjustment/VTreatmentAdjustmentVersions.h
DEN-4964: Addressed code review comments.

DEN-5836: Alarm:Code Coverage

- updated the alarm message table

- fixed the -q parameter

    • -59
    • +111
    /sources/model/hd/alarm/MAlarmStatusData.cpp
    • -9
    • +8
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

    • -1
    • +0
    /sources/canbus/messageinterpreter.cpp
DEN-4964: Addressed code review comments.

DEN-4866, DEN-4863, DEN-4862: Added class descriptions, fixed unit test, ran static code analysis

- Fixed tst_canbus issue likely introduced in f1e100d1368

DEN-4863, DEN-4865: Code Coverage and Unit Tests

    • -0
    • +17
    /sources/gui/qml/pages/SettingsHome.qml
DEN-4964: Addressed code review comments.

    • -1
    • +0
    /sources/canbus/messageinterpreter.cpp
DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

DEN-4863, DEN-4865: Updated unit tests and code coverage for bluetooth

    • -1
    • +3
    /sources/view/VBluetoothDeviceInfo.cpp
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmStatusData.cpp
Resolved merge issue

    • -1
    • +0
    /sources/canbus/MessageInterpreter.cpp
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into demo_test

    • -4
    • +6
    /sources/gui/qml/globals/Variables.qml
Merge branch 'DEN-5830_AlarmDesign' into demo_test

    • -1
    • +9
    /sources/canbus/MessageInterpreter.cpp
DEN-5833: Implementation

- Added a UI "AlarmGenerator" class to handle the HD_COMM_TIMEOUT and later the BLE Cuff alarm (PRS 395).

    • -0
    • +75
    /sources/AlarmGenerator.cpp
    • -0
    • +55
    /sources/AlarmGenerator.h
    • -8
    • +9
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-5833: Implementation

- Cleaned up the unit tests

Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

DEN-5833: Implementation

- added a touch expanding area for the TouchArea so regardless of its visual size it can have expanded touchable area.

- the touch expanding for the mute button set to 25 so it can have a bigger touch area that its size which is little.

    • -1
    • +1
    /sources/gui/qml/components/MuteButton.qml
    • -1
    • +4
    /sources/gui/qml/components/TouchRect.qml
DEN-5754: Implementation

- cherry picked a fix from DEN-5830_AlarmDesign@51accb for the Treatment End message which has no payload.

- Also made the interpretMessage() for received messages to be more identical to the DEN-5830_AlarmDesign to hopefully help merging easier.

    • -7
    • +20
    /sources/canbus/MessageInterpreter.cpp
DEN-6022: The ultrafiltration inconsistency

- Had a conversation with Syseng(Nic) and Fweng(Sean) and decided to have the fix somehow more understandable but there is no actual fix and if that happens it would be the FW bug.

- The modification is that the main progress bar will always has VTreatmentUltratiltration.minimum as minimum (current;y always zero) and VTreatmentUltratiltration.maximum as maximum.

- The UI always expects to get the vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Min (adjustable min and slider min) greater than vTreatmentUltrafiltration.ultrafiltration_RefUFVol (current uf volume delivered and current value on the progress bar) and so close to eachother.

- Removed the precision from VTreatmentUltrafiltration and moved into the Variables.

    • -4
    • +6
    /sources/gui/qml/globals/Variables.qml
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

    • -11
    • +13
    /sources/canbus/MessageInterpreter.cpp
    • -6
    • +9
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-5833: Implementation

- Added a MACRO for convenience of empty payload messages handling.

    • -1
    • +9
    /sources/canbus/MessageInterpreter.cpp