sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4690: Doxygenization

- Completed updating the messaging models

- Updated the view classes

    • -3
    • +3
    ./model/dg/data/MDGLoadCellReadingsData.h
    • -3
    • +3
    ./model/dg/data/MDGOperationModeData.h
    • -3
    • +11
    ./model/dg/data/MDGTemperaturesData.h
  1. … 41 more files in changeset.
DEN-4690: Doxygenization

- updated the models regarding the messages

    • -9
    • +8
    ./model/dg/data/MDGLoadCellReadingsData.h
    • -4
    • +4
    ./model/dg/data/MDGOperationModeData.h
    • -15
    • +15
    ./model/dg/data/MDGTemperaturesData.h
    • -4
    • +4
    ./model/hd/data/MHDOperationModeData.h
    • -27
    • +27
    ./model/hd/data/MTreatmentFlowsData.h
    • -10
    • +10
    ./model/hd/data/MTreatmentOutletFlowData.h
  1. … 6 more files in changeset.
DEN-4690: Doxygenization

- Added more comments

- Added message table template.

- ...

  1. … 95 more files in changeset.
DEN-4690: Doxygenization

- Add messaging table as example

- Improve messaging diagram

- Add MAbstract methods comments.

    • -1
    • +12
    ./model/hd/data/MTreatmentSalineData.h
  1. … 2 more files in changeset.
Merge master into DEN-3605_Create_Treatment

    • -99
    • +108
    ./canbus/messageinterpreter.cpp
    • -2
    • +2
    ./gui/qml/components/NotificationBar.qml
    • -2
    • +4
    ./gui/qml/dialogs/NotificationDialog.qml
  1. … 20 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 242 more files in changeset.
DEN-4690: Doxygenization

- Filename changed to Camel Case

- Diagrams updated

- Figured out how to set macro references in doxygen and updated the code dox

- Figured out how to draw diagrams in doxygen and updated the code dox

  1. … 69 more files in changeset.
DEN-3605: Continued addressing Peman's comments to remove newline characters

    • -3
    • +0
    ./gui/qml/pages/treatment/TreatmentPrime.qml
DEN-3605: Continued addressing Peman's comments to remove newline characters.

    • -8
    • +0
    ./gui/qml/pages/treatment/TreatmentCreate.qml
DEN-3605: Addressed code review comments

    • -2
    • +0
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -2
    • +0
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -3
    • +0
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-3605: Addressed code review comments

  1. … 3 more files in changeset.
DEN-3605: Made requested changes from code review

    • -5
    • +5
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -5
    • +5
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -5
    • +5
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -5
    • +5
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -8
    • +8
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-4690: Doxygenization

- Fixed a code typo

  1. … 1 more file in changeset.
DEN-4690: Doxygenization

- Doxygenization

- File Names Camel Case

- Spell Checks

    • -0
    • +426
    ./ApplicationController.cpp
    • -0
    • +106
    ./ApplicationController.h
    • -0
    • +38
    ./ApplicationPost.cpp
    • -0
    • +96
    ./abstract/singleton.h._
    • -0
    • +435
    ./canbus/CanInterface.cpp
  1. … 197 more files in changeset.
DEN-4445: Code Review 0

DEN-4445: Code Review 0

EMC Support and SD-Card Notification

  1. … 4 more files in changeset.
DEN-4445: Code Review 0

    • -1
    • +0
    ./view/vtreatmentadjustmentultrafiltrationconfirm.h
  1. … 1 more file in changeset.
EMC Support - Code Coverage / Integration Testing

  1. … 1 more file in changeset.
EMC Support

    • -0
    • +55
    ./gui/qml/components/DebugDataColumn.qml
    • -271
    • +204
    ./gui/qml/pages/ManagerHome.qml
    • -184
    • +0
    ./gui/qml/pages/SettingsHome.qml
    • -0
    • +135
    ./view/VEventSpy.cpp
  1. … 3 more files in changeset.
DEN-3884: Code Review 0

Merge branch 'DEN-3875_Logging_2of3' into DEN-4438_SalineBolus

- DEN-3884: Code Review 0 applied to on going Code Review of Saline Bolus as well.

    • -1
    • +1
    ./view/vtreatmentadjustmentresponsebase.h
    • -3
    • +3
    ./view/vtreatmentadjustmentultrafiltrationconfirm.h
  1. … 2 more files in changeset.
DEN-3884: Code Review 0

- fixed typos

  1. … 13 more files in changeset.
DEN-3884: Code Review 0

    • -0
    • +2
    ./gui/qml/dialogs/NotificationDialog.qml
    • -4
    • +5
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -4
    • +4
    ./view/vtreatmentadjustmentultrafiltrationconfirm.h
  1. … 10 more files in changeset.
DEN-4443: Integration Testing

- Demo feedback was ok with disabling the Treatment Time as well so I add that too.

    • -1
    • +4
    ./gui/qml/pages/treatment/TreatmentStack.qml
Fixed treatment parameter signals, improved code documentation, interpretMessage formatting adjustments.

  1. … 1 more file in changeset.
Improved unit test coverage, added filepath parameter to saveNewTreatment

  1. … 3 more files in changeset.
Updated unit tests, fixed arterial and venous conversions to signed int.

  1. … 6 more files in changeset.
Updated unit tests. Fixed treatment parameter length check and made arterial and venous ints signed instead of unsigned.

  1. … 4 more files in changeset.
DEN-4443: Integration Testing

  1. … 1 more file in changeset.