sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6352: Added Qt virtualkeyboard

    • -0
    • +23
    ./gui/qml/keyboard/images/backspace-868482.svg
    • -0
    • +8
    ./gui/qml/keyboard/images/check-868482.svg
    • -0
    • +13
    ./gui/qml/keyboard/images/enter-868482.svg
    • -0
    • +28
    ./gui/qml/keyboard/images/globe-868482.svg
    • -0
    • +18
    ./gui/qml/keyboard/images/handwriting-868482.svg
    • -0
    • +55
    ./gui/qml/keyboard/images/hidekeyboard-868482.svg
    • -0
    • +14
    ./gui/qml/keyboard/images/search-868482.svg
    • -0
    • +201
    ./gui/qml/keyboard/images/selectionhandle-bottom.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-80c342.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-868482.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-c5d6b6.svg
    • -0
    • +33
    ./gui/qml/keyboard/images/textmode-868482.svg
    • -0
    • +1036
    ./gui/qml/keyboard/style.qml
  1. … 2 more files in changeset.
DEN-5836: Code Coverage

- commented as manually tested the AlarmClearedCondition.

    • -1
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 1 more file in changeset.
DEN-6352, DEN-6353: Displaying the numeric keyboard under text input fields.

  1. … 1 more file in changeset.
DEN-6353, DEN-6354: Added vitals manual entry page.

    • -0
    • +51
    ./gui/qml/components/FieldInput.qml
    • -0
    • +121
    ./gui/qml/dialogs/VitalsEntry.qml
  1. … 2 more files in changeset.
DEN-4964: Addressed code review comments.

    • -0
    • +60
    ./view/hd/adjustment/VTreatmentAdjustmentVersions.cpp
  1. … 2 more files in changeset.
DEN-5836: Alarm:Code Coverage

- 99.110% (4790/4833)

    • -1
    • +2
    ./model/hd/alarm/MAlarmClearedCondition.h
  1. … 1 more file in changeset.
DEN-4964: Addressed code review comments.

    • -0
    • +78
    ./view/hd/adjustment/VTreatmentAdjustmentVersions.h
  1. … 1 more file in changeset.
DEN-4964: Addressed code review comments.

    • -3
    • +3
    ./model/dg/data/MDGAccelerometerData.h
DEN-5836: Alarm:Code Coverage

- updated the alarm message table

- fixed the -q parameter

    • -59
    • +111
    ./model/hd/alarm/MAlarmStatusData.cpp
  1. … 1 more file in changeset.
DEN-4964: Addressed code review comments.

    • -3
    • +3
    ./model/hd/data/MHDAccelerometerData.h
DEN-4964: Addressed code review comments.

DEN-4964: Addressed code review comments.

    • -1
    • +1
    ./model/dg/data/MDGAccelerometerData.h
DEN-4866, DEN-4863, DEN-4862: Added class descriptions, fixed unit test, ran static code analysis

- Fixed tst_canbus issue likely introduced in f1e100d1368

  1. … 3 more files in changeset.
DEN-4863, DEN-4865: Code Coverage and Unit Tests

    • -0
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 3 more files in changeset.
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.

    • -1
    • +1
    ./model/dg/data/MDGAccelerometerData.h
    • -1
    • +1
    ./model/hd/data/MHDAccelerometerData.h
DEN-4964: Addressed code review comments.

  1. … 1 more file in changeset.
DEN-4863, DEN-4865: Updated unit tests and code coverage for bluetooth

  1. … 2 more files in changeset.
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

    • -0
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
    • -0
    • +2
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -0
    • +4
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -1
    • +7
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 6 more files in changeset.
Resolved merge issue

Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into demo_test

Merge branch 'DEN-5830_AlarmDesign' into demo_test

  1. … 1 more file in changeset.
DEN-5833: Implementation

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

    • -0
    • +75
    ./AlarmGenerator.cpp
  1. … 1 more file in changeset.
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.

    • -0
    • +1
    ./gui/qml/components/NotificationBar.qml
    • -0
    • +1
    ./gui/qml/dialogs/NotificationDialog.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.

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.

    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -6
    • +2
    ./view/hd/data/VTreatmentUltrafiltration.h
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO