application

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

Was there a reason the tee command is being used, instead of simply using > like : echo "$1" > /sys/class/backlight/backlight-mipi/brightness ?

Was there a reason the tee command is being used, instead of simply using > like :

echo "$1" > /sys/class/backlight/backlight-mipi/brightness

?

What is this line used for?

What is this line used for?

Interesting. Why it is a broadcast instead of a request/response? Why does UI need a broadcast message while it will always be adjusted by UI?

Interesting.
Why it is a broadcast instead of a request/response?
Why does UI need a broadcast message while it will always be adjusted by UI?

It prevents updates to alarmVolume by the HD broadcast while we're editing the alarm volume. Otherwise, alarmVolume could be incorrectly updated by an HD broadcast of a set alarm volume that the us...

It prevents updates to alarmVolume by the HD broadcast while we're editing the alarm volume.
Otherwise, alarmVolume could be incorrectly updated by an HD broadcast of a set alarm volume that the user decided to cancel.

alarmVolumeTemp is the temporary volume being selected by the user while they are adjusting. alarmVolume is the kept alarm volume when the user exits the alarm volume screen. alarmVolume is set to ...

alarmVolumeTemp is the temporary volume being selected by the user while they are adjusting.
alarmVolume is the kept alarm volume when the user exits the alarm volume screen.
alarmVolume is set to alarmVolumeTemp only if the user hits confirm
Upon confirm, alarmVolume is updated to be the same value as alarmVolumeTemp and is then sent down to the HD.
Upon back / cancel, alarmVolume is left unchanged and is sent down to the HD to undo the temporary setting
FW does not expose a play alarm volume without set message so we have to set the volume each time it is played for the user while they are adjusting.

What is Temp mean, if it means default please put def, and if it is the step please put Step. Or if it is the previous value you kept for back to be sent back to HD, Please use prev/previous.

What is Temp mean, if it means default please put def, and if it is the step please put Step.
Or if it is the previous value you kept for back to be sent back to HD, Please use prev/previous.

Could you please explain why do you need this flag?

Could you please explain why do you need this flag?

Please modify the signal's name so it always has the Clicked/Pressed/... at the end. Please apply for every other occurance.

Please modify the signal's name so it always has the Clicked/Pressed/... at the end.
Please apply for every other occurance.

UI-DEN-7752_Device Information
UI-DEN-7752_Device Information
UI-DEN-8085_Alarm Volume Brightness
UI-DEN-8085_Alarm Volume Brightness
DEN-8081: Added missing message length, updated needs ack table.

Merge DEN-7752_Device_Information into DEN-8058_Alarm_Volume_Brightness

    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +5
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +5
    /sources/gui/qml/pages/SettingsHome.qml
DEN-8083: Added HD and DG last and next service dates

    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +5
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +5
    /sources/gui/qml/pages/SettingsHome.qml
    • -0
    • +31
    /sources/model/dg/adjustment/MAdjustDGServiceResponse.cpp
    • -0
    • +68
    /sources/model/dg/adjustment/MAdjustDGServiceResponse.h
    • -0
    • +31
    /sources/model/hd/adjustment/MAdjustHDServiceResponse.cpp
    • -0
    • +68
    /sources/model/hd/adjustment/MAdjustHDServiceResponse.h
    • -6
    • +47
    /sources/view/VDeviceInformation.cpp
  1. … 3 more files in changeset.