Mon, 19 Aug 2024 23:58:01 +0200 |
Edouard Tisserant |
IDE: Fix printing
|
file |
diff |
annotate
|
Tue, 25 Jul 2023 21:22:30 +0200 |
Edouard Tisserant |
IDE: fix py3/wxpy4 related deprecation warnings
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 21:05:00 +0200 |
Edouard Tisserant |
IDE: fixed/remove checks wxPython versions
python3
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 19:28:37 +0200 |
Edouard Tisserant |
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
python3
|
file |
diff |
annotate
|
Mon, 20 Feb 2023 08:56:25 +0800 |
GP Orcullo |
fix wxPyDeprecationWarnings
python3
|
file |
diff |
annotate
|
Mon, 31 Oct 2022 18:21:09 +0800 |
GP Orcullo |
fixed missing import
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 20:04:12 +0800 |
GP Orcullo |
Update to wx.NewIdRef()
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 18:54:33 +0800 |
GP Orcullo |
Fix: wx._core.wxAssertionError: C++ assertion "CanBeToggled()" failed
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 15:19:24 +0800 |
GP Orcullo |
switch to pickle from cPickle
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 14:53:23 +0800 |
GP Orcullo |
fix string encoding
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
|
Sun, 15 Jan 2023 21:40:58 +0100 |
Edouard Tisserant |
IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4).
wxPython4
|
file |
diff |
annotate
|
Tue, 23 Aug 2022 08:39:08 +0200 |
Edouard Tisserant |
IDE: Fix tooltip not being shown anymore on any toolbars since switch to wxPython4.
wxPython4
|
file |
diff |
annotate
|
Tue, 22 Mar 2022 14:51:30 +0100 |
Edouard Tisserant |
Merged default's changes in wxPython4 branch
wxPython4
|
file |
diff |
annotate
|
Tue, 15 Feb 2022 11:09:39 +0100 |
Edouard Tisserant |
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
|
file |
diff |
annotate
|
Mon, 28 Feb 2022 21:29:46 +0100 |
Edouard Tisserant |
Fix sequel of wxPython 4 port : double click on tab wasn't maximizing and was showing exception.
wxPython4
|
file |
diff |
annotate
|
Fri, 29 Oct 2021 18:20:03 +0200 |
Edouard Tisserant |
merged
wxPython4
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 17:57:47 +0200 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 17:57:47 +0200 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
wxPython4
|
file |
diff |
annotate
|
Thu, 09 Sep 2021 09:37:03 +0200 |
Edouard Tisserant |
Workaround missing "IsMaximized" attribute for AuiPaneInfo in wxPython 4.1.0
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, 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
|
Thu, 13 Jun 2019 15:49:48 +0200 |
Edouard Tisserant |
'Change POU Type To' becomes 'Duplicate as...', avoiding side effects of type change when POU is already instanciated. Also remove leftover returType tag in ex-function POUs, triggering exceptions at build time.
|
file |
diff |
annotate
|
Fri, 22 Mar 2019 11:09:41 +0100 |
Edouard Tisserant |
Finished adding search in python and C files. Stripped debug code and useless comments. Close branch
search_in_CTN
|
file |
diff |
annotate
|
Thu, 21 Mar 2019 13:04:26 +0100 |
Edouard Tisserant |
WIP adding searching capabilities in python files. was done :
search_in_CTN
|
file |
diff |
annotate
|
Wed, 20 Mar 2019 11:34:41 +0100 |
Edouard Tisserant |
WIP adding searching capabilities in python files. was done :
search_in_CTN
|
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 17:24:40 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
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
|
Thu, 04 Oct 2018 11:25:42 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 18:31:17 +0300 |
Andrey Skvortsov |
Fix black background in preview window
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 18:58:51 +0300 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
|
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
|
Mon, 30 Jul 2018 19:28:39 +0300 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+
|
file |
diff |
annotate
|
Wed, 04 Jul 2018 17:47:38 +0300 |
Andrey Skvortsov |
remove useless code
|
file |
diff |
annotate
|
Wed, 04 Jul 2018 16:41:02 +0300 |
Andrey Skvortsov |
Add full screen mode (menu and title are hidden)
|
file |
diff |
annotate
|
Wed, 27 Jun 2018 13:57:03 +0300 |
Andrey Skvortsov |
Catch 'clipboard already open' errors in editors
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 16:31:26 +0300 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
file |
diff |
annotate
|
Fri, 25 May 2018 18:37:59 +0300 |
Andrey Skvortsov |
fix type introduced by f33942053466 (fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'")
|
file |
diff |
annotate
|
Fri, 25 May 2018 17:40:29 +0300 |
Andrey Skvortsov |
fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support
|
file |
diff |
annotate
|
Fri, 25 May 2018 17:23:15 +0300 |
Andrey Skvortsov |
make clipboard open minimal time as wxPython documentation recommends
|
file |
diff |
annotate
|
Tue, 10 Apr 2018 13:36:36 +0200 |
dporopat |
#2579 On showing search result, text color of tree item is set to white. We need to change back color to show the result.
|
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, 05 Dec 2017 12:38:04 +0300 |
Surkov Sergey |
fix missing root in empty search results panel
|
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
|
Thu, 19 Oct 2017 11:03:03 +0300 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
Tue, 10 Oct 2017 12:21:46 +0300 |
Andrey Skvortsov |
fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
|
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
|
Fri, 29 Sep 2017 15:36:33 +0300 |
Andrey Skvortsov |
fix error __init__ method from base class is not called
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 22:41:37 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
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 21:06:54 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E266 too many leading '#' for block comment
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 16:30:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E713 test for membership should be 'not in'
|
file |
diff |
annotate
|