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

    • -1
    • +1
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.cpp
    • -2
    • +2
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGRequests.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGSerialNumberResponse.cpp
    • -1
    • +1
    ./adjustment/settings/MAdjustDGSerialNumberResponse.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.cpp
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.h
    • -1
    • +1
    ./adjustment/settings/MDuetRoWaterDG.cpp
    • -1
    • +1
    ./adjustment/settings/MDuetRoWaterDG.h
  1. … 598 more files in changeset.
DEN-16531: UI: The reservoir message structure has changed on FW and UI needs to adjust.

  1. … 3 more files in changeset.
DENBUG-204: UI: The reservoir message structure has changed on FW and UI needs to adjust.

DEN-16531: UI: The reservoir message structure has changed on FW and UI needs to adjust.

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

    • -1
    • +1
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.h
  1. … 19 more files in changeset.
CS-5: UI: TxCode generation on device

    • -1
    • +1
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.h
  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -4
    • +4
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.cpp
    • -3
    • +3
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGRequests.h
  1. … 52 more files in changeset.
DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- Implemented the MVC and messaging.

    • -0
    • +77
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.cpp
    • -0
    • +106
    ./adjustment/settings/MAdjustDGCleaningUsageResponse.h
    • -2
    • +27
    ./adjustment/settings/MAdjustDGRequests.h
  1. … 16 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -3
    • +3
    ./adjustment/settings/MDuetRoWaterDG.cpp
    • -4
    • +4
    ./adjustment/settings/MDuetRoWaterDG.h
  1. … 22 more files in changeset.
DEN-15072 RO Water Input Mode

- Implemented the models

    • -0
    • +64
    ./adjustment/settings/MDuetRoWaterDG.cpp
    • -0
    • +165
    ./adjustment/settings/MDuetRoWaterDG.h
  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./adjustment/settings/MAdjustDGRequests.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.h
  1. … 46 more files in changeset.
CR: Addressing Code Review comment UI-DEN-14936-1#c16983

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

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

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

  1. … 4 more files in changeset.
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-14853 UI Out Of Sync With Firmware On Handled Messages

    • -1
    • +1
    ./adjustment/settings/MAdjustDGRequests.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.h
  1. … 5 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

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

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

*

*/

  1. … 5 more files in changeset.
DEN-14736 : IMP: Updated MsgID 0x2000

/*!

* \brief The MDGPressures class

* \details The DG pressures data model

*

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

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

* |0x2000| 0x080 | 8 | 1 Hz | N | DG | All | DG Pressures Data |

*

* | Payload ||

* | ||

* | #1:(F32) | \ref Data::mROInletPSI |

* | #2:(F32) | \ref Data::mROOutletPSI |

* | #3:(F32) | \ref Data::mDrainInletPSI |

* | #4:(F32) | \ref Data::mDrainOutletPSI |

* | #5:(F32) | \ref Data::mBarometricPSI |

*

* \sa Data

*

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

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Pressures |

*

*/

  1. … 3 more files in changeset.
DEN-14736 : IMP: Updated MsgID 0x2C00

/*!

* \brief The MDGHeaters class

* \details The DG heaters data model

*

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

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

* |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data |

*

* | Payload ||

* | ||

* | # 1:(F32) | \ref Data::mMainPrimayHeaterDC |

* | # 2:(F32) | \ref Data::mSmallPrimaryHeaterDC |

* | # 3:(F32) | \ref Data::mTrimmerHeaterDC |

* | # 4:(F32) | \ref Data::mPrimaryTargetTemp |

* | # 5:(F32) | \ref Data::mTrimmerTargetTemp |

* | # 6:(F32) | \ref Data::mPrimaryHeaterState |

* | # 7:(F32) | \ref Data::mTrimmerHeaterState |

* | # 8:(F32) | \ref Data::mPrimaryEfficiency |

* | # 9:(F32) | \ref Data::mPrimaryCalcTargetTemp |

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

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

*

* \sa Data

*

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

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Heaters |

*

*/

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

    • -1
    • +1
    ./adjustment/settings/MAdjustDGRequests.h
    • -2
    • +2
    ./adjustment/settings/MAdjustDGSerialNumberResponse.cpp
    • -2
    • +2
    ./adjustment/settings/MAdjustDGSerialNumberResponse.h
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.cpp
    • -1
    • +1
    ./adjustment/settings/MAdjustDGServiceDatesResponse.h
  1. … 594 more files in changeset.
