controls/VariablePanel.py
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
Wed, 04 Jun 2014 13:18:23 +0200 Edouard Tisserant Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
Fri, 30 May 2014 02:20:19 +0200 Edouard Tisserant Added plcopen.definitions.DefaultType, set to INT.
Thu, 05 Dec 2013 18:08:31 +0100 Laurent Bessard Fixed bug when defining variable type as explicit array in VariablePanel
Fri, 11 Oct 2013 12:10:40 +0200 Laurent Bessard Fixed bugs when editing resource variables and tasks
Wed, 09 Oct 2013 10:57:20 +0200 Laurent Bessard Fixed pou variables information loading stylesheet
Thu, 03 Oct 2013 18:59:18 +0200 Laurent Bessard Fixed various latency issues removing unnecessary calls
Tue, 24 Sep 2013 12:42:34 +0200 Laurent Bessard Fixed time consuming function when loading VariablePanel
Mon, 09 Sep 2013 23:36:12 +0200 Laurent Bessard Replaced old pou variable list and variable tree generating by xslt stylesheet
Wed, 29 May 2013 11:08:00 +0900 Edouard Tisserant Fixed non-tested bad code in VariablePanel
Mon, 27 May 2013 09:24:39 +0200 Laurent Bessard Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB)
Thu, 23 May 2013 22:22:53 +0200 Laurent Bessard Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
Tue, 14 May 2013 22:31:14 +0200 Laurent Bessard Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
Mon, 13 May 2013 23:08:47 +0200 Laurent Bessard Removed restriction on POU interface variables modification when POU is already used
Sun, 12 May 2013 23:30:00 +0200 Laurent Bessard Adding support for using current selected variable for generate newly added variable informations in VariablePanel
Thu, 02 May 2013 09:39:38 +0200 Laurent Bessard Added support for adding a variable in program VariablePanel by drap'n dropping located variable like in global VariablePanel
Fri, 05 Apr 2013 00:06:28 +0200 Laurent Bessard Fixed bug with variable panel in project configuration editor
Thu, 28 Mar 2013 00:02:48 +0100 Laurent Bessard Fixed bug in VariablePanel when editing project single configuration variables
Thu, 06 Dec 2012 16:10:26 +0100 Laurent Bessard Fixed bug when indexing table in Pragma within ST/IL code
Fri, 19 Oct 2012 18:10:31 +0200 Laurent Bessard Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types
Tue, 16 Oct 2012 18:58:45 +0200 Laurent Bessard Adding datatypes defined in ConfNode as possible function return type
Thu, 13 Sep 2012 02:13:40 +0200 laurent Adding support for signaling that a task interval isn't well formatted
Wed, 12 Sep 2012 19:12:13 +0200 laurent Fix test of datatype consistency when drag'n dropping location in VariablePanel
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz