Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15514: UI: In-Progress Indicator Missing During Cartridge Priming Steps

- The issue on the FW side which not updating the corresponding blood prime state field ( index 6 ) causes the issue and UI is not getting updated.

- Regardless, updated the states to avoid later confusion.

added

added

Added

Added

  1. … 1 more file in changeset.
Please put //DEBUG

Please put //DEBUG

Please put //DEBUG

Please put //DEBUG

DEN-15548: UI: Send alarm 178 on CAN (also log alarm 178)

- added the log for the Alarm UI generates (178) to be displayed on the screen, which is not actually send on the CANBus.

- I did not created another extra AlarmStatus request Model, since it is not necessary t o send this message over the CANBus, and it would be lots of unnecessary code for an unnecessary action (sending the message over the CANBus ) since the nature of the message actually is to be sent when there is no HD to ack UI messages.

    • -0
    • +11
    ./qml/components/NotificationBar.qml
  1. … 10 more files in changeset.
DEN-15905 - DEN-15548 - UI-BN-S102-Log178 - Application [ Ready ]
DEN-15905 - DEN-15548 - UI-BN-S102-Log178 - Application [ Ready ]
these are the removed/red lines. the added/green lines and not-changed/white lines are alinged.

these are the removed/red lines.
the added/green lines and not-changed/white lines are alinged.

for arterial and venous pressure values we align them to the right. this is correct.

for arterial and venous pressure values we align them to the right.
this is correct.

for arterial and venous pressure values we align them to the right. this is correct.

for arterial and venous pressure values we align them to the right.
this is correct.

code alignment

code alignment

code alignment

code alignment

code alignment

code alignment

Changed

Changed

Added.

Added.

Added.

Added.

Changed based on how GuiView handles the connection from a created-in-QML object.

Changed based on how GuiView handles the connection from a created-in-QML object.

DEN-15487: Updated - UI: POST: UI needs to report an error if the configuration files, or parameter(s) are missing.

Updated with changes per CR request

  1. … 3 more files in changeset.
This I will align similar to how the others look in the AppController. The SLOT/SIGNAL keywords are aligned.

This I will align similar to how the others look in the AppController. The SLOT/SIGNAL keywords are aligned.

RESOLVED

RESOLVED

this is incorrect connection usage. it should be moved to the applicationController class. The rule of API design: *the API is just emitting the signal *and is not responsible for the usage. *an...

this is incorrect connection usage.
it should be moved to the applicationController class.

The rule of API design:

  • the API is just emitting the signal
  • and is not responsible for the usage.
  • any object which needs to use it will connect and use (connects the signal to its own slot and runs the logic in its own thread)


Please move to ApplicationController class.

please check, lists are not empty. can be checked by private member variable: isConfigOk = isConfigOk && ! _<Property Name>.isEmpty();

please check, lists are not empty.
can be checked by private member variable:

isConfigOk = isConfigOk && ! _<Property Name>.isEmpty();
add an empty line before and after

add an empty line before and after