sources

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

    • -0
    • +113
    ./canbus/messageinterpreter.cpp
    • -0
    • +46
    ./canbus/messageinterpreter.h
  1. … 4 more files in changeset.
guiactions.cpp edited online with Bitbucket

Added the GUI standard copyright

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.

    • -0
    • +21
    ./canbus/messageinterface.cpp
    • -0
    • +37
    ./canbus/messageinterface.h
  1. … 4 more files in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Added Message Dispatcher class basic empty class

- Renamed Message Partitioner to Message Builder

- Removed Message namespace from MessageGlobals

    • -0
    • +175
    ./canbus/messagebuilder.cpp
    • -0
    • +79
    ./canbus/messagebuilder.h
    • -0
    • +21
    ./canbus/messagedispatcher.cpp
    • -0
    • +84
    ./canbus/messagedispatcher.h
  1. … 1 more file in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Add Message Partitioner to handle building and stripping can frames.

    • -0
    • +68
    ./canbus/messageglobals.h
    • -0
    • +175
    ./canbus/messagepartitioner.cpp
    • -0
    • +92
    ./canbus/messagepartitioner.h
  1. … 1 more file in changeset.
DEN-1090 : UI Message Handler / Error Handler

- Adding multi message transmit capability.

- [only transmit for now]

DEN-1090 : UI Message Handler / Error Handler

DEN-1090 : UI Message Handler / Error Handler

DEN-1090 : UI Message Handler / Error Handler

- Removed the :

. Command/Perform

. Request/Confirm

To :

. Receive

. Transmit

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

- Padding was incorrect

DEN-1090 : UI Message Handler / Error Handler

- Implemented on read [Partial]

DEN-1090 : UI Message Handler / Error Handler

- Message Handler Implementation

  1. … 1 more file 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.

DEN-704 : +review UI-DEN-704_HomeScreen

- Fixed Typo

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. … 4 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
    ./gui/qml/components/BackButton.qml
    • -0
    • +42
    ./gui/qml/pages/TreatmentCreate.qml
    • -0
    • +42
    ./gui/qml/pages/TreatmentStart.qml
  1. … 3 more files in changeset.
DEN-608 : CAN Integration on UI

- Integration Testing which was working on the Lab communicating with HD to popup the power off dialog and power off or cancel.

DEN-608 : CAN Integration on UI

- Added scripts to setup SD card for the first time and deploy the denali application.

- Added a Test Code to send different actionPerform regarding power reject or accept.

- Ran cppcheck

  1. … 6 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.

    • -0
    • +176
    ./canbus/caninterface.cpp
    • -0
    • +76
    ./canbus/caninterface.h
    • -0
    • +135
    ./canbus/messagehandler.cpp
    • -0
    • +63
    ./canbus/messagehandler.h
    • -0
    • +51
    ./gui/guiglobals.cpp
  1. … 11 more files in changeset.
DEN-625 : Automation Script and Support

- Find out the \brief tag text will be in TOC so made it shorter for a nicer document.

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.

    • -4
    • +18
    ./gui/qml/components/ModalDialog.qml
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

    • -34
    • +25
    ./gui/qml/components/MainMenu.qml
DEN-629 : Implementation

- Implementing components

- Added Copyright

- Restructured the code.

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

- Implemented the PowerOffDialog

    • -0
    • +19
    ./gui/qml/components/LogoD.qml
    • -39
    • +17
    ./gui/qml/components/MainMenu.qml
    • -0
    • +12
    ./gui/qml/components/Title.qml
    • -0
    • +26
    ./gui/qml/components/TouchRect.qml
    • -0
    • +55
    ./gui/qml/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
    ./gui/qml/components/MainMenu.qml
    • -0
    • +20
    ./gui/qml/globals/Colors.qml
    • -0
    • +7
    ./gui/qml/globals/Fonts.qml
    • -0
    • +90
    ./gui/qml/pages/Home.qml
    • -0
    • +33
    ./gui/qml/pages/StartTreatment.qml
    • -0
    • +33
    ./gui/qml/pages/TreatmentManager.qml
  1. … 18 more files in changeset.