application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    /sources/canbus/messagebuilder.cpp
    • -0
    • +79
    /sources/canbus/messagebuilder.h
    • -0
    • +21
    /sources/canbus/messagedispatcher.cpp
    • -0
    • +84
    /sources/canbus/messagedispatcher.h
    • -12
    • +12
    /sources/canbus/messagehandler.cpp
    • -175
    • +0
    /sources/canbus/messagepartitioner.cpp
    • -92
    • +0
    /sources/canbus/messagepartitioner.h
Updated the Copyright with the current year and replaced tabs with 4 spaces

DEN-1090 : UI Message Handler / Error Handler

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

    • -0
    • +68
    /sources/canbus/messageglobals.h
    • -163
    • +15
    /sources/canbus/messagehandler.cpp
    • -0
    • +175
    /sources/canbus/messagepartitioner.cpp
    • -0
    • +92
    /sources/canbus/messagepartitioner.h
DEN-1090 : UI Message Handler / Error Handler

- Adding multi message transmit capability.

- [only transmit for now]

    • -23
    • +44
    /sources/canbus/messagehandler.cpp
    • -10
    • +10
    /sources/canbus/messagehandler.h
DEN-1090 : UI Message Handler / Error Handler

    • -10
    • +12
    /sources/canbus/caninterface.cpp
    • -46
    • +85
    /sources/canbus/messagehandler.cpp
DEN-1090 : UI Message Handler / Error Handler

- Remove autosave files from list of git tracking files.

DEN-1090 : UI Message Handler / Error Handler

DEN-1090 : UI Message Handler / Error Handler

- Removed the :

. Command/Perform

. Request/Confirm

To :

. Receive

. Transmit

    • -47
    • +10
    /sources/applicationcontroller.cpp
    • -27
    • +13
    /sources/canbus/caninterface.cpp
    • -45
    • +19
    /sources/canbus/messagehandler.cpp
    • -33
    • +22
    /sources/canbus/messagehandler.h
    • -1
    • +1
    /sources/gui/qml/pages/SettingsHome.qml
DEN-1090 : UI Message Handler / Error Handler

- Padding was incorrect

DEN-1090 : UI Message Handler / Error Handler

- Implemented on read [Partial]

    • -51
    • +70
    /sources/canbus/messagehandler.cpp
    • -44
    • +38
    /sources/canbus/messagehandler.h
DEN-1090 : UI Message Handler / Error Handler

- Message Handler Implementation

    • -11
    • +11
    /sources/applicationcontroller.cpp
    • -39
    • +148
    /sources/canbus/messagehandler.cpp
    • -8
    • +111
    /sources/canbus/messagehandler.h
Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 38 more files in changeset.
Merge branch 'DEN-704_HomeScreen'

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

- Doxygen were complain about some code comments.

    • -1
    • +1
    /sources/gui/qml/components/BackButton.qml
Merge branch 'DEN-704_HomeScreen'

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

- Fixed Typo

Merge branch 'DEN-704_HomeScreen'

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.

    • -10
    • +18
    /sources/canbus/messagehandler.cpp
    • -1
    • +0
    /sources/gui/qml/components/MainMenu.qml
    • -0
    • +16
    /sources/gui/qml/pages/SettingsHome.qml
    • -15
    • +0
    /sources/gui/qml/pages/TreatmentHome.qml
    • -0
    • +136
    /unittests/unittests.cpp
    • -0
    • +51
    /unittests/unittests.h
Merge branch 'DEN-704_HomeScreen'

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.

    • -2
    • +3
    /sources/gui/qml/components/MainMenu.qml
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
    /sources/gui/qml/components/BackButton.qml
    • -2
    • +5
    /sources/gui/qml/components/ScreenItem.qml
    • -0
    • +7
    /sources/gui/qml/components/StackItem.qml
    • -1
    • +1
    /sources/gui/qml/components/TouchRect.qml
    • -0
    • +42
    /sources/gui/qml/pages/TreatmentCreate.qml
    • -3
    • +20
    /sources/gui/qml/pages/TreatmentHome.qml
    • -0
    • +42
    /sources/gui/qml/pages/TreatmentStart.qml
Merge branch 'DEN-625_CANInterface'

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

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.

    • -25
    • +88
    /sources/applicationcontroller.cpp
    • -14
    • +28
    /sources/applicationcontroller.h
    • -0
    • +176
    /sources/canbus/caninterface.cpp
    • -0
    • +76
    /sources/canbus/caninterface.h
    • -0
    • +135
    /sources/canbus/messagehandler.cpp
    • -0
    • +63
    /sources/canbus/messagehandler.h
    • -0
    • +51
    /sources/gui/guiglobals.cpp
  1. … 11 more files in changeset.
Merge branch 'DEN-625_GetRevisionFromBamboo'

Merge branch 'master' into DEN-625_GetRevisionFromBamboo

DEN-625 : Automation Script and Support

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

Merge branch 'DEN-625_GetRevisionFromBamboo'

Merge branch 'master' into DEN-625_GetRevisionFromBamboo