controls/DebugVariablePanel/DebugVariableGraphicViewer.py
Thu, 19 Oct 2023 22:52:27 +0200 Edouard Tisserant IDE: py3.10 related float/int fixes in debug plots
Wed, 10 May 2023 17:00:04 +0200 Edouard Tisserant Fix private n matplotib function import
Wed, 12 Apr 2023 21:05:00 +0200 Edouard Tisserant IDE: fixed/remove checks wxPython versions python3
Tue, 01 Nov 2022 14:23:47 +0800 GP Orcullo wx fixes python3
Fri, 28 Oct 2022 19:39:17 +0800 GP Orcullo fix for gc errors on shutdown python3
Fri, 28 Oct 2022 18:59:04 +0800 GP Orcullo wx fixes for controls python3
Fri, 28 Oct 2022 14:07:13 +0800 GP Orcullo removed Python2 modules python3
Fri, 28 Oct 2022 12:39:15 +0800 GP Orcullo automated conversion using 2to3-3.9 tool python3
Fri, 04 Nov 2022 22:14:14 +0100 Edouard Tisserant IDE: Fix DropTarget() methods that must return a bool with wxPython4. wxPython4
Fri, 04 Nov 2022 22:11:55 +0100 Edouard Tisserant IDE: Fix visibility of text in Debug panel when using dark theme. wxPython4
Sun, 05 Sep 2021 15:24:14 +0200 Edouard Tisserant More WxPython 3.x->4.x API update wxPython4
Thu, 02 Sep 2021 22:18:14 +0200 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
Thu, 11 Oct 2018 12:00:40 +0300 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
Tue, 09 Oct 2018 12:05:43 +0300 Andrey Skvortsov python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Thu, 04 Oct 2018 12:07:16 +0300 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
Fri, 02 Mar 2018 17:01:25 +0100 Edouard Tisserant merged Sergeys changes
Fri, 12 Jan 2018 18:36:02 +0300 Surkov Sergey enlarge canvas border for debug variable graphic viewer
Thu, 01 Feb 2018 14:51:18 +0100 Edouard Tisserant Another set of meaningless changes to satisfy PEP8 and PyLint.
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Thu, 21 Sep 2017 16:06:51 +0300 Andrey Skvortsov fix commit "lazy initialization of highlight pens and brushes
Tue, 22 Aug 2017 12:45:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Sat, 19 Aug 2017 17:04:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Thu, 17 Aug 2017 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Thu, 17 Aug 2017 15:43:25 +0300 Andrey Skvortsov clean-up: fix PEP8 E502 the backslash is redundant between brackets
Wed, 16 Aug 2017 17:27:58 +0300 Andrey Skvortsov clean-up: fix PEP8 E111 indentation is not a multiple of four
Wed, 16 Aug 2017 12:53:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
Wed, 16 Aug 2017 12:03:46 +0300 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
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