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