Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Sun, 14 Jul 2019 08:43:12 +0200 |
Edouard Tisserant |
Fixed code quality according to pep8 and pylint.
|
file |
diff |
annotate
|
Wed, 10 Jul 2019 10:43:14 +0200 |
Edouard Tisserant |
Removed dead code.
|
file |
diff |
annotate
|
Mon, 11 Mar 2019 01:03:32 +0100 |
Edouard Tisserant |
check_sources.sh makes me become even less productive
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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`"
|
file |
diff |
annotate
|
Thu, 19 Oct 2017 11:03:03 +0300 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 15:17:57 +0300 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 20:14:38 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 11:47:27 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:48:49 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:01:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E303 too many blank lines
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 15:50:30 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 12:17:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 22:23:17 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 21:20:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Tue, 06 Jun 2017 13:05:30 +0300 |
Andrey Skvortsov |
fix running wxGlade on current Debian systems
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 13:01:45 +0300 |
Andrey Skvortsov |
make run Beremiz and PLCOpen Editor, if full path contain non-lating
|
file |
diff |
annotate
|
Fri, 06 May 2016 14:05:44 +0300 |
Andrey Skvortsov |
add copyright notices to python files where there were missing, that
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 09:42:59 +0200 |
Laurent Bessard |
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
|
file |
diff |
annotate
|
Thu, 16 May 2013 23:01:03 +0200 |
Laurent Bessard |
Added icon for wxGlade_hmi extension editor
|
file |
diff |
annotate
|
Thu, 16 May 2013 14:47:57 +0900 |
Edouard Tisserant |
Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
|
file |
diff |
annotate
|
Thu, 16 May 2013 00:01:09 +0200 |
Laurent Bessard |
Fixed bug wxGlade hmi not closed when stopping PLC
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 14 May 2013 00:30:35 +0200 |
Laurent Bessard |
Fixed bug in wxGlade hmi python code generated
|
file |
diff |
annotate
|
Mon, 13 May 2013 14:31:23 +0200 |
Laurent Bessard |
Fixed support for defining python runtime code using sections like in c_ext
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 17:37:46 +0200 |
Laurent Bessard |
Merged
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 17:27:08 +0200 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 18:34:00 +0900 |
Edouard Tisserant |
Fixed error when stopping PLC with wxglade HMI
|
file |
diff |
annotate
|
Thu, 04 Apr 2013 11:13:28 +0900 |
Edouard Tisserant |
Now python files provided by extentions have init, start, stop and cleanup hooks
|
file |
diff |
annotate
|
Thu, 13 Sep 2012 02:19:02 +0200 |
laurent |
Adding default sizer in main frame in default wxGlade GUI file
|
file |
diff |
annotate
|
Sun, 20 May 2012 19:07:09 +0200 |
Edouard Tisserant |
Moved LPC sources to a separate project
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
| base
|