sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4867: Code Review 0 - Requested Modifications

- Removed startBLETimer and killBLETimer so we are not creating and deleting timers. Only one timer will be used

- Added toggleBLETimer

- Logging measurements when they are received instead of using qDebug

- Passing device addr and name to BLEScanner instead of just addr so only a QBluetoothDeviceInfo object is necessary, allowing removal of the macAddress QString

- Removed VBluetoothDeviceInfo static cast in VBluetooth::doSelectDevice

  1. … 1 more file in changeset.
DEN-4867: Addressed code review comments

  1. … 4 more files in changeset.
DEN-4867: Preventing create treatment class from thinking a new treatment profile was saved when the bledevices.conf file is updated.

DEN-4867: Addressed code review comments

DEN-4867: Addressed code review comments

    • -21
    • +8
    ./gui/qml/components/SettingsItem.qml
  1. … 3 more files in changeset.
DEN-4866, DEN-4863, DEN-4862: Added class descriptions, fixed unit test, ran static code analysis

- Fixed tst_canbus issue likely introduced in f1e100d1368

  1. … 3 more files in changeset.
DEN-4863, DEN-4865: Code Coverage and Unit Tests

    • -0
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 3 more files in changeset.
DEN-4863, DEN-4865: Updated unit tests and code coverage for bluetooth

  1. … 2 more files in changeset.
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

    • -0
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
    • -0
    • +2
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -0
    • +4
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -1
    • +7
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 6 more files in changeset.
DEN-5833: Implementation

- added a touch expanding area for the TouchArea so regardless of its visual size it can have expanded touchable area.

- the touch expanding for the mute button set to 25 so it can have a bigger touch area that its size which is little.

    • -0
    • +1
    ./gui/qml/components/NotificationBar.qml
    • -0
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

DEN-5833: Implementation

- Added a MACRO for convenience of empty payload messages handling.

DEN-5833: Implementation

- Fixed the bug that alarm ID zero which is the clear the alarm indication wasn't updating the properties, so caused to alarm_ID changed notification signal not to raise and GUI wasn't getting updated.

DEN-5515, DEN-5516: Moved bluetooth setup before UI application start in run.sh, fixed start treatment messaging

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -5
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
Merge DEN-4860_BLE into 2020_EOY_DEMO

    • -1
    • +2
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -0
    • +1
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -2
    • +5
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -0
    • +2
    ./gui/qml/pages/treatment/TreatmentPrime.qml
  1. … 10 more files in changeset.
Merge master into DEN-4860_BLE

    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -2
    • +0
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -1
    • +57
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 9 more files in changeset.
DEN-5515, DEN-5516: Disabled verbose bluetooth debugging

DEN-5754: Implementation

- linked the pre-treatment ultrafiltration adjustment with the in-treatment ultrafiltration section and the adjustment flow.

- added the rejection reason text to the pTx uf adj screen.

    • -1
    • +1
    ./gui/qml/components/NotificationBar.qml
    • -10
    • +14
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -2
    • +17
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-5515, DEN-5516: Setup in-treatment bp/hr measurement alerts

- Replaced some instances of qDebug with LOG_DEBUG

- Docstring fixes, cleanup

    • -0
    • +2
    ./gui/qml/pages/treatment/TreatmentCreate.qml
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

DEN-5754: Implementation

- Fixed the message id of the ID_ConfirmTreatmentReq from 58 to 59

- Enabled the priming button for now since there is no FW implementation.

    • -1
    • +2
    ./gui/qml/pages/treatment/TreatmentPrime.qml
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

  1. … 2 more files in changeset.
DEN-5833: Implementation

- Moved version and sd-card icon to to not to cover others.

DEN-5754: Implementation

- Removed the unused flag of ALARM_ID_TEMPERATURE_SENSORS_INCONSISTENT

DEN-5516, 5514 - BLE Interface updates

- When reconnecting to the last paired device on startup, ensure we repeatedly try to connect to it by updating the BLE connection type

- Docstring additions

- Keeping some code in case it is needed for future use with other BLE devices

DEN-5754: Implementation

- Removed the semi-colon at the end of the imports.

DEN-5833: Implementation

- The message 63 has been tested

  1. … 1 more file in changeset.
DEN-5833: Implementation

- Added the message 63 (req/rsp)

    • -0
    • +41
    ./model/hd/alarm/MAlarmClearedCondition.cpp
    • -0
    • +79
    ./model/hd/alarm/MAlarmClearedCondition.h
  1. … 2 more files in changeset.
DEN-5833: Implementation

- moved version and SD-Card icon to top which were covering the alarm bar.

- added list icon on the notification bar

- implemented the basics of the alarm list dialog.

- tweaked the Notification default coloring

-

    • -4
    • +28
    ./gui/qml/components/NotificationBar.qml
    • -0
    • +100
    ./gui/qml/dialogs/AlarmListDialog.qml
    • -3
    • +3
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 6 more files in changeset.
DEN-5833: Implementation

- fix a naming bug.