Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 3 more files in changeset.
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.

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

  1. … 3 more files in changeset.
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-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.

  1. … 2 more files in changeset.
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

  1. … 2 more files in changeset.
Resolved.

Resolved.

Please use Changed and align

Please use Changed
and align

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

  1. … 1 more file in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

    • -21
    • +15
    ./dg/data/VDGValvesStatesData.cpp
  1. … 9 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 4 more files in changeset.
UI-DEN-14937-UI-VD-S93 [ServicePass]
UI-DEN-14937-UI-VD-S93 [ServicePass]
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 3 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 2 more files in changeset.
DEN-14955 TxCreateRejection - Update based on feedback from Behrouz - Fix positioning of the invalid parameter after FW response to avoid abnormal repositioning on slider update - Add a constant variable for the no reject reason - Remove modification to VALUESET and add trigger macro call to the VTreatmentCreate file

  1. … 3 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 7 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

- Added the Dialysis subState to TreatmentStates, message 0x0F

  1. … 5 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

- MSG_ID 0x0B

- Added the keepAlive/UI-CheckIn to the list of AckRequired so if HD won't ack UI, the Alarm, "HD Communication Failure" will be displayed.

  1. … 5 more files in changeset.
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. … 4 more files in changeset.
UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

  1. … 14 more files in changeset.