sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-4964: Addressed code review comments.

    • -2
    • +2
    ./model/hd/data/MHDAccelerometerData.h
    • -0
    • +74
    ./model/hd/data/MHDVersionData.h
  1. … 1 more file in changeset.
DEN-4695: Integration Testing

- Fixed broken names in SquishQt

    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStart.qml
    • -0
    • +104
    ./gui/qml/pages/treatment/sections/TreatmentPressures.qml
  1. … 2 more files in changeset.
Removed extra empty lines

    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -3
    • +0
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentPrime.qml
    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 23 more files in changeset.
DEN-5033: DEN-5034: Implementation [ Messaging ]

- Back end implementation of the messaging.

    • -2
    • +4
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStart.qml
    • -0
    • +104
    ./gui/qml/pages/treatment/sections/TreatmentPressuresLimits.qml
    • -0
    • +61
    ./model/hd/adjustment/MTreatmentAdjustPressuresLimitsResponse.cpp
    • -0
    • +96
    ./model/hd/adjustment/MTreatmentAdjustPressuresLimitsResponse.h
  1. … 10 more files in changeset.
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

    • -26
    • +64
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-4598, DEN-4609, DEN-4607: Added VTreatmentEnd.cpp/.h, Added end treatment button to settings page, misc. cleanup.

    • -0
    • +15
    ./view/VTreatmentBegin.cpp
    • -0
    • +37
    ./view/VTreatmentBegin.h
    • -0
    • +40
    ./view/VTreatmentEnd.cpp
    • -0
    • +40
    ./view/VTreatmentEnd.h
  1. … 2 more files in changeset.
DEN-4598, DEN-4609, DEN-4607, DEN-4605: Updated unit tests and code coverage. Made changes requested in code review.

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -0
    • +55
    ./storage/FileSaver.cpp
    • -0
    • +50
    ./storage/FileSaver.h
  1. … 8 more files in changeset.
DEN-5341: Code Analysis

- Found an unused code and removed.

DEN-5520: Updated mSignalStrengthPct comment to match the variable.

DEN-5341: Code Analysis

- some dox updated as well.

    • -2
    • +2
    ./model/hd/data/MTreatmentStatesData.h
  1. … 1 more file in changeset.
DEN-5340 Code Coverage [100%]

- Coverage to 100%

- Added "Profile" build setup for Code Coverage Instrumentation and build in the workspace_UI with the output name of denaliSquish

- Modified the Pressure/Occlusion message to have new structure (last 3 of 5 fields changed to U32 from F32)

    • -5
    • +5
    ./view/hd/data/VTreatmentPressureOcclusion.h
  1. … 1 more file in changeset.
DEN-5340 Code Coverage [99.953%]

- Covered the sbOff/sbIdle

    • -2
    • +2
    ./view/hd/data/VHDTreatmentStatesData.cpp
    • -1
    • +1
    ./view/hd/data/VHDTreatmentStatesData.h
DEN-5340 Code Coverage [99.881%]

- removed unused codes.

- commented unused codes.

    • -9
    • +25
    ./view/hd/data/VHDTreatmentStatesData.h
  1. … 3 more files in changeset.
DEN-4605: Updated unit tests

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

- Debugging, Refactoring, Testing

    • -8
    • +8
    ./gui/qml/components/NotificationBar.qml
    • -20
    • +24
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 19 more files in changeset.
DEN-4601, DEN-4607, DEN-5169: Improve Create Treatment page usability, Support latest SquishQt Tests, - Widened Create Treatment Parameters - Removed get and set prefix from the treatment parameter macro

    • -2
    • +3
    ./gui/qml/components/GridSelection.qml
    • -1
    • +5
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentConfirm.qml
    • -0
    • +3
    ./gui/qml/pages/treatment/TreatmentPrime.qml
  1. … 1 more file in changeset.
DEN-5169: Removed get and set prefix from the treatment parameter macro.

DEN-5169: Continue refactoring

DEN-5169: Cleanup and refactoring.

    • -9
    • +9
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-5337: Implementation

Fixed the issue in the unit test but we had a discussion with FW and we had an agreement:

1 - Adding a third field for the message 65 (What was the accepted requested state, or what state to remain in if requested state is rejected.) which will be used for logging only and the message "15: treatment States" will be used to get the actual states.

2 - After the responses to any messages involving the UF_State, Saline_State, Treatment_State immediately message 15 will be sent to update the UI.

So the next step/commit is to apply this decision.

    • -2
    • +3
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +2
    ./view/hd/data/VHDTreatmentStatesData.cpp
    • -1
    • +1
    ./view/hd/data/VHDTreatmentStatesData.h
  1. … 1 more file in changeset.
DEN-4964: Formatted file.

Merge master into DEN-4598-Confirm-Priming-Begin

    • -3
    • +3
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-4601: Priming view improvements

- Replaced priming circle with check with check inside the existing circle

- Increased create treatment scrolling deceleration

- Updated create treatment variable names

    • -0
    • +1
    ./gui/qml/pages/treatment/TreatmentBegin.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentCreate.qml
    • -7
    • +9
    ./gui/qml/pages/treatment/TreatmentPrime.qml
  1. … 1 more file in changeset.
DEN-5337: Implementation

    • -16
    • +25
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +7
    ./view/hd/data/VHDTreatmentStatesData.cpp
    • -4
    • +20
    ./view/hd/data/VHDTreatmentStatesData.h
  1. … 11 more files in changeset.
DEN-4964: Fixed DG Accelerometer spacing issue with HD Accelerometer data.

DEN-4964: Fixed DG Accelerometer spacing issue with HD Accelerometer data.

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
DEN-4964: Added DG Accelerometer definition.

DEN-4964: Removed extra spaces.

DEN-4964: Added DG Accelerometer to the UI app.

    • -0
    • +68
    ./model/dg/data/MDGAccelerometerData.cpp
    • -0
    • +75
    ./model/dg/data/MDGAccelerometerData.h
    • -0
    • +32
    ./view/dg/data/VDGAccelerometerData.cpp
    • -0
    • +42
    ./view/dg/data/VDGAccelerometerData.h
    • -2
    • +1
    ./view/hd/data/VHDAccelerometerData.cpp
  1. … 2 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    ./gui/qml/components/ProgressBarEx.qml
    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 86 more files in changeset.