AlarmItem.qml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED.

RESOLVED.

logic updated to match

logic updated to match

match logic to stop state

match logic to stop state

LDT-3860 SW Misc & Enhc - SW - 01 - General Alarm - Temporary Break - R&I - 05: DEV - Feature Implementation

update notification dialog

  1. … 4 more files in changeset.
LDT-3800-enhancements-usability-requests

add temporary break button to alarm dialog

  1. … 5 more files in changeset.
LEAHI-APPLICATION-LDT-3855_SW Misc & Enhc - SW - 01 - General Alarm - Temporary Break - R&I
LEAHI-APPLICATION-LDT-3855_SW Misc & Enhc - SW - 01 - General Alarm - Temporary Break - R&I
LDT-3839 SW Misc & Enhc - SW - 01 - Stop State - R&I - 05: DEV - Feature Implementation

update stop state logic on alarm dialog

  1. … 1 more file in changeset.
LEAHI-APPLICATION-LDT-3834_SW Misc & Enhc - SW - 01 - Stop State - R&I
LEAHI-APPLICATION-LDT-3834_SW Misc & Enhc - SW - 01 - Stop State - R&I
LDT-1788 - Feature/LDT-1788 - General Alarm Instructions With New Design
LDT-1788 - Feature/LDT-1788 - General Alarm Instructions With New Design
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

BN: RESOLVED

BN: RESOLVED

BN: RESOLVED

BN: RESOLVED

updated

updated

updated

updated

updated

updated

as discussed to add the space after the parenthesis. updated all instances

as discussed to add the space after the parenthesis. updated all instances

I agree with this comment, to make the code fit in a shorter vertical area. Please use the Bjarne Stroustrup everywhere and be consistent: if () { } else { }

I agree with this comment, to make the code fit in a shorter vertical area.
Please use the Bjarne Stroustrup everywhere and be consistent:

if () {
}
else {
}
Stephen Quong Please let's do that only for the long template-based iterator types, and not for all the variables. And agree with using const and also & when applicable.

Stephen Quong
Please let's do that only for the long template-based iterator types, and not for all the variables.

And agree with using const and also & when applicable.

Remove leading and trailing spaces in if conditionals to keep style consistent.

Remove leading and trailing spaces in if conditionals to keep style consistent.

Declare variables using 'auto' and 'const auto' where possible, especially where initializing the variable.

Declare variables using 'auto' and 'const auto' where possible, especially where initializing the variable.