settings

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CS-10: The Log upload to the cloud - Keep stashed files and some minor changes.

- Added the Moda-flx logo to the branch

- added a build flag to bypass the POST fails

- fixed a typo in class definition.

- added the platform text to be displayed on the screen in which the application is executing for later better debugging.[ as //DEBUG: comment ]

- Added my note on BCuff connection to avoid loosing it. [ may need update ]

  1. … 10 more files in changeset.
DEN-16956: UI: Add all ASCII symbols as acceptable for the Service Password

- Added all the ASCII symbols as acceptable for the service password.

!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

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

  1. … 7 more files in changeset.
DEN-16785: Make Chem Disinfect and Chem Flush Disinfect Buttons Invisible per Instit Config Status

- used the itemVisible to hide the chemical flush and checmical disinfect.

- fixed the institutional model class comment.

- made the enableChemicaldisinfect enabled/true by default.

  1. … 2 more files in changeset.
DEN-16785: Make Chem Disinfect and Chem Flush Disinfect Buttons Invisible per Instit Config Status

- Added code to application controller to call for request institutional record.

- Added code in the disinfect stack qml to dynamically adjust the disinfect buttons upon enable chemical disinfect value

- Changed the status of chemical disinfect in the institutional record to enabled or disabled from 1 or 0

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

  1. … 6 more files in changeset.
DEN-16773: Add Chemical Disinfect Enable To the Institutional Record

- Addressed a code review comment

    • -13
    • +13
    ./VAdjustmentInstitutionalRecord.cpp
DEN-16773: Add Chemical Disinfect Enable To the Institutional Record

- Addressed the code review comment

DEN-16773: Add Chemical Disinfect Enable To the Institutional Record

Added enable chemical disinfect to the institutional configurations

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

  1. … 27 more files in changeset.
DEN-16693: Institutional Settings Implementation

- Addressed the code review comments

    • -11
    • +0
    ./VAdjustmentInstitutionalRecord.cpp
  1. … 6 more files in changeset.
DEN-16693: Institutional Settings Implementation

Updated the title of the Institutional Configurations and updated the heparin units

  1. … 2 more files in changeset.
DEN-16693: Institutional Settings Implementation

Changed the prescribed UF volume to L from mL.

DEN-16693: Institutional Settings Implementation

Updated the qml file to display the insititutional record. Updated the model and view classes.

    • -3
    • +24
    ./VAdjustmentInstitutionalRecord.cpp
  1. … 7 more files in changeset.
DEN-16693: Institutional Settings Implementation

Initial commit of the inititutional record MVC implementation.

    • -0
    • +67
    ./VAdjustmentInstitutionalRecord.cpp
    • -0
    • +110
    ./VAdjustmentInstitutionalRecord.h
  1. … 20 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 598 more files in changeset.
DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

- the order of the QML PROPERTYs cannot exactly predicted therefore setting them if not needed has to be avoided.

- set the alarmID to 0 to trigger the next change since we skip the property updated if the alarmID is 0.

  1. … 2 more files in changeset.
DEN-16551: FDA: Wi-Fi security protocol TKIP encryption shall be removed.

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

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

  1. … 15 more files 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.