eric6/UI/NotificationWidget.py

changeset 7956
7db67b70e6a8
parent 7952
1849f61cf2b6
child 7959
44e15eda6506
diff -r 567f2ec958c3 -r 7db67b70e6a8 eric6/UI/NotificationWidget.py
--- 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.

eric ide

mercurial