sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6619: Implementation

- Added a signal named didSDCardSpaceTooLow in the DriveWatcher which will be triggered when the free storage space available on the SD-CARD is less than 10%. (No action on UI happens currently)

- Added a flag in DriveWatcher to stop emitting the Logger while it is cleaning the Logs [[ IMPORTANT : is is handled by signal/slots for thread synchronization and safety ]].

- Added a function to find the total size of the file in a path.

- Added find function to find files with a list of filter in a path.

- Added an overloaded version of find to help find the files in a path which are exceeding the storage limit from the oldest files.

- Added error check in the read overloaded which works with Json.

- Re-implemented the FileHandler::removeLogs to clean up the logs by % instead of date.

- Removed unused global log paths from StorageGlobal.

-

  1. … 2 more files in changeset.
DEN-6612 UI_DVT: Pre-Treatment Ultrafiltration

- This story wasn't part of the current sprint S37 but while I worked on it to be able to push it to master ASAP, so put the story as the commit comment.

  1. … 5 more files in changeset.
DEN-5757: Code Coverage

Merge branch 'master' into DEN-5751_Pre-TreatmentUltrafiltration

  1. … 3 more files in changeset.
Server coverage issue fixed

- This line was not covered on server although it was covered on local.

Tested locally and it is working.

Build failed on server because the fw common branch master was changed.

- commented out the removed enum from application.

    • -4
    • +4
    ./view/hd/data/VHDTreatmentStatesData.cpp
Merge master into DEN-4860_BLE

    • -1
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 5 more files in changeset.
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-5753: Update Design Documents

- Fixed comments in some files of the Pre-Treatment Create.

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

DEN-6359: Addressed code review comments

DEN-4867: Addressed code review comments

  1. … 4 more files in changeset.
DEN-6359: 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-6359: Addressed code review comments

DEN-4867: Addressed code review comments

    • -21
    • +8
    ./gui/qml/components/SettingsItem.qml
  1. … 3 more files in changeset.
DEN-6359: Addressed code review comments

    • -76
    • +0
    ./gui/qml/components/DenaliTextInput.qml
    • -0
    • +76
    ./gui/qml/components/TextEntry.qml
    • -28
    • +26
    ./gui/qml/dialogs/VitalsEntry.qml
  1. … 3 more files in changeset.
DEN-5754: Implementation

- Removed not used SliderDoubleCreateTreatment.qml component.

  1. … 1 more file in changeset.
DEN-5838: Code Review 0

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

- code refactoring and clean up

    • -0
    • +55
    ./gui/qml/components/TitleBarCreateTreatment.qml
    • -0
    • +55
    ./gui/qml/pages/pretreatment/create/PreTreatmentBase.qml
    • -0
    • +88
    ./gui/qml/pages/pretreatment/create/PreTreatmentConfirm.qml
    • -0
    • +660
    ./gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml
    • -0
    • +124
    ./gui/qml/pages/pretreatment/create/PreTreatmentPrime.qml
    • -144
    • +0
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -108
    • +0
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -670
    • +0
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -140
    • +0
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -11
    • +12
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-6359: Removed styling, moved keyboard to the bottom of the screen, updated text input functionality.

    • -0
    • +76
    ./gui/qml/components/DenaliTextInput.qml
    • -50
    • +0
    ./gui/qml/components/FieldInput.qml
    • -0
    • +45
    ./gui/qml/components/Keyboard.qml
    • -51
    • +35
    ./gui/qml/dialogs/VitalsEntry.qml
    • -8
    • +0
    ./gui/qml/keyboard/images/check-868482.svg
    • -13
    • +0
    ./gui/qml/keyboard/images/enter-868482.svg
    • -28
    • +0
    ./gui/qml/keyboard/images/globe-868482.svg
    • -12
    • +0
    ./gui/qml/keyboard/images/shift-80c342.svg
  1. … 8 more files in changeset.
DEN-5754: Implementation

- Code clean up

    • -71
    • +0
    ./gui/qml/components/CircleWithText.qml
    • -2
    • +1
    ./gui/qml/components/GridSelection.qml
    • -0
    • +66
    ./gui/qml/components/StepBullet.qml
    • -0
    • +86
    ./gui/qml/components/StepIndicator.qml
    • -147
    • +22
    ./gui/qml/components/TopMenuBarCreateTreatment.qml
    • -5
    • +5
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -10
    • +10
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -8
    • +9
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -9
    • +9
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -10
    • +10
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-5836: Code Coverage

- 100.000% (4827/4827)

- added a unit test for the AlarmGenerator private method setBits.

  1. … 3 more files in changeset.
DEN-5836: Code Coverage

- 99.979% (4826/4827)

DEN-6349: Updated Keyboard style and positioning

DEN-6352: Numeric keyboard styling adjustments

  1. … 1 more file in changeset.
DEN-6352: Added Qt virtualkeyboard

    • -0
    • +23
    ./gui/qml/keyboard/images/backspace-868482.svg
    • -0
    • +8
    ./gui/qml/keyboard/images/check-868482.svg
    • -0
    • +13
    ./gui/qml/keyboard/images/enter-868482.svg
    • -0
    • +28
    ./gui/qml/keyboard/images/globe-868482.svg
    • -0
    • +18
    ./gui/qml/keyboard/images/handwriting-868482.svg
    • -0
    • +55
    ./gui/qml/keyboard/images/hidekeyboard-868482.svg
    • -0
    • +14
    ./gui/qml/keyboard/images/search-868482.svg
    • -0
    • +201
    ./gui/qml/keyboard/images/selectionhandle-bottom.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-80c342.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-868482.svg
    • -0
    • +12
    ./gui/qml/keyboard/images/shift-c5d6b6.svg
    • -0
    • +33
    ./gui/qml/keyboard/images/textmode-868482.svg
    • -0
    • +1036
    ./gui/qml/keyboard/style.qml
  1. … 2 more files in changeset.
DEN-5836: Code Coverage

- commented as manually tested the AlarmClearedCondition.

    • -1
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 1 more file in changeset.
DEN-6352, DEN-6353: Displaying the numeric keyboard under text input fields.

  1. … 1 more file in changeset.