sources

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

    • -39
    • +0
    ./model/hd/data/MAlarmVolumeData.cpp
  1. … 1 more file in changeset.
DEN-8064: Addressed code review comments

  1. … 1 more file in changeset.
DEN-8064: Addressed code review comments

    • -16
    • +16
    ./gui/qml/pages/SettingsAlarmVolume.qml
    • -4
    • +4
    ./gui/qml/pages/SettingsBrightness.qml
    • -2
    • +2
    ./gui/qml/pages/SettingsDateTimeSet.qml
    • -2
    • +2
    ./gui/qml/pages/SettingsDeviceInformation.qml
    • -0
    • +45
    ./model/hd/adjustment/MAdjustHDAlarmVolumeResponse.cpp
    • -0
    • +82
    ./model/hd/adjustment/MAdjustHDAlarmVolumeResponse.h
  1. … 3 more files in changeset.
DEN-8081: Added missing message length, updated needs ack table.

Merge DEN-7752_Device_Information into DEN-8058_Alarm_Volume_Brightness

  1. … 1 more file in changeset.
DEN-8083: Added HD and DG last and next service dates

    • -2
    • +2
    ./gui/qml/pages/SettingsDeviceInformation.qml
    • -0
    • +31
    ./model/dg/adjustment/MAdjustDGServiceResponse.cpp
    • -0
    • +68
    ./model/dg/adjustment/MAdjustDGServiceResponse.h
    • -0
    • +31
    ./model/hd/adjustment/MAdjustHDServiceResponse.cpp
    • -0
    • +68
    ./model/hd/adjustment/MAdjustHDServiceResponse.h
  1. … 3 more files in changeset.
DEN-8062, DEN-8081: Alarm volume improvements

    • -15
    • +9
    ./gui/qml/pages/SettingsAlarmVolume.qml
DEN-D8062, DEN-8081, DEN-8082: Added alarm volume and brightness

    • -0
    • +127
    ./gui/qml/pages/SettingsAlarmVolume.qml
    • -0
    • +125
    ./gui/qml/pages/SettingsBrightness.qml
    • -0
    • +39
    ./model/hd/data/MAlarmVolumeData.cpp
    • -0
    • +74
    ./model/hd/data/MAlarmVolumeData.h
  1. … 11 more files in changeset.
DEN-7752: Added hd dg serial number to device info page.

    • -0
    • +22
    ./model/MDGSerialNumberResponse.cpp
    • -0
    • +64
    ./model/MDGSerialNumberResponse.h
    • -0
    • +21
    ./model/MHDSerialNumberResponse.cpp
    • -0
    • +64
    ./model/MHDSerialNumberResponse.h
  1. … 1 more file in changeset.
DEN-7755: Updated device information table to display UI, HD, DG versions and fpga versions

    • -0
    • +1
    ./gui/qml/pages/SettingsDeviceInformation.qml
DEN-7755: Added device information table.

    • -0
    • +62
    ./gui/qml/components/InformationSubTable.qml
    • -0
    • +128
    ./gui/qml/components/InformationTable.qml
    • -0
    • +67
    ./gui/qml/components/InformationTableEntry.qml
    • -0
    • +20
    ./gui/qml/pages/SettingsDeviceInformation.qml
    • -0
    • +82
    ./view/VDeviceInformation.cpp
  1. … 5 more files in changeset.
DEN-7529: Added service mode login

    • -0
    • +97
    ./gui/qml/dialogs/ServiceLogin.qml
    • -0
    • +32
    ./view/VServiceMode.cpp
    • -0
    • +39
    ./view/VServiceMode.h
  1. … 3 more files in changeset.
Merge DEN-7035_Date_Time_Set into DEN-7524_Service-Mode

  1. … 2 more files in changeset.
Merge branch 'DEN-7044_Wifi' into DEN-7524_Service-Mode

DEN-7529: In progress update

    • -0
    • +51
    ./gui/qml/pages/SettingsDeviceInformation.qml
  1. … 2 more files in changeset.
DEN-7054: Addressed code review comments

DEN-7521: Ensure static IP assignments display after reboot

DEN-7054: Added Network.h to Model namespace, refactoring

    • -0
    • +210
    ./model/MWifiNetwork.h
  1. … 4 more files in changeset.
DEN-7054: Addressed code review comments

  1. … 3 more files in changeset.
DEN-7521: Ensure wifi reconnects on reboot

  1. … 5 more files in changeset.
DEN-7521: Adding rest of support for static IP assignments.

    • -0
    • +103
    ./gui/qml/dialogs/WifiJoinDisconnect.qml
    • -10
    • +28
    ./gui/qml/pages/SettingsWifi.qml
  1. … 9 more files in changeset.
DEN-7320: Removed unused datetime functions

DEN-7320: Addressed code review comments

    • -2
    • +2
    ./gui/qml/pages/SettingsDateTimeSet.qml
  1. … 2 more files in changeset.
DEN-7523, DEN-7050: Upon bootup, connection to DialityWEP, DialityWAPA, DialityWAPB, and DilaityIoT succeeded with ping test.

  1. … 5 more files in changeset.
DEN-7050, DEN-7522, DEN-7523: Improved auto dhcp assignment time, connected to DialityWEP, DialityWAPA, DialityWAPB, and DilaityIoT consecutively in one test.

  1. … 19 more files in changeset.
DEN-7315: Removed unneeded import

DEN-7315: Setting UI system and hwclocks

    • -0
    • +19
    ./gui/qml/pages/SettingsDateTimeSet.qml
  1. … 1 more file in changeset.
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.

    • -6
    • +6
    ./gui/qml/pages/SettingsDateTimeSet.qml
    • -0
    • +31
    ./model/dg/adjustment/MAdjustDGDateTimeResponse.cpp
    • -0
    • +68
    ./model/dg/adjustment/MAdjustDGDateTimeResponse.h
    • -0
    • +45
    ./model/hd/adjustment/MAdjustHDDateTimeResponse.cpp
    • -0
    • +82
    ./model/hd/adjustment/MAdjustHDDateTimeResponse.h
  1. … 7 more files in changeset.
DEN-7315: Layout updates to set date and time settings page.

    • -14
    • +128
    ./gui/qml/pages/SettingsDateTimeSet.qml