Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14838 Remove debugging printout

DEN-14838 CR Comment changes

DEN-5281 Fix NaN value shown on click without value selection; Moving slider behavior; centering of min/max labels

DEN-13781 Fix text padding when a label overlap occurs

DEN-14876 Add code to prevent jumping of min/max handles on click without selection

    • -12
    • +22
    ./qml/components/RangeSlider.qml
DEN-14838 Revert PreTreatmentCreate.qml file changes

DEN-13975 Add code to prevent moving of handle without user drag

    • -25
    • +40
    ./qml/components/RangeSlider.qml
DEN-14368 : Heparin Stop Time treatment setting is enabled when Heparin Dispensing Rate is Off

- Fixed the issue that I incorrectly bound the dispensing to the bolus, which was wrong and the dispensing shall disable the stop time.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 8 more files in changeset.
DEN-14010 : Intermittent: Occlusion Sensors Check skipped during cartridge self-test

DEN-13672 UI : Saline Bolus Section on Main Treatment Screen Does Not Match SRSUI/PRS

DEN-14368 : Heparin Stop Time treatment setting is enabled when Heparin Dispensing Rate is Off

DEN-13977 Remove unintentional id for indicator component

DEN-13969 Set property to expand margin for the RangeSlider item

DEN-14876 Separated signal handling for the highlight rectangle and root element of the RangeSlider to eliminate jumping behavior

DEN-13969 Restore commented out property in Slider.qml

DEN-14235 : No Option for Blood Pressure Measurement Off

  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.

DEN-13969 Update slider code to handle decimal sliders

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

    • -1
    • +3
    ./qml/components/SliderCreateTreatment.qml
DEN-14858 : UI should navigate to Standby screen on Fault state

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

    • -2
    • +3
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 4 more files in changeset.
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

DEN-14743 Add pairing confirmation dialog

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 41 more files in changeset.
Merge branch 'DEN-14733-UI-BN-S90-2' into staging

    • -20
    • +41
    ./qml/dialogs/DiagnosticsDialog.qml
    • -10
    • +13
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 35 more files in changeset.
DEN-14736 : IMP: DEN-14768 : InTx UF Adj

DEN-14768

Ultrafiltration Adjustment Screen Slider Does Not Update Maximum UF Vol after Duration Settings Adjustment

DEN-14736 : IMP: Updated MsgID 0x2D00

/*!

* \brief The MDGTemperatures class

* \details The DG temperatures data model

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data |

*

* | Payload ||

* | ||

* | #01:(F32) | \ref Data::mInletPrimaryHeater |

* | #02:(F32) | \ref Data::mHeatDisinfect |

* | #03:(F32) | \ref Data::mOutletPrimaryHeater |

* | #04:(F32) | \ref Data::mConductivitySensor1 |

* | #05:(F32) | \ref Data::mConductivitySensor2 |

* | #06:(F32) | \ref Data::mOutletRedundancy |

* | #07:(F32) | \ref Data::mInletDialysate |

* | #08:(F32) | \ref Data::mPrimaryHeaterThermoCouple |

* | #09:(F32) | \ref Data::mTrimmerHeaterThermoCouple |

* | #10:(F32) | \ref Data::mPrimaryHeaterColdJunction |

* | #11:(F32) | \ref Data::mTrimmerHeaterColdJunction |

* | #12:(F32) | \ref Data::mPrimaryHeaterInternal |

* | #13:(F32) | \ref Data::mTrimmerHeaterInternal |

* | #14:(F32) | \ref Data::mFpgaBoard |

* | #15:(F32) | \ref Data::mLoadCellA1B1 |

* | #16:(F32) | \ref Data::mLoadCellA2B2 |

* | #17:(F32) | \ref Data::mInternalTHDORTD |

* | #18:(F32) | \ref Data::mInternalTDIRTD |

* | #19:(F32) | \ref Data::mInteralTHDRTD |

* | #20:(F32) | \ref Data::mInternalCondSnsrTemp |

* | #21:(F32) | \ref Data::mBaroTempSensor |

*

* \sa Data

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Temperatures |

*

*/

    • -7
    • +23
    ./qml/dialogs/DiagnosticsDialog.qml
  1. … 5 more files in changeset.