application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4860: Continue refactoring to align with coding standard

    • -32
    • +28
    /sources/bluetooth/BLEScanner.cpp
    • -1
    • +1
    /sources/gui/qml/pages/SettingsBluetooth.qml
DEN-4860: Update to align better with coding standard, fixed docstring issues.

- Updated message ID to align with message lists

    • -2
    • +2
    /sources/gui/qml/pages/SettingsBluetooth.qml
Merge master into DEN-4860_BLE

    • -0
    • +98
    /sources/Threads.cpp
    • -0
    • +136
    /sources/gui/GuiGlobals.cpp
    • -77
    • +84
    /sources/gui/qml/globals/Variables.qml
    • -3
    • +16
    /sources/gui/qml/pages/SettingsHome.qml
    • -0
    • +140
    /sources/view/VView.h
DEN-4860: In progress update

    • -0
    • +461
    /sources/bluetooth/BLEScanner.cpp
    • -0
    • +118
    /sources/bluetooth/BLEScanner.h
    • -0
    • +6
    /sources/gui/qml/components/ScreenItem.qml
    • -7
    • +22
    /sources/gui/qml/components/SettingsItem.qml
    • -1
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -0
    • +115
    /sources/gui/qml/pages/SettingsBluetooth.qml
  1. … 7 more files in changeset.
Merge master into DEN-4598-Confirm-Priming-Begin

    • -39
    • +10
    /sources/canbus/MessageInterpreter.cpp
    • -25
    • +40
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
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.

DEN-4698: Code Review 0

    • -1
    • +0
    /sources/canbus/MessageInterpreter.cpp
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

DEN-4693: Update Design Documents

- Updated the messages MSG to hex for SDD.

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

    • -1
    • +1
    /sources/canbus/messageinterpreter.cpp
DEN-4697: Static Code Analysis

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

    • -64
    • +0
    /sources/model/hd/data/MHDVersionData.cpp
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.

    • -5
    • +5
    /sources/canbus/messageinterpreter.cpp
    • -31
    • +0
    /sources/view/hd/data/VHDVersionData.cpp
DEN-4964: Added HD Versions implementation without *.qml needed changes.

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

    • -0
    • +12
    /sources/canbus/messagedispatcher.cpp
    • -0
    • +7
    /sources/canbus/messageinterpreter.cpp
    • -0
    • +45
    /sources/model/hd/adjustment/MHDVersionResponse.cpp
  1. … 7 more files in changeset.
DEN-4609: Fixed bicarbonate concentrate enum

DEN-4696: Code Coverage [99.722]

DEN-4609: Addressed code review requests.

    • -2
    • +2
    /sources/gui/qml/components/Slider.qml
DEN-4609: Addressed code review requests.

    • -1
    • +1
    /sources/gui/qml/components/Slider.qml
    • -1
    • +1
    /sources/model/MEndTreatmentResponse.h
    • -20
    • +20
    /sources/model/MTreatmentParametersResp.h
    • -1
    • +25
    /sources/model/hd/data/MPrimingData.h
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

    • -0
    • +31
    /sources/gui/qml/globals/Variables.qml
DEN-4609: Added class documentation and messaging information.

    • -0
    • +22
    /sources/model/MEndTreatmentResponse.h
    • -0
    • +23
    /sources/model/MStartTreatmentResponse.h
    • -1
    • +41
    /sources/model/MTreatmentParametersResp.h
DEN-4609: Removed newline characters. Fixed orgnization in denali.pro

    • -3
    • +0
    /sources/model/MEndTreatmentResponse.h
    • -2
    • +0
    /sources/model/MStartTreatmentResponse.h
DEN-4609: Created constants for treatment parameter default, min, max, and resolution values. Included PRS references.

    • -20
    • +136
    /sources/view/VTreatmentCreate.h
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.

    • -0
    • +2
    /sources/gui/qml/globals/Variables.qml
    • -12
    • +26
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
    • -10
    • +12
    /sources/gui/qml/pages/treatment/TreatmentStart.qml
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.

    • -2
    • +0
    /sources/gui/qml/components/RangeRect.qml
DEN-4609: Updated ConfirmTreatmentTableEntry's description