application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-14937-UI-VD-S93-ServicePass' into staging

Fixed too.

Fixed too.

Great catch, Thank a lot Sean for catching that. It is fixed.

Great catch,
Thank a lot Sean for catching that.
It is fixed.

CR: Addressing Code Review comment UI-DEN-14936-1#c16983

http://devapps.diality.us:8060/cru/UI-DEN-14936-1#c16983

    • -40
    • +40
    /sources/model/dg/data/MDGConductivityData.cpp
    • -1
    • +1
    /sources/model/dg/data/MDGConductivityData.h
Not clear what you want me to do here?

Not clear what you want me to do here?

DEN-14955 Tx Create Rejection - Include the type buttons' reject reason - Modify to make gridSelection title color changeable

    • -0
    • +1
    /sources/gui/qml/components/GridSelection.qml
    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-15017 Ultrafiltration Volume Cannot Be Set to 0 L

revert back the commit e454ad

    • -0
    • +2
    /sources/gui/qml/globals/Variables.qml
FIXMEs in /sources/view/settings/VSettings.cpp will be addressed in future revision.

FIXMEs in /sources/view/settings/VSettings.cpp will be addressed in future revision.

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 Slider - Update the other sliders with switches in the preTx Create screen to also handle properly the on/off-inactive/active state

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

    • -18
    • +34
    /sources/gui/qml/components/Slider.qml
DEN-14955 Slider - add missing }

DEN-11539: Service password initial setup

- removed the console log debug line

DEN-11539: Service password initial setup

- added hashing for the service password and did some clean up.

- improved the navigation

- made the service password mandatory to navigate to the service menu, so HD message can't navigate the UI to service screen without user entering the password.

    • -10
    • +9
    /sources/gui/qml/pages/UserConfirmation.qml
    • -20
    • +56
    /sources/view/settings/VSettings.cpp
DEN-14955 ServicePassword - Add secondary password line input to userConfirmation - Add logic for checking password entry - Add a mock encrypt function to signify needing encryption

    • -4
    • +48
    /sources/gui/qml/pages/UserConfirmation.qml
Resolved.

Resolved.

DEN-14955 Tx Create Rejection - Update code base on feedback from Behrouz on CR

    • -1
    • +1
    /sources/gui/qml/globals/Variables.qml
DEN-14955 Slider Bug fix - DEN-15026 Correct handling for slider and switch on/off

    • -7
    • +2
    /sources/gui/qml/components/Slider.qml
Please use Changed and align

Please use Changed
and align

DEN-14955 - Slider fix DEN-15028 - Related the heparin stop time slider active state to the heparin dispensing active state

DEN-14955 Service Password - Add a validation CPP function for QML to call to check entry conforms to rules

    • -0
    • +27
    /sources/view/settings/VSettings.cpp
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

    • -6
    • +46
    /sources/model/dg/data/MDGValvesStatesData.h
    • -21
    • +15
    /sources/view/dg/data/VDGValvesStatesData.cpp
    • -7
    • +14
    /sources/view/dg/data/VDGValvesStatesData.h
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

    • -13
    • +21
    /sources/model/dg/data/MDGROPumpData.cpp
    • -12
    • +18
    /sources/model/dg/data/MDGROPumpData.h
    • -5
    • +7
    /sources/view/dg/data/VDGROPumpData.cpp
UI-DEN-14937-UI-VD-S93 [ServicePass]
UI-DEN-14937-UI-VD-S93 [ServicePass]
DEN-14955 : DEN-13152 bug fix - Fix slider to correctly accept value changes outside of slider-action induced changes

    • -1
    • +28
    /sources/gui/qml/components/Slider.qml
Bamboo Commit: Updated MAlarmMapping.cpp

    • -14
    • +20
    /sources/model/hd/alarm/MAlarmMapping.cpp