application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-1927 : Implementation (2 of 4)

- Added ProgressRect.qml

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

    • -6
    • +0
    /sources/gui/qml/components/Background.qml
    • -47
    • +58
    /sources/gui/qml/components/ProgressBar.qml
    • -0
    • +46
    /sources/gui/qml/components/ProgressRect.qml
    • -1
    • +3
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +7
    /sources/gui/qml/pages/TreatmentStart.qml
DEN-1927 : Implementation (2 of 4)

- Fixed the Dialysate Flow issue

    • -1
    • +1
    /sources/canbus/messageinterpreter.cpp
    • -1
    • +1
    /sources/gui/qml/pages/SettingsHome.qml
DEN-1927 : Implementation (2 of 4)

- the ProgressBar has been implemented (for UltraFiltration)

    • -0
    • +129
    /sources/gui/qml/components/ProgressBar.qml
    • -0
    • +68
    /sources/gui/qml/components/ProgressMarker.qml
    • -0
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -1
    • +13
    /sources/gui/qml/pages/TreatmentStart.qml
Merge branch 'master' into DEN-1434_InTreatment

Merge branch 'DEN-1710_Acknow'

DEN-1714 : Implementation

- Updated the GuiAlarmID_Enum with FW new enums.

- Didn't aligned them since very soon in this sprint we are going to use a common repository.

DEN-1714 : Implementation

- Filled the comment in regards to Code Review comment.

DEN-1714 : Implementation

- Added cppcheck output.

- Added Linux signal handler to quit the application gracefully.

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

    • -0
    • +8
    /sources/canbus/messageacknowmodel.cpp
    • -16
    • +14
    /sources/canbus/messagedispatcher.cpp
    • -6
    • +10
    /sources/canbus/messagedispatcher.h
  1. … 11 more files in changeset.
DEN-1714 : Implementation

- Fixed the CanBus unit tests by the new sequence number added to the messages.

- Removed none implemented classes because it was coming always as the low coverage.

    • -0
    • +1
    /sources/canbus/messageinterpreter.cpp
DEN-1714 : Implementation

- Added missing documentation

- Disabled the Acknow message debugging.

    • -0
    • +39
    /sources/canbus/messageacknowmodel.cpp
    • -4
    • +38
    /sources/canbus/messageacknowmodel.h
DEN-1714 : Implementation

    • -0
    • +146
    /sources/canbus/messageacknowmodel.cpp
    • -0
    • +125
    /sources/canbus/messageacknowmodel.h
    • -23
    • +54
    /sources/canbus/messagedispatcher.cpp
    • -19
    • +13
    /sources/canbus/messagedispatcher.h
    • -0
    • +3
    /sources/canbus/messageinterpreter.cpp
DEN-1714 : Implementation

    • -6
    • +109
    /sources/canbus/messagedispatcher.cpp
    • -7
    • +37
    /sources/canbus/messagedispatcher.h
    • -1
    • +7
    /sources/canbus/messageinterpreter.cpp
    • -1
    • +1
    /sources/gui/qml/pages/TreatmentStart.qml
Merge branch 'master' into DEN-1710_Ack_Back

DEN-1714 : Implementation

    • -14
    • +17
    /sources/canbus/caninterface.cpp
    • -10
    • +12
    /sources/canbus/frameinterface.cpp
    • -18
    • +32
    /sources/canbus/messagebuilder.cpp
    • -16
    • +19
    /sources/canbus/messagedispatcher.cpp
  1. … 16 more files in changeset.
Merge branch 'DEN-1396_LogHandler'

Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    /sources/gui/qml/components/ExportButton.qml
    • -1
    • +1
    /sources/gui/qml/components/USBButton.qml
Merge branch 'master' into DEN-1396_LogHandler

    • -1
    • +1
    /sources/canbus/messageinterpreter.cpp
  1. … 22 more files in changeset.
DEN-1714 : Implementation

    • -14
    • +49
    /sources/canbus/messagebuilder.cpp
    • -17
    • +57
    /sources/canbus/messagedispatcher.cpp
    • -0
    • +18
    /sources/canbus/messagedispatcher.h
    • -7
    • +6
    /sources/canbus/messageinterpreter.cpp
  1. … 4 more files in changeset.
http://dvm-linux02:8060/cru/UI-DEN-1396-1#c919

- Added classes details description.

- Added another define while I was adding description, I found out it's better to have another define so all the interface required would be as defines.

http://dvm-linux02:8060/cru/UI-DEN-1396-1#c855

- Added space and comment and also added a line to keep a backup copy of the denali bin which going to be overwritten.

Revision 56d00a8, line 98

- Added space between functions.

DEN-1437 : Implementation

- Added concurrent in Project as document says. I don't know why it's required since it was working event without adding it. Added anyway.

- Added required fonts as part of the repo. They should not be added as resources since they are huge and make application unnecessary big and is not required and should be referred to as a real file not as a qrc:/ .

    • binary
    /resources/fonts/Barlow-Black.ttf
    • binary
    /resources/fonts/Barlow-BlackItalic.ttf
    • binary
    /resources/fonts/Barlow-Bold.ttf
    • binary
    /resources/fonts/Barlow-BoldItalic.ttf
    • binary
    /resources/fonts/Barlow-ExtraBold.ttf
    • binary
    /resources/fonts/Barlow-ExtraBoldItalic.ttf
    • binary
    /resources/fonts/Barlow-ExtraLight.ttf
    • binary
    /resources/fonts/Barlow-ExtraLightItalic.ttf
    • binary
    /resources/fonts/Barlow-Italic.ttf
    • binary
    /resources/fonts/Barlow-Light.ttf
    • binary
    /resources/fonts/Barlow-LightItalic.ttf
    • binary
    /resources/fonts/Barlow-Medium.ttf
    • binary
    /resources/fonts/Barlow-MediumItalic.ttf
    • binary
    /resources/fonts/Barlow-Regular.ttf
  1. … 4 more files in changeset.
DEN-1437 : Implementation

- Added console out coloring for Error logs to be able to debug easier.

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.

    • binary
    /resources/images/logo d Dark Transparent.png
    • -0
    • +29
    /sources/gui/qml/components/Background.qml
    • -0
    • +37
    /sources/gui/qml/components/Line.qml
    • -10
    • +78
    /sources/gui/qml/components/MainMenu.qml
    • -4
    • +11
    /sources/gui/qml/components/TextRect.qml
    • -16
    • +25
    /sources/gui/qml/components/TouchArea.qml
    • -0
    • +21
    /sources/gui/qml/pages/SettingsHome.qml
    • -0
    • +9
    /sources/gui/qml/pages/TreatmentHome.qml
    • -0
    • +12
    /sources/gui/qml/pages/TreatmentStack.qml
    • -40
    • +127
    /sources/gui/qml/pages/TreatmentStart.qml
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.

    • binary
    /resources/images/ArrowRight.png
    • -0
    • +29
    /sources/gui/qml/components/BackgroundRect.qml
    • -0
    • +81
    /sources/gui/qml/components/TextRect.qml
    • -0
    • +81
    /sources/gui/qml/components/TouchArea.qml
    • -1
    • +4
    /sources/gui/qml/globals/Variables.qml
    • -0
    • +366
    /sources/gui/qml/pages/TreatmentStart (test).qml
    • -293
    • +22
    /sources/gui/qml/pages/TreatmentStart.qml
Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    /sources/canbus/messageinterpreter.cpp
Merge branch 'DEN-1090_MessageHandler'

Merge branch 'master' into DEN-1090_MessageHandler

    • -1
    • +1
    /sources/gui/qml/components/ModalDialog.qml
    • -1
    • +1
    /sources/gui/qml/components/TouchRect.qml
    • -1
    • +1
    /sources/gui/qml/pages/SettingsHome.qml
  1. … 5 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added a unit test project for miscellaneous test which is not covered on feature based unit tests.

- Added a simple unit test to test the coverage.

    • -0
    • +51
    /unittests/tst_utilities.cpp
    • -0
    • +50
    /unittests/tst_utilities.h