Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6359: Addressed code review comments

DEN-6359: Addressed code review comments

    • -0
    • +76
    ./components/TextEntry.qml
  1. … 6 more files in changeset.
DEN-6359: Removed styling, moved keyboard to the bottom of the screen, updated text input functionality.

    • -0
    • +76
    ./components/DenaliTextInput.qml
    • -0
    • +45
    ./components/Keyboard.qml
    • -23
    • +0
    ./keyboard/images/backspace-868482.svg
    • -18
    • +0
    ./keyboard/images/handwriting-868482.svg
    • -55
    • +0
    ./keyboard/images/hidekeyboard-868482.svg
    • -14
    • +0
    ./keyboard/images/search-868482.svg
    • -201
    • +0
    ./keyboard/images/selectionhandle-bottom.svg
  1. … 8 more files in changeset.
DEN-6349: Updated Keyboard style and positioning

DEN-6352: Numeric keyboard styling adjustments

  1. … 1 more file in changeset.
DEN-6352: Added Qt virtualkeyboard

    • -0
    • +23
    ./keyboard/images/backspace-868482.svg
    • -0
    • +8
    ./keyboard/images/check-868482.svg
    • -0
    • +13
    ./keyboard/images/enter-868482.svg
    • -0
    • +28
    ./keyboard/images/globe-868482.svg
    • -0
    • +18
    ./keyboard/images/handwriting-868482.svg
    • -0
    • +55
    ./keyboard/images/hidekeyboard-868482.svg
    • -0
    • +14
    ./keyboard/images/search-868482.svg
    • -0
    • +201
    ./keyboard/images/selectionhandle-bottom.svg
    • -0
    • +12
    ./keyboard/images/shift-80c342.svg
    • -0
    • +12
    ./keyboard/images/shift-868482.svg
    • -0
    • +12
    ./keyboard/images/shift-c5d6b6.svg
    • -0
    • +33
    ./keyboard/images/textmode-868482.svg
    • -0
    • +1036
    ./keyboard/style.qml
  1. … 2 more files in changeset.
DEN-6352, DEN-6353: Displaying the numeric keyboard under text input fields.

  1. … 1 more file in changeset.
DEN-6353, DEN-6354: Added vitals manual entry page.

    • -0
    • +51
    ./components/FieldInput.qml
    • -0
    • +121
    ./dialogs/VitalsEntry.qml
  1. … 5 more files in changeset.
DEN-4863, DEN-4865: Code Coverage and Unit Tests

  1. … 8 more files in changeset.
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

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

- added a touch expanding area for the TouchArea so regardless of its visual size it can have expanded touchable area.

- the touch expanding for the mute button set to 25 so it can have a bigger touch area that its size which is little.

DEN-5515, DEN-5516: Moved bluetooth setup before UI application start in run.sh, fixed start treatment messaging

  1. … 2 more files in changeset.
Merge DEN-4860_BLE into 2020_EOY_DEMO

    • -0
    • +1
    ./pages/treatment/TreatmentConfirm.qml
  1. … 14 more files in changeset.
Merge master into DEN-4860_BLE

    • -1
    • +57
    ./pages/treatment/TreatmentStack.qml
  1. … 17 more files in changeset.
DEN-5754: Implementation

- linked the pre-treatment ultrafiltration adjustment with the in-treatment ultrafiltration section and the adjustment flow.

- added the rejection reason text to the pTx uf adj screen.

    • -10
    • +14
    ./pages/treatment/TreatmentBegin.qml
    • -2
    • +17
    ./pages/treatment/TreatmentStack.qml
DEN-5515, DEN-5516: Setup in-treatment bp/hr measurement alerts

- Replaced some instances of qDebug with LOG_DEBUG

- Docstring fixes, cleanup

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

- Fixed the message id of the ID_ConfirmTreatmentReq from 58 to 59

- Enabled the priming button for now since there is no FW implementation.

  1. … 1 more file in changeset.
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

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

- Moved version and sd-card icon to to not to cover others.

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-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.