data

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8693: Support for the disinfect

- Adding support for reading the brightness value from the Linux file system instead of having another file just to keep the same value.

- Fixed a bug in the Active Alarm List request.

- Adding the functionality of the Alarm Volume.

- Modified the Disinfection screens[Heat/chem] check marks with the new bundled states provided by FW for UI and the flush states are yet to come.

- Adjusted the Active Alarm List screen a little to be able to show all the current Alarm messages without cropping.

    • -31
    • +23
    ./disinfect/VDisinfectStatesData.cpp
    • -23
    • +17
    ./disinfect/VDisinfectStatesData.h
  1. … 25 more files in changeset.
DEN-8258, DEN-8257, DEN-8454: Implementation

- UI Driver verification

- UI Filesystem verification

- HD / DG Messaging

  1. … 34 more files in changeset.
DEN-8258, DEN-8257, DEN-8256: Updated UI POST tests, DH/DG final result tests, and in progress screen.

  1. … 10 more files in changeset.
DEN-8252: Updated POST Views

- Fixed setData

- Added baseline UI view classes

  1. … 9 more files in changeset.
DEN-8252: Updated POST Views

- Using QAbstractListModel to store the name and result for each HD, DG, and UI test

- Using global settings to read the list of tests from the filesystem

  1. … 5 more files in changeset.
DEN-8454: Added HD/DG Messaging for POST

    • -0
    • +24
    ./VDGPostFinalResultData.cpp
    • -0
    • +43
    ./VDGPostFinalResultData.h
    • -0
    • +24
    ./VDGPostSingleResultData.cpp
    • -0
    • +43
    ./VDGPostSingleResultData.h
  1. … 18 more files in changeset.
DEN-8490: Meetings & Support - General Support

- Support : Instruction for the Usability test support

- Support : SW team support and adding the second DGOpMode parameter (SubMode) fro logging.

- Support : SW team support, changed the Alarm Status log to be data from event.

- Added another parameter for treatment log - alarm

- Removed the initialization logging from the event logs which are all CANBus messages, in to the debug log .

