dialogs/LDElementDialog.py
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-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-20 Andrey Skvortsov disable empty coils and contacts in LD/SFC editors
2017-06-19 Andrey Skvortsov make all dialog have non-fixed size
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-04-21 Andrey Skvortsov increase height of some dialog windows so they have enough space for buttons
2013-10-17 Laurent Bessard Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression
2013-06-14 Laurent Bessard Added support for adding graphic element when dropping wire in midair
2013-06-12 Laurent Bessard Rewrite SFCTransitionDialog
2013-06-12 Laurent Bessard Rewrite SFCStepDialog and factorize code for creating common dialog sizers
2013-06-11 Laurent Bessard Fixed bug in newly rewritten dialogs
2013-06-11 Laurent Bessard Rewrite LDElementDialog
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz