sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12121: Adjustments to Dianogistic Dialog to fit new FW versions better. Moved Pressures to have a bit more room for 5 digit values.

    • -4
    • +6
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DEN-12121: Updates per code review

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DEN-12121: Updated Models and views to latest messaging protocol. Fixed BLD to show detect counter. Updated get version to display compatibility revision.

    • -4
    • +6
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -24
    • +28
    ./view/settings/VAdjustmentVersions.cpp
    • -18
    • +20
    ./view/settings/VAdjustmentVersions.h
DEN-12121: Further linkage for updating values on screen relating to DEN-12118

    • -3
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DEN-12121: Updates per system team's feedback for DEN-12118

    • -15
    • +15
    ./gui/qml/dialogs/DiagnosticsDialog.qml
DEN-12121: Implemented QML updates, proper view links for QML, and remaining implementation for new messages to the QML stack. All relate to DEN-12118.

    • -54
    • +101
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -1
    • +1
    ./view/dg/data/VDGConductivityData.cpp
    • -0
    • +1
    ./view/dg/data/VDGValvesStatesData.cpp
    • -12
    • +13
    ./view/dg/data/VDGValvesStatesData.h
    • -0
    • +26
    ./view/hd/data/VHDAirBubbleData.cpp
Merge branch 'staging' into DEN-12121-sw_dev-sprint-65

    • -10
    • +8
    ./gui/qml/dialogs/DiagnosticsDialog.qml
  1. … 1 more file in changeset.
DEN-12121: Implemented Model and Views for BloodLeak, AirBubble, AirTrap and DG Conductvity for DEN-12118. Removed ODi and ODo in diagnostic dialog. Added isCompleted field in Rinseback Model for DEN-9932.

    • -6
    • +2
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -0
    • +57
    ./model/dg/data/MDGConductivityData.cpp
    • -0
    • +90
    ./model/dg/data/MDGConductivityData.h
    • -0
    • +45
    ./model/hd/data/MHDAirBubbleData.cpp
    • -0
    • +84
    ./model/hd/data/MHDAirBubbleData.h
    • -0
    • +45
    ./model/hd/data/MHDAirTrapData.cpp
    • -0
    • +84
    ./model/hd/data/MHDAirTrapData.h
    • -0
    • +78
    ./model/hd/data/MHDBloodLeakData.cpp
  1. … 12 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
    • -1
    • +1
    ./view/hd/data/treatment/VTreatmentBloodFlow.h
  1. … 1 more file in changeset.
Merge branch 'DEN-11980-sw_dev-sprint-64' into staging

    • -4
    • +2
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -2
    • +2
    ./view/hd/data/treatment/VTreatmentBloodFlow.h
  1. … 1 more file in changeset.
Updates per code review.

DEN-12121: skeleton model and file for blood leak sensor for DEN-12118.

    • -0
    • +37
    ./model/hd/data/MHDBloodLeakData.h
  1. … 1 more file in changeset.
DEN-11980: Updates and fixes per code review.

    • -0
    • +67
    ./model/hd/data/treatment/MTreatmentDialysateFlowData.cpp
    • -0
    • +95
    ./model/hd/data/treatment/MTreatmentDialysateFlowData.h
  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 570 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

UI-BUG-S63: UI-BUG-S63-2: Addressed the code review comments.

Bamboo Commit: Updated MAlarmMapping.cpp

DEN-11980: Split Flows Data Model to Blood Flow data and Inlet Data Models. Updated Views to reflect new message protocol for Blood Flow and Inlet Flow. Updated Diagnostic Dialog to reflect new message values.

    • -4
    • +2
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -0
    • +72
    ./model/hd/data/treatment/MTreatmentBloodFlowData.cpp
    • -0
    • +98
    ./model/hd/data/treatment/MTreatmentBloodFlowData.h
    • -165
    • +0
    ./model/hd/data/treatment/MTreatmentFlowsData.h
    • -0
    • +69
    ./model/hd/data/treatment/MTreatmentInletFlowData.cpp
    • -0
    • +95
    ./model/hd/data/treatment/MTreatmentInletFlowData.h
    • -2
    • +2
    ./view/hd/data/treatment/VTreatmentBloodFlow.h
  1. … 2 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Merge branch 'UI_BUG_S63' into develop

Updated the DG POST index like the HD

  1. … 2 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

UI-BUG-S62: UI-BUG-S62-1

Addressed code reviews.

  1. … 2 more files in changeset.
Merge branch 'UI_BUG_S63' into develop

DEN-11814: Heparin Minimum Dispensing Parameters Should Be 0.2

- Reverted back the Heparin min to 0.0 due to the slider's issue which disables the OFF feature, since the value 0.0 becomes an invalid.

- A minor update on the POST progress display to start when 0 to max of complete enum -1.

- An idea of fixing the slider touch issue. [Is DISABLED for now, for more test]

    • -2
    • +3
    ./gui/qml/pages/disinfect/DisinfectStack.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 3 more files in changeset.