Index: sources/gui/qml/main.qml =================================================================== diff -u -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 -r96b209c45bca6ad9a3e26a3762c936f28b0cf7b4 --- sources/gui/qml/main.qml (.../main.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) +++ sources/gui/qml/main.qml (.../main.qml) (revision 96b209c45bca6ad9a3e26a3762c936f28b0cf7b4) @@ -95,7 +95,8 @@ 5000 // if any error happens and shutdown is not successful then after 5 seconds dialog hides. ) break; - + case GuiActions.AlarmStatus: + break; } } } @@ -166,15 +167,6 @@ NotificationBar { id: _alarm - // TODO: Maybe add semi-transparent speaker icon inside the notification bar to toggle alarm - // OR, Create a dialog that has the OK button and dismiss button with - // metadata of the alarm that can be viewed when tapping on the notification bar - // TODO: Also need to create UX diagram flow and put it in the SRS, talk to Nick and Blaine for approval - // The highest priority alarm will unsilence itself automatically every minute. FW controls audio output - // When the highest priority alarm unsilences itself, the dialog should show again. The dialog may need to - // be implemented or a base dialog qml object should be used. - // The alarm should be controllable from the Dialog or the notification bar or both. (Settings page, too?) - anchors.bottom: _mainMenu.top level : vAlarmStatus.alarm_Priority text : vAlarmStatus.text;