application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5341: Code Analysis

5284: Implementation

Story related fixes:

- Used FW enum for Saline Bolus in Common repo

- txPaused modified the way FW understands and transmits.

Extra fixes:

- Changed the Ultrafiltration ref/meas vol to 3 decimal.

- Application version wasn't correctly shown

- Added a #define for the mouse event spy since on target it's not usually happening and is not useful neither on target nor on desktop for now.

- Fixed the author typo

    • -1
    • +1
    /sources/gui/qml/components/ImageClock.qml
    • -1
    • +1
    /sources/gui/qml/components/ImageWave.qml
    • -1
    • +1
    /sources/gui/qml/components/MainMenu.qml
    • -1
    • +1
    /sources/gui/qml/components/ProgressBar.qml
    • -1
    • +1
    /sources/gui/qml/components/ProgressBarEx.qml
    • -1
    • +1
    /sources/gui/qml/components/ProgressRect.qml
    • -1
    • +1
    /sources/gui/qml/components/RangeBar.qml
    • -1
    • +1
    /sources/gui/qml/components/RangeMarker.qml
    • -1
    • +1
    /sources/gui/qml/components/TickMarks.qml
    • -1
    • +1
    /sources/gui/qml/dialogs/AutoHideInfo.qml
  1. … 88 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -2
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -2
    • +2
    /sources/gui/qml/components/RangeRect.qml
    • -2
    • +2
    /sources/gui/qml/components/Slider.qml
  1. … 35 more files in changeset.
Merge master into DEN-3605_Create_Treatment

    • -0
    • +429
    /sources/ApplicationController.cpp
    • -0
    • +116
    /sources/ApplicationController.h
    • -0
    • +216
    /sources/canbus/MessageGlobals.h
    • -0
    • +621
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +96
    /sources/canbus/MessageInterpreter.h
    • -1
    • +1
    /sources/gui/qml/components/Slider.qml
  1. … 12 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -2
    • +2
    /sources/canbus/MessageAcknowModel.cpp
  1. … 160 more files in changeset.
Merge branch 'DEN-4975_BUG_TreatmentPausedNotificationWhileSalineInProgress'

Merge branch 'DEN-4690_Doxygenization'

DEN-3605, DEN-3726: Updated tst_models.

DEN-3605, DEN-3726: Removed QThread from tst_views. Updated treatment parameter response ordering.

    • -49
    • +48
    /sources/model/MTreatmentParametersResp.cpp
    • -15
    • +11
    /sources/model/MTreatmentParametersResp.h
Cherry Picked the fix for version from In-Line branch.

DEN-5284: Implementation

Code Review

DEN-3605, DEN-3726: Removed qDebug enhancement, removed unneeded imports.

DEN-3605, DEN-3726: Removed QT_DEBUG, unused imports.

DEN-3605, DEN-3726: Reverted fix to Slider.qml.

    • -1
    • +1
    /sources/gui/qml/components/Slider.qml
DEN-3605, DEN-3726: Addressed code review comments

    • -0
    • +4
    /sources/gui/qml/components/RangeRect.qml
    • -0
    • +3
    /sources/gui/qml/components/Slider.qml
    • -1
    • +1
    /sources/gui/qml/components/TouchRect.qml
DEN-3605, DEN-3726: Addressed code review comments

    • -58
    • +58
    /sources/gui/qml/globals/Colors.qml
    • -7
    • +7
    /sources/gui/qml/globals/Variables.qml
Code Review

DEN-3605, Den-3726: Addressing code review comments

    • -1
    • +3
    /sources/gui/qml/globals/Variables.qml
    • -36
    • +14
    /sources/gui/qml/pages/treatment/TreatmentBegin.qml
    • -37
    • +15
    /sources/gui/qml/pages/treatment/TreatmentPrime.qml
DEN-5051: Code Analysis

DEN-5047: Implementation

- The line of the code which had the logic has been removed.

Updated the Models messages documentations do to V&V request.

    • -1
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +7
    /sources/model/dg/data/MDGDrainPumpData.h
    • -4
    • +14
    /sources/model/dg/data/MDGHeatersData.h
    • -3
    • +14
    /sources/model/dg/data/MDGPressuresData.h
    • -4
    • +13
    /sources/model/dg/data/MDGROPumpData.h
    • -3
    • +13
    /sources/model/dg/data/MDGReservoirData.h
    • -3
    • +10
    /sources/model/dg/data/MDGTemperaturesData.h
    • -4
    • +12
    /sources/model/dg/data/MDGValvesStatesData.h
  1. … 16 more files in changeset.
Make the Message tables payload vertical so can be fit in a page.

- That's an start and template not complete.

    • -3
    • +8
    /sources/model/dg/data/MDGDrainPumpData.h
    • -0
    • +3
    /sources/model/dg/data/MDGHeatersData.h
    • -3
    • +10
    /sources/model/dg/data/MDGLoadCellReadingsData.h
    • -0
    • +3
    /sources/model/dg/data/MDGPressuresData.h
    • -0
    • +4
    /sources/model/dg/data/MDGROPumpData.h
    • -0
    • +3
    /sources/model/dg/data/MDGReservoirData.h
    • -11
    • +18
    /sources/model/dg/data/MDGTemperaturesData.h
    • -0
    • +4
    /sources/model/dg/data/MDGValvesStatesData.h
  1. … 15 more files in changeset.
Reverting back the bug fix

- This bug fix needs UT/IT/CC which will break if change without them.

- It needs a complete SDLC Will be tracked under the bug story of :

DEN-4975 : UI displays "Treatment Paused" notification when saline bolus is in progress.

DEN-3605: Removed newline

DEN-3605: Removed unused readCSV function

DEN-3605: Added Request suffix, Updated Resp suffix to Response.

    • -2
    • +2
    /sources/canbus/messageinterpreter.cpp
    • -3
    • +3
    /sources/model/MTreatmentParameters.cpp
    • -3
    • +3
    /sources/model/MTreatmentParametersResp.h
DEN-3605: Code review requested change - Added adjust prefix.

    • -1
    • +1
    /sources/model/MTreatmentParametersResp.h
DEN-4790 Code Review 0

- Updated some macro definitions in MModel.h

DEN-4790 Code Review 0