sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14736 : IMP: Modified the Unhandled parser to be able to parse the auto generated conf

- AG Unhandled.conf has [] in the parameter description which conflicts with grooup/key/MsgID

- AG Unhandled.conf has BOOL as a type which Previously we were using U32 for that.

DEN-13969 Added logic to adjust handler position and handling of steps less than handle width

DEN-14858 : UI should navigate to Standby screen on Fault state

  1. … 1 more file in changeset.
DEN-14012 : Blood Pressure Measurement Interval UI update

    • -2
    • +3
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
DEN-14361 : Treatment Review Screen Displays Some Parameters as "Unknown"

UI-DEN-14796_UI BN S91_2
UI-DEN-14796_UI BN S91_2
DEN-13977 Remove debugging red background color of switch

DEN-13969 Expand touch area to include left/right sides of handler and a slight bit beyond

DEN-13977 Increase the active area of the sliders OFF switch

UI-DEN-14838_UI VD S91 [ Sliders ]
UI-DEN-14838_UI VD S91 [ Sliders ]
DEN-14743 Add bluetooth pairing agent code to retain pairing status in bluez

    • -0
    • +92
    ./bluetooth/Agent1Adapter.cpp
    • -0
    • +86
    ./bluetooth/Agent1Adapter.h
    • -0
    • +170
    ./bluetooth/BluetoothPairingAgent.cpp
    • -0
    • +41
    ./bluetooth/BluetoothPairingAgent.h
  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 1 more file in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -20
    • +14
    ./model/hd/alarm/MAlarmMapping.cpp
DEN-14743 Add pairing confirmation dialog

DEN-14743 Modify to only require single time pairing for data sync

    • -26
    • +106
    ./bluetooth/BluetoothInterface.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    ./model/hd/alarm/MAlarmMapping.cpp
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
  1. … 36 more files in changeset.
Merge branch 'DEN-14733-UI-BN-S90-2' into staging

    • -3
    • +3
    ./gui/qml/components/DebugDataColumn.qml
    • -20
    • +41
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -10
    • +13
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 29 more files in changeset.
Yes, assignments break bindings. RESOLVED

Yes, assignments break bindings.

RESOLVED

Ok, sounds good. RESOLVED

Ok, sounds good.

RESOLVED

Good point, But you can't. The readonly properties are only working with bindings, not assignments. I am using that as a public variable.

Good point,
But you can't.
The readonly properties are only working with bindings, not assignments.
I am using that as a public variable.

Good point, I agree with the two intervals, it would be clarifying. For the counter, though, it might not be always the case. I will start doing it in my next task, since I would like to change all...

Good point,
I agree with the two intervals, it would be clarifying.
For the counter, though, it might not be always the case.
I will start doing it in my next task, since I would like to change all, to be consistent across the entire code base.

If _root.isOpen is not modified outside of this powerItem.qml, You can make it a readonly property and bind it to the powerDialog's property.

If _root.isOpen is not modified outside of this powerItem.qml, You can make it a readonly property and bind it to the powerDialog's property.

Only a suggestion: It is a good idea to append the unit to the end of the variable name especially for time. It helps improve readability and clarity. For instance, here, we have ms and the next o...

Only a suggestion:
It is a good idea to append the unit to the end of the variable name especially for time. It helps improve readability and clarity.

For instance, here, we have ms and the next one, _pendingInterval is in seconds. and I believe _pendingCounter is in minutes based on the .cpp file's comment.

_interval_ms
_pendingInterval_sec
_pendingCounter_min