Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7050: Found that crash was still occurring. Added better error handling to parse wifi scan. Cannot reproduce crash any longer.

  1. … 4 more files in changeset.
DEN-7050: Applied fixes to prevent the crash.

  1. … 4 more files in changeset.
DEN-7050: In progress update

  1. … 7 more files in changeset.
DEN-7050: In progress update for wifi interface join network

  1. … 9 more files in changeset.
DEN-7140: Implementation [Messaging] ( 1 )

- Added progress data Model/View which are:

ID_DGFilterFlush = 0x6000, // 96

ID_SelfTestNoCartridge = 0x6100, // 97

ID_SelfTestDry = 0x6300, // 99

ID_DisposablesPrime = 0x4300, // 67

    • -0
    • +27
    ./dg/data/VDGFilterFlushData.cpp
    • -0
    • +45
    ./dg/data/VDGFilterFlushData.h
    • -0
    • +27
    ./hd/data/VPreTreatmentPrimeData.cpp
    • -0
    • +45
    ./hd/data/VPreTreatmentPrimeData.h
    • -0
    • +27
    ./hd/data/VPreTreatmentSelfTestDryData.cpp
    • -0
    • +45
    ./hd/data/VPreTreatmentSelfTestDryData.h
    • -0
    • +27
    ./hd/data/VPreTreatmentSelfTestNoCartridgeData.cpp
    • -0
    • +45
    ./hd/data/VPreTreatmentSelfTestNoCartridgeData.h
  1. … 24 more files in changeset.
DEN-7050: Added wifi interface join network code

  1. … 15 more files in changeset.
DEN-7140: Implementation [Messaging] ( 1 )

- PreTreatmentStates message has been added

    • -0
    • +137
    ./hd/data/VPreTreatmentStatesData.cpp
    • -0
    • +124
    ./hd/data/VPreTreatmentStatesData.h
  1. … 12 more files in changeset.
DEN-7049, DEN-7050: Added QML, C++, and scripts to configure wifi interface and join networks.

  1. … 20 more files in changeset.
DEN-7142: Implementation [Navigation] ( 1 )

- A Complete refactoring of the navigation management has been done.

  1. … 37 more files in changeset.
DEN-7049, DEN-7048: Cpp / QML for Scanning and listing available networks

  1. … 6 more files in changeset.
DEN-7142: preTx: Implementation [Navigation] ( 1 )

- Added HD_OP_MODE to navigate to the treatment home screen.

- Note : there is an issue with the create treatment implementation which won't let to reset the stack and needs to be fixed.

- Added some Rinseback modification requests.

  1. … 6 more files in changeset.
DEN-7048, DEN-7049, DEN-7050: Added foundational classes for scan, list, and join wifi networks

  1. … 19 more files in changeset.
DEN-7041: Fixed compilation issues with latest common master.

  1. … 1 more file in changeset.
Merge master into staging

  1. … 33 more files in changeset.
DEN-6638: ptTx-RB: Code Review 0

- Added an ability for now to ask for versions.

  1. … 2 more files in changeset.
DEN-6638: ptTx-RB: Code Review 0

- Fixed typo

  1. … 3 more files in changeset.
DEN-6870: AV-Range: Implementation

- Updated the ranges

  1. … 2 more files in changeset.
DEN-6635: Update Design Documents

- Code has been updated while the SDDUI was written.

- DEN-6638: Code Review 0

  1. … 7 more files in changeset.
DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

- After adding the simulator plugin find out a bug in the code and fixed.

  1. … 2 more files in changeset.
DEN-6877: Merging the Versions/Acceleration

    • -0
    • +32
    ./dg/data/VDGAccelerometerData.cpp
    • -0
    • +49
    ./dg/data/VDGAccelerometerData.h
    • -0
    • +60
    ./hd/adjustment/VTreatmentAdjustmentVersions.cpp
    • -0
    • +81
    ./hd/adjustment/VTreatmentAdjustmentVersions.h
    • -0
    • +32
    ./hd/data/VHDAccelerometerData.cpp
    • -0
    • +49
    ./hd/data/VHDAccelerometerData.h
  1. … 28 more files in changeset.
