Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5754: Implementation

- Removed the semi-colon at the end of the imports.

DEN-5833: Implementation

- The message 63 has been tested

  1. … 3 more files in changeset.
DEN-5833: Implementation

- Added the message 63 (req/rsp)

  1. … 13 more files in changeset.
DEN-5833: Implementation

- moved version and SD-Card icon to top which were covering the alarm bar.

- added list icon on the notification bar

- implemented the basics of the alarm list dialog.

- tweaked the Notification default coloring

-

    • -0
    • +100
    ./dialogs/AlarmListDialog.qml
  1. … 6 more files in changeset.
DEN-5833: Implementation

- Fixed the bug of silence logic which was reverse

- Fixed the bug that length of the silence message payload was incorrectly set to 4 instead of 1.

- changed the name of the MAlarmSilenceReq member variable to silence instead of state which now implies it is silent (1) or not (0).

  1. … 3 more files in changeset.
DEN-5833: Implementation

- made the mute button click optional and currently enabled.

- made minimize on silent on the Notification Dialog optional and is disabled currently.

- made separate slots for each user actions instead of one for all with 4 parameter cause I think it's easier and more convenient to use this way.

- increased the Notification Bar height a little bit more.

  1. … 2 more files in changeset.
DEN-5833: Implementation

- Implementation of the message 64: 'Alarm User Action'

- Cleaned up the VAlarmStatus class.

  1. … 4 more files in changeset.
DEN-4964: Added DG Versions to Manager page.

DEN-4964: Added DG Versions to Manager page.

  1. … 13 more files in changeset.
DEN-5833: Implementation

- Fixed a bouncing bug of the message when sent for the first time with silenced flag on to show the alarm not maximized.

  1. … 1 more file in changeset.
DEN-5833: Implementation

- Added 3 Alarm buttons

- created Mute Button

- created Up and Down Button (minimize/maximize)

- used FW alarm status flag enum (Alarm_State_Flag_Bit_Positions) instead of the UI version and removed UI one.

Code cleaned up

- modified and cleaned up Notification Dialog and Bar.

- modified Time Text component to be able to show sections with one zero only.

- cleaned up main.qml

    • -0
    • +60
    ./components/MuteButton.qml
    • -37
    • +27
    ./components/NotificationBar.qml
    • -0
    • +37
    ./components/UpDownButton.qml
    • -40
    • +87
    ./dialogs/NotificationDialog.qml
  1. … 13 more files in changeset.
DEN-5754: Implementation

- Added the new MVC for initial UF Volume adjustment messages (79/80).

  1. … 16 more files in changeset.
DEN-5754: Implementation

- reviewed the pre-treatment screens and modified

- added the double range slider for Arterial and Venous

- modified the treatmentBegin(ultrafiltration)

- so many other tweaks.

    • -1
    • +1
    ./components/ConfirmTreatmentTable.qml
    • -1
    • +1
    ./components/SliderCreateTreatment.qml
    • -1
    • +1
    ./components/TopMenuBarCreateTreatment.qml
    • -60
    • +77
    ./pages/treatment/TreatmentBegin.qml
    • -1
    • +0
    ./pages/treatment/TreatmentConfirm.qml
    • -131
    • +167
    ./pages/treatment/TreatmentCreate.qml
    • -102
    • +78
    ./pages/treatment/TreatmentPrime.qml
  1. … 6 more files in changeset.
DEN-4964: Added HDVersions FPGA items to Manager Screen.

DEN-5515: Added VAlert class to support BLE related alerts

    • -0
    • +108
    ./dialogs/Alert.qml
  1. … 22 more files in changeset.
DEN-4964: Added HDVersions major, minor, micro to Manager Screen.

  1. … 1 more file in changeset.
DEN-5744: Code Review 0

- Fixed some typo

DEN-4964: Added HDVersions major, minor, and micro to Manager Screen.

DEN-5514: Added VVitals.h/cpp view for populating vitals information on treatment monitor page.

  1. … 6 more files in changeset.
DEN-5742: Code Coverage [100%]

  1. … 6 more files in changeset.
DEN-5741: Integration Testing

DEN-5739: Implementation

- Added the response in cpp and qml.

    • -29
    • +31
    ./pages/treatment/sections/TreatmentHeparin.qml
  1. … 2 more files in changeset.
DEN-5739: Implementation

- reading the heparin data and connected tot the UI/QML

  1. … 6 more files in changeset.
DEN-5739: Implementation

- Saline progressBar not moving fixed.

- Ultrafiltration suspected bug has been fixed but commented out since no one complained.

- The Heparin screen created as the skeleton.

    • -10
    • +5
    ./pages/treatment/TreatmentStart.qml
    • -0
    • +77
    ./pages/treatment/sections/TreatmentHeparin.qml
  1. … 2 more files in changeset.
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

    • -5
    • +34
    ./pages/treatment/TreatmentBegin.qml
    • -85
    • +266
    ./pages/treatment/TreatmentCreate.qml
    • -8
    • +79
    ./pages/treatment/TreatmentPrime.qml
    • -17
    • +20
    ./pages/treatment/TreatmentStack.qml
  1. … 20 more files in changeset.
DEN-5636: Implementation [PressureRangeSlider improvement]

- kept an idea for later if required.

DEN-4860: BLE Settings Page Updates

- Saving my devices to disk

- Loading my devices on startup

- BLEScanner improvements

- Refactored VBluetoothDeviceInfo

  1. … 9 more files in changeset.
DEN-5636: Implementation [PressureRangeSlider improvement]

- Updated the documentation

    • -20
    • +27
    ./compounds/PressureRangeSlider.qml
  1. … 1 more file in changeset.
DEN-4860: Confirmed data received after measurement completion.

- In progress update for 1Hz check-in w/ BLE Cuff capability

  1. … 7 more files in changeset.
DEN-5636: Implementation [PressureRangeSlider improvement]