2022-10-28 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
2021-05-12 |
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
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
file |
diff |
annotate
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
file |
diff |
annotate
|
2018-04-19 |
Edouard Tisserant |
PEP-8 and PyLint
|
file |
diff |
annotate
|
2018-04-12 |
Edouard Tisserant |
Removed useless try/except in Canfestival.py
|
file |
diff |
annotate
|
2018-02-01 |
Edouard Tisserant |
Another set of meaningless changes to satisfy PEP8 and PyLint.
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-09 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
file |
diff |
annotate
|
2017-10-06 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix ungrouped imports from package X
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix (old-style-class) Old-style class defined error for most parts of
|
file |
diff |
annotate
|
2017-09-22 |
Andrey Skvortsov |
fix unnecessary parens after keyword
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E124 closing bracket does not match visual indentation
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 W602 deprecated form of raising exception
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E301 expected 1 blank line, found 0
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 E202 whitespace before ')'
|
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 E251 unexpected spaces around keyword / parameter equals
|
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 E271 multiple spaces after keyword
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E261 at least two spaces before inline comment
|
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-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
|
2015-06-19 |
Edouard Tisserant |
Fixed canfestival extension own path resolution
|
file |
diff |
annotate
|
2013-07-26 |
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
|
2013-04-24 |
Laurent Bessard |
Fixed bug in Save function in Beremiz
|
file |
diff |
annotate
|
2013-04-24 |
Laurent Bessard |
Fixed Save As... function in Beremiz
|
file |
diff |
annotate
|
2013-03-26 |
Laurent Bessard |
Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
|
file |
diff |
annotate
|
2013-03-13 |
Edouard Tisserant |
re-fixed CanFestival support...
|
file |
diff |
annotate
|
2013-03-11 |
Laurent Bessard |
Fixed canfestival extension for LPCManager
|
file |
diff |
annotate
|
2013-03-06 |
Edouard Tisserant |
Cleanup in canfestival plugin. No more meaningless default values.
|
file |
diff |
annotate
|
2013-03-05 |
Edouard Tisserant |
CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL
|
file |
diff |
annotate
|
2013-02-27 |
Laurent Bessard |
Fix semantic error while compiling project including canfestival extension instances
|
file |
diff |
annotate
|
2012-10-04 |
laurent |
Fix bug in generated master panel in CanFestival extension
|
file |
diff |
annotate
|
2012-10-01 |
laurent |
Fixing CanFestival master and slave nodeid when generating code for PLC
|
file |
diff |
annotate
|
2012-09-07 |
laurent |
Adding support for extending internationalization to extensions
|
file |
diff |
annotate
|
2012-08-27 |
laurent |
Fix bug when closing canfestival extension generated master view
|
file |
diff |
annotate
|
2012-07-06 |
Edouard Tisserant |
merge
|
file |
diff |
annotate
|
2012-07-01 |
laurent |
Adding support for beremiz extensions to define custom file editors for project files
|
file |
diff |
annotate
|
2012-06-28 |
laurent |
Adding support for file explorer for project files
|
file |
diff |
annotate
|
2012-06-25 |
laurent |
Adding support using plcopeneditor bitmap library for icon request
|
file |
diff |
annotate
|
2012-06-19 |
Edouard Tisserant |
Fixed typo
|
file |
diff |
annotate
|
2012-06-19 |
Edouard Tisserant |
Updated CF bootup strategy.
|
file |
diff |
annotate
|
2012-06-18 |
laurent |
Fix bug with Show Master functionality
|
file |
diff |
annotate
|
2012-06-18 |
Edouard Tisserant |
Fixed generated CF code to match latest changes
|
file |
diff |
annotate
|
2012-06-15 |
laurent |
Fix bug when opening and closing confnode extra viewers
|
file |
diff |
annotate
|