application

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

Done

Done

DEN-8064: Addressed code review comments

    • -39
    • +0
    /sources/model/hd/data/MAlarmVolumeData.cpp
    • -74
    • +0
    /sources/model/hd/data/MAlarmVolumeData.h
Fixed

Fixed

Done

Done

That works too. No need for tee here. I've updated it

That works too. No need for tee here. I've updated it

DEN-8064: Addressed code review comments

I think VDateTime.h is less safe in this case. It should be updated to match if (_process.state() != QProcess::NotRunning) { return; } to prevent re-starting the process when its already in the "S...

I think VDateTime.h is less safe in this case. It should be updated to match

if (_process.state() != QProcess::NotRunning) { return; }

to prevent re-starting the process when its already in the "Starting" state as well as the "Running" state.

    enum ProcessState {
        NotRunning,
        Starting,
        Running
    }; 
I've removed it now. It's the same CAN channel as in the parent class so no need to override it.

I've removed it now. It's the same CAN channel as in the parent class so no need to override it.

AlarmVolumeTemp has been removed

AlarmVolumeTemp has been removed

It is removed now

It is removed now

Done

Done

DEN-8064: Addressed code review comments

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -2
    • +2
    /sources/gui/qml/pages/SettingsBluetooth.qml
    • -4
    • +4
    /sources/gui/qml/pages/SettingsBrightness.qml
    • -8
    • +7
    /sources/gui/qml/pages/SettingsHome.qml
    • -2
    • +2
    /sources/gui/qml/pages/SettingsWifi.qml
    • -0
    • +82
    /sources/model/hd/adjustment/MAdjustHDAlarmVolumeResponse.h
  1. … 3 more files in changeset.
Updated the Alarm List

    • -2
    • +4
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-8316: TxLog: Implementation [Simulator/Testing]

    • binary
    /resources/settings/Instructions/1.png
    • binary
    /resources/settings/Instructions/2.png
    • binary
    /resources/settings/Instructions/3.png
    • -0
    • +8
    /resources/settings/Instructions/Instructions.conf
    • binary
    /resources/settings/Instructions/slide1_filter_v2.png
    • binary
    /resources/settings/Instructions/slide1_filter_v2b.png
    • binary
    /resources/settings/instructions/1.png
    • binary
    /resources/settings/instructions/2.png
  1. … 39 more files in changeset.
UI-DEN-7529_Service Mode
UI-DEN-7529_Service Mode
DEN-8303 Meeting & Support - General Purpose

- Adding two other Alarms parameters to the log

- Fixed the ProgressCircle component circle color.

- Adding a simple detail screen for the Treatment Log Review screen

- Popping up the keyboard when get into the Date/Time screen.

-

    • -7
    • +139
    /sources/model/hd/alarm/MAlarmTriggered.cpp
    • -2
    • +28
    /sources/model/hd/alarm/MAlarmTriggered.h
As it seems in the qml these properties are not used directly in UI and only the key/value pairs are used. So it would be better to have key or value as QStringList properties and change these prop...

As it seems in the qml these properties are not used directly in UI and only the key/value pairs are used.
So it would be better to have key or value as QStringList properties and change these properties to just values.

For the properties, we don't use 'm' as a prefix and only start the name with no capital letter.

For the properties, we don't use 'm' as a prefix and only start the name with no capital letter.

please put tr() for translation.

please put tr() for translation.

please put tr() for translation.

please put tr() for translation.

The one which has been used in the VDateTime is much cleaner: if (_process.state() == QProcess::Running) { return; }

The one which has been used in the VDateTime is much cleaner:

if (_process.state() == QProcess::Running) {
    return;
}
please move it in an appropriate folder(hd/adjustment)

please move it in an appropriate folder(hd/adjustment)

please move it in an appropriate folder(dg/adjustment)

please move it in an appropriate folder(dg/adjustment)

Where it is used?

Where it is used?

please change this to eDG.

please change this to eDG.

Please use 'fontPixel' prefix for your font's pixelSize variables to distinguish between the different properties of the font.

Please use 'fontPixel' prefix for your font's pixelSize variables to distinguish between the different properties of the font.

Please don't use "%0" as we discussed.

Please don't use "%0" as we discussed.

Regarding our discussion, this will be replaced by a new enum ID_AlarmVolumeSetRsp next to ID_AlarmVolumeSetReq.

Regarding our discussion, this will be replaced by a new enum ID_AlarmVolumeSetRsp next to ID_AlarmVolumeSetReq.

please also use the 'a' not only it is consistent with most of the cases but also makes it executable for other user groups(if any).

please also use the 'a' not only it is consistent with most of the cases but also makes it executable for other user groups(if any).