data

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12121: Implemented QML updates, proper view links for QML, and remaining implementation for new messages to the QML stack. All relate to DEN-12118.

  1. … 12 more files in changeset.
DEN-12121: Implemented Model and Views for BloodLeak, AirBubble, AirTrap and DG Conductvity for DEN-12118. Removed ODi and ODo in diagnostic dialog. Added isCompleted field in Rinseback Model for DEN-9932.

    • -0
    • +29
    ./VDGConductivityData.cpp
    • -0
    • +47
    ./VDGConductivityData.h
  1. … 25 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 570 more files in changeset.
Updated the DG POST index like the HD

  1. … 4 more files in changeset.
DEN-9649: Implementation - Yocto configuration

- Addressed some frequent code review comments

- Fixed the UI POST AlarmTriggered message

- Added the deleteLater for the QQuickViewer pointer _viewer.

  1. … 101 more files in changeset.
DEN-9416: Implementations

- Most of the FW implementation is done.

- After the Check-in message two more messages needs to be sent to the HD to complete the POST:

- Version for the compatibility test.

- UI_POST to wrap the POST on HD side.

    • -0
    • +59
    ./post/VDGPOSTData.cpp
    • -0
    • +61
    ./post/VDGPOSTData.h
  1. … 13 more files in changeset.
DEN-DEN-8937: Meetings & Support - General Support

- Modified the DG disinfect states message to use the new FW enum instead of the temporary UI one.

  1. … 8 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Heat Disinfection bundled states modification

  1. … 4 more files in changeset.
DEN-8693: Meetings & Support - General Support

- Updated the Alarm Mapping to add Alarm index on each line as comment.

- Added Flush States

- Fixed message 0x7700 length error.

    • -16
    • +26
    ./disinfect/VDisinfectStatesData.h
  1. … 8 more files in changeset.
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.