pages

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13672 UI : Saline Bolus Section on Main Treatment Screen Does Not Match SRSUI/PRS

    • -3
    • +4
    ./treatment/sections/TreatmentSaline.qml
  1. … 1 more file in changeset.
DEN-14368 : Heparin Stop Time treatment setting is enabled when Heparin Dispensing Rate is Off

    • -43
    • +28
    ./pretreatment/create/PreTreatmentCreate.qml
DEN-13977 Remove unintentional id for indicator component

DEN-14235 : No Option for Blood Pressure Measurement Off

    • -0
    • +54
    ./pretreatment/create/PreTreatmentCreate.qml
  1. … 1 more file in changeset.
DEN-13977 : Increase the active area of the sliders OFF switch

- Another possibly easier way to increase the touch area.

    • -18
    • +18
    ./pretreatment/create/PreTreatmentCreate.qml
DEN-14858 : UI should navigate to Standby screen on Fault state

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

  1. … 5 more files in changeset.
UI-DEN-14796_UI BN S91_2
UI-DEN-14796_UI BN S91_2
DEN-13977 Remove debugging red background color of switch

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

    • -39
    • +58
    ./pretreatment/create/PreTreatmentCreate.qml
UI-DEN-14838_UI VD S91 [ Sliders ]
UI-DEN-14838_UI VD S91 [ Sliders ]
DEN-14743 Add pairing confirmation dialog

    • -1
    • +19
    ./settings/SettingsBluetoothCuff.qml
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./posttreatment/PostTreatmentStack.qml
  1. … 48 more files in changeset.
Merge branch 'DEN-14733-UI-BN-S90-2' into staging

  1. … 42 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

RESOLVED

RESOLVED

Thanks for the feedback. Fixed.

Thanks for the feedback.
Fixed.

The variable, destination, itself is a QString, you don't need to do QString("%1").arg(destination), you can pass destination in directly.

The variable, destination, itself is a QString, you don't need to do QString("%1").arg(destination), you can pass destination in directly.

DEN-14743 Bluetooth bug fixes - improve connection handling and message display

  1. … 4 more files in changeset.
So we will likely remove this TODO and comment later? RESOLVED.

So we will likely remove this TODO and comment later?
RESOLVED.