Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Wed, 12 May 2021 11:36:56 +0200 |
Edouard Tisserant |
Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 14:03:44 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
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
|
Tue, 02 Oct 2018 18:08:49 +0300 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 14:53:42 +0200 |
Edouard Tisserant |
PEP-8 and PyLint
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 16:27:22 +0200 |
Edouard Tisserant |
Removed useless try/except in Canfestival.py
|
file |
diff |
annotate
|
Thu, 01 Feb 2018 14:51:18 +0100 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
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
|
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
|
Thu, 28 Sep 2017 17:20:31 +0300 |
Andrey Skvortsov |
fix ungrouped imports from package X
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 12:20:40 +0300 |
Andrey Skvortsov |
fix (old-style-class) Old-style class defined error for most parts of
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 16:37:38 +0300 |
Andrey Skvortsov |
fix unnecessary parens after keyword
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 22:41:37 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 21:55:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 00:58:44 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E124 closing bracket does not match visual indentation
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 12:36:31 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 16:26:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W602 deprecated form of raising exception
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:57:52 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E301 expected 1 blank line, found 0
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:03:46 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E202 whitespace before ')'
|
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 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:38:28 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E271 multiple spaces after keyword
|
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: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
|
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
|
Fri, 19 Jun 2015 11:36:35 +0200 |
Edouard Tisserant |
Fixed canfestival extension own path resolution
|
file |
diff |
annotate
|
Fri, 26 Jul 2013 14:04:29 +0900 |
Edouard Tisserant |
Added 'dlopen_prefix' class attributes to targets, in order to handle dlopen of shared object passed to runtime as extra file, and then in PWD (was working with windows only)
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 18:50:37 +0200 |
Laurent Bessard |
Fixed bug in Save function in Beremiz
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 17:27:08 +0200 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
file |
diff |
annotate
|
Tue, 26 Mar 2013 23:24:30 +0100 |
Laurent Bessard |
Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
|
file |
diff |
annotate
|
Wed, 13 Mar 2013 12:34:25 +0900 |
Edouard Tisserant |
re-fixed CanFestival support...
|
file |
diff |
annotate
|
Mon, 11 Mar 2013 14:06:06 +0100 |
Laurent Bessard |
Fixed canfestival extension for LPCManager
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 14:03:26 +0900 |
Edouard Tisserant |
Cleanup in canfestival plugin. No more meaningless default values.
|
file |
diff |
annotate
|
Tue, 05 Mar 2013 20:14:12 +0900 |
Edouard Tisserant |
CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 11:23:42 +0100 |
Laurent Bessard |
Fix semantic error while compiling project including canfestival extension instances
|
file |
diff |
annotate
|
Thu, 04 Oct 2012 17:56:14 +0200 |
laurent |
Fix bug in generated master panel in CanFestival extension
|
file |
diff |
annotate
|
Mon, 01 Oct 2012 19:13:02 +0200 |
laurent |
Fixing CanFestival master and slave nodeid when generating code for PLC
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 18:28:45 +0200 |
laurent |
Adding support for extending internationalization to extensions
|
file |
diff |
annotate
|
Mon, 27 Aug 2012 17:24:42 +0200 |
laurent |
Fix bug when closing canfestival extension generated master view
|
file |
diff |
annotate
|
Fri, 06 Jul 2012 21:00:43 +0200 |
Edouard Tisserant |
merge
|
file |
diff |
annotate
|
Sun, 01 Jul 2012 23:20:19 +0200 |
laurent |
Adding support for beremiz extensions to define custom file editors for project files
|
file |
diff |
annotate
|
Thu, 28 Jun 2012 12:07:21 +0200 |
laurent |
Adding support for file explorer for project files
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 20:05:29 +0200 |
laurent |
Adding support using plcopeneditor bitmap library for icon request
|
file |
diff |
annotate
|
Tue, 19 Jun 2012 21:59:34 +0200 |
Edouard Tisserant |
Fixed typo
|
file |
diff |
annotate
|
Tue, 19 Jun 2012 10:11:43 +0200 |
Edouard Tisserant |
Updated CF bootup strategy.
|
file |
diff |
annotate
|
Mon, 18 Jun 2012 19:34:41 +0200 |
laurent |
Fix bug with Show Master functionality
|
file |
diff |
annotate
|
Mon, 18 Jun 2012 02:35:21 +0200 |
Edouard Tisserant |
Fixed generated CF code to match latest changes
|
file |
diff |
annotate
|
Fri, 15 Jun 2012 18:08:26 +0200 |
laurent |
Fix bug when opening and closing confnode extra viewers
|
file |
diff |
annotate
|