checkCircle.png

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

RESOLVED

RESOLVED.

RESOLVED.

Fixed the indentation

Fixed the indentation

I don't see ending bracket for this if. Does this even build?

I don't see ending bracket for this if. Does this even build?

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

Seems like as part of modern C++ the equal operator is no longer needed. I need to investigate more to completely remove it.

Seems like as part of modern C++ the equal operator is no longer needed.
I need to investigate more to completely remove it.

This function is a slot to debug the behavior of the power dialog for now The entire qml file may later be removed. We had some conversations to combine the power message into confirmation and remo...

This function is a slot to debug the behavior of the power dialog for now
The entire qml file may later be removed.
We had some conversations to combine the power message into confirmation and remove the power qml, models, and so on.

The body of this function looks all commented out. Is this function necessary?

The body of this function looks all commented out. Is this function necessary?

Why commented out?

Why commented out?

Align function bodies.

Align function bodies.

Align "=".

Align "=".

UI-DEN-14294_UI BN S84
UI-DEN-14294_UI BN S84
DEN-14391 , DEN-14393 : Qt 5.15.10 [QML run-time issues]

- Fixed all the QML warning and errors

- Enabled the Clang-Tidy, Clazy and cppcheck and fixed some.

- Removed unused images

- made the Denali POST logo transparent.

  1. … 56 more files in changeset.
RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED

RESOLVED

Please rename the file to MTreatmentEndResponse

Please rename the file to MTreatmentEndResponse

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

In general please try to use less components. Components should be more general and not specific to a screen. If that is the case think of it as a big(which I call it compound) component and put it...

In general please try to use less components.
Components should be more general and not specific to a screen.
If that is the case think of it as a big(which I call it compound) component and put it in the compounds folder(which I recently created).
Please note that either way we still should create less components/compounds.