controls/DebugVariablePanel/GraphButton.py
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
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
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Wed, 19 Jun 2013 22:13:44 +0200 Laurent Bessard Added support for zooming graph so that it fits canvas size in Debug Variable Panel
Mon, 03 Jun 2013 00:30:55 +0200 Laurent Bessard Rewrite DebugVariablePanel and fixed bugs
Fri, 31 May 2013 00:07:21 +0200 Laurent Bessard Splitted DebugVariableGraphicPanel.py into several files
Thu, 30 May 2013 13:23:21 +0200 Laurent Bessard Move GraphButton from DebugVariableGraphicPanel to separate file