Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15442: Added - UI: Cybersecurity: Decommissioning [Settings Menu, Service Mode]

Added decommission.sh script

Added the invoking code of decommission script from UI

    • -0
    • +47
    ./qml/pages/settings/SettingsDecommission.qml
    • -1
    • +10
    ./qml/pages/settings/SettingsStack.qml
  1. … 12 more files in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Correct function typo

Changed TBD of setting file to actual location based on UI path in code

  1. … 1 more file in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Added retaining service password in settings.conf file after the default is loaded via factory_reset.sh script

  1. … 3 more files in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Modify to include clearer messages on factory reset settings screen

Updated debug messages

  1. … 2 more files in changeset.
DEN-15441: Added - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Add code to invoke the factory_reset script

    • -0
    • +37
    ./qml/pages/settings/SettingsFactoryReset.qml
    • -1
    • +6
    ./qml/pages/settings/SettingsStack.qml
  1. … 13 more files in changeset.
DEN-11827: Updated - BP/HR screen missing a way to pair bluetooth cuff

Modify to use page() to add/remove the bt settings screen

DEN-15361: Updated - UI: Dialysate temp default in treatment settings is incorrect

Added defaultValue property to be set by slider component user

Remove previous default value code

update pre-treatment screen to set default value property

    • -4
    • +1
    ./qml/components/SliderCreateTreatment.qml
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- The -KaukE added to run.sh which needs to be removed when done.

- Added the default service password

- fixed the issue after changing the confirm screen for the change password

- moved the settings post connections to a separate function to be called after the settings initialization.

  1. … 8 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. … 3 more files in changeset.
DEN-15488 : Update - UI: Start Prime Button Colored After Starting Cartridge Prime

Comment out the bgColor property with todo note

DEN-13789 : Changed - Change Request: UI allows user to continue into treatment with a diastolic pressure greater than the systolic pressure

Remove "Skip" label logic

Set confirm button to rely on the valid state of bp/hr entry

add inclusion to the valid values for diasystolic and systolic pressures

DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- Fixed the Service password using the fixSalt

- //TODO: it needs to be appended to make ti less appear

- //TODO: work on the Encrypted Partition

    • -11
    • +11
    ./qml/pages/settings/SettingsServicePassword.qml
    • -32
    • +50
    ./qml/pages/settings/SettingsStack.qml
  1. … 16 more files in changeset.
DEN-15488 : Fixed - UI: Start Prime Button Colored After Starting Cartridge Prime

Change the property set for the background color change of start prime button

DEN-15439 : Updated - UI: Cybersecurity: The Export from SD-Card shall not follow SymLinks

Refactor checking symlink to a static function to be used outside FileHandler

Add wrapper function in GUIView to call FileHandler function checking symlink

Add logic to not show symlink in sd card log list

Update displayed counter to reflect only visible files count

  1. … 2 more files in changeset.
DEN-15361 : Fixed - UI: Dialysate temp default in treatment settings is incorrect

Add setting and handling of a default value to sliders

Update pretreatment create screen to set the default value of the dialysate temp slider

    • -0
    • +4
    ./qml/components/SliderCreateTreatment.qml
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/components/ConfirmTreatmentTable.qml
    • -1
    • +1
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 40 more files in changeset.
DEN-15359: Usability: Arterial and Venous Pressure Alarm Limits

- DEN-15387: UI: Updates for treatment parameter entry (A/V alarm window)

- DEN-15388: UI: Updates for in-treatment adjustment of alarm parameter window (pressure alarm screen)

- Monitoring components for the TxHome, Rinseback, BloodPrime

    • -6
    • +5
    ./qml/components/ConfirmTreatmentTable.qml
    • -22
    • +2
    ./qml/pages/treatment/TreatmentHome.qml
    • -26
    • +8
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 25 more files in changeset.
DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- Fixed the alignment of the time

- Fixed the epoch zero to display empty instead of incorrect date/time

  1. … 3 more files in changeset.
DEN-15407: UI: Add RO Permeate Sample to cleaning mode screen + messaging

    • -36
    • +61
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 4 more files in changeset.
DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- Implemented the MVC and messaging.

  1. … 15 more files in changeset.
DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- Added the Status template on the DG Cleaning screen

DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- separated the screens for the DG Cleaning and DG scheduling

    • -155
    • +0
    ./qml/pages/settings/SettingsDG.qml
    • -0
    • +155
    ./qml/pages/settings/SettingsDGCleaning.qml
    • -0
    • +132
    ./qml/pages/settings/SettingsDGScheduling.qml
    • -50
    • +62
    ./qml/pages/settings/SettingsStack.qml
  1. … 2 more files in changeset.
DEN-15439 : Updated - UI: Cybersecurity: The Export from SD-Card shall not follow SymLinks

Refactor checking symlink to a static function to be used outside FileHandler

Add wrapper function in GUIView to call FileHandler function checking symlink

Add logic to not show symlink in sd card log list

Update displayed counter to reflect only visible files count

  1. … 2 more files in changeset.
DEN-15361 : Fixed - UI: Dialysate temp default in treatment settings is incorrect

Add setting and handling of a default value to sliders

Update pretreatment create screen to set the default value of the dialysate temp slider

    • -0
    • +4
    ./qml/components/SliderCreateTreatment.qml
DEN-11827 : Changed - BP/HR screen missing a way to pair bluetooth cuff

Based on Behrouz' comments, changed button text, visibility logic, and instruction-text

modify the clearing of pairedAddr to avoid flickering of the CONNECTION button on bp/hr screen

  1. … 1 more file in changeset.
DEN-15287 : Added - BP/HR screen missing a way to pair bluetooth cuff

Added the button to access bluetooth screen from bp/hr screen

Add bluetooth settings screen component in bp/hr screen

DEN-15296: UI: Cybersecurity: Create and mount the encrypted folder, with denali -E [Encrypted Partition]

    • -7
    • +7
    ./qml/pages/settings/SettingsStack.qml
  1. … 16 more files in changeset.
DEN-15383: UI: Cybersecurity: The service password keyboard hides if password is not correct.

DEN-15382: UI: Cybersecurity: The Manufacturing Setup mode Menus alignment

- Also removed unused ALARM_ID_UI_POST_FAILURE_SDCARD alarm generator.

  1. … 2 more files in changeset.