Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
  1. … 2 more files in changeset.
DEN-15514: UI: In-Progress Indicator Missing During Cartridge Priming Steps

- Added some possible solution and will see what is the feedback.

  1. … 2 more files in changeset.
DEN-15514: UI: In-Progress Indicator Missing During Cartridge Priming Steps

- The issue on the FW side which not updating the corresponding blood prime state field ( index 6 ) causes the issue and UI is not getting updated.

- Regardless, updated the states to avoid later confusion.

  1. … 1 more file in changeset.
DEN-15548: UI: Send alarm 178 on CAN (also log alarm 178)

- added the log for the Alarm UI generates (178) to be displayed on the screen, which is not actually send on the CANBus.

- I did not created another extra AlarmStatus request Model, since it is not necessary t o send this message over the CANBus, and it would be lots of unnecessary code for an unnecessary action (sending the message over the CANBus ) since the nature of the message actually is to be sent when there is no HD to ack UI messages.

    • -0
    • +11
    ./qml/components/NotificationBar.qml
  1. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 16 more files in changeset.
DEN-14961: Updated - The UI RTC needs to get synced with HD RTC

Renamed the class and objects to be HDRTC* per CR request

  1. … 12 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 5 more files in changeset.
DEN-15282: FW: Resume RINSBACK is missing a timeout timer

added the timer for the rinseback in progress.

  1. … 1 more file in changeset.
DEN-15826: Bluetooth cuff state overlaps with vital timer in treatment screen

Bluetooth cuff state overlaps with Vital Timer

DEN-15769: UI: Usability: Remove Option to increase/decrease treatment time after UF volume adjustments

DEN-14934: Rinseback "Back to Treatment" Workflow Missing Patient Reconnection Instructions (Phase 1)

  1. … 5 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/components/ConfirmTreatmentTable.qml
  1. … 2 more files in changeset.
Merge branch 'DEN-15799-UI-MS-S100-RM-CONF-RINSEBACK_RATE' into staging

    • -2
    • +1
    ./qml/components/ConfirmTreatmentTable.qml
  1. … 1 more file in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/pages/settings/SettingsDateTime.qml
  1. … 59 more files in changeset.
Merge branch 'DEN-15279-UI-BN-S97-Cybersecurity' into staging

    • -67
    • +77
    ./qml/pages/UserConfirmation.qml
    • -1
    • +2
    ./qml/pages/settings/SettingsDateTime.qml
  1. … 101 more files in changeset.
DEN-13474: Updated - UI: SRSUI for SD-Card/File System Write Failure & Export Log Failure may be Outdated from PRS (SRSUI 1077-1079)

Remove unnecessary spacing introduced from initial commit

  1. … 1 more file in changeset.
DEN-13474: Updated - UI: SRSUI for SD-Card/File System Write Failure & Export Log Failure may be Outdated from PRS (SRSUI 1077-1079)

Remove unncessary signal transfer to GUIController from AppController

  1. … 2 more files in changeset.
DEN-13474: Added - UI: SRSUI for SD-Card/File System Write Failure & Export Log Failure may be Outdated from PRS (SRSUI 1077-1079)

Added code to emit an alarm to HD when the i/o operations fail (ie: write/read to SD or exportlog)

  1. … 5 more files in changeset.
DEN-14961: Added - The UI RTC needs to get synced with HD RTC

Add the HD-UI RTC message model to the UI to do a single HD-UI RTC sync

  1. … 11 more files in changeset.
DEN-15817: UI: HD state bypass during the setup

- mostly ignored the HD states

- needs to timeout the post in -E [ no implemented ]

- Also cleaned up the decommissioning, factory reset, device configurations screens.

    • -4
    • +5
    ./qml/pages/settings/SettingsStack.qml
  1. … 1 more file in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
DEN-15712: Rinseback Saline Bolus Button Should Display 50 mL (Currently 10 mL)

DEN-15737 UI: Call the lockdown.sh before quits

- DEN-15402 is disabled for now, just to release the Cybersecurity release

# I set to always enabled for now to always go to the manufacturing mode

# 1 - Even for normal setup start is moving files to /home/root, so the lockdown needs to run to move files.

# 2 - The UI still needs to be executed to decrypt the /var/configurations, otherwise the configurations can not be updated,

# and I don't have the ability to just decrypt and exit right now.

# Note: after the Cybersecurity release I will improve the user experience and will make it easier for manufacturing.

    • -2
    • +9
    ./qml/pages/settings/SettingsStack.qml
  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
Merge branch 'DEN-15530-UI-VD-S99-Cybersecurity-BN-branch-off' into DEN-15279-UI-BN-S97-Cybersecurity

    • -4
    • +18
    ./qml/pages/settings/SettingsStack.qml
  1. … 11 more files in changeset.
DEN-15211 : CS: CloudSync Configuration Should Preserve after setup

- Made the code testable for CloudSync Device Registration.

    • -1
    • +1
    ./qml/pages/settings/SettingsStack.qml
DEN-15657 : UI: Cybersecurity: Add Enable Root SSH, in the Settings Service menu

- To be consistent and better find the entire feature later, changed the SettingsRootSSH to RootSSHAccess in the SettingsRootSSHAccess.qml.