Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./pages/settings/SettingsWiFi.qml
  1. … 21 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

- 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
    ./components/SliderCreateTreatment.qml
    • -0
    • +95
    ./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
    ./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
    ./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
    ./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

LEAH-1958-UI-screen-resizing:

Adjusted UI-Pages to fit and displayed properly on the Leahi screen

    • -5
    • +13
    ./components/ConfirmTreatmentTableEntry.qml
  1. … 34 more files in changeset.
LEAH-1884: DeviceController improvement

- Fixed an issue in the VTreatmentRanges if the config file has not read successfully and the dialysate flow rate is set to zero.

- Added the WiFiList device model to the Device management.

- Added MVC for the WiFi List scan.

- Added the readyReadStandard{out/err} to get the executed in-progress script output, to help communicate with the script during execution. [ Update progress to be sent to the application during execution.]

- Added the mCompleted to the DeviceModels to detect when the execution of the progress is complete and it is not the intermittent communication during the execution.

  1. … 13 more files in changeset.
DEN-17147: Leahi UI - logger

- Set the Home as default screen when the -L is set.

- Set the Create Treatment Button Disabled in log only mode.

  1. … 1 more file in changeset.
DEN-17147: Leahi UI Updates On Denali

- Update on leahi/staging

  1. … 1 more file in changeset.
LEAH-1958-UI-screen-resizing:

Adjusted the keyboard height and connection-button in BP/HR screen so that "notification-bar", keyboard and connection-button properly lineup on the screen

LEAH-1958-UI-screen-resizing:

Adjusted screen components to fit Leahi new screen (1920x1080)

    • -1
    • +1
    ./pages/treatment/TreatmentBloodPrime.qml
LEAH-1958-UI-screen-resizing:

Updated the Treatment screen modules heights to align properly

LEAH-1958-UI-screen-resizing:

To support Leahi-Screen 1920x1080

Adjusted the Font and modules like slider etc ...

Reduce the keyboard buttons size

    • -1
    • +1
    ./compounds/StepNavigationTitleBar.qml
    • -5
    • +6
    ./pages/settings/SettingsBluetoothCuff.qml
    • -2
    • +2
    ./pages/settings/SettingsDGCleaning.qml
    • -8
    • +8
    ./pages/settings/SettingsExportLogs.qml
  1. … 12 more files in changeset.
Merge branch 'leahi/features/LEAH-1956-ui-messaging-leahi-ui-messaging-support' into leahi/staging

  1. … 1 more file in changeset.
Merge branch 'leahi/features/LEAH-1956-ui-messaging-leahi-ui-messaging-support' into leahi/develop

  1. … 1 more file in changeset.
DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Made the unhandled log only dynamic with symbol _L

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

  1. … 11 more files in changeset.
DEN-17093: Blood Leak Zeroing in Treatment

- Added a new enum in dialysis for blood leak zeroing

- Updated the payloads for message 0x6C

- Changed "Date And Time" to "Date and Time"

DEN-17093: Blood Leak Zeroing in Treatment

- Added a new field to message 0x2F00 to log dialysate pump inlet to blood leak detector flush volume

- Removed the blood leak zeroing state enum read

DEN-17093: Blood Leak Zeroing in Treatment

- Fixed a typo

DEN-17093: Blood Leak Zeroing in Treatment

- Updated the payload of message 0x2F

- Updated the payload of message 0x0F

- Updated the payload of message 0x6C

DEN-17093: Blood Leak Zeroing in Treatment

- Fixed blood leak view class

  1. … 10 more files in changeset.
LEAH-1937: UI: Translation

Added the notification msg

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

  1. … 11 more files in changeset.
LEAH-1937: UI: Translation

- Moved the translations next to application location in translations folder on target build and point to Projects/application/resources when build on VM.

- Defined the Settings_Category_Translations for the locale as translations/translation

- Moved the settings(locale) next to application location in settings folder on target build and point to /home/denali/Desktop when build on VM.

- Defined the Settings_Category_Locale for the locale as settings/locale

- Added the translation ts/qm with tagged words for Spanish and Germany.

- Removed the loadTranslation logic from the Application controller.

- set the keyboardlocal property to read from the vLocalizations.

- Made all the methods in the Setting class static and the class not instantiable.

- Modified the ConfigurationsDataList to the ParametersDataList to distinguish between the settings and configurations, as well as clarification on the DataList of the Treatement Parameters.

- Corrected the order of the translation, log, startgui.

- Separated the Settings read function and added two readLocale and ReadConfigurations to be able to call the readLocale earlier to get the localization values needed for the rest of the configurations and translations.

  1. … 22 more files in changeset.
DEN-17093: Blood Leak Zeroing in Treatment

- Added a new enum in dialysis for blood leak zeroing

- Updated the payloads for message 0x6C

- Changed "Date And Time" to "Date and Time"

  1. … 7 more files in changeset.