sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8918: BtC: Implementation [Screens] & DEN-8919: BtC: Implementation [Navigations]

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

    • -3
    • +36
    ./gui/qml/components/EntryDialog.qml
    • -0
    • +102
    ./gui/qml/compounds/BPHREntry.qml
    • -0
    • +61
    ./gui/qml/pages/pretreatment/PreTreatmentStack.qml
    • -4
    • +8
    ./gui/qml/pages/settings/SettingsWiFi.qml
    • -49
    • +30
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 4 more files in changeset.
DEN-8918: BtC: Implementation [Screens]

    • -1
    • +1
    ./gui/qml/components/ConfirmButton.qml
    • -0
    • +113
    ./gui/qml/components/EntryDialog.qml
    • -0
    • +2
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -5
    • +0
    ./gui/qml/pages/settings/SettingsBase.qml
    • -8
    • +54
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-8350: Ensure static gateway is preserved after reboot.

DEN-8352: Displaying local network connection status.

    • -3
    • +9
    ./gui/qml/pages/settings/SettingsWiFi.qml
  1. … 1 more file in changeset.
DEN-8700: Ensure disconnecting from a network persists beyond a reboot. Undo disabling of main menu animation.

  1. … 1 more file in changeset.
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
    • +23
    ./gui/qml/pages/settings/SettingsWiFi.qml
    • -228
    • +229
    ./model/hd/alarm/MAlarmMapping.cpp
    • -12
    • +29
    ./view/settings/VNetworkModel.cpp
  1. … 4 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Improved the Alarm design logic

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

    • -2
    • +2
    ./gui/qml/dialogs/NotificationDialog.qml
    • -11
    • +16
    ./view/hd/alarm/VAlarmStatus.cpp
  1. … 1 more file in changeset.
DEN-8910: Meetings & Support - General Support

- Added a threading for the screenshot save

- Tested on the device and modified foldering.

  1. … 1 more file in changeset.
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.

    • -3
    • +3
    ./gui/qml/dialogs/NotificationDialog.qml
    • -2
    • +60
    ./gui/qml/pages/settings/SettingsStack.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.

    • -0
    • +19
    ./gui/qml/pages/disinfect/DisinfectStack.qml
    • -229
    • +229
    ./model/hd/alarm/MAlarmMapping.cpp
    • -16
    • +26
    ./view/dg/data/disinfect/VDisinfectStatesData.h
  1. … 3 more files in changeset.
DEN-8816: Added RTC self test

  1. … 2 more files in changeset.
update Alarm Mapping

- fixed a build error.

Update Alarm Mapping

    • -228
    • +228
    ./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.

    • -27
    • +25
    ./gui/qml/pages/disinfect/DisinfectStack.qml
    • -0
    • +1
    ./gui/qml/pages/settings/SettingsStack.qml
  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
    • +40
    ./model/hd/data/MHDRequestVersions.cpp
    • -0
    • +78
    ./model/hd/data/MHDRequestVersions.h
  1. … 2 more files in changeset.
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.

    • -0
    • +52
    ./device/DeviceError.cpp
    • -0
    • +70
    ./device/DeviceError.h
    • -65
    • +7
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 7 more files in changeset.
DEN-8258, DEN-8257, DEN-8454: Implementation

- UI Driver verification

- UI Filesystem verification

- HD / DG Messaging

    • -178
    • +0
    ./gui/qml/pages/post/PostInProgress.qml
    • -276
    • +0
    ./view/VUIPostSingleResultData.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.

    • -2
    • +7
    ./gui/qml/dialogs/NotificationDialog.qml
DEN-8533 & DEN-8693

Merge and support

    • -0
    • +475
    ./device/DeviceController.cpp
    • -0
    • +171
    ./device/DeviceController.h
    • -0
    • +58
    ./device/DeviceGlobals.h
    • -0
    • +26
    ./device/DeviceModels.cpp
    • -0
    • +105
    ./device/DeviceModels.h
    • -0
    • +79
    ./device/DeviceView.cpp
    • -0
    • +53
    ./device/DeviceView.h
  1. … 30 more files in changeset.
Merge DEN-8514_UI_DEV_Alarms_Active_List into DEN-8252_POST

    • -151
    • +153
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 3 more files in changeset.
DEN-8258, DEN-8257, DEN-8256: Updated UI POST tests, DH/DG final result tests, and in progress screen.

    • -0
    • +58
    ./gui/qml/pages/post/PostInProgress.qml
    • -2
    • +116
    ./view/VUIPostSingleResultData.cpp
    • -2
    • +3
    ./view/dg/data/VDGPostFinalResultData.cpp
    • -3
    • +1
    ./view/dg/data/VDGPostFinalResultData.h
    • -2
    • +3
    ./view/hd/data/VHDPostFinalResultData.cpp
    • -2
    • +1
    ./view/hd/data/VHDPostFinalResultData.h
  1. … 5 more files in changeset.
DEN-8519: Implementations [MVC]

  1. … 1 more file in changeset.
Update Alarm Mapping

    • -156
    • +147
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 1 more file in changeset.
DEN-8519: Implementations [MVC]

- Fixed the list if there are some 0 ids in the list.

    • -72
    • +42
    ./view/hd/alarm/VAlarmActiveList.cpp
  1. … 1 more file in changeset.
DEN-8519: Implementations [MVC]

- made each row high a little taller and made it scrollable.

    • -19
    • +42
    ./gui/qml/dialogs/AlarmListDialog.qml
  1. … 1 more file in changeset.
DEN-8519: Implementations [MVC]

    • -1
    • +23
    ./gui/qml/dialogs/AlarmListDialog.qml
    • -0
    • +136
    ./view/hd/alarm/VAlarmActiveList.cpp
    • -0
    • +91
    ./view/hd/alarm/VAlarmActiveList.h
  1. … 3 more files in changeset.
Alarm Mapping updates.

Register DG acknow as known message

- we currently receive the acknow from DG for some messages so needed to add it as known message from DG.

Merge branch 'DEN-8308_UI_DEV_Treatment_Log' into DEN-8495_UI_DEV_Service_ManualDisinfection_Flush