sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5169: (Create Treatment Sliders) Updated RangeRect to use pressed and released instead of pressChanged

    • -1
    • +4
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -10
    • +42
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -36
    • +36
    ./model/MTreatmentParametersResp.cpp
    • -36
    • +36
    ./model/MTreatmentParametersResp.h
DEN-4964: Added 3 decimals to the HD accelerometer based on code review comments

  1. … 1 more file in changeset.
Merge DEN-3605_Create_Treatment into DEN-4598-Confirm-Priming-Begin

    • -0
    • +5
    ./gui/qml/components/GridSelection.qml
    • -3
    • +3
    ./gui/qml/components/NotificationBar.qml
    • -4
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
    • -36
    • +14
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -32
    • +12
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -120
    • +64
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -38
    • +16
    ./gui/qml/pages/treatment/TreatmentPrime.qml
  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

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

- Moved slider a little down.

DEN-3605, DEN-3726: Removed QThread from tst_views. Updated treatment parameter response ordering.

    • -49
    • +48
    ./model/MTreatmentParametersResp.cpp
    • -15
    • +11
    ./model/MTreatmentParametersResp.h
  1. … 1 more file in changeset.
DEN-4601, DEN-4598: Updated priming screen to show check mark after completion. Ensure Priming Complete has the right font size.

    • -0
    • +3
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -2
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-5139: Implementation [ Screen & navigations ] (2 of 2)

- The venous color and title and default component color fixed.

  1. … 1 more file in changeset.
DEN-4601, DEN-4598: Updated priming screen.

    • -0
    • +39
    ./gui/qml/components/CheckListItem.qml
    • -17
    • +34
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -1
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 6 more files in changeset.
DEN-5139: Implementation [ Screen & navigations ] (2 of 2)

    • -0
    • +160
    ./gui/qml/compounds/PressureRangeSlider.qml
  1. … 2 more files in changeset.
DEN-5171: Added blood flow and dialysate inlet flow signal percentage.

    • -28
    • +33
    ./model/hd/data/MTreatmentFlowsData.cpp
    • -14
    • +17
    ./model/hd/data/MTreatmentFlowsData.h
  1. … 1 more file in changeset.
DEN-5284: Implementation

    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-5284: Implementation

    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-4601: Priming duration will be a counter-clockwise countdown now.

    • -5
    • +1
    ./gui/qml/pages/treatment/TreatmentPrime.qml
Code Review

DEN-3605, DEN-3726: Removed qDebug enhancement, removed unneeded imports.

  1. … 1 more file in changeset.
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.