sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-3605, DEN-3726: Removed QT_DEBUG, unused imports.

  1. … 1 more file in changeset.
DEN-3605, DEN-3726: Reverted fix to Slider.qml.

DEN-3605, DEN-3726: Addressed code review comments

    • -0
    • +3
    ./gui/qml/components/CircleWithText.qml
  1. … 1 more file in changeset.
DEN-4601: Renamed request model to keep it consistent.

DEN-3605, DEN-3726: Addressed code review comments

    • -3
    • +3
    ./gui/qml/components/NotificationBar.qml
    • -4
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
    • -3
    • +3
    ./gui/qml/pages/treatment/TreatmentCreate.qml
  1. … 2 more files in changeset.
Code Review

DEN-3605, Den-3726: Addressing code review comments

    • -36
    • +14
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -32
    • +12
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -121
    • +63
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -37
    • +15
    ./gui/qml/pages/treatment/TreatmentPrime.qml
DEN-4601: Ensuring grid-selected treatment parameter choices are shown, units fix

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentCreate.qml
  1. … 1 more file in changeset.
DEN-4601: Updated treatment parameter request message order

  1. … 2 more files in changeset.
DEN-5032: Implementation [ Screen & navigations ] (1 of 2)

    • -5
    • +16
    ./gui/qml/components/RangeSlider.qml
    • -26
    • +0
    ./gui/qml/pages/treatment/TreatmentHome.qml
    • -0
    • +24
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +9
    ./gui/qml/pages/treatment/TreatmentStart.qml
  1. … 2 more files in changeset.
Merge DEN-4787_bugfix_alarm_persists_after_hd_reboot to DEN-4598-Confirm-Priming-Begin

DEN-4737: Implementation [Double Slider]

- Finished up the Range Slider (aka double slider)

    • -44
    • +71
    ./gui/qml/components/RangeSlider.qml
    • -12
    • +24
    ./gui/qml/pages/treatment/TreatmentHome.qml
DEN-4737: Implementation [Double Slider]

- fixed a bug in onMaximumChanged slot.

- removed reference code of the setValue.

- cleaned up the RangeRect usage.

    • -30
    • +12
    ./gui/qml/components/RangeSlider.qml
DEN-5047: Implementation

- The line of the code which had the logic has been removed.

  1. … 1 more file in changeset.
Updated the Models messages documentations do to V&V request.

    • -0
    • +7
    ./model/dg/data/MDGLoadCellReadingsData.h
    • -6
    • +11
    ./model/dg/data/MDGOperationModeData.h
    • -3
    • +10
    ./model/dg/data/MDGTemperaturesData.h
    • -4
    • +12
    ./model/dg/data/MDGValvesStatesData.h
  1. … 16 more files in changeset.
DEN-4981: Create Treatment models subclass MModel and MAbstract now.

    • -104
    • +43
    ./model/MTreatmentParametersResp.cpp
    • -37
    • +33
    ./model/MTreatmentParametersResp.h
  1. … 1 more file in changeset.
DEN-4787: Updated alarms messaging

    • -9
    • +9
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 1 more file in changeset.
DEN-4981: Made grid selection component name generic

    • -0
    • +103
    ./gui/qml/components/GridSelection.qml
    • -3
    • +3
    ./gui/qml/pages/treatment/TreatmentCreate.qml
  1. … 2 more files in changeset.
DEN-4598: Improved Begin -> Treatment Monitor -> Treatment Home page navigation.

    • -5
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
Merge DEN-4787_bugfix_alarm_persists_after_hd_reboot into DEN-4598-Confirm-Priming-Begin

    • -16
    • +0
    ./gui/qml/components/NotificationBar.qml
    • -14
    • +0
    ./gui/qml/dialogs/NotificationDialog.qml
Merge with DEN-3605_Create_Treatment

    • -2
    • +0
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -2
    • +0
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -3
    • +0
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -3
    • +0
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -0
    • +151
    ./model/MTreatmentParametersResp.cpp
  1. … 6 more files in changeset.
Merge master into DEN-4598-Confirm-Priming-Begin

    • -2
    • +2
    ./gui/qml/components/NotificationBar.qml
    • -2
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
    • -7
    • +16
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 15 more files in changeset.
DEN-4787: Removed flashing animation, ensure alarm is not shown once cleared.

    • -16
    • +0
    ./gui/qml/components/NotificationBar.qml
    • -14
    • +0
    ./gui/qml/dialogs/NotificationDialog.qml
DEN-4601, DEN-4598: Added confirm, priming, and begin pages and messaging.

    • -0
    • +19
    ./VTreatmentBegin.cpp
    • -0
    • +78
    ./gui/qml/components/ConfirmTreatmentSubTable.qml
    • -0
    • +114
    ./gui/qml/components/ConfirmTreatmentTable.qml
    • -0
    • +63
    ./gui/qml/components/PrimingTimer.qml
    • -3
    • +4
    ./gui/qml/components/ProgressCircle.qml
  1. … 37 more files in changeset.
Make the Message tables payload vertical so can be fit in a page.

- That's an start and template not complete.

    • -3
    • +10
    ./model/dg/data/MDGLoadCellReadingsData.h
    • -0
    • +6
    ./model/dg/data/MDGOperationModeData.h
    • -11
    • +18
    ./model/dg/data/MDGTemperaturesData.h
  1. … 15 more files in changeset.
DEN-4737: Implementation [Double Slider]

- The first implementation of the double slider

    • -0
    • +251
    ./gui/qml/components/RangeSlider.qml
    • -0
    • +17
    ./gui/qml/pages/treatment/TreatmentHome.qml
  1. … 4 more files in changeset.
Reverting back the bug fix

- This bug fix needs UT/IT/CC which will break if change without them.

- It needs a complete SDLC Will be tracked under the bug story of :

DEN-4975 : UI displays "Treatment Paused" notification when saline bolus is in progress.

DEN-3605: Removed newline

DEN-3605: Removed unused readCSV function

  1. … 1 more file in changeset.
DEN-3605: Added Request suffix, Updated Resp suffix to Response.

  1. … 2 more files in changeset.