dialogs/LDPowerRailDialog.py
2019-04-11 Edouard Tisserant Fixed refresh problem following 9c5f835b031e, 9622418ac28c, c67488bd8134 : force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
2019-04-09 Edouard Tisserant Fixed preview drawing/refresh problem in sfc/ld/fbd graphical element creation dialogs on windows (introduced in 9c5f835b031e, continuation of 9622418ac28c)
2019-03-28 Edouard Tisserant Fix problem introduced in 9c5f835b031e : Exception in LDPowerRailDialog.py because of change in OnPaint/RefreshView/DrawPreview.
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-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-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-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-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+
2013-10-10 Laurent Bessard Fixed bug wrong pin number in dialog when creating new power rail on Windows
2013-06-14 Laurent Bessard Added support for adding graphic element when dropping wire in midair
2013-06-12 Laurent Bessard Rewrite SFCDivergenceDialog
2013-06-12 Laurent Bessard Rewrite SFCStepDialog and factorize code for creating common dialog sizers
2013-06-12 Laurent Bessard Rewrite LDPowerRailDialog
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz