device

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- declare all qstring variables for logUpload fn as const

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- adjust comment of pending files from .p to .u

Merge branch 'bugfix/DENBUG-325-Machine-Fails-to-Zip-Files-When-Asleep-Preventing-Upload-to-Cloud' into develop

  1. … 8 more files in changeset.
DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- add new uploaded extension for log files

- Add change to logUpload fn to replace pending extension to uploaded extension when cloudsync triggers log is uploaded

  1. … 1 more file in changeset.
DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- add new uploaded extension for log files

- Add change to logUpload fn to replace pending extension to uploaded extension when cloudsync triggers log is uploaded

  1. … 1 more file in changeset.
DENBUG-325: Machine Fails to Zip Files When Asleep, Preventing Upload to Cloud

- add new uploaded extension for log files

- Add change to logUpload fn to replace pending extension to uploaded extension when cloudsync triggers log is uploaded

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

  1. … 611 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.

    • -1302
    • +1324
    ./DeviceController.cpp
  1. … 14 more files in changeset.
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. … 2 more files in changeset.
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.

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

  1. … 611 more files in changeset.
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.

    • -1302
    • +1323
    ./DeviceController.cpp
  1. … 6 more files in changeset.
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.

  1. … 17 more files in changeset.
LEAH-1884: [WIP] DeviceController Improvement

- Finishing up the WiFi Scan, for the list of the available APs nearby.

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.

  1. … 3 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.

  1. … 2 more files in changeset.
LEAH-1888 Brightness settings changed

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. … 7 more files in changeset.
LEAH-1864: UI: Digi Board Bring up - Basics [ ( NO Settings , NO Cloud) ]

- Fixed remained Settings instances.

LEAH-1937: UI: Translation

- Removed some references to the non-static Settings class.

LEAH-1864: UI: Digi Board Bring up - Basics [ ( NO Settings , NO Cloud) ]

- Removed Unit-Test classes

- Removed the win endings (\r) from some files

- Renamed the denali project to leahi

    • -1302
    • +1302
    ./DeviceController.cpp
  1. … 28 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.

    • -1302
    • +1301
    ./DeviceController.cpp
  1. … 22 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

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

  1. … 37 more files in changeset.
Enable registration mode - initial implementation hesitations

  1. … 9 more files in changeset.
CS-10: The Log upload to the cloud

- removing the log watch before adding it. found out some situations it could cause watch not work properly.

- Added log for the CS received message

  1. … 1 more file in changeset.