Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16485: Service password accepts no special character passwords

- The dash ( - ) is special in regex and needs escape.

DEN-16485: Service password accepts no special character passwords

- The dash ( - ) is special in regex and needs escape.

DEN-16435: Factory Reset deletes service password from System.conf

- Fixed the Confirmation Dialog confirm call which caused both the Decommissioning and Factory Reset to be called.

- Fixed the PlantUML section of the VDuetRoWaterDG class.

  1. … 2 more files in changeset.
DEN-16435: Factory Reset deletes service password from System.conf

- Fixed the Confirmation Dialog confirm call which caused both the Decommissioning and Factory Reset to be called.

- Fixed the PlantUML section of the VDuetRoWaterDG class.

  1. … 2 more files in changeset.
Merge branch 'DEN-16249-UI-VD-S104_P1B_StatusIndicator_Bt' into staging-ui

  1. … 5 more files in changeset.
DEN-16256: Updated - UI.P1B : Display UF Rate

- minor clean up, layout fix and typo fixes

  1. … 3 more files in changeset.
DEN-16256: Updated - UI.P1B : Display UF Rate

- minor clean up, layout fix and typo fixes

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

  1. … 16 more files in changeset.
DEN-16286: UI: CS: In the Treatment log map the Alarm/Event ID to the description

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

  1. … 50 more files in changeset.
Fixing merge conflict

  1. … 2 more files in changeset.
DEN-16334: UI: Service password minimum length shall be 10 and minimum iteration shall be 10k

- changed the micro to reflect the non-backward compatibility.

- Also changed the source of reading the version's section from the Bamboo script to the compatible.h.

  1. … 1 more file in changeset.
DEN-16262: Added - UI.P1B : HD/DG usage counter

Add string property to format the total hours in hh:mm format

  1. … 1 more file in changeset.
DEN-16262: Added - UI.P1B : HD/DG usage counter

Added the MV for the HD usage information

Modify the TouchGrid to accomodate indentation of subCategories

    • -0
    • +46
    ./settings/VHDUsageInfo.cpp
    • -0
    • +71
    ./settings/VHDUsageInfo.h
  1. … 14 more files in changeset.
DEN-16256: Updated - UI.P1B : Display UF Rate

Added QML text to display the rate

Include the 11th parameter

  1. … 3 more files in changeset.
DEN-16256: Added - UI.P1B : Display UF Rate

Add the variable to the 0x0B00 message model to include UF Current set rate

Setting of the value received from HD for UF Current Set Rate

  1. … 1 more file in changeset.
DEN-16319: Updated - UI log does not record blood pressure cuff bluetooth pairing

Modify the logged message to better indicate the bluetooth connection and paired status

  1. … 1 more file in changeset.
DEN-16319: Updated - UI log does not record blood pressure cuff bluetooth pairing

Remove unused bt model constructors in MBluetooth

Make use of the devicePair member variable, removing added isPaired

Remove pairing getter function

  1. … 4 more files in changeset.
DEN-16319: Fixed - UI log does not record blood pressure cuff bluetooth pairing

Add bool status to the MBluetooth for paired state

Update the notifyStateChanged for the Connect/disconnect state to properly log

Add pairing check function in the bluetooth interface to allow querying of paired state

  1. … 4 more files in changeset.
DEN-16334: UI: Service password minimum length shall be 10

  1. … 7 more files in changeset.
DEN-16258: Updated - UI.P1B : Bluetooth status indicator

Modify to include vendor name and model name in status indicator

Change the data that is displayed in the status dialog

Status dialog now handles single line text

  1. … 4 more files in changeset.
DEN-16257: Updated - UI.P1B : WiFi status indicator

Add security types and signal strength level to the status dialog

Modify wifi status dialog to have space between icon and dialog body

Changed look and feel of status dialog based on review call

  1. … 4 more files in changeset.
DEN-16258: Added - UI.P1B : Bluetooth status indicator

The bluetooth indicator QML component

A re-usable StatusDialog component that opens a small dialog to display info passed

Remove the old text bluetooth debug string

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

  1. … 2 more files in changeset.
DEN-16021: Fixed : UI: Unable to Change Date and Time in HD Settings

Remove unnecessary timeSpec setting

Add consts

DEN-16021: Fixed : UI: Unable to Change Date and Time in HD Settings

Corrected UTC conversion on doConfirm action

Added error handling for date_time_set script process failing

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

  1. … 16 more files in changeset.
DEN-14815: Cartridge Removal Screen is Displayed Prematurely

- Added the Response model and updated the view for MAdjustPatientDisconnectionConfirmResponse

  1. … 8 more files in changeset.
DEN-14815: Cartridge Removal Screen is Displayed Prematurely

- Added the message ID_AdjustPatientDisconnectionConfirmReq = 0x0600, // 6

  1. … 8 more files in changeset.
DEN-14815: Cartridge Removal Screen is Displayed Prematurely

- Modified the Patient Disconnection confirm to notify since there is no response and UI just notifies the HD.

- This way the actual confirm which is on the Treatment Review screen Next button can have better name.

- Also modified the ID_AdjustDisposablesRemovalConfirmRsp enum to match its req.

  1. … 7 more files in changeset.