pages

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Updated the UI application to support dry demo

  1. … 2 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Added code to support the dry demo menu

  1. … 5 more files in changeset.
DEN-17157: Update_Denali_Application_for_Dry_Demo

- Changed create treatment qml files to start with default values when the application is in dry demo.

- Changed the BP/HR screen to have default pressure and heart rate values when the application is in dry demo.

- Changed the ultrafiltration page to start with 2L preset when the application is in dry demo.

  1. … 3 more files in changeset.
LEAH-1884: [WIP] DeviceController Improvement

- DeviceController: improvement (intermediate progress messages)

- DeviceGlobals: improved the templates for the slots executions.

- DeviceView: parse and prepare the wifiList to view to the user.

- DeviceView: made it a listmodel for the qml use.

- WifiInterface: removed the test parser that has been moved to the DeviceView.

  1. … 8 more files in changeset.
LEAH-1884: [WIP] DeviceController Improvement

- Making the Device control decide for the view

- Added a functionality to get intermediate messages from scripts, like progress.

- Improved the above functionality.

- Modified the DeviceView to a AbstractListModel, to store list of data, like WiFi and Bluetooth.

  1. … 5 more files in changeset.
UI-DEN-17157_Update Denali Application For Dry Demo
UI-DEN-17157_Update Denali Application For Dry Demo
LEAH-1958-UI-screen-resizing:

Adjusted UI-Pages to fit and displayed properly on the Leahi screen

    • -1
    • +1
    ./endtreatment/EndTreatmentEndStack.qml
    • -1
    • +1
    ./endtreatment/EndTreatmentRecirculateStack.qml
    • -2
    • +3
    ./endtreatment/rinseback/EndTreatmentRinsebackComplete.qml
    • -1
    • +1
    ./endtreatment/rinseback/EndTreatmentRinsebackReconnect.qml
    • -5
    • +6
    ./posttreatment/PostTreatmentReview.qml
    • -1
    • +1
    ./pretreatment/PreTreatmentPrimeStack.qml
    • -1
    • +1
    ./pretreatment/PreTreatmentWaterSampleStack.qml
    • -37
    • +49
    ./pretreatment/create/PreTreatmentCreate.qml
  1. … 34 more files in changeset.
UI-LEAH-1973_Leahi/Features/Leah 1973 Leahi Logging Only Ex2
UI-LEAH-1973_Leahi/Features/Leah 1973 Leahi Logging Only Ex2
LEAH-1884: DeviceController improvement

- Fixed an issue in the VTreatmentRanges if the config file has not read successfully and the dialysate flow rate is set to zero.

- Added the WiFiList device model to the Device management.

- Added MVC for the WiFi List scan.

- Added the readyReadStandard{out/err} to get the executed in-progress script output, to help communicate with the script during execution. [ Update progress to be sent to the application during execution.]

- Added the mCompleted to the DeviceModels to detect when the execution of the progress is complete and it is not the intermittent communication during the execution.

  1. … 13 more files in changeset.
UI-DEN-17147_Leahi UI Updates ON Denali Repo
UI-DEN-17147_Leahi UI Updates ON Denali Repo
DEN-17147: Leahi UI - logger

- Set the Home as default screen when the -L is set.

- Set the Create Treatment Button Disabled in log only mode.

  1. … 1 more file in changeset.
DEN-17147: Leahi UI Updates On Denali

- Update on leahi/staging

  1. … 1 more file in changeset.
LEAH-1958-UI-screen-resizing:

Adjusted the keyboard height and connection-button in BP/HR screen so that "notification-bar", keyboard and connection-button properly lineup on the screen

  1. … 1 more file in changeset.
LEAH-1958-UI-screen-resizing:

Adjusted screen components to fit Leahi new screen (1920x1080)

    • -2
    • +2
    ./endtreatment/rinseback/EndTreatmentRinsebackComplete.qml
    • -1
    • +2
    ./treatment/adjustments/TreatmentAdjustmentPressuresLimits.qml
    • -5
    • +5
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml
  1. … 2 more files in changeset.
LEAH-1958-UI-screen-resizing:

To support Leahi-Screen 1920x1080

Adjusted the Font and modules like slider etc ...

Reduce the keyboard buttons size

    • -1
    • +1
    ./settings/SettingsInstitutionalRecord.qml
    • -19
    • +20
    ./settings/SettingsRootSSHAccess.qml
    • -4
    • +7
    ./settings/SettingsVolumeBrightness.qml
  1. … 12 more files in changeset.
Merge branch 'leahi/features/LEAH-1956-ui-messaging-leahi-ui-messaging-support' into leahi/staging

  1. … 1 more file in changeset.
Merge branch 'leahi/features/LEAH-1956-ui-messaging-leahi-ui-messaging-support' into leahi/develop

  1. … 1 more file in changeset.
DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Made the unhandled log only dynamic with symbol _L

  1. … 4 more files in changeset.
Postponed - UI-LEAH-1958_Leahi/Features/Leah 1958 UI Screen Resizing
Postponed - UI-LEAH-1958_Leahi/Features/Leah 1958 UI Screen Resizing
RESOLVED

RESOLVED

Done

Done

Please modify the following line: QVariantList tempForConsuming = vData; // To consume vData to the: Q_UNUSED(vData); // or (void)vData; please use the former to be consistent wit...

Please modify the following line:

    QVariantList tempForConsuming = vData; // To consume vData

to the:

    Q_UNUSED(vData);
    // or
    (void)vData;

please use the former to be consistent with Qt coding standard.