Added some TODO comments to note some enhancement ideas.

Sun, 09 Sep 2018 17:43:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Sep 2018 17:43:35 +0200
changeset 32
a71e5b294ebf
parent 31
40582e448c4b
child 34
56ae3544160d

Added some TODO comments to note some enhancement ideas.

MqttMonitor/MqttConnectionOptionsDialog.py file | annotate | diff | comparison | revisions
MqttMonitor/MqttConnectionProfilesDialog.py file | annotate | diff | comparison | revisions
MqttMonitor/MqttMonitorWidget.py file | annotate | diff | comparison | revisions
--- a/MqttMonitor/MqttConnectionOptionsDialog.py	Sun Sep 09 17:32:54 2018 +0200
+++ b/MqttMonitor/MqttConnectionOptionsDialog.py	Sun Sep 09 17:43:35 2018 +0200
@@ -24,7 +24,6 @@
     """
     Class implementing a dialog to enter MQTT connection options.
     """
-    # TODO: add 'Clear Will'
     def __init__(self, client, options=None, parent=None):
         """
         Constructor
--- a/MqttMonitor/MqttConnectionProfilesDialog.py	Sun Sep 09 17:32:54 2018 +0200
+++ b/MqttMonitor/MqttConnectionProfilesDialog.py	Sun Sep 09 17:43:35 2018 +0200
@@ -28,7 +28,6 @@
     """
     Class implementing a dialog to edit the MQTT connection profiles.
     """
-    # TODO: add 'Clear Will'
     def __init__(self, client, profiles, parent=None):
         """
         Constructor
--- a/MqttMonitor/MqttMonitorWidget.py	Sun Sep 09 17:32:54 2018 +0200
+++ b/MqttMonitor/MqttMonitorWidget.py	Sun Sep 09 17:43:35 2018 +0200
@@ -33,6 +33,18 @@
 import Utilities
 
 
+# TODO: change messages display to use a tree widget
+#   first row topic
+#   second row qos and message
+#
+#   include capability to filter on topic
+
+# TODO: change log display to a tree widget
+#   two columns with log level and message
+#   colorize entries depending on log level
+
+# TODO: add log level entry to disable logging
+
 class MqttMonitorWidget(QWidget, Ui_MqttMonitorWidget):
     """
     Class implementing the MQTT Monitor widget.

eric ide

mercurial