- Added a header for the event log to be easier export in the excel sheet (the header doesn't have timestamp)

-

  1. … 50 more files in changeset.
DEN-8317: Implementation: Merge the Wi-Fi into the code.

- Mainly the WiFi integration

- Some other support tasks:

| Support : Instruction and Kishen images [ Calyton, Nick ]

| Support : Alarm Messaging Parser

| Support : Changed the Manager Screen into a Monitoring Dialog and can be shown by DblTap on SDCard Indication on top/right

| Support : Modified the Heat values to float on Monitoring Dialog

| Support/Bug : Fixed the Alarm Message Bug

  1. … 106 more files in changeset.
DEN-7831: posTx: Implementation [Simulator/Testing]

- Disinfection

    • -0
    • +81
    ./disinfect/VDisinfectStatesData.cpp
    • -0
    • +80
    ./disinfect/VDisinfectStatesData.h
  1. … 36 more files in changeset.
DEN-8052: posTx: Implementation [Messaging] (Disinfection)

DEN-8067: Meetings & Support - Post-Treatment Integration

  1. … 16 more files in changeset.
DEN-8052: posTx: Implementation [Messaging] (Disinfection)

- Disinfection MVC

- There is still a state message and also some parts in qml for the progress and states during the disinfection.

    • -0
    • +86
    ./disinfect/VDisinfectDGData.cpp
    • -0
    • +72
    ./disinfect/VDisinfectDGData.h
    • -0
    • +27
    ./pretreatment/VDGFilterFlushData.cpp
    • -0
    • +45
    ./pretreatment/VDGFilterFlushData.h
  1. … 33 more files in changeset.
DEN-7147: Fixed a bug on Sub-StepIndicator on bottom of the instructions

- Which was causing that to not to show correct number of the steps and titles.

- removed #include "MModel.h" in all the possible cases and include the specific model since the MModel has too much include.

- Showing the Heparin setup in the CART_INSTALL state only if we have a heparin volume setup.

- created a common template function name enumString in Gui namespace to get the enum name as string.

  1. … 61 more files in changeset.
DEN-7140: Implementation [Messaging] ( 1 )

- Added progress data Model/View which are:

ID_DGFilterFlush = 0x6000, // 96

ID_SelfTestNoCartridge = 0x6100, // 97

ID_SelfTestDry = 0x6300, // 99

ID_DisposablesPrime = 0x4300, // 67

    • -0
    • +27
    ./VDGFilterFlushData.cpp
    • -0
    • +45
    ./VDGFilterFlushData.h
  1. … 33 more files in changeset.
DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

- After adding the simulator plugin find out a bug in the code and fixed.

  1. … 3 more files in changeset.
DEN-6877: Merging the Versions/Acceleration

    • -0
    • +32
    ./VDGAccelerometerData.cpp
    • -0
    • +49
    ./VDGAccelerometerData.h
  1. … 37 more files in changeset.
DEN-4964: Addressed code review comments.

  1. … 2 more files in changeset.
DEN-4964: Added DG Accelerometer to the UI app.

    • -0
    • +32
    ./VDGAccelerometerData.cpp
    • -0
    • +42
    ./VDGAccelerometerData.h
  1. … 12 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 86 more files in changeset.
5284: Implementation

Story related fixes:

- Used FW enum for Saline Bolus in Common repo

- txPaused modified the way FW understands and transmits.

Extra fixes:

- Changed the Ultrafiltration ref/meas vol to 3 decimal.

- Application version wasn't correctly shown

- Added a #define for the mouse event spy since on target it's not usually happening and is not useful neither on target nor on desktop for now.

- Fixed the author typo

  1. … 88 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 160 more files in changeset.
Merge branch 'master' into DEN-4690_Doxygenization

  1. … 110 more files in changeset.
DEN-4690: Doxygenization

- Completed updating the messaging models

- Updated the view classes

  1. … 47 more files in changeset.
DEN-4690: Doxygenization

- Added more comments

- Added message table template.

- ...

  1. … 100 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 242 more files in changeset.
DEN-4690: Doxygenization

- Filename changed to Camel Case

- Diagrams updated

- Figured out how to set macro references in doxygen and updated the code dox

- Figured out how to draw diagrams in doxygen and updated the code dox

  1. … 74 more files in changeset.
DEN-4690: Doxygenization

- Doxygenization

- File Names Camel Case

- Spell Checks

  1. … 197 more files in changeset.
4246: Merge Newly added Squish API Messages into Dial-In

- Has not been merged yet but preparing for.

  1. … 15 more files in changeset.
DEN-3880 : Implementation

- Added application name and version in the log.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 2 more files in changeset.
DEN-3874 : HW Support [Per Peman's Email]

- Reversed the ValvesState view order.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

DEN-3874 : HW Support [Per Peman's Email]

- Just to keep the code. Needs clean up.

- Don't forget Logs (DG, HD is different)

- So many more.

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

    • -0
    • +25
    ./VDGDrainPumpData.cpp
    • -0
    • +36
    ./VDGDrainPumpData.h
    • -0
    • +26
    ./VDGHeatersData.cpp
    • -0
    • +27
    ./VDGLoadCellReadingsData.cpp
    • -0
    • +38
    ./VDGLoadCellReadingsData.h
    • -0
    • +44
    ./VDGOperationModeData.cpp
    • -0
    • +45
    ./VDGOperationModeData.h
    • -0
    • +27
    ./VDGPressuresData.cpp
    • -0
    • +38
    ./VDGPressuresData.h
    • -0
    • +26
    ./VDGReservoirData.cpp
    • -0
    • +37
    ./VDGReservoirData.h
    • -0
    • +35
    ./VDGTemperaturesData.cpp
  1. … 127 more files in changeset.