sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge master into DEN-4860_BLE

    • -0
    • +136
    ./gui/GuiGlobals.cpp
  1. … 4 more files in changeset.
DEN-4860: In progress update

    • -0
    • +461
    ./bluetooth/BLEScanner.cpp
    • -0
    • +118
    ./bluetooth/BLEScanner.h
    • -7
    • +22
    ./gui/qml/components/SettingsItem.qml
    • -0
    • +115
    ./gui/qml/pages/SettingsBluetooth.qml
    • -0
    • +102
    ./view/VBluetooth.cpp
    • -0
    • +60
    ./view/VBluetoothDeviceInfo.cpp
    • -0
    • +36
    ./view/VBluetoothDeviceInfo.h
  1. … 7 more files in changeset.
Merge master into DEN-4598-Confirm-Priming-Begin

    • -6
    • +7
    ./gui/qml/components/NotificationBar.qml
    • -25
    • +40
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 6 more files in changeset.
DEN-4698: Code Review 0

- Found a bug during demo preparation:

The main treatment pressure section should only get updated if the request updated and should not be bound to the properties.

    • -7
    • +24
    ./gui/qml/pages/treatment/TreatmentStart.qml
DEN-4698: Code Review 0

DEN-4698: Code Review 0

- Found a bug during preparation for the demo

when the ranges were adjusted by user then the ranges came back from FW were not updating the sliders handlers.

DEN-4609: Addressed code review comments

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -0
    • +1
    ./gui/qml/pages/treatment/TreatmentPrime.qml
DEN-4693: Update Design Documents

- Updated the messages MSG to hex for SDD.

    • -3
    • +3
    ./model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h
  1. … 1 more file in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

DEN-4697: Static Code Analysis

  1. … 3 more files in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

  1. … 1 more file in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

DEN-4964: Added HD Versions implementation without *.qml needed changes.

DEN-4964: Added HD Versions implementation without *.qml needed changes.

DEN-4964: Added HD Versions implementation without *.qml needed changes.

    • -0
    • +65
    ./model/hd/adjustment/MTreatmentAdjustHDVersionsResponse.cpp
  1. … 1 more file in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

    • -0
    • +65
    ./model/hd/adjustment/MTreatmentAdjustHDVersionResponse.cpp
  1. … 1 more file in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

    • -0
    • +45
    ./model/hd/adjustment/MHDVersionResponse.cpp
    • -0
    • +71
    ./model/hd/adjustment/MTreatmentAdjustHDVersionsResponse.h
    • -0
    • +64
    ./model/hd/data/MHDVersionData.cpp
    • -103
    • +0
    ./model/hd/data/MHDVersionData.h
  1. … 7 more files in changeset.
DEN-4609: Fixed bicarbonate concentrate enum

  1. … 1 more file in changeset.
DEN-4696: Code Coverage [99.722]

  1. … 6 more files in changeset.
DEN-4609: Addressed code review requests.

DEN-4609: Addressed code review requests.

    • -20
    • +20
    ./model/MTreatmentParametersResp.h
  1. … 4 more files in changeset.
DEN-5034: Implementation [ Messaging ] (2 of 2)

- Added adjustment Request Response in the UI

- Added Logging console out which is more descriptive only for debugging.

- Added multiple different min/max limit/ranges for pressures adjustments.

- Added auto calculate the adjustable low/high limit margin.

- Added a CONSTANT property #define

    • -6
    • +19
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -4
    • +4
    ./gui/qml/pages/treatment/TreatmentStart.qml
  1. … 2 more files in changeset.
DEN-4609: Added class documentation and messaging information.

DEN-4609: Removed newline characters. Fixed orgnization in denali.pro

  1. … 2 more files in changeset.
DEN-4609: Created constants for treatment parameter default, min, max, and resolution values. Included PRS references.

DEN-5033: Implementation [ Messaging ] (1 of 2)

- improving and testing the Arterial/Venous pressure values

- using the doAdjustment of the venousPressureMinimum : vTreatmentAdjustmentPressuresLimits.venousLimitMin

in the QML.

    • -12
    • +26
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -10
    • +12
    ./gui/qml/pages/treatment/TreatmentStart.qml
    • -0
    • +1
    ./view/hd/data/VTreatmentPressureOcclusion.h
  1. … 2 more files in changeset.
DEN-4609: Reverting adding a left and right touch margin

- While the addition of these margins makes it easier to hit the knob, it also adds a distance during drag between the click point and the displayed knob position. If still needed, there should be a better way of increasing the left and right touch margin.

DEN-4609: Updated ConfirmTreatmentTableEntry's description

DEN-4609: Moved ConfirmTreatmentTableEntry.qml to the right place.

    • -0
    • +66
    ./gui/qml/components/ConfirmTreatmentTableEntry.qml
  1. … 2 more files in changeset.
DEN-4609: Addressed code review comments, misc. cleanup

  1. … 3 more files in changeset.