15 from .Ui_NotificationFrame import Ui_NotificationFrame |
15 from .Ui_NotificationFrame import Ui_NotificationFrame |
16 |
16 |
17 import Globals |
17 import Globals |
18 import Preferences |
18 import Preferences |
19 import UI.PixmapCache |
19 import UI.PixmapCache |
20 |
|
21 |
|
22 # TODO: add a notification log |
|
23 # - date/time and message |
|
24 # - display widget with capability to save the messages |
|
25 # - optional: display widget with capability to load saved messages |
|
26 |
20 |
27 |
21 |
28 class NotificationTypes(Enum): |
22 class NotificationTypes(Enum): |
29 """ |
23 """ |
30 Class implementing the notification types. |
24 Class implementing the notification types. |