application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13939: IMP: Fixed the merge issue

- Not sure why git didn't get the changes on the ModalDialog's Norification changes to NotificationSmall, and caused the issue on the property IconVisible.

    • -1
    • +1
    /sources/gui/qml/components/ModalDialog.qml
    • -3
    • +1
    /sources/gui/qml/pages/TreatmentFlowBase.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-13939: IMP: Implementation of the the message [0xBB00]

    • -0
    • +14
    /sources/canbus/MessageDispatcher.cpp
    • -1
    • +2
    /sources/canbus/MessageInterpreter.cpp
DEN-13939: IMP: Implementation of the the message [0xBA00]

Messaging:

- Modified the message 0xBB00 required length from 3xU32 to 2xU32

- Renamed the VConfrimDialog to VConfirm, since the view class is not the actual dialog implementation.

- Merged the vPowerOff view to the VConfrim, and removed the VPowerOff view classes.

Alarm Integration:

- AlarmItem: add the hasAlarm to theAlarmMinimize as well to prevent the AlarmBar being visible when there is no active alarm.

- VAlarmStatus: fixed the issue with the hasAlarm property which was causing the AlarmDialog being visible while there was not active alarm.

Confirm Dialog:

- Used the PowerItem.qml and the PowerOff Dialog for Generic Confirm, and improved the code to be repurposed.

- Footer: updated the Footer component to be able to re-layout the touchrects without an open/close cycle.

- TouchRect: exposed the the buttons text.

    • -8
    • +20
    /sources/gui/qml/components/Footer.qml
    • -0
    • +1
    /sources/gui/qml/components/TouchRect.qml
    • -22
    • +47
    /sources/gui/qml/dialogs/PowerOff.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
  1. … 5 more files in changeset.
DEN-13939: IMP: Implementation of the the message [0xBA00]

- The Model/View are implemented and exposed to QML.

    • -0
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +49
    /sources/model/confirm/MDuetConfirmHDi.cpp
    • -0
    • +85
    /sources/model/confirm/MDuetConfirmHDi.h
    • -2
    • +5
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +46
    /sources/view/confirm/VConfirmDialog.cpp
    • -0
    • +56
    /sources/view/confirm/VConfirmDialog.h
DEN-12640: UI: Pressure readings on blood prime / rinseback

- Added bottom line separators.

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-12640: UI: Pressure readings on blood prime / rinseback

- The In-Line Blood Pressure monitor (ILBPM) has been added to the Rinseback and blood prime screen.

- It has been requested to place the ILBPM, at same place on all three screens (Main Treatment is the third one), but on the rinseback screen we don't have space for that. So it has been moved to top/left (it was buttom/left) and swapped with the FLOWS section.

- It needs to be negotiated with the team to make sure everyone agrees.

    • -4
    • +23
    /sources/gui/qml/globals/Variables.qml
    • -46
    • +36
    /sources/gui/qml/pages/treatment/TreatmentHome.qml
DEN-13726: Change Request: Require user to go through Rinseback setup before enabling START RINSEBACK button

DEN-13845: CRV: Merge issue of DEN-12716-UI_BN_S70 into staging

- Due to some enum changes, UI couldn't build

- An idea implemented to detect the enum changes by compiler. The implementation may be able to improve.

    • -293
    • +305
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-13129: SCA: Code Analysis

- Generated Static Code Analisys

UI-DEN-12716 : UI-DEN-12716-2 : UI-DEN-12716_UI BN S70

- Addressed the code review comments.

- The timedatectl command was missing the set-timezone command option.

- When using timedatectl no need to use the hwclock

- During the unit test review noticed that the thread name changed and updated and kept it, although we still have some issues there which needs to be fixed.

    • -26
    • +26
    /sources/cloudsync/CloudSyncController.h
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
adding the resources/settings link to the ignore list.

DEN-13127: LTS: Development Support

