Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-UI-1971 : Peman's comments

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 1 more file in changeset.
DEN-1974 : Unit Testing / DEN-1975 : Integration Testing

- Modified application to be more testable for unit/integration tests.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

DEN-1973 : Implementation

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 3 more files in changeset.
DEN-1973 : Implementation

- Added fadeout feature to the modaldialog

- Added a AutoHideInfo dialog

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -0
    • +39
    ./dialogs/AutoHideInfo.qml
  1. … 2 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Fixed some typos found out during Design Reviews.

- Created and added Components out of the TreatmentTime Section.

- Created Circle.qml component

- Created TimeText.qml component

- Created ProgressCircle.qml

- Removed ModalDialog the blur background since it doesn't look good on target.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -0
    • +78
    ./components/Circle.qml
    • -0
    • +43
    ./components/ProgressCircle.qml
    • -0
    • +83
    ./components/TimeText.qml
  1. … 5 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- TreatmentTime click event fixed

- Clean up

    • -26
    • +13
    ./pages/treatment/TreatmentStart.qml
DEN-1927 : Implementation (2 of 4)

- Added Treatment Time, Treatment Section.

- Added Ultrafiltration Message and updating the Treatment screen Ultrafiltration progressBar with values but the Max value is hard coded by 1000mL right now, since we don't have Treatment Prescriptions and so .

    • -52
    • +14
    ./pages/treatment/TreatmentStart.qml
    • -0
    • +148
    ./pages/treatment/sections/TreatmentTime.qml
  1. … 7 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- The first implementation of the Circular ProgressCircle

    • -1
    • +52
    ./pages/treatment/TreatmentStart.qml
DEN-1927 : Implementation (2 of 4)

- TreatmentStart was getting very big, so separated the sections.

    • -366
    • +0
    ./pages/TreatmentStart (test).qml
    • -0
    • +42
    ./pages/treatment/TreatmentCreate.qml
    • -0
    • +77
    ./pages/treatment/TreatmentHome.qml
    • -0
    • +46
    ./pages/treatment/TreatmentStack.qml
    • -0
    • +105
    ./pages/treatment/TreatmentStart.qml
    • -0
    • +50
    ./pages/treatment/sections/TreatmentFlows.qml
    • -0
    • +50
    ./pages/treatment/sections/TreatmentFluid.qml
    • -0
    • +89
    ./pages/treatment/sections/TreatmentInfusion.qml
    • -0
    • +102
    ./pages/treatment/sections/TreatmentPressure.qml
    • -0
    • +53
    ./pages/treatment/sections/TreatmentUltrafiltration.qml
    • -0
    • +56
    ./pages/treatment/sections/TreatmentVitals.qml
  1. … 1 more file in changeset.
DEN-1927 : Implementation (2 of 4)

- Added Solution Infusion progressBar.

  1. … 1 more file in changeset.
DEN-1927 : Implementation (2 of 4)

- Added Dialysate Outlet Flow data [added onto the setting home for testing]

- In regards to the added feature above, the previous DialysateFlow renamed to DialysateInletFlow.

- Added RangeBar.qml

- Renamed ProgressMaker to RangeMaker which makes more sense for its usability.

    • -0
    • +95
    ./components/RangeBar.qml
    • -0
    • +78
    ./components/RangeMarker.qml
  1. … 5 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Added RanceRect as the common containter of the range rect objects like progressBars.

- Updated components accordingly.

    • -0
    • +79
    ./components/RangeRect.qml
  1. … 1 more file in changeset.
DEN-1927 : Implementation (2 of 4)

- Added ProgressRect.qml

- Made the ProgressBar more modularized to be used in other components.

    • -0
    • +46
    ./components/ProgressRect.qml
  1. … 2 more files in changeset.
DEN-1927 : Implementation (2 of 4)

- Fixed the Dialysate Flow issue

  1. … 1 more file in changeset.
DEN-1927 : Implementation (2 of 4)

- the ProgressBar has been implemented (for UltraFiltration)

    • -0
    • +129
    ./components/ProgressBar.qml
    • -0
    • +68
    ./components/ProgressMarker.qml
  1. … 1 more file in changeset.
DEN-1714 : Implementation

- Filled the comment in regards to Code Review comment.

  1. … 1 more file in changeset.
DEN-1714 : Implementation

- Added cppcheck output.

- Added Linux signal handler to quit the application gracefully.

- Added manual coco validation. // coco begin validated:

  1. … 25 more files in changeset.
DEN-1714 : Implementation

  1. … 6 more files in changeset.
DEN-1714 : Implementation

    • -0
    • +36
    ./components/PlaceHolderText.qml
  1. … 29 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

Merge branch 'master' into DEN-1396_LogHandler

  1. … 30 more files in changeset.
DEN-1437 : Implementation

- Updated the Logo with the transparent version provided by K:D.

- Added darker version of the Logo d to be used on the Treatment screen top menu bar.

- Added Line Component to be used in the Treatment screen as section separator.

- Updated main menu component to have :

. Extra right most side item (Treatment settings button)

. Added drop up/down animation for the menu hide/show.

. Added a position feature to the component so it can be positioned on top of the screen or at the bottom of the screen.

- Added Orientation to the TouchArea Component.

- Moved USB, Export buttons into the Settings home screen.

- Moved LogoD object from main.qml to the TreatmentHome screen.

- Added the Treatment Top Menu Bar in the Treatment Stack screen.

- Improved the TextRect component.

    • -0
    • +29
    ./components/Background.qml
    • -0
    • +37
    ./components/Line.qml
  1. … 3 more files in changeset.
DEN-1437 : Implementation

- Changed 2019-2019 in copyright to 2019-2020.

  1. … 45 more files in changeset.
DEN-1437 : Implementation

- TextRect : is actually a rectangle with title/ lable / extra lable whcih is going to be used in the Treatment screen (Blood/Dialysate Flows).

- TextArea : is a contaoner Rectangle with title. which is used in Treatment an contains TextTecs(s).

- BackgroundRect : is a simple rectangle which is used for a background rect to have colors and borders.

- Added required common constant values for Colors and Fonts and Values.

    • -0
    • +29
    ./components/BackgroundRect.qml
    • -0
    • +81
    ./components/TextRect.qml
    • -0
    • +81
    ./components/TouchArea.qml
    • -0
    • +366
    ./pages/TreatmentStart (test).qml
  1. … 2 more files in changeset.
Merge branch 'master' into DEN-1090_MessageHandler

  1. … 15 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added unit tests for logging

- Added unit tests for Alarm message.

- Tested the logging and export with more than 150MB log and it took ~10 sec to copy so added some feature to disable USB/Export buttons during export.

- Instead of using QtCuncorrent which is asynchronous moved logger to a thread to take advantage of the Signal/Slot queue between threads to have events logged in order.

- Move USB/Export buttons on Treatment Screen.

- Moved export from file handler into Logger.

  1. … 19 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Alarm Logging has been added

- Some other changes has been done to the code and messaging.

- Acknowledgment is not done [ Had an agreement with Sean for design but needs more time and we need to do it all together.]

  1. … 35 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 38 more files in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Incomplete merge of the added feature for First parameter of the BloodFlow has to be unsigned int and changed to S32.

- Updated the unit tests.

  1. … 6 more files in changeset.
Merge branch 'DEN-1090_MessageHandler' into DEN-1396_LogHandler

- Added the changes to the BloodFlow first parameter form unsigned to signed to be updated.

  1. … 1 more file in changeset.