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