application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

    • -0
    • +66
    /sources/gui/qml/components/ConfirmTreatmentTableEntry.qml
DEN-4609: Addressed code review comments, misc. cleanup

DEN-4964: Addressed code review comments.

    • -8
    • +38
    /sources/model/hd/data/MHDVersionData.h
DEN-4964: Addressed code review comments.

    • -12
    • +11
    /sources/model/hd/data/MHDVersionData.h
    • -0
    • +7
    /sources/view/dg/data/VDGAccelerometerData.h
    • -0
    • +7
    /sources/view/hd/data/VHDAccelerometerData.h
DEN-4598, DEN-4609, DEN-4607: Updated unit tests, removed unused Storage namespace from ApplicationController.cpp, removed saveNewTreatment function from ApplicationController.h

DEN-4964: Addressed code review comments.

    • -0
    • +74
    /sources/model/hd/data/MHDVersionData.h
DEN-4695: Integration Testing

- Fixed broken names in SquishQt

Removed extra empty lines

    • -1
    • +0
    /sources/canbus/MessageAcknowModel.cpp
    • -1
    • +0
    /sources/canbus/MessageInterpreter.cpp
    • -2
    • +0
    /sources/gui/qml/globals/Variables.qml
    • -2
    • +0
    /sources/gui/qml/pages/SettingsHome.qml
  1. … 23 more files in changeset.
DEN-5033: DEN-5034: Implementation [ Messaging ]

- Back end implementation of the messaging.

    • -0
    • +15
    /sources/canbus/MessageDispatcher.cpp
    • -0
    • +7
    /sources/canbus/MessageInterpreter.cpp
    • -5
    • +5
    /sources/gui/qml/pages/Diagnostics.qml
    • -5
    • +5
    /sources/gui/qml/pages/ManagerHome.qml
  1. … 10 more files in changeset.
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

    • -2
    • +2
    /sources/gui/qml/components/RangeBar.qml
    • -2
    • +6
    /sources/gui/qml/components/RangeRect.qml
    • -2
    • +2
    /sources/gui/qml/components/TickMarks.qml
    • -39
    • +48
    /sources/gui/qml/globals/Colors.qml
    • -8
    • +18
    /sources/gui/qml/globals/Variables.qml
    • -26
    • +64
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
DEN-4598, DEN-4609, DEN-4607: Added VTreatmentEnd.cpp/.h, Added end treatment button to settings page, misc. cleanup.

    • -0
    • +17
    /sources/gui/qml/pages/SettingsHome.qml
    • -2
    • +2
    /sources/model/MEndTreatmentResponse.h
    • -0
    • +15
    /sources/view/VTreatmentBegin.cpp
    • -0
    • +37
    /sources/view/VTreatmentBegin.h
    • -0
    • +40
    /sources/view/VTreatmentEnd.cpp
    • -0
    • +40
    /sources/view/VTreatmentEnd.h
    • -20
    • +0
    /sources/view/hd/alarm/VAlarmStatus.cpp
Merge branch 'DEN-5282_UltrafiltrationStopState'

DEN-4598, DEN-4609, DEN-4607, DEN-4605: Updated unit tests and code coverage. Made changes requested in code review.

    • -0
    • +55
    /sources/storage/FileSaver.cpp
    • -0
    • +50
    /sources/storage/FileSaver.h
    • -0
    • +20
    /sources/view/hd/alarm/VAlarmStatus.cpp
  1. … 7 more files in changeset.
DEN-4964: Formatted file.

DEN-5341: Code Analysis

- Found an unused code and removed.

DEN-5520: Updated mSignalStrengthPct comment to match the variable.

    • -8
    • +8
    /sources/model/hd/data/MTreatmentFlowsData.h
DEN-5341: Code Analysis

- some dox updated as well.