Wed, 30 Dec 2020 11:02:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 19:15:45 +0200 |
Detlev Offenbach |
Changed calls of exec_() into exec().
release-2.1.0
|
file |
diff |
annotate
|
Tue, 23 Jun 2020 19:26:33 +0200 |
Detlev Offenbach |
Removed support for Python2.
release-2.0.0
|
file |
diff |
annotate
|
Tue, 07 Apr 2020 19:30:20 +0200 |
Detlev Offenbach |
Replaced pixmap icons by vector icons.
release-1.2.0
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:58:55 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Sun, 20 Jan 2019 16:08:38 +0100 |
Detlev Offenbach |
bug fixes
release-1.1.2
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:21:01 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Sun, 16 Sep 2018 18:08:53 +0200 |
Detlev Offenbach |
MqttClient: added search capability for the received log messages.
|
file |
diff |
annotate
|
Sat, 15 Sep 2018 20:13:22 +0200 |
Detlev Offenbach |
MqttClient: added search capability for the received messages.
|
file |
diff |
annotate
|
Sat, 15 Sep 2018 12:12:01 +0200 |
Detlev Offenbach |
MqttMonitorWidget: added capability to save the received messages and log messages to a file.
|
file |
diff |
annotate
|
Wed, 12 Sep 2018 19:59:06 +0200 |
Detlev Offenbach |
MqttMonitorWidget: added code to keep the scrollbar position while appending new messages or log messages.
|
file |
diff |
annotate
|
Wed, 12 Sep 2018 19:36:33 +0200 |
Detlev Offenbach |
MqttMonitorWidget: enhanced the log messages display by colorizing each received message depending on log level.
|
file |
diff |
annotate
|
Tue, 11 Sep 2018 19:30:00 +0200 |
Detlev Offenbach |
MqttMonitorWidget: enhanced the message display by alternating the background color for each received message.
|
file |
diff |
annotate
|
Mon, 10 Sep 2018 19:46:58 +0200 |
Detlev Offenbach |
MqttMonitorWidget: enhanced the messages display slightly.
|
file |
diff |
annotate
|
Mon, 10 Sep 2018 17:38:39 +0200 |
Detlev Offenbach |
MqttMonitorWidget: added capability to read the payload data to be published from a file.
|
file |
diff |
annotate
|
Mon, 10 Sep 2018 16:52:37 +0200 |
Detlev Offenbach |
MqttClient, MqttMonitorWidget: limited amount of recently used brokers to 20 and added a log level selection to disable logging.
|
file |
diff |
annotate
|
Sun, 09 Sep 2018 19:11:14 +0200 |
Detlev Offenbach |
Extended the plug-in descriptive text and added some more TODO comments.
|
file |
diff |
annotate
|
Sun, 09 Sep 2018 17:43:35 +0200 |
Detlev Offenbach |
Added some TODO comments to note some enhancement ideas.
|
file |
diff |
annotate
|
Sun, 09 Sep 2018 17:32:54 +0200 |
Detlev Offenbach |
Added a connect timeout function with a settable timeout value.
|
file |
diff |
annotate
|
Sun, 09 Sep 2018 12:21:19 +0200 |
Detlev Offenbach |
Some smaller improvements and added some TODOs.
|
file |
diff |
annotate
|
Sat, 08 Sep 2018 16:55:42 +0200 |
Detlev Offenbach |
Merged with the 'connection_profiles' branch.
|
file |
diff |
annotate
|
Sat, 08 Sep 2018 16:51:39 +0200 |
Detlev Offenbach |
MqttMonitorWidget: improved handling of the Publish and Subscribe sections.
|
file |
diff |
annotate
|
Sat, 08 Sep 2018 15:28:48 +0200 |
Detlev Offenbach |
MqttConnectionOptionsDialog: added support for TLS.
connection_profiles
|
file |
diff |
annotate
|
Thu, 06 Sep 2018 19:33:51 +0200 |
Detlev Offenbach |
MqttMonitorWidget: fixed an issue with forgotten '()'.
connection_profiles
|
file |
diff |
annotate
|
Wed, 05 Sep 2018 19:52:30 +0200 |
Detlev Offenbach |
MqttConnectionProfilesDialog: continued implementing the connections profile dialog.
connection_profiles
|
file |
diff |
annotate
|
Tue, 04 Sep 2018 19:42:24 +0200 |
Detlev Offenbach |
MqttConnectionProfilesDialog: continued implementing the connections profile dialog.
connection_profiles
|
file |
diff |
annotate
|
Sun, 02 Sep 2018 18:29:35 +0200 |
Detlev Offenbach |
Finished implementing the connection options dialog.
|
file |
diff |
annotate
|
Sat, 01 Sep 2018 20:18:11 +0200 |
Detlev Offenbach |
Started to implement the connection options dialog and methods to specify these connection options connecting to the server.
|
file |
diff |
annotate
|
Thu, 30 Aug 2018 19:45:12 +0200 |
Detlev Offenbach |
MqttMonitorWidget: implemented publish functionality.
|
file |
diff |
annotate
|
Thu, 30 Aug 2018 18:57:57 +0200 |
Detlev Offenbach |
MqttMonitorWidget: implemented part 2 of the status tab.
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 19:59:02 +0200 |
Detlev Offenbach |
MqttMonitorWidget: implemented part 1 of the status tab.
|
file |
diff |
annotate
|
Tue, 28 Aug 2018 19:29:52 +0200 |
Detlev Offenbach |
MqttMonitorWidget: added functionality to receive messages and show them in a text edit.
|
file |
diff |
annotate
|
Tue, 28 Aug 2018 18:54:48 +0200 |
Detlev Offenbach |
MqttMonitorWidget: added functionality to subscribe to and unsubscribe from topics.
|
file |
diff |
annotate
|
Mon, 27 Aug 2018 19:26:27 +0200 |
Detlev Offenbach |
Fixed some code style issues and implemented the broker connect/disconnect group of the MqttMonitorWidget.
|
file |
diff |
annotate
|
Sun, 26 Aug 2018 17:27:45 +0200 |
Detlev Offenbach |
Added first outline of the MQTT Monitor.
|
file |
diff |
annotate
|