components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14955 Tx Create Rejection - Include the type buttons' reject reason - Modify to make gridSelection title color changeable

  1. … 4 more files in changeset.
In post-treatment, there are a few states to work through to ensure reservoirs get drained: /* Post-Treatment drain reservoirs state machine. */ typedef enum Drain_States { DRAIN_DG_DEPRIME_STATE ...

In post-treatment, there are a few states to work through to ensure reservoirs get drained:

/* Post-Treatment drain reservoirs state machine. */
typedef enum Drain_States
{
DRAIN_DG_DEPRIME_STATE = 0, ///< Drain DG De-prime dialysate lines of excess fluid state.
DRAIN_RESERVOIR_SWITCH_STATE, ///< Switch reservoir state.
DRAIN_RESERVOIR_START_DRAIN_STATE, ///< Drain reservoir start drain state.
DRAIN_RESERVOIR_DRAIN_STATE, ///< Drain first reservoir state.
DRAIN_RESERVOIR_COMPLETE_STATE, ///< Drain complete state.
NUM_OF_DRAIN_STATES ///< Number of drain states.
} DRAIN_STATE_T;

Same ordering should apply here (even if order doesn't matter - prefer to match structure of message payload).

Same ordering should apply here (even if order doesn't matter - prefer to match structure of message payload).

I think the raw order should be cpi, cpo, cd1, cd2 (reverse of what's here). Same order issue with status below.

I think the raw order should be cpi, cpo, cd1, cd2 (reverse of what's here). Same order issue with status below.

DEN-14955 Sliders - Update code to properly handle the ON/OFF inactive/active visual state - Remove active setting of Heparin Stop slider in pre Tx create

  1. … 1 more file in changeset.
Resolved.

Resolved.

DEN-14955 Slider Bug fix - DEN-15026 Correct handling for slider and switch on/off

Please use Changed and align

Please use Changed
and align

DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 10 more files in changeset.
DEN-14955 : DEN-13152 bug fix - Fix slider to correctly accept value changes outside of slider-action induced changes

DEN-14955 TXCreateRejection - Add property *Accepted to handle validation status from FW - Add label color logic to rangeSlider for invalid parameter - Add setting of valid/accepted states in VTreatmentCreate on response handling

  1. … 3 more files in changeset.
UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
DEN-14955 Quick Start - PreTx Screen - Add SliderArrows to the pre treatment ultrafiltration screen - correct coloring of rangeSlider tick colors for inactive / active state - Add bool property to Slider to enable centering of tickMarks on the slider - Correct the placement of tickmarks for center on rangeSlider

  1. … 1 more file in changeset.
DEN-14955 Quick Start - Arrows - Add a enable property to enable pressAndHold signaling for arrows

DEN-14955 Quick Start Sliders - Fix slider to show initial value property set - Add visibility logic to show only one text tag of min/max when they are the same

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

  1. … 16 more files in changeset.
DEN-14955 Quick Start - Arrows - Re-instate the press and hold automatic increment/decrement of the sliderArrows

  1. … 1 more file in changeset.
Merge branch 'DEN-14937-UI-VD-S93' of ssh://dvm-linux02:7999/ui/application into DEN-14937-UI-VD-S93

DEN-14955 Quick Start Arrows - Fix Arrow +/- to follow non-arrow control logic for RangeSlider - Fix missed removed _private object in Slider

DEN-14955 Quick Start - sliders - Clean up of code to remove displayedValue and also the valueUpdateComplete signal

  1. … 2 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.
DEN-14955 Quick Start Sliders - Correct label for switch state on slider

  1. … 1 more file in changeset.
DEN-14955 Quick Start Sliders - Add signal to set values when using arrows

  1. … 2 more files in changeset.
DEN-14955 Quick Start - Sliders - Update placement and color of the range slider of pressure screen

  1. … 3 more files in changeset.
DEN-14955 Quick Start - Sliders - Add arrows to rangeSliders for pressure screen

  1. … 3 more files in changeset.
DEN-14955 Quick Start - Sliders - Correct slider handle sizing inconsistency between range and single sliders - Add property to set tickmark location to slider

  1. … 4 more files in changeset.