controls/DebugVariablePanel/DebugVariablePanel.py
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-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-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-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-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-24 Andrey Skvortsov add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-05 Sergey Surkov Add russian translation on label "Tick" in debug variable panel.
2016-08-24 Andrey Skvortsov add initialization tick time on Beremiz start
2015-01-18 Edouard Tisserant more minor cleanup
2014-02-25 Edouard Tisserant Fix matplotlib exception when launching on XP
2013-10-14 Laurent Bessard Added support for optimizing debug, preventing to filling buffers with only the last value for debug data consumers that only show the current state
2013-10-14 Laurent Bessard Remove old debug panels and viewers not using matplotlib
2013-05-29 Laurent Bessard Fixed bug with moving cursor with keyboard in DebugVariablePanel
2013-05-29 Laurent Bessard Moved and start to rewrite DebugVariablePanel splitting it into multiple files