application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16961: UI: Release P1B branches to be created for the IDE

- Modified the UI versioning to match the new release branching:

release/p1b/<master, staging, develop>

in oppose to:

release/<p1, p1_staging, ...>

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.

    • -0
    • +1
    /sources/gui/qml/components/TextEntry.qml
    • -0
    • +5
    /sources/gui/qml/pages/UserConfirmation.qml
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 ]

    • -0
    • +1163
    /resources/logos/Moda-flx Logos/Moda-flx-Horizontal-Logo-RGB-Color.ai
    • -0
    • +1248
    /resources/logos/Moda-flx Logos/Moda-flx-Square-Logo-RGB-Color.ai
    • -0
    • +1208
    /resources/logos/Moda-flx Logos/Moda-flx-Vertical-Logo-RGB-Color.ai
    • -0
    • +18
    /sources/bluetooth/readme.md
    • -2
    • +2
    /sources/view/settings/VDuetRoWaterDG.h
DEN-16956: UI: Add all ASCII symbols as acceptable for the Service Password

- Added all the ASCII symbols as acceptable for the service password.

!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

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

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.

CS-10: The Log upload to the cloud

- empty out the out.buf with echo "" > could cause the application to assert out, and seems the "" is not empty in "QString.isEmpty()"

CS-10: The Log upload to the cloud

- Reformat some event logs (Acks) to be aligned with the others format.

- Made the USB Drive status log to be one time log for each mount, unmount and removed events, and not to fill in the service log in each second.

    • -320
    • +320
    /sources/ApplicationPost.cpp
    • -1096
    • +1096
    /sources/canbus/MessageDispatcher.cpp
    • -1311
    • +1315
    /sources/device/DeviceController.cpp
CS-10: The Log upload to the cloud

- Adding error handling

- Adding an easier testability to the UI and CS, since CS needs the out buf to be emptied out or to be deleted, made UI to retry to add the watch in that case when the out buff is recreated.

    • -1329
    • +1362
    /sources/cloudsync/CloudSyncController.cpp
    • -336
    • +345
    /sources/cloudsync/CloudSyncController.h
Merge branch 'DEN-16657-UI-BN-S116-LogUpload-Compression' into DEN-16839-UI-BN-Whitney-1B1

Bamboo Commit: Updated MAlarmMapping.cpp

    • -16
    • +22
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
CS-10: The Log upload to the cloud

- Fixed the issue with the log name Time section.

Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
CS-10: The Log upload to the cloud

- the uploadOldestFirst logic was reverse.

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.

    • -17
    • +24
    /sources/device/DeviceController.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merge branch 'DEN-16786-ui-dn-s119' into staging

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.

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.

DEN-16785: Make Chem Disinfect and Chem Flush Disinfect Buttons Invisible per Instit Config Status

- Added code to application controller to call for request institutional record.

- Added code in the disinfect stack qml to dynamically adjust the disinfect buttons upon enable chemical disinfect value

- Changed the status of chemical disinfect in the institutional record to enabled or disabled from 1 or 0

    • -15
    • +42
    /sources/gui/qml/pages/disinfect/DisinfectStack.qml