sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7315: Added set date and time qml page

    • -0
    • +108
    ./gui/qml/pages/SettingsDateTimeSet.qml
  1. … 1 more file in changeset.
DEN-7374: preTx: Implementation [Component][Instruction section type 1] ( 1 )

- Adding title for the component.

- Fixed/ modified the step indicator component which was changing the step names and then it couldn't be used in other objects.

    • -14
    • +17
    ./gui/qml/components/StepIndicator.qml
DEN-7374: preTx: Implementation [Component][Instruction section type 1] ( 1 )

- The first draft Implementation

    • -9
    • +15
    ./gui/qml/components/StepIndicator.qml
  1. … 2 more files in changeset.
DEN-7282, DEN-7284: Connected to WPA + TKIP/AES (DialityWAPB)

  1. … 10 more files in changeset.
DEN-7143: preTx: Implementation [Navigation] ( 2 )

- Added the pre-treatment Consumables states

- Made the Step bullet multi orientation state

- Made the Step indicator multi orientation state

- Added the component WaitDone which has a rotating circle for wait state and a check mark when set as done.

- Added the consumables stack and two screens [self test is done, installation needs work]

- Updated PreTreatmentMainStack to navigate for waterSample and consumables.

- Added the Water Sample fail screen

- Added the Water Sample result screen

- Added the Water Sample stack

- Added the Water Sample, Sample Screen

- Added the STATE property type for the State boolean types which will not initiated if the value has not been changed.

-

    • -1
    • +1
    ./gui/qml/components/ConfirmButton.qml
    • -10
    • +53
    ./gui/qml/components/StepBullet.qml
    • -14
    • +23
    ./gui/qml/components/StepIndicator.qml
    • -0
    • +60
    ./gui/qml/components/WaitDone.qml
    • -0
    • +79
    ./gui/qml/compounds/PreTreatmentTitleBar.qml
  1. … 34 more files in changeset.
DEN-7050: Found that crash was still occurring. Added better error handling to parse wifi scan. Cannot reproduce crash any longer.

  1. … 1 more file in changeset.
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