application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

DEN-6638: ptTx-RB: Code Review 0

- Added an ability for now to ask for versions.

    • -1
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +8
    /sources/gui/qml/pages/ManagerHome.qml
DEN-6638: ptTx-RB: Code Review 0

- Fixed typo

DEN-6870: AV-Range: Implementation

- Updated the ranges

    • -8
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -22
    • +22
    /sources/view/VTreatmentCreate.h
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-6637: Code Analysis