Thu, 13 Apr 2023 22:31:33 +0200 |
Edouard Tisserant |
IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
python3
|
file |
diff |
annotate
|
Sun, 19 Feb 2023 11:14:14 +0800 |
GP Orcullo |
show underscore as space
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 19:39:17 +0800 |
GP Orcullo |
fix for gc errors on shutdown
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Tue, 06 Sep 2022 21:06:36 +0200 |
Edouard Tisserant |
OPC-UA, IDE: add CTN parameters to support OPC-UA encryption and authentication.
wxPython4
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 26 Jul 2021 10:20:39 +0200 |
Edouard Tisserant |
IDE: On windows, align better "reset to default" button in CTN config panel.
svghmi
|
file |
diff |
annotate
|
Fri, 23 Jul 2021 13:15:19 +0200 |
Edouard Tisserant |
IDE: Add a "undo" button for each field in CTN config panel to reset to default value.
svghmi
|
file |
diff |
annotate
|
Sat, 04 Apr 2020 09:41:32 +0200 |
Edouard Tisserant |
Fix unmatched "Courier" font for monospace fonts on latest ubuntu 20.04. Selected "FreeMono" instead, present since at least 18.04
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 11 Oct 2018 12:00:40 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 14:22:01 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
Wed, 14 Nov 2018 11:32:08 +0100 |
Edouard Tisserant |
Added early implementation of IDManager.py. For now only used to select ID in URIEditor
|
file |
diff |
annotate
|
Thu, 08 Nov 2018 11:14:06 +0100 |
Edouard Tisserant |
URI Editor Dialog : moved it to /dialog, and fixed naming.
|
file |
diff |
annotate
|
Sat, 09 Jun 2018 17:14:56 +0300 |
Andrey Skvortsov |
Fix linter errors
|
file |
diff |
annotate
|
Fri, 20 Apr 2018 11:21:20 +0200 |
dporopat |
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 09:50:00 +0200 |
dporopat |
#2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text.
#2476
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 18:13:26 +0300 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 17:52:34 +0300 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Tue, 03 Oct 2017 16:31:31 +0300 |
Andrey Skvortsov |
remove unused variables found by pylint
|
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
|
Thu, 17 Aug 2017 09:55:39 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 13:56:36 +0300 |
Andrey Skvortsov |
clean-up: fix most PEP8 E221 multiple spaces before operator
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:53:23 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:30:31 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W391 blank line at end of file
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:21:05 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E201 whitespace after '{'
|
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 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 17:01:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
|
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:34:22 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E261 at least two spaces before inline comment
|
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:31:01 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
Tue, 04 Jul 2017 13:46:48 +0300 |
Surkov Sergey |
Backout changeset 92537edeb2052d53ba5cad8b6da8463dbc660bb1
|
file |
diff |
annotate
|
Mon, 26 Jun 2017 19:38:51 +0300 |
Surkov Sergey |
fix i18n string selection for combobox generated from XSD
|
file |
diff |
annotate
|
Mon, 19 Jun 2017 18:49:43 +0300 |
Andrey Skvortsov |
make all dialog have non-fixed size
|
file |
diff |
annotate
|
Wed, 02 Nov 2016 14:23:24 +0300 |
Sergey Surkov |
fix borders of pull-down choice list box in Config tab, in Project Properties
|
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
|
Wed, 25 Feb 2015 13:59:01 +0100 |
Edouard Tisserant |
Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
|
file |
diff |
annotate
|
Wed, 11 Sep 2013 23:48:41 +0200 |
Laurent Bessard |
Fixed Beremiz for working with new xmlclass support using lxml
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 08:58:09 +0900 |
laurent |
Added support for left panel add menu with multiple levels
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 08:55:45 +0900 |
Edouard Tisserant |
Various cleanup and optimization
|
file |
diff |
annotate
|
Tue, 28 May 2013 17:52:57 +0200 |
Laurent Bessard |
Fixed bugs with TextCtrlAutoComplete
|
file |
diff |
annotate
|
Tue, 28 May 2013 17:52:07 +0200 |
Laurent Bessard |
Fixed inconsistency in value display when setting integer value for float parameter
|
file |
diff |
annotate
|
Thu, 16 May 2013 15:46:57 +0200 |
Laurent Bessard |
Fixed ConfTreeNodeEditor background colour
|
file |
diff |
annotate
|
Fri, 10 May 2013 10:24:59 +0200 |
Laurent Bessard |
Fixed bug when changing IEC_Channel of node without params
|
file |
diff |
annotate
|
Thu, 09 May 2013 17:52:51 +0200 |
Laurent Bessard |
Fixed bug when modifying ConfTreeNode IEC Channel
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 09:30:10 +0200 |
Laurent Bessard |
Fixed new ConfTreeNodeEditor layout on Windows
|
file |
diff |
annotate
|
Tue, 23 Apr 2013 22:45:59 +0200 |
Laurent Bessard |
Fixed ConfTreeNodeEditor layout
|
file |
diff |
annotate
|
Wed, 30 Jan 2013 23:46:41 +0100 |
Laurent Bessard |
Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
|
file |
diff |
annotate
|
Thu, 04 Oct 2012 17:55:59 +0200 |
laurent |
Fix ConfTreeNodeEditor parameters controls size on Windows
|
file |
diff |
annotate
|
Mon, 01 Oct 2012 19:10:51 +0200 |
laurent |
Fixing bug when spinctrl new value is changed by ConfTreeNode
|
file |
diff |
annotate
|
Sun, 23 Sep 2012 18:57:35 +0200 |
Laurent Bessard |
Fix scroll bug in ConfNode params panel when changing tab selection on Windows
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 16:45:55 +0200 |
Laurent Bessard |
Integration of PLCOpenEditor into Beremiz
|
file |
diff |
annotate
| base
|