settings

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16021: Fixed : UI: Unable to Change Date and Time in HD Settings

Remove unnecessary timeSpec setting

Add consts

DEN-16021: Fixed : UI: Unable to Change Date and Time in HD Settings

Corrected UTC conversion on doConfirm action

Added error handling for date_time_set script process failing

DEN-15112: Added - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Add the log list model for SD card and USB in CPP

Updated the SettingLogExport QML to reflect CPP model addition

    • -0
    • +258
    ./VLogFileListModel.cpp
    • -0
    • +101
    ./VLogFileListModel.h
  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 12 more files in changeset.
DEN-15487: Updated - UI: POST: UI needs to report an error if the configuration files, or parameter(s) are missing.

DEN-16104: UI: Reorder the sequence of the messages in POST from UI to HD

  1. … 11 more files in changeset.
DEN-15112: Updated - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Use the correct path array to also find the treatment logs in the encrypted partition

  1. … 2 more files in changeset.
DEN-15112: Updated - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Add missing doxygen comment and Debug comment

  1. … 1 more file in changeset.
DEN-15112: Updated - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Add doxygen comments and debug comments

  1. … 2 more files in changeset.
DEN-15112: Updated - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Add improved USB insert/remove handling that does not rely on polling

Add updates to models base on directory changes

    • -0
    • +249
    ./VLogFilesModel.cpp
    • -0
    • +103
    ./VLogFilesModel.h
  1. … 14 more files in changeset.
DEN-15112: Added - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Updated the filemodel to have a proxyModel for filtering and sorting actions

    • -0
    • +61
    ./VLogSortFilterProxyModel.cpp
    • -0
    • +44
    ./VLogSortFilterProxyModel.h
  1. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 15 more files in changeset.
Merge remote-tracking branch 'origin/DEN-15833-UI-VD-S101-UI_HD_RTC_sync' into staging

  1. … 3 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. … 11 more files in changeset.
DEN-15112: Added - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

WIP added the SD-Card file model to the code.

    • -0
    • +197
    ./VSDCardFilesModel.cpp
    • -0
    • +79
    ./VSDCardFilesModel.h
  1. … 7 more files in changeset.
Merge branch 'DEN-15845-UI-MS_S100' into staging

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

  1. … 67 more files in changeset.
Merge branch 'DEN-15279-UI-BN-S97-Cybersecurity' into staging

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

Add conversion to UTC time to properly handle setting HD RTC

Add conversion to local time to properly handle syncing UI RTC with HD's RTC

DEN-15845: Service password entry not being logged

Service password entry not being logged

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. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
DEN-15733: Typo in Bluetooth Cuff connection screen

- I cherry picked Mohammad's commits from an incorrect branch and put it here. and will remove from the other branch ( DEN-15774-UI-MS-S100 ).

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

  1. … 4 more files in changeset.
DEN-15604 : UI Encryption/Decryption during normal operation

- still needs work to clean up the execution order

- some of them have been disabled.

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

Changed the script to check if the removal was successful

Added password replacement in script and removed from UI code

Added cloud sync token removing

  1. … 1 more file in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- completed the encryption partition creation

- used a function to get the settings home, which is going to be different when App is in manufacturing mode and in normal operation.

- now in normal mode it needs to be mounted to be used and needs some movements and threading.

- For now the application should use the -R CLIS to make the app use the root home folder for the configurations, and I add it to the run.sh, but it has to be removed later.

  1. … 17 more files 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. … 2 more files in changeset.
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. … 7 more files in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- made the fixSalt obfuscated.

  1. … 1 more file in changeset.