controls/VariablePanel.py
Tue, 09 Oct 2018 11:56:45 +0300 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Thu, 04 Oct 2018 17:24:40 +0300 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
Thu, 04 Oct 2018 12:07:16 +0300 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
Wed, 29 Aug 2018 18:53:02 +0300 Andrey Skvortsov Avoid usage of localized strings before initialization during import in many modules
Fri, 29 Jun 2018 17:53:57 +0300 Andrey Skvortsov Automatically increment IEC-location address if copy of the variable is created
Fri, 02 Mar 2018 17:01:25 +0100 Edouard Tisserant merged Sergeys changes
Fri, 02 Feb 2018 17:16:04 +0300 Surkov Sergey remove duplicating code for variables name generate
Tue, 20 Feb 2018 14:16:51 +0100 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
Tue, 20 Feb 2018 11:24:10 +0100 Edouard Tisserant GetVariableDictionary and GetPouInterfaceReturnType optimized with new VariableInfoCollector based on XSLTModelQuery. Moved corresponding definitions out of PLCControler.py.
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Fri, 29 Sep 2017 16:39:52 +0300 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 16:25:05 +0300 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 16:45:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E122 continuation line missing indentation or outdented
Sat, 19 Aug 2017 01:11:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E272 multiple spaces before keyword
Sat, 19 Aug 2017 00:58:44 +0300 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
Sat, 19 Aug 2017 00:30:22 +0300 Andrey Skvortsov clean-up: fix PEP8 W191 indentation contains tabs
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
Thu, 17 Aug 2017 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Thu, 17 Aug 2017 15:43:25 +0300 Andrey Skvortsov clean-up: fix PEP8 E502 the backslash is redundant between brackets
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
Thu, 17 Aug 2017 10:08:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E262 inline comment should start with '# '
Thu, 17 Aug 2017 09:55:39 +0300 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
Wed, 16 Aug 2017 15:18:57 +0300 Andrey Skvortsov clean-up: fix PEP8 E741 ambiguous variable name
Wed, 16 Aug 2017 13:56:36 +0300 Andrey Skvortsov clean-up: fix most PEP8 E221 multiple spaces before operator
Wed, 16 Aug 2017 13:01:13 +0300 Andrey Skvortsov clean-up: fix PEP8 E703 statement ends with a semicolon
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:38:28 +0300 Andrey Skvortsov clean-up: fix PEP8 E271 multiple spaces after keyword
Mon, 14 Aug 2017 23:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
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 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:09:48 +0300 Andrey Skvortsov convert some files from CRLF to LF
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Tue, 11 Apr 2017 12:51:35 +0300 Andrey Skvortsov fix problem with clearing non-empty location field after changing type of config variable
Mon, 10 Apr 2017 18:29:12 +0300 Andrey Skvortsov fix backtrace on opening program/resource on small screens
Tue, 28 Mar 2017 11:31:05 +0300 Surkov Sergey clear variable location cell in variable panel, if variable class or type changed
Thu, 09 Mar 2017 17:29:17 +0300 Andrey Skvortsov fix twice shown error message box, when wrong non-valid IEC identifier entered
Fri, 03 Mar 2017 15:57:58 +0300 Surkov Sergey add stretching to columns Name, Type, Doc in variable panel
Mon, 28 Nov 2016 16:47:01 +0300 Andrey Skvortsov fix translation strings with multiple parameters
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
Thu, 24 Nov 2016 15:46:17 +0300 Andrey Skvortsov fix issue that if located variable was dropped in location column, then address was changed in wrong row (row - 1).
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Fri, 09 Sep 2016 13:33:49 +0300 Sergey Surkov fix bug with non-editable names and types of FB local variables in POU's written in ST or IL
Fri, 06 May 2016 10:35:46 +0300 Andrey Skvortsov fix issue that was impossible to remove local instance of functional
Wed, 25 Jun 2014 17:28:26 +0200 Edouard Tisserant Fixed incomplete task grid update on interface change, in Resource editor
Wed, 11 Jun 2014 19:01:17 +0200 Edouard Tisserant Added a variable name text entry dialog to allow name change on drag'n'drops
Wed, 11 Jun 2014 16:42:27 +0200 Edouard Tisserant 'NamedConstant' variable D'n'D is now allowed on variable grid