Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
  1. … 2 more files in changeset.
yes I did.

yes I did.

these are combined/bundled states. look into the cpp. that is I added an extra _ in the name to distinguish them.

these are combined/bundled states.
look into the cpp.
that is I added an extra _ in the name to distinguish them.

Thanks for reminding me the situation with the comment. that is right in View classes we need to. maybe later we can move these checks all in the settings controller, from this view. RESOLVED.

Thanks for reminding me the situation with the comment.
that is right in View classes we need to.
maybe later we can move these checks all in the settings controller, from this view.

RESOLVED.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Do you have the HD state for these like the other ones we have ? If yes, can you please put the ///<

Do you have the HD state for these like the other ones we have ? If yes, can you please put the ///<

Type in the name, reservoir missing an r

Type in the name, reservoir missing an r

//DEBUG, please

//DEBUG, please

Did you intentionally left this commented out ?

Did you intentionally left this commented out ?

Please add //DEBUG

Please add //DEBUG

DEN-15514: UI: In-Progress Indicator Missing During Cartridge Priming Steps

- Added some possible solution and will see what is the feedback.

  1. … 2 more files in changeset.
DEN-15112: Added - UI: UI Does not Display (Pending) Treatment Logs on Export Logs Screen

Updated the filemodel to have a proxyModel for filtering and sorting actions

    • -0
    • +61
    ./settings/VLogSortFilterProxyModel.cpp
    • -0
    • +44
    ./settings/VLogSortFilterProxyModel.h
    • -98
    • +73
    ./settings/VSDCardFilesModel.cpp
  1. … 9 more files in changeset.
RESOLVED

RESOLVED

RESOLVED

RESOLVED

added

added

Added

Added

Please put //DEBUG

Please put //DEBUG

Please put //DEBUG

Please put //DEBUG

DEN-15905 - DEN-15548 - UI-BN-S102-Log178 - Application [ Ready ]
DEN-15905 - DEN-15548 - UI-BN-S102-Log178 - Application [ Ready ]
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. … 4 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.

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.