application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7320: Removed unused datetime functions

DEN-7320: Addressed code review comments

    • -15
    • +21
    /sources/gui/qml/globals/Variables.qml
    • -2
    • +1
    /sources/gui/qml/pages/SettingsHome.qml
DEN-7315: Removed unneeded import

DEN-7315: Setting UI system and hwclocks

    • -0
    • +11
    /scripts/date_time_set.sh
    • -1
    • +2
    /sources/gui/qml/pages/SettingsHome.qml
DEN-7316: Added capability to enqueue alerts to be displayed and acknowledged

DEN-7316: Added HD and DG messaging, and an alert notification when save is successful or fails.

    • -0
    • +26
    /sources/canbus/MessageDispatcher.cpp
    • -0
    • +5
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +31
    /sources/model/dg/adjustment/MAdjustDGDateTimeResponse.cpp
    • -0
    • +68
    /sources/model/dg/adjustment/MAdjustDGDateTimeResponse.h
    • -0
    • +45
    /sources/model/hd/adjustment/MAdjustHDDateTimeResponse.cpp
  1. … 7 more files in changeset.
DEN-7315: Layout updates to set date and time settings page.

DEN-7315: Added set date and time qml page

    • -0
    • +1
    /sources/gui/qml/components/TextEntry.qml
    • -0
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -0
    • +108
    /sources/gui/qml/pages/SettingsDateTimeSet.qml
    • -0
    • +10
    /sources/gui/qml/pages/SettingsHome.qml
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-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-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-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-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-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-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-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