application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9142: Meetings & Support - General Support

- Added Dialin channels as "Debug" channels in the UI Log for V&V canbus testing (All were Unexpected before.)

- Added label for the Diagnostics screen

- The SD-CArd Indicator's mouse area made bigger to easier double touch it.

    • -31
    • +54
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
    • -224
    • +228
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9142: Meetings & Support - General Support

- Updating the blood/dialysate flow ranges/resolution.

- Updated the Serial messages length from 10 to 15 bytes.

- Having some work done testing the plotting component.

    • -10
    • +15
    /sources/gui/qml/components/MainMenu.qml
    • -7
    • +10
    /sources/gui/qml/globals/Variables.qml
    • -215
    • +228
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8705: Pre-Treatment Setup Screen

- Usability tests feedback modifications

- A/V Pressure Limits ranges update regarding PRS changes.

    • -5
    • +5
    /sources/gui/qml/components/StepBullet.qml
    • -0
    • +4
    /sources/gui/qml/components/StepIndicator.qml
    • -4
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +3
    /sources/gui/qml/pages/TreatmentFlowBase.qml
    • -232
    • +236
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8937: Meetings & Support - General Support

- Updated the main Treatment Log message parameters.

    • -18
    • +18
    /sources/gui/qml/compounds/Fader.qml
    • -41
    • +48
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -1
    • +0
    /sources/view/settings/VNetworkModel.cpp
DEN-DEN-8937: Meetings & Support - General Support

- Disinfection each sub-state timer

    • -1
    • +1
    /sources/gui/qml/components/TimeText.qml
    • -2
    • +13
    /sources/gui/qml/compounds/CheckListView.qml
    • -1
    • +7
    /sources/gui/qml/pages/TreatmentFlowBase.qml
DEN-8922: Static Code Analysis

DEN-DEN-8937: Meetings & Support - General Support

- Modified the DG disinfect states message to use the new FW enum instead of the temporary UI one.

    • -1
    • +1
    /sources/gui/qml/components/EntryDialog.qml
    • -1
    • +1
    /sources/gui/qml/compounds/BPHREntry.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8937: Changing the DG State Message channel

- Changed the channel from dg_sync to hd_sync

    • -2
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -17
    • +16
    /sources/gui/qml/pages/disinfect/DisinfectStack.qml
DEN-8920 Implementation [Store Collected Data]

- Added MVC

- Added the TxLog and Log_Events and so...

- Added the timeout/interval

- ....

    • -0
    • +2
    /sources/gui/qml/components/EntryDialog.qml
    • -0
    • +128
    /sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h
DEN-8910: Meetings & Support - General Support

- Heat Disinfection bundled states modification

    • -1
    • +0
    /sources/gui/qml/components/EntryDialog.qml
Update Alarm Mapping

- Also reverted back the timeout interval to 1 min.

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8918: BtC: Implementation [Screens] & DEN-8919: BtC: Implementation [Navigations]

- The view needs to be implemented in C++.

    • -3
    • +36
    /sources/gui/qml/components/EntryDialog.qml
    • -7
    • +24
    /sources/gui/qml/components/TextEntry.qml
    • -0
    • +102
    /sources/gui/qml/compounds/BPHREntry.qml
    • -1
    • +11
    /sources/gui/qml/globals/Variables.qml
  1. … 4 more files in changeset.
DEN-8918: BtC: Implementation [Screens]

    • -1
    • +1
    /sources/gui/qml/components/CloseButton.qml
    • -1
    • +1
    /sources/gui/qml/components/ConfirmButton.qml
    • -0
    • +113
    /sources/gui/qml/components/EntryDialog.qml
    • -1
    • +1
    /sources/gui/qml/components/ModalDialog.qml
DEN-8350: Ensure static gateway is preserved after reboot.

DEN-8352: Displaying local network connection status.

    • -0
    • +9
    /scripts/wifi_test_network.sh
    • -8
    • +21
    /sources/view/settings/VNetworkModel.cpp
    • -1
    • +3
    /sources/view/settings/VNetworkModel.h
DEN-8700: Ensure disconnecting from a network persists beyond a reboot. Undo disabling of main menu animation.

    • -1
    • +1
    /sources/gui/qml/components/MainMenu.qml
