controls/DiscoveryPanel.py
Thu, 02 Sep 2021 22:18:14 +0200 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
Mon, 24 May 2021 14:33:54 +0200 Edouard Tisserant Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
Mon, 11 Mar 2019 13:51:07 +0100 Edouard Tisserant Long due merge
Mon, 11 Mar 2019 01:03:32 +0100 Edouard Tisserant check_sources.sh makes me become even less productive
Wed, 09 Jan 2019 14:10:07 +0100 Edouard Tisserant fixed exception happening randomly just after showing discovery panel.
Mon, 07 Jan 2019 11:33:34 +0100 Edouard Tisserant Disable MDNS:// scheme support. Also prevent discovery pannel to produce some. For now it seems that that feature is unused, and could be a security issue.
Fri, 21 Dec 2018 13:51:33 +0100 Edouard Tisserant Added support to PYROS in Zeroconf discovery and publish. For now, PYRO://mdnsname._tcp.local. URI are broken, and discovery panel generate IP based URI by default.
Wed, 05 Dec 2018 13:04:37 +0100 Edouard Tisserant Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type.
Fri, 23 Nov 2018 12:13:24 +0100 Edouard Tisserant Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
Thu, 08 Nov 2018 14:33:35 +0100 Edouard Tisserant 'Merged' URI editor dialog and Discovery dialog, also clean up related code