application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7282, DEN-7284: Adding support for wpa2, wpa, wep

    • -3
    • +18
    /scripts/wifi_generate_wpa_supplicant.sh
    • -1
    • +34
    /scripts/wifi_request_auto_assigned_ip.sh
DEN-7374: preTx: Implementation [Component][Instruction section type 1] ( 1 )

- The first draft Implementation

    • binary
    /resources/images/ArrowLeft.png
    • -1
    • +1
    /sources/gui/qml/components/SettingsItem.qml
    • -4
    • +7
    /sources/gui/qml/components/StepBullet.qml
    • -9
    • +15
    /sources/gui/qml/components/StepIndicator.qml
    • -1
    • +1
    /sources/gui/qml/components/TouchArea.qml
DEN-7282, DEN-7284: Connected to WPA + TKIP/AES (DialityWAPB)

    • -4
    • +21
    /scripts/wifi_generate_wpa_supplicant.sh
    • -1
    • +1
    /scripts/wifi_request_auto_assigned_ip.sh
    • -0
    • +12
    /scripts/wifi_save_static_interface_assignments.sh
    • -0
    • +3
    /scripts/wifi_test_internet.sh
    • -0
    • +1
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +16
    /sources/gui/qml/pages/SettingsWifi.qml
    • -59
    • +248
    /sources/wifi/WifiInterface.cpp
  1. … 3 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.

-

    • binary
    /resources/images/Busy.png
    • binary
    /resources/images/Busy2.png
    • binary
    /resources/images/BusyDone.png
    • -2
    • +2
    /sources/gui/qml/components/BackButton.qml
    • -1
    • +1
    /sources/gui/qml/components/ConfirmButton.qml
    • -10
    • +53
    /sources/gui/qml/components/StepBullet.qml
    • -14
    • +23
    /sources/gui/qml/components/StepIndicator.qml
    • -0
    • +60
    /sources/gui/qml/components/WaitDone.qml
    • -0
    • +79
    /sources/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
    • +0
    /sources/gui/qml/pages/SettingsHome.qml
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
    /sources/gui/qml/components/StepBullet.qml
    • -17
    • +21
    /sources/gui/qml/components/StepIndicator.qml
DEN-7373: preTx: Implementation [Component][Steps Indicator Improvement] ( ? )

- Improved the TouchRect as part of StepIndicator improvement.

    • -2
    • +0
    /sources/gui/qml/components/BackButton.qml
    • -2
    • +1
    /sources/gui/qml/components/ConfirmButton.qml
    • -23
    • +13
    /sources/gui/qml/components/ExportButton.qml
    • -57
    • +29
    /sources/gui/qml/components/GridSelection.qml
    • -5
    • +6
    /sources/gui/qml/components/MainMenu.qml
    • -1
    • +1
    /sources/gui/qml/components/MuteButton.qml
    • -72
    • +47
    /sources/gui/qml/components/TouchRect.qml
    • -19
    • +5
    /sources/gui/qml/components/USBButton.qml
    • -1
    • +1
    /sources/gui/qml/components/UpDownButton.qml
  1. … 15 more files in changeset.
DEN-7050: Applied fixes to prevent the crash.

    • -153
    • +138
    /sources/wifi/WifiInterface.cpp
DEN-7050: In progress update

    • -1
    • +4
    /sources/gui/qml/pages/SettingsHome.qml
    • -19
    • +0
    /sources/gui/qml/pages/SettingsWifi.qml
    • -52
    • +132
    /sources/wifi/WifiInterface.cpp
DEN-7050: In progress update for wifi interface join network

    • -0
    • +5
    /scripts/wifi_disconnect_network.sh
    • -0
    • +73
    /sources/gui/qml/dialogs/DisconnectNetwork.qml
    • -2
    • +8
    /sources/gui/qml/pages/SettingsWifi.qml
    • -70
    • +128
    /sources/wifi/WifiInterface.cpp
DEN-7140: Implementation [Messaging] ( 1 )

- Removed the test class MAbstractProgress.

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

    • -2
    • +7
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +45
    /sources/model/dg/data/MDGFilterFlushData.cpp
    • -0
    • +82
    /sources/model/dg/data/MDGFilterFlushData.h
    • -0
    • +45
    /sources/model/hd/data/MPreTreatmentPrimeData.cpp
    • -0
    • +79
    /sources/model/hd/data/MPreTreatmentPrimeData.h
    • -0
    • +45
    /sources/model/hd/data/MPreTreatmentSelfTestDryData.cpp
  1. … 20 more files in changeset.
