util/misc.py
2018-02-20 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
2018-02-13 Edouard Tisserant Removed dead code
2018-02-02 Edouard Tisserant ClassImporter now accepts string, callable or class, for compatibility with some old extensions.
2018-02-02 Edouard Tisserant Documentation
2017-10-10 Andrey Skvortsov fix pylint warning '(unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck'
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-09-15 Andrey Skvortsov add '_' function to builtin dictionary at import time
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-07-28 Andrey Skvortsov skip hidden files and directories on permission check
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2014-01-26 Edouard Tisserant Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py
2012-09-07 laurent Adding support for extending internationalization to extensions
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-08-27 laurent Fix bug when closing IECCodeView and IECRawCodeView, reopening them was impossible
2012-06-25 laurent Adding support using plcopeneditor bitmap library for icon request
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-19 Edouard Tisserant refecored library extension machanism
2012-05-12 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller
2012-05-08 Edouard Tisserant refactoring