storage

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAH-1937: UI: Translation

Removed some "tr" from C++ code which does not need translation

Add new flag into the Qt-Project file for supporting Translation

Test the application with translation support

Identified new improvement options

Identified new bugs to be fixed

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

This Commit has TEST_CODE included

Added slot to load translation

Added support for the qml-keyboard language

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

- Removed not used NoCANBUS development settings.

- Added the two systemLocale and systemLanguage in the Settings singleton class, to be accessed by _Setting in one place.

- Renamed the isValid method in the Settings class to exists for clarity.

- Added local to the filename method in Settings to get the setting file name with the defined locale.

- Made the Category of the settings order to set eSettingsSystem at top, to get the locale first and then read the rest of the settings files according that setting.

- Separated the parse section from the read method to simplify the read function.

- Two big logic in Settings::read has changed:

1. the read won't read any conf file in the settings path anymore, since the order is not important and each file existance.

2. the Settings::read now reads a file and parse it after in oppose to read all files and the parse them. That is mainly because we need to make decision base on the content of the setting files (System.conf in this case for now)

- Renamed the Settings::save to saveSystem for clarification, since that is the only writable setting, and that does not have locale too.

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

Added locate option

Added Confirmation popup

Added write

Clean up the stack & settings

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

Localization Menu

Localization Screen

Localization View

Localization Read

  1. … 9 more files in changeset.
LEAH-1864: UI: Digi Board Bring up - Basics [ ( NO Settings , NO Cloud) ]

- matched the Denali code to be executed on the Leahi board.

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

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

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

  1. … 9 more files in changeset.
DEN-16872 Blood priming screen appeared during treatment

- Fixed the A/B buffer switch on each of the log categories (.log, .err) since their speed are not the same they switch on different timing.

  1. … 1 more file in changeset.
DEN-16872 Blood priming screen appeared during treatment

- made the cache index atomic

- adjusted the buffersize and the timeut by some tests.

- added elapsed time for each log flush.

- separated each of the logs concurrent threads.

DEN-16872 Blood priming screen appeared during treatment

- added caching to the UI application logs.

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

- Fixed a typo in read file error.

- Changed the logic for the dissdcardspacechanged to be an OR instead of and, so either of the available and percent change of the sd-card can now trigger the signal, although it may get higher frequency but seems like necessary.

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

- Fixed the issue with the log name Time section.

CS-10: The Log upload to the cloud

- refactored the name of global cli option values.

- added two other options for better debugging by [dis/en]able them.

- added optional gzip compression.

- added different approcahes for the log upload in case may need a change.

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

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

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

  1. … 3 more files in changeset.
CS-13: Patient ID set as fix if not entered by user

- Enabled the CS timers to look up for the pending txr.

- Fix a typo which caused Settings screens notification cover by Minimized Alarm.

- Added a default Patient ID "NoPatientIDEntered" to be stored as, in the Txr, in case skipped.

  1. … 4 more files in changeset.
CS-13: Patient ID set as fix if not entered by user

- Enabled the CS timers to look up for the pending txr.

- Fix a typo which caused Settings screens notification cover by Minimized Alarm.

- Added a default Patient ID "NoPatientIDEntered" to be stored as, in the Txr, in case skipped.

  1. … 4 more files in changeset.
DENBUG-192: UI: CloudSync log files retention

The CloudSync ticket is the following:

CS-9: CS: CloudSync shall delete old daily basis logs on 15% used space in its log folder.

- added two message handler for the ID 11

-- 1011 UI=>CS [ P1<percent to be delete to be max used> ] )

-- 2011 CS=>UI [ P1<number of deletion>, P2<total deletion size in MB>] )

  1. … 2 more files in changeset.
DENBUG-192: UI: CloudSync log files retention

The CloudSync ticket is the following:

CS-9: CS: CloudSync shall delete old daily basis logs on 15% used space in its log folder.

- added two message handler for the ID 11

-- 1011 UI=>CS [ P1<percent to be delete to be max used> ] )

-- 2011 CS=>UI [ P1<number of deletion>, P2<total deletion size in MB>] )

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

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

- Added the op_mode as Standby to the disinfect condition.

CS-10: The Log upload to the cloud

- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature.

- If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format.

- Improved the code and fixed some of TODO sections.

- Added PROPERTY for the application running environment in GuiView to use in export log.

- Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen.

- Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used.

- Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.

CS-11: CloudSync Factory Reset deletes the configurations (does decommissioning)

- moved the cs factory reset call for the decommissioning.

- fixed the TimedProcess timeout call.

- fixed signal emits without emit keyword.

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

  1. … 12 more files in changeset.
Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into staging

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

- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature.

- If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format.

- Improved the code and fixed some of TODO sections.

- Added PROPERTY for the application running environment in GuiView to use in export log.

- Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen.

- Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used.

- Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.

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

- Added the op_mode as Standby to the disinfect condition.

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

  1. … 26 more files in changeset.
staging merge cherry pick

DEN-16465: Fixed - TestSuites : Integration testing update

Fixed the unit tests to be able to compile and run

DEN-16465: Fixed - TestSuites : Integration testing update

Add FileHandler unit tests

Add coverage to tst_models

Add TODO to the tst_views to be updated in the future

DEN-16465: Update - TestSuites : Integration testing update

Add more tests for coverage in tst_models

DEN-16465: Update - TestSuites : Integration testing update

Added more coverage tests to tst_models, checkpoint before refactor step

DEN-16465: Update - TestSuites : Integration testing update

Resolved more failed tests in tst_models

DEN-16465: Update - TestSuites : Integration testing update

Fixed failed tests in tst_models - 0 checkpoint

DEN-16465: Update - TestSuites : Integration testing update

Add more coverage to the model headers to cover typeText and toString functions

DEN-16465: Update - TestSuites : Integration testing update

Update tst_models to include MAbstractDynamics coverage

CR address comment

fixed the typo

  1. … 11 more files in changeset.