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