application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7054: Addressed code review comments

DEN-7054: Addressed code review comments

    • -108
    • +106
    /sources/model/MWifiNetwork.h
DEN-7054: Added Network.h to Model namespace, refactoring

    • -0
    • +210
    /sources/model/MWifiNetwork.h
DEN-7054: Addressed code review comments

    • -4
    • +4
    /sources/gui/qml/pages/SettingsHome.qml
DEN-7521: Ensure wifi reconnects on reboot

    • -1
    • +0
    /scripts/wifi_request_auto_assigned_ip.sh
    • -1
    • +0
    /scripts/wifi_save_static_interface_assignments.sh
    • -0
    • +17
    /sources/storage/StorageGlobals.cpp
DEN-7521: Adding rest of support for static IP assignments.

    • -0
    • +9
    /scripts/wifi_set_subnetmask.sh
    • -97
    • +0
    /sources/gui/qml/dialogs/JoinNetwork.qml
    • -0
    • +103
    /sources/gui/qml/dialogs/WifiJoinDisconnect.qml
    • -10
    • +28
    /sources/gui/qml/pages/SettingsWifi.qml
  1. … 4 more files in changeset.
DEN-7523, DEN-7050: Upon bootup, connection to DialityWEP, DialityWAPA, DialityWAPB, and DilaityIoT succeeded with ping test.

    • -0
    • +1
    /scripts/wifi_request_auto_assigned_ip.sh
    • -2
    • +8
    /sources/gui/qml/components/TextEntry.qml
    • -0
    • +18
    /sources/gui/qml/pages/SettingsWifi.qml
DEN-7050, DEN-7522, DEN-7523: Improved auto dhcp assignment time, connected to DialityWEP, DialityWAPA, DialityWAPB, and DilaityIoT consecutively in one test.

    • -0
    • +7
    /scripts/wifi_generate_wpa_supplicant.sh
    • -34
    • +6
    /scripts/wifi_request_auto_assigned_ip.sh
    • -0
    • +12
    /scripts/wifi_save_dhcp_interface.sh
    • -0
    • +9
    /scripts/wifi_save_static_interface_assignments.sh
  1. … 6 more files in changeset.
DEN-7050: Added missing echo to dns script

DEN-7050: Added missing " in dns script

DEN-7050: Updated set dns script

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.