DEN-7050: Added no networks in range

    • -3
    • +17
    /sources/gui/qml/pages/SettingsWifi.qml
DEN-7050: Added wifi interface join network code

    • -1
    • +1
    /scripts/wifi_generate_wpa_supplicant.sh
    • -0
    • +2
    /scripts/wifi_read_dns.sh
    • -0
    • +2
    /scripts/wifi_read_gateway.sh
    • -0
    • +4
    /scripts/wifi_read_ip_settings.sh
    • -0
    • +6
    /scripts/wifi_request_auto_assigned_ip.sh
    • -3
    • +5
    /sources/gui/qml/pages/SettingsWifi.qml
    • -10
    • +194
    /sources/wifi/WifiInterface.cpp
DEN-7140: Implementation [Messaging] ( 1 )

- PreTreatmentStates message has been added

    • -4
    • +6
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +17
    /sources/gui/qml/pages/ManagerHome.qml
    • -0
    • +69
    /sources/model/hd/data/MPreTreatmentStatesData.cpp
    • -0
    • +108
    /sources/model/hd/data/MPreTreatmentStatesData.h
    • -0
    • +137
    /sources/view/hd/data/VPreTreatmentStatesData.cpp
    • -0
    • +124
    /sources/view/hd/data/VPreTreatmentStatesData.h
DEN-7049, DEN-7050: Added QML, C++, and scripts to configure wifi interface and join networks.

    • -0
    • +14
    /scripts/wifi_generate_wpa_supplicant.sh
    • -0
    • +6
    /scripts/wifi_get_auto_assigned_ip.sh
    • -0
    • +4
    /scripts/wifi_reset_adapter.sh
    • -0
    • +4
    /scripts/wifi_reset_interface.sh
    • -0
    • +3
    /scripts/wifi_scan_for_networks.sh
    • -0
    • +5
    /scripts/wifi_set_auto_assigned_ip.sh
    • -0
    • +7
    /scripts/wifi_set_dns.sh
    • -0
    • +12
    /scripts/wifi_set_static_ip.sh
    • -0
    • +4
    /scripts/wifi_start_wpa_supplicant.sh
    • -0
    • +97
    /sources/gui/qml/dialogs/JoinNetwork.qml
    • -3
    • +9
    /sources/gui/qml/pages/SettingsBluetooth.qml
  1. … 9 more files in changeset.
DEN-7142: Implementation [Navigation] ( 1 )

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

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

    • -0
    • +3
    /sources/gui/qml/globals/Variables.qml
    • -35
    • +83
    /sources/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.

    • -3
    • +3
    /sources/model/hd/alarm/MAlarmStatusData.cpp
    • -1
    • +12
    /sources/view/hd/data/VHDOperationModeData.h
DEN-7048, DEN-7049, DEN-7050: Added foundational classes for scan, list, and join wifi networks

    • -1
    • +3
    /sources/gui/qml/components/TextEntry.qml
    • -0
    • +6
    /sources/gui/qml/globals/Variables.qml
    • -0
    • +11
    /sources/gui/qml/pages/SettingsHome.qml
    • -0
    • +161
    /sources/gui/qml/pages/SettingsWifi.qml
  1. … 7 more files in changeset.
Merge DEN-7041_UI_build_fix into staging

DEN-7041: Fixed cppcheck error

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

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmStatusData.cpp
DEN-7041: Fixed issues preventing tst_models from running; Fixed code coverage issues.

    • -0
    • +2
    /sources/canbus/MessageAcknowModel.cpp
Merge branch 'staging' of ssh://dvm-linux02:7999/ui/application into staging

    • -2
    • +4
    /sources/canbus/MessageInterpreter.cpp
Merge branch 'DEN-7174_DEN-6631_VersionsLabTestBugFix' into staging

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.

    • -2
    • +4
    /sources/canbus/MessageInterpreter.cpp
Merge master into staging

    • -5
    • +5
    /sources/canbus/MessageInterpreter.cpp
  1. … 23 more files in changeset.
Merge branch 'DEN-6679_UI_DEV_ArterialandVenousRange' into staging

Merge branch 'DEN-6631_UI_DEV_Post-Treatment_Rinseback' into staging