--- a/eric6/UI/NotificationWidget.py Mon Jan 04 16:39:37 2021 +0100 +++ b/eric6/UI/NotificationWidget.py Mon Jan 04 16:52:56 2021 +0100 @@ -16,6 +16,17 @@ import Preferences +# TODO: add background colors to indicate notification severity +# - all messages with timeout of 0 +# - standard: information messages +# - yellow: warning messages +# - red: critical messages + +# TODO: add a notification log +# - date/time and message +# - display widget with capability to save the messages +# - optional: display widget with capability to load saved messages + class NotificationFrame(QFrame, Ui_NotificationFrame): """ Class implementing a Notification widget.