controls/DebugVariablePanel/DebugVariableGraphicViewer.py
2018-10-11 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-10-09 Andrey Skvortsov python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-04 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2018-03-02 Edouard Tisserant merged Sergeys changes
2018-01-12 Surkov Sergey enlarge canvas border for debug variable graphic viewer
2018-02-01 Edouard Tisserant Another set of meaningless changes to satisfy PEP8 and PyLint.
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-06 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-21 Andrey Skvortsov fix commit "lazy initialization of highlight pens and brushes
2017-08-22 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E502 the backslash is redundant between brackets
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E111 indentation is not a multiple of four
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-04-21 Andrey Skvortsov fix set_color_cycle from matplotlib deprecation warning
2016-04-19 Andrey Skvortsov bitmap in wx3.0 doesn't have useAlpha() method
2013-10-12 Edouard Tisserant Cleaner matplotlib import preventing noisy warnings
2013-06-19 Laurent Bessard Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-17 Laurent Bessard Fixed bugs in Debug Variable Panel
2013-06-05 Laurent Bessard Fixed tick not refreshed when in DebugVariablePanel when variable in it
2013-06-04 Laurent Bessard Fixed bug when moving debug viewers
2013-06-03 Laurent Bessard Rewrite DebugVariablePanel
2013-06-03 Laurent Bessard Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
2013-06-03 Laurent Bessard Rewrite DebugVariablePanel
2013-06-02 Laurent Bessard Rewrite DebugVariablePanel and fixed bugs
2013-05-31 Laurent Bessard Rewrite DebugVariableTablePanel
2013-05-30 Laurent Bessard Splitted DebugVariableGraphicPanel.py into several files