sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7373: preTx: Implementation [Component][Steps Indicator Improvement]

- Modified the StepIndicator to work with index instead of text.

- Modified StepBullet as well for coloring and style.

- Fixed the Saline bolus multiple call in MModel.

    • -10
    • +13
    ./gui/qml/components/StepBullet.qml
    • -17
    • +21
    ./gui/qml/components/StepIndicator.qml
  1. … 1 more file in changeset.
DEN-7373: preTx: Implementation [Component][Steps Indicator Improvement] ( ? )

- Improved the TouchRect as part of StepIndicator improvement.

    • -2
    • +1
    ./gui/qml/components/ConfirmButton.qml
    • -23
    • +13
    ./gui/qml/components/ExportButton.qml
    • -57
    • +29
    ./gui/qml/components/GridSelection.qml
    • -1
    • +3
    ./gui/qml/components/NotificationBar.qml
    • -72
    • +47
    ./gui/qml/components/TouchRect.qml
    • -25
    • +30
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 15 more files in changeset.
DEN-7050: Applied fixes to prevent the crash.

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

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

    • -0
    • +73
    ./gui/qml/dialogs/DisconnectNetwork.qml
  1. … 3 more files in changeset.
DEN-7140: Implementation [Messaging] ( 1 )

- Removed the test class MAbstractProgress.

    • -1
    • +1
    ./model/hd/data/MPreTreatmentPrimeData.h
  1. … 1 more file 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
    • +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.