denali.pro

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-16687-ui-dn-s117-msg-update-log-files' into staging

DEN-16693: Institutional Settings Implementation

- Addressed the code review comments

  1. … 1 more file in changeset.
Merge branch 'DEN-16687-ui-dn-s117-msg-update-log-files' into staging

DEN-16693: Institutional Settings Implementation

- Addressed the code review comments

  1. … 6 more files in changeset.
DEN-16693: Institutional Settings Implementation

Initial commit of the inititutional record MVC implementation.

  1. … 21 more files in changeset.
Merge branch 'DEN-16533-UI-VD-S110_integration_unit_test_fix' into staging

  1. … 10 more files in changeset.
DEN-16465: Fixed - TestSuites : Integration testing update

Add FileHandler unit tests

Add coverage to tst_models

Add TODO to the tst_views to be updated in the future

  1. … 10 more files in changeset.
CS-5: @ UI: TxCode generation on device

~ Added QRCode for the TxCode

- Added a Third-Party Open-Source MIT Licence QRCode generator from the following link:

* Copyright (c) Project Nayuki. (MIT License)

* https://www.nayuki.io/page/qr-code-generator-library

- Created a QRCode component

- Added the QRCode generation functionality in the GuiView

- Added QRCode for both the Pre-Tx-Confirmation (UI Generated) and Post-Tx-Review (CS received)

- Moved the CS TxCode Receive wait "..." from C++ to QML to keep the TxCode empty while wait to avoid displaying the "..." as a QRCode.

- Animated the CS TxCode Receive wait "..."

~ Added development testability for the CloudSync communication

~ Fixed the date change buf file watch to wait for the CS to get the checkin and create the out buf file.

  1. … 12 more files in changeset.
DEN-16262: Added - UI.P1B : HD/DG usage counter

Added the MV for the HD usage information

Modify the TouchGrid to accomodate indentation of subCategories

  1. … 16 more files in changeset.
DEN-14815: Cartridge Removal Screen is Displayed Prematurely

Merge remote-tracking branch 'origin/DEN-15833-UI-VD-S101-UI_HD_RTC_sync' into staging

  1. … 3 more files in changeset.
DEN-14961: Updated - The UI RTC needs to get synced with HD RTC

Renamed the class and objects to be HDRTC* per CR request

  1. … 12 more files in changeset.
Merge branch 'DEN-15279-UI-BN-S97-Cybersecurity' into staging

  1. … 115 more files in changeset.
DEN-14961: Added - The UI RTC needs to get synced with HD RTC

Add the HD-UI RTC message model to the UI to do a single HD-UI RTC sync

  1. … 11 more files in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- completed the encryption partition creation

- used a function to get the settings home, which is going to be different when App is in manufacturing mode and in normal operation.

- now in normal mode it needs to be mounted to be used and needs some movements and threading.

- For now the application should use the -R CLIS to make the app use the root home folder for the configurations, and I add it to the run.sh, but it has to be removed later.

  1. … 19 more files in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- Fixed the Service password using the fixSalt

- //TODO: it needs to be appended to make ti less appear

- //TODO: work on the Encrypted Partition

  1. … 22 more files in changeset.
DEN-15316: Usability: UI: Remove Extra Button for Disinfection

- Implemented the MVC and messaging.

  1. … 18 more files in changeset.
DEN-14268 UI <=> Cloud (todo list)

- Controller update

- View added

- TreatmentLog improved

  1. … 9 more files in changeset.
DEN-15072 RO Water Input Mode

- Implemented the view

- Implemented the post

  1. … 6 more files in changeset.
DEN-15072 RO Water Input Mode

- Implemented the models

  1. … 9 more files in changeset.
DEN-14391 , DEN-14393 : Qt 5.15.10 [QML run-time issues]

- Fixed all the QML warning and errors

- Enabled the Clang-Tidy, Clazy and cppcheck and fixed some.

- Removed unused images

- made the Denali POST logo transparent.

  1. … 56 more files in changeset.
Merge branch 'DEN-13965-UI-BN-S80' into staging

  1. … 12 more files in changeset.
DEN-13939: IMP: Implementation of the the message [0xBA00]

Messaging:

- Modified the message 0xBB00 required length from 3xU32 to 2xU32

- Renamed the VConfrimDialog to VConfirm, since the view class is not the actual dialog implementation.

- Merged the vPowerOff view to the VConfrim, and removed the VPowerOff view classes.

Alarm Integration:

- AlarmItem: add the hasAlarm to theAlarmMinimize as well to prevent the AlarmBar being visible when there is no active alarm.

- VAlarmStatus: fixed the issue with the hasAlarm property which was causing the AlarmDialog being visible while there was not active alarm.

Confirm Dialog:

- Used the PowerItem.qml and the PowerOff Dialog for Generic Confirm, and improved the code to be repurposed.

- Footer: updated the Footer component to be able to re-layout the touchrects without an open/close cycle.

- TouchRect: exposed the the buttons text.

  1. … 19 more files in changeset.
DEN-13939: IMP: Implementation of the the message [0xBA00]

- The Model/View are implemented and exposed to QML.

  1. … 15 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9B]

- Implemented the disinfection mode response

  1. … 11 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9A]

- Implemented the Disinfection Mode Request message.

  1. … 10 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x7F,0x80]

- Cleaned up / refactor the messages [ 127 (0x7F), 128 (0x80) ]

  1. … 16 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x7E00]

- Removed

0x7E00 126 0x040 1 Hz N HD All Standby (disinfect) State "sub-mode (U32-enum) {

0-Flush, (No Flush State required for this state)

1-Heat Disinfect,

2-Chem Disinfect }" (U32) Flush State (U32) Heat Disinfect State (U32) Chem Disinfect State

  1. … 11 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8200]

- Removed

0x8200 130 0x020 Rsp Y HD UI Chemical Disinfect User Confirm Response (U32) 1=accepted, 0=rejected (U32) rejection reason

  1. … 6 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8100]

- Removed

0x8100 129 0x100 Req Y UI HD Chemical Disinfect User Confirm

  1. … 12 more files in changeset.