storage

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16037: Updated - System does not Erase Treatment Logs When Folder is Full

Updated code based on CR requests

- add signals to follow device<device>StateChange and device<device>SpaceChange

- Add proper handling of the added signals (slots and connections)

- remove the added encrypted path and use settings_path() instead

  1. … 2 more files in changeset.
I resolved my own message because of the conversation we had in terms of why I am making the change suggested.

I resolved my own message because of the conversation we had in terms of why I am making the change suggested.

I don't believe we need did * spaceChange. I am not interested in when the space changes. I am only interested when that partition gets too low on available space. Unless there is a case that you h...

I don't believe we need did * spaceChange. I am not interested in when the space changes.
I am only interested when that partition gets too low on available space. Unless there is a
case that you have which indicates otherwise.
This signal is similar to didSDCardSpaceTooLow, line 231

For SD card case, when the SD card is not ready, we update the visuals to set the "available" and "used" to 0 and emit the update. For this case, we are not updating any visuals. The need we have f...

For SD card case, when the SD card is not ready, we update the visuals to set the
"available" and "used" to 0 and emit the update. For this case, we are not updating
any visuals. The need we have for this function is to determine whether we are
low on available partition space and if we are, emit the "low" signal to handle

as has been mentioned follow the other two (USB, Sd-Card) methods naming and signature.

as has been mentioned follow the other two (USB, Sd-Card) methods naming and signature.

please follow the same naming and arguments for the did<device>SpaceChange(bool vReady, ....) did<device>StateChange( ... ) don't think we need toolow fir this one.

please follow the same naming and arguments for the
did<device>SpaceChange(bool vReady, ....)
did<device>StateChange( ... )

don't think we need toolow fir this one.

we already have the same variable define as Settings_Path_Name. Please use that

we already have the same variable define as Settings_Path_Name.
Please use that

Why it is different than the same function for the SD-card? It is a mounted drive.

Why it is different than the same function for the SD-card?
It is a mounted drive.

please add //DEBUG

please add //DEBUG

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

  1. … 12 more files in changeset.
Merge branch 'DEN-15833-UI-VD-S101_POST_ConfigFilesCheck' into staging

  1. … 4 more files in changeset.
UI-DEN-15833_UI VD S101 - UI - Post Settings Check - [ READY ]
UI-DEN-15833_UI VD S101 - UI - Post Settings Check - [ READY ]
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.
UI Staging Unreviewed Commits
UI Staging Unreviewed Commits
DEN-16037: Added - System does not Erase Treatment Logs When Folder is Full

Added a check of the treatments folder partition for disk space usage

  1. … 2 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 improved USB insert/remove handling that does not rely on polling

Add updates to models base on directory changes

  1. … 15 more files in changeset.