DEN-8700, DEN-8352, DEN-8351: Ensure static settings are preserved across reboot. Ensure disconnect works with latest pathing changes. Added internet connection status.

    • -1
    • +1
    /sources/gui/qml/components/MainMenu.qml
    • -228
    • +229
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -12
    • +29
    /sources/view/settings/VNetworkModel.cpp
    • -13
    • +15
    /sources/view/settings/VNetworkModel.h
DEN-8910: Meetings & Support - General Support

- Improved the Alarm design logic

- Fixed the issue with the AlarmActiveListDialig jumping back to the AlarmDialog.

    • -11
    • +16
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-8910: Meetings & Support - General Support

- Added a threading for the screenshot save

- Tested on the device and modified foldering.

    • -5
    • +28
    /sources/device/DeviceController.cpp
    • -11
    • +7
    /sources/storage/StorageGlobals.cpp
DEN-8910: Meetings & Support - General Support

- Active Alarm List toggle while the minimize is disables.

- Wrapped up the Serial information in settings

- Wrapped up the Service information in settings

- Fixed a minor issue in logging threading which was adding the log header in main thread and added more threading check for Logger.

- Added Screenshot functionality to the application by F12 on keyboard to save on usb drive "screenshot" folder with <yyyyMMdd-HHmmss>.png file format on device and on Desktop/Screenshot on desktop version.

    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +8
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +2
    /sources/gui/qml/components/UpDownButton.qml
    • -2
    • +3
    /sources/gui/qml/compounds/TouchGrid.qml
  1. … 36 more files in changeset.
DEN-8256: Adding in rest of POST changes from sprint 46

DEN-8693: Meetings & Support - General Support

- Updated the Alarm Mapping to add Alarm index on each line as comment.

- Added Flush States

- Fixed message 0x7700 length error.

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmActiveList.cpp
    • -229
    • +229
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8816: Added RTC self test

    • -19
    • +31
    /sources/view/VUIPowerOnSelfTest.cpp
update Alarm Mapping

- fixed a build error.

Update Alarm Mapping

    • -228
    • +228
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8693: Support for the disinfect

- Adding support for reading the brightness value from the Linux file system instead of having another file just to keep the same value.

- Fixed a bug in the Active Alarm List request.

- Adding the functionality of the Alarm Volume.

- Modified the Disinfection screens[Heat/chem] check marks with the new bundled states provided by FW for UI and the flush states are yet to come.

- Adjusted the Active Alarm List screen a little to be able to show all the current Alarm messages without cropping.

    • -0
    • +3
    /scripts/brightness_get.sh
    • -1
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -26
    • +39
    /sources/device/DeviceController.cpp
  1. … 12 more files in changeset.
DEN-8639: Added support for version compatibility test

- Receive HD request for SW version

- Reply to HD w/ SW Version

    • -0
    • +17
    /sources/canbus/MessageDispatcher.cpp
    • -0
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +40
    /sources/model/hd/data/MHDRequestVersions.cpp
    • -0
    • +78
    /sources/model/hd/data/MHDRequestVersions.h
    • -0
    • +31
    /sources/view/VUIPowerOnSelfTest.cpp
DEN-8523: Bluetooth cuff

- Although there is not specific Bluetooth setting appear here but the entire idea here is to prepare the application to have a better platform for device handling like Bluetooth and the other ones.

    • -45
    • +72
    /sources/device/DeviceController.cpp
    • -13
    • +14
    /sources/device/DeviceController.h
    • -0
    • +52
    /sources/device/DeviceError.cpp
    • -0
    • +70
    /sources/device/DeviceError.h
    • -20
    • +128
    /sources/device/DeviceGlobals.h
  1. … 7 more files in changeset.
DEN-8258, DEN-8257, DEN-8454: Implementation

- UI Driver verification

- UI Filesystem verification

- HD / DG Messaging

    • -0
    • +19
    /scripts/bluetoothctl_check.out
    • -0
    • +26
    /scripts/checksums_desktop.conf
    • -0
    • +2525
    /scripts/checksums_target.conf
    • -0
    • +10
    /scripts/modules_check.out
    • -0
    • +1
    /scripts/touchscreen_check.out
    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
  1. … 23 more files in changeset.
DEN-8693

- A fix for the FW support request to shoe the diagnostic screens while non-minimize-able alarm dialog is up to double tap on the exclamation icon to bring the diagnostic dialog up.