application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6359: Addressed code review comments.

DEN-6359: Addressed code review comments

DEN-6359: Addressed code review comments

DEN-6359: Addressed code review comments

DEN-6359: Addressed code review comments

DEN-6359: Addressed code review comments

    • -1
    • +6
    /sources/gui/qml/components/Keyboard.qml
    • -0
    • +76
    /sources/gui/qml/components/TextEntry.qml
    • -28
    • +26
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -2
    • +7
    /sources/gui/qml/globals/Variables.qml
DEN-6359: Removed styling, moved keyboard to the bottom of the screen, updated text input functionality.

    • -0
    • +76
    /sources/gui/qml/components/DenaliTextInput.qml
    • -50
    • +0
    /sources/gui/qml/components/FieldInput.qml
    • -0
    • +45
    /sources/gui/qml/components/Keyboard.qml
    • -51
    • +35
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -5
    • +7
    /sources/gui/qml/globals/Variables.qml
  1. … 8 more files in changeset.
DEN-6349: Updated Keyboard style and positioning

    • -1
    • +1
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -0
    • +1
    /sources/gui/qml/globals/Variables.qml
DEN-6352: Numeric keyboard styling adjustments

    • -9
    • +16
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -3
    • +3
    /sources/gui/qml/globals/Variables.qml
    • -13
    • +10
    /sources/gui/qml/keyboard/style.qml
DEN-6352: Added Qt virtualkeyboard

    • -4
    • +6
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -0
    • +23
    /sources/gui/qml/keyboard/images/backspace-868482.svg
    • -0
    • +8
    /sources/gui/qml/keyboard/images/check-868482.svg
    • -0
    • +13
    /sources/gui/qml/keyboard/images/enter-868482.svg
    • -0
    • +28
    /sources/gui/qml/keyboard/images/globe-868482.svg
    • -0
    • +18
    /sources/gui/qml/keyboard/images/handwriting-868482.svg
    • -0
    • +55
    /sources/gui/qml/keyboard/images/hidekeyboard-868482.svg
    • -0
    • +14
    /sources/gui/qml/keyboard/images/search-868482.svg
    • -0
    • +201
    /sources/gui/qml/keyboard/images/selectionhandle-bottom.svg
    • -0
    • +12
    /sources/gui/qml/keyboard/images/shift-80c342.svg
    • -0
    • +12
    /sources/gui/qml/keyboard/images/shift-868482.svg
    • -0
    • +12
    /sources/gui/qml/keyboard/images/shift-c5d6b6.svg
    • -0
    • +33
    /sources/gui/qml/keyboard/images/textmode-868482.svg
    • -0
    • +1036
    /sources/gui/qml/keyboard/style.qml
DEN-6352, DEN-6353: Displaying the numeric keyboard under text input fields.

    • -2
    • +1
    /sources/gui/qml/components/FieldInput.qml
    • -0
    • +13
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -0
    • +1
    /sources/gui/qml/globals/Variables.qml
DEN-6353, DEN-6354: Added vitals manual entry page.

    • -0
    • +51
    /sources/gui/qml/components/FieldInput.qml
    • -0
    • +121
    /sources/gui/qml/dialogs/VitalsEntry.qml
    • -0
    • +6
    /sources/gui/qml/globals/Variables.qml
DEN-4866, DEN-4863, DEN-4862: Added class descriptions, fixed unit test, ran static code analysis

- Fixed tst_canbus issue likely introduced in f1e100d1368

DEN-4863, DEN-4865: Code Coverage and Unit Tests

    • -0
    • +17
    /sources/gui/qml/pages/SettingsHome.qml
DEN-4863, DEN-4865: Updated unit tests and code coverage for bluetooth

    • -1
    • +3
    /sources/view/VBluetoothDeviceInfo.cpp
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmStatusData.cpp
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

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.

    • -1
    • +1
    /sources/gui/qml/components/MuteButton.qml
    • -1
    • +4
    /sources/gui/qml/components/TouchRect.qml
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

    • -11
    • +13
    /sources/canbus/MessageInterpreter.cpp
    • -6
    • +9
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-5833: Implementation

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

    • -1
    • +9
    /sources/canbus/MessageInterpreter.cpp
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.

    • -6
    • +6
    /sources/view/hd/alarm/VAlarmStatus.cpp
DEN-5515, DEN-5516: Moved bluetooth setup before UI application start in run.sh, fixed start treatment messaging

Merge DEN-4860_BLE into 2020_EOY_DEMO

    • -7
    • +17
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +6
    /sources/gui/qml/globals/Variables.qml
  1. … 10 more files in changeset.
Merge master into DEN-4860_BLE

    • -0
    • +28
    /sources/canbus/MessageDispatcher.cpp
    • -1
    • +15
    /sources/canbus/MessageInterpreter.cpp
    • -11
    • +48
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +0
    /sources/gui/qml/pages/SettingsHome.qml
  1. … 9 more files in changeset.
DEN-5515, DEN-5516: Disabled verbose bluetooth debugging

DEN-5515, DEN-5516: Added bluetooth setup to run.sh

Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

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
    /sources/gui/qml/globals/Variables.qml
    • -10
    • +14
    /sources/gui/qml/pages/treatment/TreatmentBegin.qml
DEN-5515, DEN-5516: Setup in-treatment bp/hr measurement alerts

- Replaced some instances of qDebug with LOG_DEBUG

- Docstring fixes, cleanup

Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO