controls/LocationCellEditor.py
Sun, 07 Apr 2019 21:08:07 +0200 Edouard Tisserant Conform to pep8 and pylint :
Thu, 04 Apr 2019 13:59:22 +0200 Edouard Tisserant Rename checkbox and immediately apply. rename_on_location_change
Wed, 03 Apr 2019 13:20:28 +0200 Edouard Tisserant LocationCellEditor use better source for variable name replacement, and validate variable name before applying it or complains otherwise. rename_on_location_change
Tue, 02 Apr 2019 09:46:58 +0200 Edouard Tisserant LocationCellEditor now systematically change variable name according to name given by CTN, calls VariablePanel' OnVariableNameChange to update POU accordingly. rename_on_location_change
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Fri, 29 Sep 2017 15:36:33 +0300 Andrey Skvortsov fix error __init__ method from base class is not called
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Thu, 24 Nov 2016 18:33:56 +0300 Andrey Skvortsov add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Wed, 26 Oct 2016 15:51:20 +0300 Andrey Skvortsov fix not saving location address from variable panel
Thu, 06 Oct 2016 11:30:04 +0300 Andrey Skvortsov complete fix in commit 3518d10 for wxgtk2.8
Tue, 04 Oct 2016 18:01:08 +0300 Andrey Skvortsov fix issue, that was impossible to change variable location IEC-address, when wx 3.0 is used
Tue, 26 Mar 2013 23:25:18 +0100 Laurent Bessard Added support in LocationCellEditor for locations with undefined direction
Thu, 18 Oct 2012 01:22:52 +0200 Laurent Bessard Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz