controls/PouInstanceVariablesPanel.py
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Mon, 19 Feb 2018 15:14:30 +0100 Edouard Tisserant Moved some definitions away from controller class, and adaped references them through all code.
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`"
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
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
Mon, 21 Aug 2017 22:41:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Wed, 16 Aug 2017 13:56:36 +0300 Andrey Skvortsov clean-up: fix most PEP8 E221 multiple spaces before operator
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
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 ','
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
Tue, 28 Mar 2017 17:09:31 +0300 Surkov Sergey fix debug button and variable tree generate for actions and transitions in POU instance variable panel
Mon, 16 Jan 2017 12:22:58 +0300 Andrey Skvortsov change white background for icons in PouInstanceVariablePanel to transparent
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Thu, 21 Apr 2016 20:42:37 +0300 Andrey Skvortsov fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
Thu, 17 Oct 2013 12:20:36 +0200 Laurent Bessard Fixed bug Drag'n drop variables from left panel to debug panel disabled
Mon, 14 Oct 2013 10:49:04 +0200 Laurent Bessard Remove old debug panels and viewers not using matplotlib
Sat, 12 Oct 2013 10:10:30 +0900 Edouard Tisserant Cleaner matplotlib import preventing noisy warnings
Wed, 09 Oct 2013 22:00:23 +0200 Laurent Bessard Fixed pou variables instance information loading stylesheet
Thu, 03 Oct 2013 19:01:28 +0200 Laurent Bessard Fixed PouInstanceVariablesPanel, replacing wx controls, too long to create and destroy, by bitmaps directly drawn in panel
Fri, 02 Aug 2013 08:55:45 +0900 Edouard Tisserant Various cleanup and optimization
Thu, 11 Jul 2013 12:49:04 +0200 Laurent Bessard Fixed refresh bug when activating element in instance variables list
Mon, 10 Jun 2013 09:54:24 +0200 Laurent Bessard Fixed bug with InstanceChoice values in PouInstanceVariablesPanel
Thu, 06 Jun 2013 23:01:15 +0200 Laurent Bessard Fixed bugs in refresh of PouInstanceVariablesPanel
Wed, 05 Jun 2013 23:09:52 +0200 Laurent Bessard Fixed flickering and lag when refreshing PouInstanceVariablesPanel
Tue, 04 Jun 2013 09:12:03 +0200 Laurent Bessard Fixed bug when moving TextViewer and replacing right click by double click when adding graph in Debug Variable Panel
Mon, 03 Jun 2013 17:29:03 +0200 Laurent Bessard Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
Wed, 29 May 2013 11:10:19 +0200 Laurent Bessard Fixed bug in PouInstanceVariablesPanel, exploring child FunctionBlock variables if no instance selected
Thu, 09 May 2013 18:49:08 +0200 Laurent Bessard Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop
Tue, 30 Apr 2013 11:42:35 +0200 Laurent Bessard Fixed bug in PouInstanceVariablesPanel buttons tooltips
Mon, 15 Apr 2013 00:27:30 +0200 Laurent Bessard Fix bug when pressing left arrow key in PouInstanceVariablesPanel
Tue, 19 Feb 2013 00:06:59 +0100 Laurent Bessard Improved matplotlib graphic debug panel implementation
Tue, 29 Jan 2013 18:01:51 +0100 Laurent Bessard Fix bug when closing project
Wed, 19 Dec 2012 13:32:04 +0100 Laurent Bessard Fix bug main configuration variables not displayed in lower left panel when project root element is selected
Tue, 11 Dec 2012 01:19:42 +0100 Laurent Bessard Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
Thu, 15 Nov 2012 23:32:54 +0100 Laurent Bessard Fix bug multiple graph viewer tab displaying values of the same variable can be opened
Tue, 11 Sep 2012 19:13:42 +0200 laurent Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel
Tue, 11 Sep 2012 16:30:42 +0200 laurent Fix bug debug instance button not visible in PouInstanceVariablesPanel when instance path is too long
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz