application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
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.

    • -2
    • +6
    /sources/gui/qml/components/ExportButton.qml
    • -0
    • +6
    /sources/gui/qml/components/USBButton.qml
    • -21
    • +0
    /sources/gui/qml/pages/TreatmentHome.qml
    • -0
    • +19
    /sources/gui/qml/pages/TreatmentStart.qml
  1. … 8 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Ooooooopppps !

- Forgot a not in some classes.

DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added threading to other classes (Application / Gui controller, ...) and restructured the threading to meed the Qt limitation.

- Documented the code

- Ran cppCheck again

- Cleaned the includes and using namespace (They have left after so many changes and some were useless.)

- Added _init flag for init methods so not to be able to call them twice.

- Added another init method with the thread parameter to be able to pass the thread of the class and also be able to use the class without any thread for unit tests.

- Created a Threads namespace to gather all the threads in one place.

- Update the unit tests as well. [to make it work with the new structure/threading.]

    • -19
    • +0
    /sources/canbus/alarminterpreter.cpp
    • -29
    • +60
    /sources/canbus/caninterface.cpp
    • -21
    • +56
    /sources/canbus/frameinterface.cpp
    • -18
    • +17
    /sources/canbus/messagebuilder.h
    • -17
    • +56
    /sources/canbus/messagedispatcher.cpp
  1. … 21 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added Threading for :

. Can Frame

. Can Message

. USB Watcher

- Changed the File Handler implementation

- Changed the Singleton from pointer to static reference

// TODO :

- We still need to work on threading on other classes

- We need to have a singleton parent class

- Some code has been added to debug can interface (We still have swap frames)

- Thread Objects need to be gathered all together in one place to be handled easily.

    • -17
    • +12
    /sources/applicationcontroller.cpp
    • -38
    • +84
    /sources/canbus/caninterface.cpp
    • -10
    • +38
    /sources/canbus/messagedispatcher.cpp
    • -0
    • +20
    /sources/canbus/messageglobals.cpp
  1. … 7 more files in changeset.
DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added Threading structure for USBWatcher and FileHandler

    • -51
    • +18
    /sources/storage/filehandler.cpp
DEN-1403 : Static Code Analysis

- cppCheck does not understand QML so even if a function is going to be used later in qml it still says not uded.

DEN-1617 : Implementation - Alarm Logging and Acknowledgment

- Added a simple none secure Denali application update through USB drive

- Added check for the mount folders of the USB & SD-Card

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.]

    • -0
    • +95
    /sources/abstract/singleton.h
    • -0
    • +19
    /sources/canbus/alarminterpreter.cpp
    • -0
    • +41
    /sources/canbus/alarminterpreter.h
    • -116
    • +242
    /sources/canbus/messageinterpreter.cpp
    • -10
    • +30
    /sources/canbus/messageinterpreter.h
  1. … 22 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

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