DEN-6876: Cleaned up the code to start the versions cherry pick

- Messages 60,61 which was Treatment End has been removed (FW is not using it anymore).

  1. … 14 more files in changeset.
DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

- Added Model/View for the messages "Treatment End" Req/Res (87/88)

    • -0
    • +46
    ./hd/adjustment/VTreatmentAdjustmentEnd.cpp
    • -0
    • +64
    ./hd/adjustment/VTreatmentAdjustmentEnd.h
  1. … 14 more files in changeset.
DEN-6863 , DEN-6865 , DEN-6866 : psTx

- Added Recirculate timeout Model/View.

- Added Rinseback timeout to the Model/View.

- Added three more parameter to the Treatment State Message 15 for the "Blood Prime", "Treatment End", "Treatment Stop"

- Renamed the StackItem method "back" to "page".

- Renamed the "End" button label to "End Treatment"

- Renamed the "TreatmentComplete" Screen to "TreatmentEnd" to be more consistent with the states.

- Added the "TreatmentEndPause" screen for "Treatment End Pause" state

- Added the recirculate timeout to the screens.

- Added the rinseback timeout to the screens.

- Refactored the "txDialysisRunning" to "txDialysis" to match the state with the same name.

-

    • -14
    • +33
    ./hd/data/VHDTreatmentStatesData.cpp
    • -44
    • +47
    ./hd/data/VHDTreatmentStatesData.h
    • -0
    • +26
    ./hd/data/VTreatmentRecirculateData.cpp
    • -0
    • +44
    ./hd/data/VTreatmentRecirculateData.h
  1. … 35 more files in changeset.
DEN-6862 , DEN-6865 : Blood Prime && Rinseback && Ricirculate

- Moved all the the imports into the main.qml since find out it doesn't make any difference until the module is loaded dynamically at runtime which we don't since it is slow.

- Added PostTreatmentAdditional for Additional Rinseback.

- Added RinsebackInit for Rinseback setup

- Code Clean up & refactoring

  1. … 9 more files in changeset.
DEN-6862, DEN-6865 Blood Prime Screen

- Added Blood Prime Screen/Message

- Cleaned up the code a little.

    • -0
    • +26
    ./hd/data/VTreatmentBloodPrimeData.cpp
    • -0
    • +44
    ./hd/data/VTreatmentBloodPrimeData.h
  1. … 13 more files in changeset.
DEN-6862: ptTx-RB: Implementation [Screens] Rinseback Complete

- DEN-6864: ptTx-RB: Implementation [Messaging] (1/2)

- DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

- Added ImageText Componenet for the rinseback in progress screen

- Added Flow rate as well to the message ID_Rinseback as 3rd parameter.

- Connected Recirculate message to the Recirculate screen in progress.

- Connected Rinseback (Adj/Data) messages to the Rinseback screen in progress.

- Updated TreatmentStack Screen navigation for the Rinseback, Recirculate, TreatmentComplete and so on.

  1. … 11 more files in changeset.
DEN-6864: Implementation [Messaging] (1/2)

    • -0
    • +45
    ./hd/adjustment/VTreatmentAdjustmentRecirculate.cpp
    • -0
    • +68
    ./hd/adjustment/VTreatmentAdjustmentRecirculate.h
    • -0
    • +46
    ./hd/adjustment/VTreatmentAdjustmentRinseback.cpp
    • -0
    • +74
    ./hd/adjustment/VTreatmentAdjustmentRinseback.h
    • -28
    • +56
    ./hd/data/VHDTreatmentStatesData.cpp
    • -0
    • +26
    ./hd/data/VTreatmentRinsebackData.cpp
    • -0
    • +44
    ./hd/data/VTreatmentRinsebackData.h
  1. … 20 more files in changeset.
- Added PostTreatmentComplete.qml screen - Added PostTreatmentRinsebackComplete.qml - Removed '_' from Dialisate state property name - fixed the Alarm enum name change on AlarmDefs

  1. … 10 more files in changeset.
Merge DEN-4860_BLE into master

  1. … 3 more files in changeset.
Merge master into DEN-6349_bp_hr_manual_entry

  1. … 11 more files in changeset.