Cherry Pick [DEN-13053-S82-JI : 86d954] ClousSync device Registration Error

Fixed syntax of cloudsync post in run.sh file so that cloudsync runs on post

Changed UI serial implementation to trim off any whitespace or invalid characters in serials received from HD and DG

Changed CloudSync controller to only send messages to CloudSync if device is registered

    • -2
    • +30
    ./adjustment/settings/MAdjustDGSerialNumberResponse.cpp
    • -0
    • +1
    ./adjustment/settings/MAdjustDGSerialNumberResponse.h
  1. … 4 more files in changeset.
Fixed syntax of cloudsync post in run.sh file so that cloudsync runs on post

Changed UI serial implementation to trim off any whitespace or invalid characters in serials received from HD and DG

Changed CloudSync controller to only send messages to CloudSync if device is registered

    • -2
    • +30
    ./adjustment/settings/MAdjustDGSerialNumberResponse.cpp
    • -0
    • +1
    ./adjustment/settings/MAdjustDGSerialNumberResponse.h
  1. … 5 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -3
    • +3
    ./adjustment/settings/MAdjustDGServiceDatesResponse.cpp
    • -4
    • +4
    ./adjustment/settings/MAdjustDGServiceDatesResponse.h
  1. … 97 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x7E00]

- Removed

0x7E00 126 0x040 1 Hz N HD All Standby (disinfect) State "sub-mode (U32-enum) {

0-Flush, (No Flush State required for this state)

1-Heat Disinfect,

2-Chem Disinfect }" (U32) Flush State (U32) Heat Disinfect State (U32) Chem Disinfect State

    • -53
    • +0
    ./data/disinfect/MDisinfectStatesData.cpp
    • -90
    • +0
    ./data/disinfect/MDisinfectStatesData.h
  1. … 10 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8500]

- Removed

0x8500 133 0x070 1 Hz N DG UI DG Chem Disinfect Time [each sub state] (U32) Timeout (secs) (0=no time estimate) (U32) Timeout countdown (secs)

  1. … 5 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8400]

- Removed

0x8400 132 0x070 1 Hz N DG UI DG Heat Disinfect Time [each sub state] (U32) Timeout (secs) (0=no time estimate) (U32) Timeout countdown (secs)

  1. … 5 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8300]

- removed the message:

|0x8300| 131| 0x070| 1 Hz| N| DG| UI| DG Flush Time [each sub state] |(U32) Timeout (secs) (0=no time estimate)| (U32) Timeout countdown (secs)|

  1. … 10 more files in changeset.
DEN-13134: IMP: General Implementation for any bugs and any other implementations

DEN-12836: Treatment Report/log export modifications

- Improved the SDItem and renamed to SDCProgressItem.

- Added another separate progress circle component for the USB Driver [USBProgressItem]

- Adding Space check for USB as well to get the USBProgressCircle update.

- Optimized ExportButton and added two size for Settings screen(normal) and Treatment Review screen(small)

- Improved USB button comonent

- Added a global byte size converter in Variable.qml

- Improved MainMenu component

- Added a notification for the TreatmentFlowBase.qml main component.

- Used the notification of the TreatmentFlowBase.qml for the Treatment Review Screen Log export to display feedback to the user.

- Added an individual screen for the log export.

- Removed the Export Log and USB eject from the main settings option screen.

- Added an option for the Export log on the settings home screen which is currently enabled for non-service users too.

- Fixed the DGVersionResponse, log message.

- Put a comment in the FileHandler.cpp about the Qt API QStorageInfo::mountedVolume() which seems so slow on detecting mounted volumes when a USB derive is just plugged in (It could be system issue, since it has also been observed from shell console.)

- Added error handling to the Treatment Log/Report export

DEN-12726: Denali application crashing

- Modified the Logger Maxusage limit to keep 50% of the data/event log and 15% of the service log and keep 35% free, after the log clean up triggered by 15% free storage detected.

DEN-13051: Encounter alarm 6 and SD card detection problem after updating UI version

DEN-13156: Settings screen menu should disappear on service mode

- Improved the MainStack.qml navigation rules.

- Improved the Patient ID keyboard handling, to hide the keyboard, when not on the screen.

- Improved the SettingsStack.qml navigation rules.

DEN-13128: KBM: Cloud Sync Integration

- Saving the CS log in UTC timezone.

DEN-13127: LTS: Development Support

- Fixed the issue found on the End-Treatment screen Confirm button which didn't respect the last instruction page enable only rule.

  1. … 44 more files in changeset.