Tue, 20 Aug 2024 01:25:39 +0200 |
Edouard Tisserant |
IDE: enhance variable forcing contextual menu
|
file |
diff |
annotate
|
Wed, 24 Jan 2024 10:42:10 +0100 |
Edouard Tisserant |
Fix deprecated WX call producing warning.
|
file |
diff |
annotate
|
Wed, 24 Jan 2024 10:41:09 +0100 |
Edouard Tisserant |
Fix exception on right click, showing context menu.
|
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
|
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: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, 08 Mar 2023 23:18:41 +0100 |
Edouard Tisserant |
IDE: Fix missing highlighted element in diagrams when using GTK3
wxPython4
|
file |
diff |
annotate
|
Sun, 17 Jul 2022 17:47:11 +0200 |
Edouard Tisserant |
wxPython4 sequels: fix Wx exceptions ignored because no traceback
|
file |
diff |
annotate
|
Fri, 15 Jul 2022 14:40:55 +0200 |
Edouard Tisserant |
tests: fix debug_project.sikuli again.
|
file |
diff |
annotate
|
Mon, 04 Jul 2022 09:30:20 +0200 |
Edouard Tisserant |
test: Fix context menu problems in debug view. This should fix debug_test as well.
wxPython4
|
file |
diff |
annotate
|
Sun, 05 Sep 2021 05:01:34 +0200 |
Edouard Tisserant |
Fix exception when canvas becomes null because of window resize, and avoid useless parameter+condition in GetLogicalDC
wxPython4
|
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
|
Mon, 30 Aug 2021 09:39:23 +0200 |
Edouard Tisserant |
Copy description when DnD variables from Globals in resources and configuration variable panels to POUs. Also prevent making exception in case some other DropSource wouldn't provide description.
svghmi
|
file |
diff |
annotate
|
Thu, 10 Jun 2021 09:40:05 +0200 |
Edouard Tisserant |
Copy description when DnD variables from CodeFile CTN to POUs
|
file |
diff |
annotate
|
Mon, 24 May 2021 14:33:54 +0200 |
Edouard Tisserant |
Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
|
file |
diff |
annotate
|
Sat, 04 Apr 2020 09:41:32 +0200 |
Edouard Tisserant |
Fix unmatched "Courier" font for monospace fonts on latest ubuntu 20.04. Selected "FreeMono" instead, present since at least 18.04
|
file |
diff |
annotate
|
Thu, 24 Oct 2019 11:20:04 +0200 |
Edouard Tisserant |
Fixed one more sequel of marking temporary variables created while generating ST code out of FBD
|
file |
diff |
annotate
|
Sun, 07 Apr 2019 21:08:07 +0200 |
Edouard Tisserant |
Conform to pep8 and pylint :
|
file |
diff |
annotate
|
Thu, 28 Mar 2019 09:19:30 +0100 |
Edouard Tisserant |
Merged more of wx.NewID_abuse_fix branch
|
file |
diff |
annotate
|
Wed, 27 Mar 2019 14:10:39 +0100 |
Edouard Tisserant |
More wx.NewID abuse removal. All Viewer.py got cured.
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 13:54:36 +0100 |
Edouard Tisserant |
Dyslectic typos
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 11:03:57 +0100 |
Edouard Tisserant |
Continued wx.NewID abuse removal in Viewer.py : Added AppendItem to use instead of AppendMenu, made examples with AddBlockPinMenuItems and AddAlignmentMenuItems
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 09:43:51 +0100 |
Edouard Tisserant |
Continued wx.NewID abuse removal in Viewer.py : get rid of one call to AppendMenu method, having no real purpose apparently. To be continued.
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 09:41:09 +0100 |
Edouard Tisserant |
Start fixing wx.NewId abuse in viewer.py. This shows how to avoid using AppendMenu() function, definitely useless.
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Mon, 24 Dec 2018 16:20:20 +0300 |
Andrey Skvortsov |
fix zoom-in/zoom-out using mouse wheel
|
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
|
Tue, 02 Oct 2018 17:18:09 +0300 |
Andrey Skvortsov |
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 18:08:57 +0300 |
Andrey Skvortsov |
Add custom dialog to add/edit comment block in graphical editors
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 14:15:22 +0300 |
Andrey Skvortsov |
use the same font size on Windows and GNU/Linux
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 12:13:23 +0300 |
Andrey Skvortsov |
use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 18:29:10 +0300 |
Andrey Skvortsov |
Avoid division by zero in case width or height for page are not specified
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 18:53:02 +0300 |
Andrey Skvortsov |
Avoid usage of localized strings before initialization during import in many modules
|
file |
diff |
annotate
|
Tue, 26 Jun 2018 17:34:15 +0300 |
Andrey Skvortsov |
Fix 'DoGetTextExtent - invalid DC' error
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 16:31:26 +0300 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
file |
diff |
annotate
|
Tue, 20 Feb 2018 14:16:51 +0100 |
Edouard Tisserant |
PEP8 and PyLint conformance: whitespaces and stuff
|
file |
diff |
annotate
|
Mon, 19 Feb 2018 15:14:30 +0100 |
Edouard Tisserant |
Moved some definitions away from controller class, and adaped references them through all code.
|
file |
diff |
annotate
|
Tue, 13 Feb 2018 14:01:20 +0100 |
Edouard Tisserant |
Unclutter graphics package scope.
|
file |
diff |
annotate
|
Thu, 19 Oct 2017 11:03:03 +0300 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 18:13:26 +0300 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
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 13:19:06 +0300 |
Andrey Skvortsov |
fix pylint warning '(global-variable-not-assigned) Using global for 'X' but no assignment is done'
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 16:39:52 +0300 |
Andrey Skvortsov |
fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 17:20:31 +0300 |
Andrey Skvortsov |
fix ungrouped imports from package X
|
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 18:12:20 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E722 do not use bare except'
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 00:58:44 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E124 closing bracket does not match visual indentation
|
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 17:25:17 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
|
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 14:27:06 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
|
file |
diff |
annotate
|