Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-17157-update_denali_application_for_dry_demo' into staging

    • -2
    • +3
    ./qml/components/SliderCreateTreatment.qml
  1. … 3 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Addressed the code review comments.

DEN-17157: Update_Denali_Application_for_Dry_Demo

- Addressed the code review comments.

    • -2
    • +2
    ./qml/components/SliderCreateTreatment.qml
  1. … 3 more files in changeset.
LEAH-1976: implement-a-simple-video-screen

Added Video Screen with button-controller with transition animation

Temporary:

The screen can be accessed by clicking on the "SD" icon

The test video is stored in "/home/denali/videos/

    • -0
    • +211
    ./qml/components/VideoScreen.qml
    • -4
    • +17
    ./qml/dialogs/DiagnosticsDialog.qml
  1. … 3 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Added code in PreTreatmentUltrafiltration.qml to clear the screen all the time.

- Removed the defaultValue in the PreTreatmentUltrafiltration.qml .

DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the treatment vitals qml file to accept vitals in drydemo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 605 more files in changeset.
DENBUG-287 ( DEN-16823 ) : Tx Log Export Success Message via USB is Hidden Behind REQUEST_REJECT_REASON_DRAIN_NOT_COMPLETE Msg

- DEN-16823: Tx Log Export Success Message via USB is Hidden Behind REQUEST_REJECT_REASON_DRAIN_NOT_COMPLETE Msg

- Cherry Picked from Dara's commit

DEN-17161: Incorrect Calcium Value recorded in TX logs

- Cherry picked from Dara's commit 8fa28af55b1a183b75fb6ddd800192e88ac8d258.

DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

- Added functionality to properly backup the BootPOST log which is the log before getting the HDSerial.

- It will get backed up if it is in the current day and system just has changed to the new log file due to receiving of the serial.

- When trying to back up the normal logs (logs with serial), will try for its BootPOST log, if exists will get backed up.

DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

- renamed the BootPOST log before backing up so won't remain Serial-less on the device.

DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

- now using the old "denali" added log format for update/manufacturing

- and delete them with the lockdown.sh script.

DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

- after the reboot the newly created BootPOST could not get renamed because of the same file already exists, therefore application is now append the new one to the oldone with serial and deletes the new one.

- since the BootPOST log files are small in size like 5~10K this should affect the performance of the system.

  1. … 11 more files in changeset.
Develop Merge

- Made the Wifi and Bluetooth icons as larger to match the SD icon in drydemo

Merged DEN-17157

DEN-17157: Update_Denali_Application_for_Dry_Demo

- Made the SD circle that is used in drydemo bigger

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 605 more files in changeset.
DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

  1. … 3 more files in changeset.
DEN-17161: Incorrect Calcium Value recorded in TX logs

- Cherry picked from Dara's commit 8fa28af55b1a183b75fb6ddd800192e88ac8d258.

  1. … 2 more files in changeset.
DENBUG-287 ( DEN-16823 ) : Tx Log Export Success Message via USB is Hidden Behind REQUEST_REJECT_REASON_DRAIN_NOT_COMPLETE Msg

- DEN-16823: Tx Log Export Success Message via USB is Hidden Behind REQUEST_REJECT_REASON_DRAIN_NOT_COMPLETE Msg

- Cherry Picked from Dara's commit

DEN-17157: Update_Denali_Application_for_Dry_Demo

- DEN-17203: Added code to not pop up the drydemo menu when the drydemo is not selected

LEAH-1884: [WIP] DeviceController Improvement

- got a potentially solid idea on how to design the models and controllers

- the idea is completely implemented in brightness.

- valid implementations are usbmount, brightness, wifiscan.

- other than brighness other ones need a final review.

- Note: if the requested value is not valid in toByteArray application would be better to rever like the one is done in fromByteArray. to test set the range of the brightness slider to 0 to 6.

- extra setting models need to be removed like the device controller.

    • -11
    • +18
    ./qml/pages/settings/SettingsWiFi.qml
  1. … 20 more files in changeset.
Merged DEN-17157

  1. … 1 more file in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the default values per marketing request

- Changed code to make sure the confirm dialog does not pop up in drydemo

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/DEN-17157-update_denali_application_for_dry_demo' into develop

  1. … 1 more file in changeset.
DEN-17168: Release 20 Changes

- DEN-17161: Updated the potassium and calcium data types from U32 to F32.

  1. … 2 more files in changeset.
DEN-17168: Release 20 Changes

- DENBUG-255: Added the HD serial number at the beginning of the log file for device clarity.

- DENBUG-287: Changed the post treatment code to create room for both the export status and any reject reason.

  1. … 6 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the .qrc file with the DryDemoDialiog.qml

  1. … 1 more file in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the code

  1. … 2 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the UI application to support dry demo

DEN-17157: Update_Denali_Application_for_Dry_Demo

- Added code to support the dry demo menu

    • -1
    • +1
    ./qml/components/SliderCreateTreatment.qml
    • -0
    • +95
    ./qml/dialogs/DryDemoDialog.qml
  1. … 2 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Changed create treatment qml files to start with default values when the application is in dry demo.

- Changed the BP/HR screen to have default pressure and heart rate values when the application is in dry demo.

- Changed the ultrafiltration page to start with 2L preset when the application is in dry demo.

    • -3
    • +4
    ./qml/components/SliderCreateTreatment.qml
LEAH-1884: [WIP] DeviceController Improvement

- DeviceController: improvement (intermediate progress messages)

- DeviceGlobals: improved the templates for the slots executions.

- DeviceView: parse and prepare the wifiList to view to the user.

- DeviceView: made it a listmodel for the qml use.

- WifiInterface: removed the test parser that has been moved to the DeviceView.

    • -14
    • +20
    ./qml/pages/settings/SettingsWiFi.qml
  1. … 8 more files in changeset.
LEAH-1884: [WIP] DeviceController Improvement

- Making the Device control decide for the view

- Added a functionality to get intermediate messages from scripts, like progress.

- Improved the above functionality.

- Modified the DeviceView to a AbstractListModel, to store list of data, like WiFi and Bluetooth.

    • -13
    • +13
    ./qml/pages/settings/SettingsWiFi.qml
  1. … 5 more files in changeset.
LEAH-1958-UI-screen-resizing:

To display the keyboard in more properly,

1. reduced the keyboard size by %80,

2. added a background to the keyboard to cover left & right site of screen

3. the background is anchored to the keyboard-bottom to avoid covering the notification-bar