controls/DebugVariablePanel/DebugVariableGraphicViewer.py
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Mon, 14 Aug 2017 23:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
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 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
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+
Thu, 21 Apr 2016 19:14:28 +0300 Andrey Skvortsov fix set_color_cycle from matplotlib deprecation warning
Tue, 19 Apr 2016 12:16:29 +0300 Andrey Skvortsov bitmap in wx3.0 doesn't have useAlpha() method
Sat, 12 Oct 2013 10:10:30 +0900 Edouard Tisserant Cleaner matplotlib import preventing noisy warnings
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, 17 Jun 2013 10:42:53 +0200 Laurent Bessard Fixed bugs in Debug Variable Panel
Wed, 05 Jun 2013 23:34:41 +0200 Laurent Bessard Fixed tick not refreshed when in DebugVariablePanel when variable in it
Tue, 04 Jun 2013 09:56:03 +0200 Laurent Bessard Fixed bug when moving debug viewers
Mon, 03 Jun 2013 22:09:01 +0200 Laurent Bessard Rewrite DebugVariablePanel
Mon, 03 Jun 2013 17:29:03 +0200 Laurent Bessard Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
Mon, 03 Jun 2013 11:11:46 +0200 Laurent Bessard Rewrite DebugVariablePanel
Mon, 03 Jun 2013 00:30:55 +0200 Laurent Bessard Rewrite DebugVariablePanel and fixed bugs
Fri, 31 May 2013 18:32:51 +0200 Laurent Bessard Rewrite DebugVariableTablePanel
Fri, 31 May 2013 00:07:21 +0200 Laurent Bessard Splitted DebugVariableGraphicPanel.py into several files