sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +45
    ./model/dg/data/MDGFilterFlushData.cpp
    • -0
    • +82
    ./model/dg/data/MDGFilterFlushData.h
    • -5
    • +5
    ./model/hd/data/MHDOperationModeData.cpp
    • -0
    • +45
    ./model/hd/data/MPreTreatmentPrimeData.cpp
    • -0
    • +79
    ./model/hd/data/MPreTreatmentPrimeData.h
    • -0
    • +45
    ./model/hd/data/MPreTreatmentSelfTestDryData.cpp
    • -0
    • +82
    ./model/hd/data/MPreTreatmentSelfTestDryData.h
    • -0
    • +45
    ./model/hd/data/MPreTreatmentSelfTestNoCartridgeData.cpp
  1. … 20 more files in changeset.
DEN-7050: Added no networks in range

DEN-7050: Added wifi interface join network code

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

- PreTreatmentStates message has been added

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

    • -0
    • +97
    ./gui/qml/dialogs/JoinNetwork.qml
  1. … 12 more files in changeset.
DEN-7142: Implementation [Navigation] ( 1 )

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

    • -0
    • +146
    ./gui/qml/AlarmItem.qml
    • -0
    • +84
    ./gui/qml/PowerItem.qml
    • -0
    • +66
    ./gui/qml/pages/MainHome.qml
    • -0
    • +98
    ./gui/qml/pages/MainStack.qml
  1. … 23 more files in changeset.
DEN-7049, DEN-7048: Cpp / QML for Scanning and listing available networks

    • -35
    • +83
    ./gui/qml/pages/SettingsWifi.qml
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
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +10
    ./view/hd/data/VHDOperationModeData.cpp
    • -1
    • +12
    ./view/hd/data/VHDOperationModeData.h
  1. … 1 more file in changeset.
DEN-7048, DEN-7049, DEN-7050: Added foundational classes for scan, list, and join wifi networks

    • -0
    • +161
    ./gui/qml/pages/SettingsWifi.qml
    • -0
    • +85
    ./view/VNetworkModel.cpp
    • -0
    • +54
    ./view/VNetworkModel.h
    • -0
    • +113
    ./wifi/WifiInterface.cpp
    • -0
    • +46
    ./wifi/WifiInterface.h
  1. … 7 more files in changeset.
Merge DEN-7041_UI_build_fix into staging

  1. … 2 more files in changeset.
DEN-7041: Fixed cppcheck error

DEN-7041: Fixed compilation issues with latest common master.

    • -1
    • +1
    ./view/hd/data/VHDTreatmentStatesData.cpp
    • -1
    • +1
    ./view/hd/data/VHDTreatmentStatesData.h
DEN-7041: Fixed issues preventing tst_models from running; Fixed code coverage issues.

  1. … 3 more files in changeset.
Merge branch 'staging' of ssh://dvm-linux02:7999/ui/application into staging

  1. … 1 more file in changeset.
DEN-7175: Implementation

- Figured this message is the only message which is sending message over on the sync 0x200 channel and if not send over sync channel then DG will not respond back with version.

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

    • -0
    • +5
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 23 more files in changeset.
DEN-6638: ptTx-RB: Code Review 0

- Added an ability for now to ask for versions.

    • -1
    • +0
    ./view/hd/data/VHDTreatmentStatesData.h
DEN-6638: ptTx-RB: Code Review 0

- Fixed typo

    • -5
    • +0
    ./view/hd/data/VHDTreatmentStatesData.h
DEN-6870: AV-Range: Implementation

- Updated the ranges

DEN-6635: Update Design Documents

- During the document update figured the "end treatment" button link to the "treatment time" is missing and put that SAME FOR "BACK TO TREATMENT"

DEN-6635: Update Design Documents

- During the document update figured the "end treatment" button link to the "treatment time" is missing and put that.

DEN-6867: ptTx-RB: Implementation [Navigation] (2/2)

- Moved each category of the post treatment screen into its own screen manager stack.

- It helps to organize the code better and later manage the screen easier when the message 37 (HD: OpMode) being used.

    • -87
    • +9
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
DEN-6638: ptTx-RB: Code Review 0

During the code clean up some codes has been incorrectly removed that reverted back,

DEN-6635: Update Design Documents

- Code has been updated while the SDDUI was written.

- DEN-6638: Code Review 0

    • -1
    • +1
    ./model/dg/data/MDGAccelerometerData.h
    • -2
    • +1
    ./model/hd/data/MHDAccelerometerData.h
    • -16
    • +16
    ./view/hd/adjustment/VTreatmentAdjustmentVersions.cpp
    • -2
    • +2
    ./view/hd/data/VHDTreatmentStatesData.cpp
  1. … 1 more file in changeset.
DEN-6869: Added Version Dialin API and a Simulator plugin

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

DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

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

    • -6
    • +6
    ./view/dg/data/VDGAccelerometerData.cpp
    • -6
    • +6
    ./view/hd/data/VHDAccelerometerData.cpp
  1. … 2 more files in changeset.
DEN-6877: Merging the Versions/Acceleration

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
    • -32
    • +108
    ./gui/qml/pages/ManagerHome.qml
    • -0
    • +64
    ./model/dg/adjustment/MTreatmentAdjustDGVersionsResponse.cpp
    • -0
    • +101
    ./model/dg/adjustment/MTreatmentAdjustDGVersionsResponse.h
    • -0
    • +68
    ./model/dg/data/MDGAccelerometerData.cpp
    • -0
    • +106
    ./model/dg/data/MDGAccelerometerData.h
    • -11
    • +19
    ./model/dg/data/MDGDrainPumpData.cpp
  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).

    • -2
    • +24
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

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

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +45
    ./model/hd/adjustment/MTreatmentAdjustEndResponse.cpp
    • -0
    • +84
    ./model/hd/adjustment/MTreatmentAdjustEndResponse.h
    • -0
    • +46
    ./view/hd/adjustment/VTreatmentAdjustmentEnd.cpp
    • -0
    • +64
    ./view/hd/adjustment/VTreatmentAdjustmentEnd.h
  1. … 2 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.

-

    • -1
    • +1
    ./gui/qml/dialogs/NotificationDialog.qml
    • -0
    • +111
    ./gui/qml/pages/postTreatment/end/PostTreatmentEnd.qml
  1. … 27 more files in changeset.