- [Export Button Enabling in VM #61|https://github.com/Diality/testsuites/issues/61]

    • -1
    • +2
    /sources/gui/qml/components/StackItem.qml
    • -3
    • +3
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-13134: IMP: General Implementation for any bugs and any other implementations

DEN-12836: Treatment Report/log export modifications

- Improved the SDItem and renamed to SDCProgressItem.

- Added another separate progress circle component for the USB Driver [USBProgressItem]

- Adding Space check for USB as well to get the USBProgressCircle update.

- Optimized ExportButton and added two size for Settings screen(normal) and Treatment Review screen(small)

- Improved USB button comonent

- Added a global byte size converter in Variable.qml

- Improved MainMenu component

- Added a notification for the TreatmentFlowBase.qml main component.

- Used the notification of the TreatmentFlowBase.qml for the Treatment Review Screen Log export to display feedback to the user.

- Added an individual screen for the log export.

- Removed the Export Log and USB eject from the main settings option screen.

- Added an option for the Export log on the settings home screen which is currently enabled for non-service users too.

- Fixed the DGVersionResponse, log message.

- Put a comment in the FileHandler.cpp about the Qt API QStorageInfo::mountedVolume() which seems so slow on detecting mounted volumes when a USB derive is just plugged in (It could be system issue, since it has also been observed from shell console.)

- Added error handling to the Treatment Log/Report export

DEN-12726: Denali application crashing

- Modified the Logger Maxusage limit to keep 50% of the data/event log and 15% of the service log and keep 35% free, after the log clean up triggered by 15% free storage detected.

DEN-13051: Encounter alarm 6 and SD card detection problem after updating UI version

DEN-13156: Settings screen menu should disappear on service mode

- Improved the MainStack.qml navigation rules.

- Improved the Patient ID keyboard handling, to hide the keyboard, when not on the screen.

- Improved the SettingsStack.qml navigation rules.

DEN-13128: KBM: Cloud Sync Integration

- Saving the CS log in UTC timezone.

DEN-13127: LTS: Development Support

- Fixed the issue found on the End-Treatment screen Confirm button which didn't respect the last instruction page enable only rule.

    • -17
    • +70
    /sources/device/DeviceController.cpp
    • -0
    • +89
    /sources/gui/qml/SDCProgressItem.qml
    • -0
    • +90
    /sources/gui/qml/USBProgressItem.qml
    • -1
    • +1
    /sources/gui/qml/components/BackButton.qml
    • -1
    • +1
    /sources/gui/qml/components/ConfirmButton.qml
  1. … 30 more files in changeset.
DEN-13126: INT: Support/Meetings/Planning/Development

- Fixed the application update scripts to setup a device within a Windows machine for releases.

    • -8
    • +8
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-12836: Treatment Report/log export modifications

- DEN-12944: KBM: Usual Meetings/Support/Development

- Modified the setup.sh script to work on PDT (Pacific timezone)

- Added timezone display on the screen by adding it to the VDateTime

- Removed unnecessary FileHandler header include.

- Modified the Treatment Review Export button to export the current TxReport only.

- Added the Safe Eject button for the Post-Treatment TxReport Export.

- Moved Log Folder definitions to the StorageGlobal.

- Fixed the greeting issue [https://github.com/Diality/testsuites/issues/57]

- DEN-11826: Bluetooth BloodPressure Cuff Interval - Observation

- It has completely redesigned

- DEN-9706: Blood Pressure measurement entry window closes automatically

- Auto Hide is disabled

    • -0
    • +122
    /sources/_wip_/fileCopy/main.cpp
    • -0
    • +15
    /sources/gui/qml/pages/MainStack.qml
    • -21
    • +20
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
  1. … 12 more files in changeset.
DEN-12944: KBM: Integration with successful registration.

- removed the else which was incorrect, which was causing a problem.

DEN-12558: HD does not transition to service mode

- implemented the service mode confirmation

- decreased the dialog animation duration

- renamed the service dates MVC to differentiate with service mode.

    • -2
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -3
    • +5
    /sources/canbus/MessageInterpreter.cpp
    • -2
    • +2
    /sources/gui/qml/components/ModalDialog.qml
  1. … 18 more files in changeset.
DEN-12541: Get the SD-Card size from the system

    • -0
    • +1
    /sources/gui/qml/components/MainMenu.qml
DEN-12944: KBM: Usual Meetings/Support/Development

- KBM request to send a response message (1003) when the registration on UI side is done and credentials are copied to the safe folder.

- I also modified the code to start deleting the source credential files if only all the files are copied. previously it was one copy, one delete.

    • -0
    • +1
    /sources/cloudsync/CloudSyncController.h
    • -3
    • +3
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-12804: DOX: General review and support

- Removed the compatibility version from the version format

    • -3
    • +3
    /sources/model/hd/alarm/MAlarmMapping.cpp
wrapping up multiple sprint codes

- LOG: Added a CLI option to disable the Check-In logs by adding -k, --disable-check-in-log at the CLI. This was interrupting the log tests. The build macro has been removed.

- POST: During the coverage find out that the getter functions have not even been called in the ApplicationPost.

- CloudSync: Added the Treatment Code(TxCode), received from the cloud after the Treatment Report stored by Cloud System. It is a message communication between UI<=(2008)=CS.

- CloudSync: Two error added for the 2008: TxCode

- CloudSync: Due to some issues on Cloud System regarding the credential expiration, It has been asked to add a temporary workaround to send the credentials (1004) before message 1006:Device State, 1007:Treatment Report.

- DEN-12727: Treatment Parameter Screen: Added more space between the parameters components specially the Temperature slider and the option on top.

- DEN-12829: Enabled the back button on the Start Treatment Screen

- DEN-12761: Enabled an empty Patient ID.

It has not yet been implemented on the CloudSync App, so if sent empty CloudSystem will later reject to store the TxReport.

When later implemented an unassigned random Patient ID will be created for that TxReport to be later defined and assigned.

- DEN-12837, DEN-12840: The Disinfection Scheduling Entry and the Confirm button have been removed from the "Dialysate Generator Settings" screen.

- DEN-12837, DEN-12840: The "Dialysate Generator Settings" changed to "DG Cleaning" for the menu option and the screen title.

- Settings: The Clear Alarm Condition button has been removed from the settings screen for the release.

- Settings: The options which has no implementation for the phase 1 have been removed from the Settings screen Service mode options. [Language, Calibration, SW Update, Factory Reset]

- DEN-12841: Reworded the password entries in Service screen and for WiFi Join Screen.

- TxCode, TxReport: removed the commented out Treatment Report Parameters from the code.

- LOG: added one character space int he DEBUG log for the Not Enough Data in Types.

- Settings: The Service Dates default values changed from 0 to "" since they are strings.

- Settings: Added some clarification for the Home screen greetings

    • -3
    • +3
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +12
    /sources/cloudsync/CloudSyncController.h
    • -1
    • +1
    /sources/gui/qml/globals/Variables.qml
    • -2
    • +0
    /sources/gui/qml/pages/UserConfirmation.qml
  1. … 18 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

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

    • -1
    • +1
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/bluetooth/BluetoothInterface.h
    • -1
    • +1
    /sources/canbus/MessageAcknowModel.cpp
  1. … 145 more files in changeset.
Merge branch 'DEN-12258-UI-BN-S66' into staging

DEN-12597 Code Review

http://dvm-linux02:8060/cru/UI-DEN-12258-1#c12773

Disabled the coco end as well, which caused the coco to log a lot of warnings.

    • -12
    • +12
    /sources/ApplicationController.cpp
    • -2
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -16
    • +16
    /sources/canbus/CanInterface.cpp
    • -2
    • +2
    /sources/canbus/MessageAcknowModel.cpp
    • -4
    • +4
    /sources/canbus/MessageInterpreter.cpp
    • -12
    • +12
    /sources/device/DeviceController.cpp
  1. … 66 more files in changeset.
DEN-12517 Code Analysis

DEN-12515: KBM: Usual Meetings/Support/Development [ CS/UI Integration on device , Tx Log ]

- implemented the TxLog change request during the meeting.

- Also updated the state changes in the FW.

    • -4
    • +4
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -23
    • +29
    /sources/storage/TreatmentLog.cpp
DEN-12515: KBM: TxLog implementation

- implemented the message 1007 for TxLog to be sent to the CS on HD TxLog received message.

    • -4
    • +1
    /sources/cloudsync/CloudSyncController.h
DEN-12512: INT: Support/Meetings/Planning

DEN-09712 Date format between system date/time and BP/HP "Last Read" is not consistent

DEN-09929 Treatment Log shows "?C" instead of "°C"

PRS-35: Regarding Sean's point about the create treatment parameters, made the parameters dynamic by the Configurations/DataList.cfg in ui.config repository.

    • -2
    • +6
    /sources/gui/qml/components/GridSelection.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +31
    /sources/model/settings/MSettings.cpp
    • -0
    • +10
    /sources/model/settings/MSettings.h
DEN-12514: LTS: Support/Development

========== DevTest

- Fixed the reported bugs from the LTTS team:

+ https://github.com/Diality/testsuites/issues/38: Rejection messages are not displayed for heparin under main-treatment screen 38

+ https://github.com/Diality/testsuites/issues/37: "Self Test Complete!" message is not displayed when "DRY_SELF_TESTS_COMPLETE_STATE" is simulated #37

+ https://github.com/Diality/testsuites/issues/36: Indicators are not displayed for 'Wet Self tests" when "HD_PRIME_WET_SELF_TESTS_STATE" is simulated #36

========== CloudSync

- Changed the order of the device registration request and the device info send, in the order above.

========== Internal

- removed the emoji and language globe buttons from the second keyboard layout.

    • -14
    • +14
    /sources/model/hd/alarm/MAlarmMapping.cpp