scripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 11 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 570 more files in changeset.
DEN-9704: Missing acknowledgement confirmation message/alarm when leaving BP/HR blank

- Added a script to later be used for the log export on the device, but it now only works on the VM since the device doesn't have the zip tool.

- Added a mimic function to simulate the BCuff measurement received and assigned F11 to it and it will only be enabled if the macro DEBUG_BCUFF_MIMIC is defined.

- Added opened and closed signals to the EntryDialog.qml to make it do the auto focus on the firstInput object when opened.

- Added setFocus() function in the BPHREntry.qml

- Removed the enabled option from doReset of the VTreatmentVitals

- And created two separate enableDialog for vital entry, and enable update for the auto update the properties.

- Added a constructor with systolic, diastolic, heartRate parameter to set the data on creation to be used in the message mimic.

- Added systolic, diastolic, heartRate parameters to the doTrigger of the VCommonAdjustmentVitals to open the vitals entry dialog with default values.

  1. … 15 more files in changeset.
Code Cleanup

- DEN-11807: Treatment Confirmation - Rinseback Rate displays "min" instead of "mL/min"

- Renamed the Keyboard component name to VirtualKeyboard to resolve the InputPanel's Keyboard object/type conflict (There was no issue is was only a name conflict.)

- Preventing the Patient Id from being empty space string, and disabling the confirm in that case.

- Mode the create_update_folder.sh to the Scripts/local repository's folder.

- Added Qt logo and Diality Qt Colored log.

- Updated the alarmMapping.sh script to always checkout to common/staging and also print out the log on console.

-

  1. … 12 more files in changeset.
DEN-9278 UI: Brightness

- All the issues in this bug has been resolved.

  1. … 1 more file in changeset.
Merge branch 'DEN-10205_BCuff_MissingFeatures_Reconnect_Paired' into develop

  1. … 3 more files in changeset.
DEN-10205: BCuff [Missing Feature]: Try to reconnect to the previously paired

    • -0
    • +39
    ./bluetooth_paired_clear.sh
    • -0
    • +30
    ./bluetooth_paired_query.sh
  1. … 17 more files in changeset.
Commit latest changes of the update script to push on develop

UI-DEN-10206: UI-DEN-10206-1

- One extra line should be kept for the end of the macro.

- DEN-10984: UI: Post.out is appended indefinitely [after giving it some thought seems like it is not needed to be appended and once upon POST would sufficient]

  1. … 1 more file in changeset.
Alarm mapping update and setup scripts update

- Modified the setup scripts to be able to run from windows as well.

  1. … 3 more files in changeset.
DEN-10961: General Support

- Updating the device setup scripts.

- Added ability to skip questions

- Added ability to be used on a device with currently running denali application and update the SoM with the new settings and configurations.

Updated the Setup scripts for the new flashed SoM

    • -0
    • +65
    ./create_update_folder.sh
Improved the POST

- Updated the run.sh

- Enabled the Sha256 in the application

- Fixed the ShaSum issue in the run.sh

- Added a command line argument to disable the alarm-no-minimize

- Set the timezone to UTC int eh setup script.

- Setup the correct greeting on the home screen

  1. … 11 more files in changeset.
DEN-9639: Code Review 0

- Addressed code reviews

- Reoved LOG_DEBUG_UI since the DEBUG log is all about UI and adding a UI to it was useless.

- Removed the time stamp from the POST start/stop log since the log itself has timestamp.

- Added more documentation to the ApplicationPOST class.

- Renamed the FileSystem to ShaSum check in the ApplicationPOST.

- Updated the WiFi POST check funciton.

- Updated the initial Screen to pause the animation when the UI navigates out of that screen when we are in test (usual case should not happen since we fail or pass the POST and either stops the animation.)

- Updated the AlarmMapping to reflect the FILESYSTEM error change to SHASUM error.

  1. … 19 more files in changeset.
DEN-9826: Follow Up: UI_DEV: POST [ FS ]

- Added a shu256sum for the denali application.

  1. … 1 more file in changeset.
DEN-9637: Update Design Documents

- Added the ability to enable/disable the vitals measurement logs [it's still unknown that how to stop in case of the treatment ended by alarm or system fault.]

- Added the Battery Level of the selected device.

    • -0
    • +35
    ./bluetooth_remove_paired.sh
  1. … 15 more files in changeset.
DEN-9659: Implementation [POST]

- Created a separate file for the Bluetooth screen since it became bigger.

- Moved the WiFi and Bluetooth start in the Application controller and handled by POST events.

- Added a 5 second sleep for the Bluetooth Device to get ready in run.sh

- Added WiFi POST in run.sh

- Moved lambda functions for POST into slots.

- Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces.

- Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST).

- Improved the Bluetooth interface implementation

- Added Rinseback safety volume parameter

- Modified the SAFE_CALL's methods to be public slots.

- Removed the SerialNumber listener from VBluetooth.

- Improved the VBluetooth code and added the connection to the BluetoothController.

  1. … 20 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Adding the Characteristics and descriptor notifications/log

    • -0
    • +20
    ./bluetooth_reset.sh
    • -0
    • +29
    ./bluetooth_start.sh
  1. … 7 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- First successful BP measurement read.

  1. … 7 more files in changeset.
DEN-9707: BP/HR empty measurement display does not match PRS

- alarm mapping update.

- post code review applied here.

  1. … 4 more files in changeset.
DEN-9418: Code Review 0

- DEN-9707: BP/HR empty measurement display does not match PRS

- Updated Alarms Mapping

  1. … 4 more files in changeset.
DEN-9418: Code Review 0

  1. … 6 more files in changeset.
DEN-9649: Updated the Copy/Setup/run scripts and checked the devices.

- Updated the Copy/Setup/run scripts and checked the devices to have the

- Bluetooth

- Instructions

- Service Password

- Treatment Parameters

- Put the Ethernet configuration at the end of the run.sh script and gave it 10s delay to then run (it won't stop application process and will run in parallel 10s after the application ran.)

- Fixed the RTC POST test

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

- Testing the BT in the build withing terminal

- Addressing the code review of older stories {

- UI-DEN-8705-1 [http://dvm-linux02:8060/cru/UI-DEN-8705-1#c10418]

}

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

- Added a newly added parameter of the BloodPrime (Safety Vol).

- UI POST is done.

- Out of 10 tests

1 - CANBus

2 - Touch Screen

3 - SD-Card

4 - RTC

tests are done.

- The

5 - File System integrity

will be done as part of CyberSecurity.

- The

6 - Bluetooth

will be added when the feature itself added to the application.

- The

7 - WiFi

is in progress and having issue correctly detect it.

- Some tests are listed to be added later in case required, like

8 - Display

9 - Ethernet

10- Sound

test couldn't find a way to test it yet.

- On each unsuccessful test an alarm will be triggered.

- UI alarms are in range of [250 - 259]

  1. … 18 more files in changeset.
DEN-8352: Displaying local network connection status.

  1. … 7 more files in changeset.
DEN-8700: Ensure disconnecting from a network persists beyond a reboot. Undo disabling of main menu animation.

  1. … 1 more file in changeset.
DEN-8700, DEN-8352, DEN-8351: Ensure static settings are preserved across reboot. Ensure disconnect works with latest pathing changes. Added internet connection status.

  1. … 10 more files in changeset.
DEN-8816: Added RTC self test

  1. … 4 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.

  1. … 26 more files in changeset.