wxglade_hmi/wxglade_hmi.py
2019-07-14 Edouard Tisserant Fixed code quality according to pep8 and pylint.
2019-07-10 Edouard Tisserant Removed dead code.
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-02-14 Edouard Tisserant Fix previous commit : Using wx.CallAfter shouldn't have been necessary, and was a symptom of failing evaluator's deadlock detection.
2019-02-13 Edouard Tisserant Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
2018-08-08 Edouard Tisserant autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
2018-06-15 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
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-06 Andrey Skvortsov fix running wxGlade on current Debian systems
2017-04-20 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2013-06-13 Laurent Bessard Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
2013-05-16 Laurent Bessard Added icon for wxGlade_hmi extension editor
2013-05-16 Edouard Tisserant Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
2013-05-15 Laurent Bessard Fixed bug wxGlade hmi not closed when stopping PLC
2013-05-14 Edouard Tisserant Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
2013-05-13 Laurent Bessard Fixed bug in wxGlade hmi python code generated
2013-05-13 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
2013-04-24 Laurent Bessard Merged
2013-04-24 Laurent Bessard Fixed Save As... function in Beremiz
2013-04-24 Edouard Tisserant Fixed error when stopping PLC with wxglade HMI
2013-04-04 Edouard Tisserant Now python files provided by extentions have init, start, stop and cleanup hooks
2012-09-13 laurent Adding default sizer in main frame in default wxGlade GUI file
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-12 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller