application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Part 1/2: make the unhandled messages dynamic

- The messages/unhandled.conf has been created in the settings area and will be loaded and used for the unhandled messages in the message interpreter.

    • binary
    /resources/images/Logo d-blue.png
    • -0
    • +27
    /resources/settings/messages/unhandled.conf
    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +21
    /sources/canbus/MessageInterpreter.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

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

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

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

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

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merge branch 'DEN-9626UI_DEV_BluetoothCuffIntegration' into develop

DEN-10399: UI: Alarms block Shutdown screen

DEN-9271: Dialysate Temperature implemented resolution does not meet PRS

    • -1
    • +1
    /sources/gui/qml/components/Slider.qml
    • -0
    • +1
    /sources/view/hd/alarm/VAlarmStatus.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9639: Code Review 0

- Addressed code reviews

- Reoved LOG_DEBUG_UI since the DEBUG log is all about UI and adding a UI to it was useless.

- Removed the time stamp from the POST start/stop log since the log itself has timestamp.

- Added more documentation to the ApplicationPOST class.

- Renamed the FileSystem to ShaSum check in the ApplicationPOST.

- Updated the WiFi POST check funciton.

- Updated the initial Screen to pause the animation when the UI navigates out of that screen when we are in test (usual case should not happen since we fail or pass the POST and either stops the animation.)

- Updated the AlarmMapping to reflect the FILESYSTEM error change to SHASUM error.

    • -3
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/canbus/MessageAcknowModel.cpp
    • -2
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +2
    /sources/gui/qml/components/WaitDone.qml
  1. … 5 more files in changeset.
DEN-9826: Follow Up: UI_DEV: POST [ FS ]

- Added a shu256sum for the denali application.

DEN-9928: Post Treatment Log Treatment Time in Hours instead of Minutes

- Changed the "Treatment Duration" and "Actual Treatment Duration" unit to minutes instead of hours.

DEN-10153: Treatment Log Comments Investigations

- Patient Name removed.

- Treatment Duration moved in [Treatment Prescription] section

- Actual Treatment Duration moved in [Treatment Parameters] section

DEN-9639: Code Review 0

    • -4
    • +4
    /sources/bluetooth/BluetoothInterface.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9638: Code Analysis

Bamboo Commit: Updated MAlarmMapping.cpp

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

    • -3
    • +3
    /sources/bluetooth/BluetoothInterface.cpp
    • -2
    • +2
    /sources/canbus/MessageAcknowModel.cpp
    • -4
    • +3
    /sources/canbus/MessageInterpreter.cpp
Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated MAlarmMapping.cpp

    • -5
    • +9
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-10163 5 min countdown timer is not useful and should be removed in Additional Rinseback screen

- Disabled the Rinsback Additional's timer

- Also found a bug in SafetyVolume Reading.

Updated Alarm Mappings

    • -5
    • +6
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9637: Update Design Documents

- Added the ability to enable/disable the vitals measurement logs [it's still unknown that how to stop in case of the treatment ended by alarm or system fault.]

- Added the Battery Level of the selected device.

    • -0
    • +35
    /scripts/bluetooth_remove_paired.sh
    • -361
    • +552
    /sources/bluetooth/BluetoothInterface.cpp
    • -9
    • +8
    /sources/bluetooth/BluetoothInterface.h
    • -11
    • +12
    /sources/gui/qml/globals/Colors.qml
    • -4
    • +3
    /sources/model/settings/MBluetooth.cpp
  1. … 4 more files in changeset.
DEN-9653: Implementation - Settings [Screen]

    • -19
    • +57
    /sources/bluetooth/BluetoothInterface.cpp
    • -0
    • +7
    /sources/bluetooth/BluetoothInterface.h
    • -2
    • +18
    /sources/model/settings/MBluetooth.h
    • -7
    • +77
    /sources/view/settings/VBluetooth.cpp
    • -4
    • +47
    /sources/view/settings/VBluetooth.h
DEN-9655: Implementation - Settings [MVC]

DEN-9657: Implementation - Event Driven Reading

DEN-9658: Implementation - Treatment Log

    • -10
    • +24
    /sources/ApplicationController.cpp
    • -49
    • +38
    /sources/bluetooth/BluetoothInterface.cpp
    • -21
    • +8
    /sources/bluetooth/BluetoothInterface.h
    • -3
    • +6
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +86
    /sources/model/ui/data/MUIBloodPressureData.cpp
    • -0
    • +107
    /sources/model/ui/data/MUIBloodPressureData.h
  1. … 4 more files in changeset.
DEN-9659: Implementation [POST]

- Created a separate file for the Bluetooth screen since it became bigger.

- Moved the WiFi and Bluetooth start in the Application controller and handled by POST events.

- Added a 5 second sleep for the Bluetooth Device to get ready in run.sh

- Added WiFi POST in run.sh

- Moved lambda functions for POST into slots.

- Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces.

- Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST).

- Improved the Bluetooth interface implementation

- Added Rinseback safety volume parameter

- Modified the SAFE_CALL's methods to be public slots.

- Removed the SerialNumber listener from VBluetooth.

- Improved the VBluetooth code and added the connection to the BluetoothController.

    • -12
    • +50
    /sources/ApplicationController.cpp
    • -27
    • +122
    /sources/bluetooth/BluetoothInterface.cpp
    • -8
    • +24
    /sources/bluetooth/BluetoothInterface.h
  1. … 6 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Adding the Characteristics and descriptor notifications/log

    • -0
    • +31
    /scripts/bluetooth_kill.sh
    • -0
    • +20
    /scripts/bluetooth_reset.sh
    • -0
    • +29
    /scripts/bluetooth_start.sh
    • -6
    • +65
    /sources/bluetooth/BluetoothInterface.cpp
    • -4
    • +4
    /sources/bluetooth/BluetoothInterface.h
    • -3
    • +8
    /sources/model/settings/MBluetooth.cpp
    • -4
    • +17
    /sources/model/settings/MBluetooth.h
    • -3
    • +18
    /sources/view/settings/VBluetooth.cpp
DEN-9655: Implementation - Settings [MVC]

- Removed the paring

- improved the scanEnabled (scanInProgress) logic

- improved the re-connection

    • -13
    • +20
    /sources/bluetooth/BluetoothInterface.cpp
    • -2
    • +3
    /sources/bluetooth/BluetoothInterface.h
    • -13
    • +9
    /sources/view/settings/VBluetooth.cpp
DEN-9655: Implementation - Settings [MVC]

- First successful BP measurement read.

    • -153
    • +361
    /sources/bluetooth/BluetoothInterface.cpp
    • -21
    • +52
    /sources/bluetooth/BluetoothInterface.h
    • -17
    • +32
    /sources/model/settings/MBluetooth.cpp
    • -53
    • +64
    /sources/model/settings/MBluetooth.h