wxglade_hmi/wxglade_hmi.py
Sun, 14 Jul 2019 08:43:12 +0200 Edouard Tisserant Fixed code quality according to pep8 and pylint.
Wed, 10 Jul 2019 10:43:14 +0200 Edouard Tisserant Removed dead code.
Mon, 11 Mar 2019 01:03:32 +0100 Edouard Tisserant check_sources.sh makes me become even less productive
Thu, 14 Feb 2019 10:06:43 +0100 Edouard Tisserant Fix previous commit : Using wx.CallAfter shouldn't have been necessary, and was a symptom of failing evaluator's deadlock detection.
Wed, 13 Feb 2019 13:08:26 +0100 Edouard Tisserant Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
Wed, 08 Aug 2018 10:15:51 +0200 Edouard Tisserant autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
Fri, 15 Jun 2018 09:48:05 +0200 Edouard Tisserant WxGlade HMI extension now does only instanciate wx object who's name match extension's name. If no object match the name and no code is provided in 'start' user python code section, then a warning is issued
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Tue, 06 Jun 2017 13:05:30 +0300 Andrey Skvortsov fix running wxGlade on current Debian systems
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Thu, 13 Jun 2013 09:42:59 +0200 Laurent Bessard Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
Thu, 16 May 2013 23:01:03 +0200 Laurent Bessard Added icon for wxGlade_hmi extension editor
Thu, 16 May 2013 14:47:57 +0900 Edouard Tisserant Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
Thu, 16 May 2013 00:01:09 +0200 Laurent Bessard Fixed bug wxGlade hmi not closed when stopping PLC
Tue, 14 May 2013 18:41:33 +0900 Edouard Tisserant Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
Tue, 14 May 2013 00:30:35 +0200 Laurent Bessard Fixed bug in wxGlade hmi python code generated
Mon, 13 May 2013 14:31:23 +0200 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
Wed, 24 Apr 2013 17:37:46 +0200 Laurent Bessard Merged
Wed, 24 Apr 2013 17:27:08 +0200 Laurent Bessard Fixed Save As... function in Beremiz
Wed, 24 Apr 2013 18:34:00 +0900 Edouard Tisserant Fixed error when stopping PLC with wxglade HMI
Thu, 04 Apr 2013 11:13:28 +0900 Edouard Tisserant Now python files provided by extentions have init, start, stop and cleanup hooks
Thu, 13 Sep 2012 02:19:02 +0200 laurent Adding default sizer in main frame in default wxGlade GUI file
Sun, 20 May 2012 19:07:09 +0200 Edouard Tisserant Moved LPC sources to a separate project
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller