Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-1090 : UI Message Handler / Error Handler

- Added id for the ModalDialog background rectangle to be able to better define of the object in SquishQt.

DEN-1090 : UI Message Handler / Error Handler

- Fixed application close which wasn't closing Can Device connection.

- Changed to date to 2019 in copyright section.

- In MessageInterpreter, named getBloodFlowData method parameters to the meaningful data names.

- Moved fromVariant method to Format utility class.

- Added Code documentation and description.

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

- Added CRC to the messages [added to the sent message and checked for the received message]

- Added ability to to enable/disable crc and keepAlive from project during build

- Added a feature to write the can messages in color formatted to the console in Can interface and Message Handler for easier debugging. Which can also be disabled by code.

- Added Animation to the TouchRect Touch to better understand if it has been touch.

- Added a demo/sample data text to display the corrent Blood Flow values on the StartTreatment Screen.

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

- Modified enum to be enum class for clarification of the code.

- Added Message Interpreter

- Updated Message Builder to check CRC as a placeholder.

- Fixed Message Builder for messages with exactly 255 data length.

- Updated Message Builder methods scope for clarification of the code.

- Updated Message (Model) isComplete method.

- Updated Message Dispatcher to accept only command which has been defined for channel.

- Updated Message Dispatcher to remove the message from model when it has been transmitted.

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

- Changed the datatype interface between Message Interface and from Byte Array to Variant List for different type of parameter support. Also it gives the flexibility to have a Message Interpreter as messaging interface level.

- Added basic classes for Message interface.

- Moved Gui Actions in Gui Globals for simplicity.

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

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

- Removed the :

. Command/Perform

. Request/Confirm

To :

. Receive

. Transmit

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

- Message Handler Implementation

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

  1. … 38 more files in changeset.
DEN-704 : +review UI-DEN-704_HomeScreen

- Doxygen were complain about some code comments.

  1. … 5 more files in changeset.
DEN-704 +review UI-DEN-704_HomeScreen

- Made code ready for QtTest

- Commented out qDebugs for now to be removed from QtTest output

- cleaned up the code after running unit tests.

  1. … 14 more files in changeset.
DEN-704_HomeScreen

- Adding objectname for the repeater object which doesn't have separate id for its items.

- This causes SquishQt to use occurrence instead of the id which regarding SquishQt documentation, it is not a safe way of referring to an object.

DEN-704_HomeScreen

- Home Screen Buttons :

* Start Treatment

* Create Treatment

Updated regarding the new design.

- Adding two more place holder screens for :

* Start Treatment

* Create Treatment

- Updated run.sh to detect the SD-Card as an extra storage and mount it. and use it as logging path [ Not Completed yet, just a start ]

- Updated the setupSD.sh to easily setup the target for the first time.

- Other modifications are related to the Home Screen update.

    • -0
    • +37
    ./components/BackButton.qml
    • -0
    • +42
    ./pages/TreatmentCreate.qml
    • -0
    • +42
    ./pages/TreatmentStart.qml
  1. … 3 more files in changeset.
DEN-608 : CAN Integration on UI

- Redesigned the code to be thread safe

- Implemented signal slots to connect all the classes from can to GUI and vice versa.

  1. … 23 more files in changeset.
DEN-625 : Automation Script and Support

- Revision from Bamboo

  1. … 2 more files in changeset.
DEN-629 : Implementation

- Added blur effect in case we have a better display driver so we can test it later.

DEN-629 : Implementation

- Zeplin Setup , Update Application Variables

DEN-629 : Implementation

- Code improvement

- Code documentation [ It's a test for doxyqml ]

DEN-629 : Implementation

- Made Main Menu dynamic

DEN-629 : Implementation

- Implementing components

- Added Copyright

- Restructured the code.

    • -0
    • +46
    ./components/ModalDialog.qml
    • -0
    • +34
    ./components/ScreenItem.qml
    • -0
    • +36
    ./components/StackItem.qml
    • -0
    • +33
    ./components/TitleText.qml
    • -0
    • +37
    ./pages/ManagerHome.qml
  1. … 39 more files in changeset.
DEN-629 : Implementation

- Implemented the PowerOffDialog

    • -0
    • +19
    ./components/LogoD.qml
    • -0
    • +12
    ./components/Title.qml
    • -0
    • +26
    ./components/TouchRect.qml
    • -0
    • +55
    ./dialogs/PowerOff.qml
  1. … 1 more file in changeset.
DEN-629 : Implementation

- Implemented the Home screen as main widget

- Created Main Menu component

- Updated the Application structure

- Updated the Start/Create Treatment screens

- Created Diality Logo image cropping and resizing

    • -0
    • +85
    ./components/MainMenu.qml
    • -0
    • +20
    ./globals/Colors.qml
    • -0
    • +33
    ./pages/StartTreatment.qml
    • -0
    • +33
    ./pages/TreatmentManager.qml
  1. … 19 more files in changeset.
DEN-453 : UI Application Software Foundations

- A simple change to be notified on updated device

DEN-453 : UI Application Software Foundations

- Made Colors and some Variable imported

This should be the foundation for the other QML global variables like fonts.

    • -0
    • +7
    ./globals/Variables.qml
  1. … 1 more file in changeset.
Initial Commit

    • -0
    • +16
    ./StartTreatment.ui.qml
    • -0
    • +16
    ./TreatmentManager.ui.qml
  1. … 37 more files in changeset.