sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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
    ./gui/qml/globals/Variables.qml
    • -0
    • +1
    ./gui/qml/globals/qmldir
    • -0
    • +18
    ./gui/qml/styles/Colors.qml
    • -0
    • +1
    ./gui/qml/styles/qmldir
  1. … 1 more file in changeset.
Initial Commit

    • -0
    • +48
    ./applicationcontroller.cpp
    • -0
    • +40
    ./applicationcontroller.h
    • -0
    • +16
    ./applicationpost.cpp
    • -0
    • +8
    ./configuration/display.cpp
    • -0
    • +17
    ./configuration/display.h
    • -0
    • +8
    ./configuration/sound.cpp
    • -0
    • +18
    ./configuration/sound.h
    • -0
    • +73
    ./gui/guicontroller.cpp
    • -0
    • +39
    ./gui/guicontroller.h
  1. … 26 more files in changeset.