controls/LocationCellEditor.py
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-09-29 Andrey Skvortsov fix error __init__ method from base class is not called
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
2016-11-24 Andrey Skvortsov add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-26 Andrey Skvortsov fix not saving location address from variable panel
2016-10-06 Andrey Skvortsov complete fix in commit 3518d10 for wxgtk2.8
2016-10-04 Andrey Skvortsov fix issue, that was impossible to change variable location IEC-address, when wx 3.0 is used
2013-03-26 Laurent Bessard Added support in LocationCellEditor for locations with undefined direction
2012-10-17 Laurent Bessard Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz