application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated message interpreter unit test name

DEN-3874 : HW Support [Per Peman's Email]

- Reversed the ValvesState view order.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -12
    • +12
    /sources/view/dg/data/VDGValvesStatesData.cpp
Updated spacing in Fonts.qml

DEN-3874 : HW Support [Per Peman's Email]

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -1
    • +1
    /sources/canbus/messageinterpreter.cpp
DEN-3874 : HW Support [Per Peman's Email]

- Unified All the Data messages to use the newly created parent model MAbstract.

- Cleaned up the logging class.

- Removed log_once macros.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -257
    • +29
    /sources/canbus/messageinterpreter.cpp
    • -25
    • +13
    /sources/canbus/messageinterpreter.h
    • -1
    • +1
    /sources/gui/qml/pages/SettingsHome.qml
    • -1
    • +1
    /sources/model/dg/data/MDGDrainPumpData.h
  1. … 17 more files in changeset.
DEN-3874 : HW Support [Per Peman's Email]

- Another try to make the code more clean.

- Qml doesn't accept enums with first letter non-capital [id => ID_]

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -36
    • +36
    /sources/canbus/messageglobals.h
    • -64
    • +64
    /sources/canbus/messageinterpreter.cpp
    • -1
    • +1
    /sources/gui/qml/pages/ManagerHome.qml
    • -0
    • +47
    /sources/model/MAbstract.cpp
    • -9
    • +5
    /sources/model/dg/data/MDGDrainPumpData.cpp
  1. … 17 more files in changeset.
DEN-3874 : HW Support [Per Peman's Email]

- Just to keep the code. Needs clean up.

- Don't forget Logs (DG, HD is different)

- So many more.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -29
    • +40
    /sources/canbus/messageglobals.h
    • -98
    • +89
    /sources/canbus/messageinterpreter.cpp
  1. … 127 more files in changeset.
Added back SquishQt comment

Fixed MouseArea z order, removed unused sound item

    • -24
    • +24
    /sources/gui/qml/components/SettingsItem.qml
    • -1
    • +6
    /sources/gui/qml/pages/Diagnostics.qml
    • -7
    • +5
    /sources/gui/qml/pages/SettingsHome.qml
Aligned colors

Removed spaces

DEN-3880 : Implementation

- Added Alarm Triggered Model

- Added Alarm Cleared Model

- Added Treatment State Model

- "UI," as Event Source to the Initialized and Some Other Event Messages for better logging

- Updated Ack messages and made them nicer for logging.

- Added DGCheckIn as a message to be logged.

- Stored Unit texts as a read only property in Variables qml file which had multiple definition multiple places.

- Changed the toString of models to use comma instead of parenthesis to be easily used in Excel as a CSV file format.

- Found a bug in TreatmentAdjustmentUltrafiltrationConfirm Screen slot which had volume defined as int that actually is a float value and causes the float to be truncated also the volume should be traslated int the VTreatmentAdjustmentUltrafiltratinConfirm to mL from Liter. Although HD wasn't using that value and was not complaining about it.

- Changed the current pew-set Volume value in the TreatmentAdjustmentUltrafiltrationEdit screen to be the current max value which is actually going to be changed by user.

- Changed to use the reference Volume to be used as the current collected volume in the Ultrafiltration section of the main treatment screen and the other Ultrafiltration adjustment screen that using it (Start. Paused, Edit).

- Added toString to the request models to be used for logging.

- Refactored the Message Interpreter response methods to be unique like the other improved latest methods (get<Method>s removed) [Reordered, Document cleanup, and so].

- Updated the manual in the MModel header for creating a model in regards to refactoring above.

- Updated Response Models in regards to the refactoring above.

- Made each byte space separator in Flags class in Types class for cleaner logging (will be used empty string in Alarm Status for logging).

- Changed the logging folder to be log folder (not event, error) and changed the log file extension for events/data to be .log and for errors to be .err.

- log file format modified to be CSV.

- Removed a not used fromByteArrayState method of mtreatmentadjustmentultrafiltrationconfirmresponse , mtreatmentadjustmentultrafiltrationeditresponse.

________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -459
    • +362
    /sources/canbus/messageinterpreter.cpp
    • -63
    • +38
    /sources/canbus/messageinterpreter.h
  1. … 48 more files in changeset.
Added explanations to coco begin validated clauses

Updated models and messaging tests for 100% code coverage. Fixed alarm status spacing.

Improved code coverage to 99.967%

    • -0
    • +2
    /sources/canbus/messageinterpreter.cpp
Changed -q flag to disable hd communication timeout only, squishqt, code coverage changes

Updates to support unit testing

    • -1
    • +1
    /sources/gui/qml/components/TouchArea.qml
    • -2
    • +5
    /sources/gui/qml/pages/SettingsHome.qml
Updated alarm ID an messages

Merged master into UI Alarms.

    • -4
    • +80
    /sources/canbus/messagedispatcher.cpp
    • -4
    • +10
    /sources/canbus/messagedispatcher.h
    • -20
    • +225
    /sources/canbus/messageinterpreter.cpp
    • -1
    • +6
    /sources/gui/qml/components/ModalDialog.qml
  1. … 11 more files in changeset.
Merge branch 'DEN-3149_TreatmentUltrafiltrationAdjustment'

DEN-3158 : Code Review 0

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -1
    • +1
    /sources/model/mtreatmentadjustultrafiltrationstateresponse.h
DEN-3157 : Code Coverage

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -1
    • +1
    /sources/model/mtreatmentadjustrequests.h
    • -12
    • +6
    /sources/view/vtreatmentadjustmentultrafiltrationstate.cpp
Added spaces

    • -1
    • +3
    /sources/canbus/messageinterpreter.cpp
Removed unused import, renamed pressed to click

    • -1
    • +0
    /sources/gui/qml/pages/SettingsHome.qml
Updated valarmstatus.cpp

Removed ColorOverlay and QGraphicalEffects

    • -0
    • +1
    /sources/gui/qml/globals/Variables.qml
DEN-3157 : Code Coverage

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -7
    • +7
    /sources/canbus/messageinterpreter.cpp
    • -2
    • +2
    /sources/gui/qml/pages/SettingsHome.qml
    • -1
    • +1
    /sources/model/mtreatmentadjustultrafiltrationstateresponse.h
    • -3
    • +7
    /sources/view/vtreatmentadjustmentultrafiltrationstate.cpp
Fixed z order of mouse area

DEN-3157 : Code Coverage

- DEN-3158 : Code Review 0

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

Using message globals in applicationcontroller.h, moved guicontroller.h import to .cpp