Tue, 20 Aug 2024 01:26:58 +0200 |
Edouard Tisserant |
IDE: hopefully last fix about float type being passed to WxPy4.
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 23:02:41 +0200 |
Edouard Tisserant |
IDE: python-3.10: wxPython calls don't accept float anymore, continued
python3
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 19:32:38 +0200 |
Edouard Tisserant |
IDE: python-3.10: wxPython calls don't accept float anymore when int is expected
python3
|
file |
diff |
annotate
|
Mon, 07 Nov 2022 17:32:56 +0800 |
GP Orcullo |
wx: replaced deprecated class
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 19:39:17 +0800 |
GP Orcullo |
fix for gc errors on shutdown
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 17:42:47 +0800 |
GP Orcullo |
fix - TypeError: unhashable type: 'Colour'
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 17:01:10 +0800 |
GP Orcullo |
convert sort and cmp functions to Python3
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 14:07:13 +0800 |
GP Orcullo |
removed Python2 modules
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Wed, 20 Oct 2021 08:57:07 +0200 |
Edouard Tisserant |
Merge deafult in wxPython4
wxPython4
|
file |
diff |
annotate
|
Wed, 06 Oct 2021 10:45:06 +0200 |
Edouard Tisserant |
Fixed two exceptions happening when interacting with viewer(s) in debug mode, when debug data is still not initialized.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 14 Jul 2019 08:43:12 +0200 |
Edouard Tisserant |
Fixed code quality according to pep8 and pylint.
|
file |
diff |
annotate
|
Tue, 18 Jun 2019 14:03:08 +0200 |
Edouard Tisserant |
Removed debug code and closed branch
fix_fb_resize_wire_bug
|
file |
diff |
annotate
|
Tue, 18 Jun 2019 13:58:45 +0200 |
Edouard Tisserant |
GraphicCommons.py : Wire.SetPoints() move filtering before computation of Start and End points to avoid setting them with arbitrary directions.
fix_fb_resize_wire_bug
|
file |
diff |
annotate
|
Tue, 18 Jun 2019 09:38:20 +0200 |
Edouard Tisserant |
GraphicCommons.py : rewrote Wire.Setpoints.
fix_fb_resize_wire_bug
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 13:24:47 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 14:22:01 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
Thu, 04 Oct 2018 12:07:16 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 13:50:26 +0300 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
Mon, 16 Oct 2017 17:20:31 +0300 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 16:18:05 +0300 |
Andrey Skvortsov |
fix pylint error '(too-many-function-args) Too many positional arguments for function call'
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 13:15:21 +0300 |
Andrey Skvortsov |
fix pylint error '(no-self-argument) Method should have "self" as first argument'
|
file |
diff |
annotate
|
Tue, 10 Oct 2017 12:50:10 +0300 |
Andrey Skvortsov |
remove old code useless code found by pylint "(unnecessary-pass) Unnecessary pass statement"
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 16:04:39 +0300 |
Andrey Skvortsov |
fix pylint warning '(dangerous-default-value) Dangerous default value {} as argument'
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 17:52:34 +0300 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Tue, 03 Oct 2017 16:31:31 +0300 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
Mon, 02 Oct 2017 12:43:01 +0300 |
Andrey Skvortsov |
fix pylint error '(function-redefined) method already defined'
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 16:26:15 +0300 |
Andrey Skvortsov |
fix pylint warning '(pointless-string-statement) String statement has no effect'
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 15:17:57 +0300 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 16:37:38 +0300 |
Andrey Skvortsov |
fix unnecessary parens after keyword
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 21:55:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 17:04:31 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E131 continuation line unaligned for hanging indent
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 20:14:38 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 12:36:31 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 15:43:25 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E502 the backslash is redundant between brackets
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 10:04:24 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E712 comparison to True should be 'if cond is True:' or 'if cond:'
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 09:55:39 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 13:56:36 +0300 |
Andrey Skvortsov |
clean-up: fix most PEP8 E221 multiple spaces before operator
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 13:01:13 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E703 statement ends with a semicolon
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:48:08 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 17:01:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:48:49 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:01:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E303 too many blank lines
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 15:50:30 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 12:17:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Fri, 13 Jan 2017 19:51:36 +0300 |
Andrey Skvortsov |
fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 13:57:42 +0300 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
Tue, 18 Oct 2016 17:44:08 +0300 |
Sergey Surkov |
Fix bug with two or more wires connected to one input. Now only one wire can be connected to one input, except BOOLean signals in LD and SFC. If user trying to connect wire with already connected input, wire highlight will become red.
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 00:33:02 +0100 |
Laurent Bessard |
Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 10:52:08 +0200 |
Laurent Bessard |
Fixed move of LD_PowerRail and SFC_Divergence connectors using Right button
|
file |
diff |
annotate
|
Wed, 05 Jun 2013 23:29:37 +0200 |
Laurent Bessard |
Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks
|
file |
diff |
annotate
|
Mon, 27 May 2013 13:09:54 +0200 |
Laurent Bessard |
Moved and rewrote DebugViewer and DebusDataConsumer classes
|
file |
diff |
annotate
|
Fri, 24 May 2013 16:29:57 +0200 |
Laurent Bessard |
Move RubberBand from GraphicCommons to individual file
|
file |
diff |
annotate
|
Thu, 23 May 2013 20:39:10 +0200 |
Laurent Bessard |
Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
|
file |
diff |
annotate
|