Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 14 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 26 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./hd/data/treatment/VTreatmentBloodFlow.h
  1. … 11 more files in changeset.
UI-DEN-14936_UI BN S93
UI-DEN-14936_UI BN S93
DEN-14955 Quick Start Sliders

- RangeSliders : Added an if block in case for the first time (not adjusted yet) the value is not changed (still on def value), to force the valueChanged emit.

- Fixed the PreTreatmentConfirm display value for the Blood Pressure interval OFF state.

  1. … 1 more file in changeset.
UI-DEN-14936_UI BN S93
UI-DEN-14936_UI BN S93
UI-DEN-14937_UI VD S93
UI-DEN-14937_UI VD S93
UI-DEN-14866_UI BN S92
UI-DEN-14866_UI BN S92
DEN-13152 : Flow Rate Settings Display "--" or "0" When Treatment is Paused

- Messages 0x0500 and 0x0800 has been updated and the Prescribed Flow Rate is being used.

- The diagnostics screen updated.

- The treatment main screen updated.

- The treatment flow adjustment screen updated.

- the Flows on the commit has 10f39b63ce8a992280ab123f05a5eb44a27c121b has been separated which has to be reverted back since these two messages almost all the time have the same payloads.

    • -0
    • +1
    ./hd/data/treatment/VTreatmentBloodFlow.h
  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 14 more files in changeset.
DEN-14235 : No Option for Blood Pressure Measurement Off

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

    • -4
    • +4
    ./hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 4 more files in changeset.
UI-DEN-14796_UI BN S91_2
UI-DEN-14796_UI BN S91_2
DEN-14743 Add bluetooth pairing agent code to retain pairing status in bluez

  1. … 8 more files in changeset.
DEN-14743 Modify to only require single time pairing for data sync

  1. … 2 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 39 more files in changeset.
Merge branch 'DEN-14733-UI-BN-S90-2' into staging

    • -13
    • +21
    ./dg/data/VDGTemperaturesData.cpp
  1. … 32 more files in changeset.
Yes, assignments break bindings. RESOLVED

Yes, assignments break bindings.

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.

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.