Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAH-1976: implement-a-simple-video-screen

To provide support for animation, the following modules are created [LEAH-1974]

AnimationScreen.qml

ImageAnimator.qml

ImageNameLoader.qml

PlaybackController.qml

    • -0
    • +158
    ./qml/components/AnimationScreen.qml
    • -0
    • +221
    ./qml/components/ImageAnimator.qml
    • -0
    • +131
    ./qml/components/ImageNameLoader.qml
    • -0
    • +200
    ./qml/components/PlaybackController.qml
  1. … 1 more file in changeset.
LEAH-1976: implement-a-simple-video-screen

Added Video Screen with button-controller with transition animation

Temporary:

The screen can be accessed by clicking on the "SD" icon

The test video is stored in "/home/denali/videos/

    • -0
    • +211
    ./qml/components/VideoScreen.qml
    • -4
    • +17
    ./qml/dialogs/DiagnosticsDialog.qml
  1. … 3 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.
DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Made the unhandled log only dynamic with symbol _L

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

Added the notification msg

  1. … 1 more file 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.
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. … 14 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. … 9 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. … 9 more files in changeset.
LEAH-1937: UI: Translation

Added locate option

Added Confirmation popup

Added write

Clean up the stack & settings

    • -2
    • +2
    ./qml/pages/settings/SettingsStack.qml
  1. … 3 more files in changeset.
LEAH-1937: UI: Translation

Localization Menu

Localization Screen

Localization View

Localization Read

    • -0
    • +114
    ./qml/pages/settings/SettingsLocalization.qml
    • -5
    • +10
    ./qml/pages/settings/SettingsStack.qml
  1. … 6 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

    • -2
    • +2
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 15 more files in changeset.
Merge branch 'DEN-16839-UI-BN-Whitney-1B1' into staging

  1. … 2 more files in changeset.
DEN-16958 UI: Add arrow keys to Virtual Keyboard

- This feature did not get approved to be part of the 1B1, there for it has been reverted back and will later be added when there is less risk.

DEN-16956: UI: Set the max length to 30 for the Service Password

- the SRSUI has a max defined and if not, the VV protocol will fail. So set to 30.

DEN-16953: UI-DN-Release-15

- DEN-16680 addressed the code review comments

    • -1
    • +1
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 2 more files in changeset.
DEN-16953: UI-DN-Release-15

- DEN-16680: Added a new button to support heat disinfect with passive cool.

- DEN-16680: The button is only called Heat Disinfect

- DEN-16680: Renamed the current Heat Disinfect button to Heat Disinfect with Active Cool

    • -28
    • +44
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 2 more files in changeset.
DEN-16959 UI: Navigate to the "Settings Screen" if HD is in service mode.

- Added the OpMode_service for the UI to go to the settings screen after the application relaunch if the HD is in service more.

- Since the UI will not go to the service mode unless user enter the password we have no security issue.

- It is expected with this fix we won't need to do hardware reset of the HD and makes the manufacturing lot easier.

DEN-16958 UI: Add arrow keys to Virtual Keyboard

- Unable to edit the incorrectly entered text with Keyboard due to not having arrow keys on keyboard, therefore added arrow left/right to the keyboard for easier enter/edit the passwords and keys

CS-10: The Log upload to the cloud - Keep stashed files and some minor changes.

- Added the Moda-flx logo to the branch

- added a build flag to bypass the POST fails

- fixed a typo in class definition.

- added the platform text to be displayed on the screen in which the application is executing for later better debugging.[ as //DEBUG: comment ]

- Added my note on BCuff connection to avoid loosing it. [ may need update ]

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

  1. … 1 more file in changeset.
DEN-16924: Remove QR Code for P1

- Added back the visible false for the both QR codes on the both treatment confirm/review screens.

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

  1. … 31 more files in changeset.
DEN-16862: Add a command to reset HD during UI software install

- Added a command to request an HD reset during the UI software and while HD is in service mode.

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

    • -2
    • +2
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 7 more files in changeset.
DEN-16784: BACK Button Appears during Disinfection Screen after Ending Treatment

- Fixed the disinfect back button being visible on after treatment disinfection.

- Set the hasCancel to false when op_mode sets back to the StandbyWaitTreatment.

- Removed the disinfect back button hide on touch.

  1. … 2 more files in changeset.
DEN-16785: Make Chem Disinfect and Chem Flush Disinfect Buttons Invisible per Instit Config Status

- used the itemVisible to hide the chemical flush and checmical disinfect.

- fixed the institutional model class comment.

- made the enableChemicaldisinfect enabled/true by default.

    • -49
    • +7
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 2 more files in changeset.