4 months ago |
Edouard Tisserant |
IDE: Fix printing
|
file |
diff |
annotate
|
17 months ago |
Edouard Tisserant |
IDE: fix py3/wxpy4 related deprecation warnings
|
file |
diff |
annotate
|
21 months ago |
Edouard Tisserant |
IDE: fixed/remove checks wxPython versions
python3
|
file |
diff |
annotate
|
21 months ago |
Edouard Tisserant |
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
python3
|
file |
diff |
annotate
|
22 months ago |
GP Orcullo |
fix wxPyDeprecationWarnings
python3
|
file |
diff |
annotate
|
2022-10-31 |
GP Orcullo |
fixed missing import
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
Update to wx.NewIdRef()
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
fix for gc errors on shutdown
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
Fix: wx._core.wxAssertionError: C++ assertion "CanBeToggled()" failed
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
convert sort and cmp functions to Python3
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
switch to pickle from cPickle
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
fix string encoding
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
removed Python2 modules
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
23 months ago |
Edouard Tisserant |
IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4).
wxPython4
|
file |
diff |
annotate
|
2022-08-23 |
Edouard Tisserant |
IDE: Fix tooltip not being shown anymore on any toolbars since switch to wxPython4.
wxPython4
|
file |
diff |
annotate
|
2022-03-22 |
Edouard Tisserant |
Merged default's changes in wxPython4 branch
wxPython4
|
file |
diff |
annotate
|
2022-02-15 |
Edouard Tisserant |
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
|
file |
diff |
annotate
|
2022-02-28 |
Edouard Tisserant |
Fix sequel of wxPython 4 port : double click on tab wasn't maximizing and was showing exception.
wxPython4
|
file |
diff |
annotate
|
2021-10-29 |
Edouard Tisserant |
merged
wxPython4
|
file |
diff |
annotate
|
2021-09-13 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
|
file |
diff |
annotate
|
2021-09-13 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
wxPython4
|
file |
diff |
annotate
|
2021-09-09 |
Edouard Tisserant |
Workaround missing "IsMaximized" attribute for AuiPaneInfo in wxPython 4.1.0
wxPython4
|
file |
diff |
annotate
|
2021-09-02 |
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
|
2021-05-24 |
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
|
2019-06-13 |
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
|
2019-03-22 |
Edouard Tisserant |
Finished adding search in python and C files. Stripped debug code and useless comments. Close branch
search_in_CTN
|
file |
diff |
annotate
|
2019-03-21 |
Edouard Tisserant |
WIP adding searching capabilities in python files. was done :
search_in_CTN
|
file |
diff |
annotate
|
2019-03-20 |
Edouard Tisserant |
WIP adding searching capabilities in python files. was done :
search_in_CTN
|
file |
diff |
annotate
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
|
file |
diff |
annotate
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
file |
diff |
annotate
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
file |
diff |
annotate
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
|
file |
diff |
annotate
|
2018-09-25 |
Andrey Skvortsov |
Fix black background in preview window
|
file |
diff |
annotate
|
2018-08-29 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
|
file |
diff |
annotate
|
2018-08-29 |
Andrey Skvortsov |
Avoid usage of localized strings before initialization during import in many modules
|
file |
diff |
annotate
|
2018-07-30 |
Andrey Skvortsov |
Fix non-usable toolbar on wxPython with GTK3+
|
file |
diff |
annotate
|
2018-07-04 |
Andrey Skvortsov |
remove useless code
|
file |
diff |
annotate
|
2018-07-04 |
Andrey Skvortsov |
Add full screen mode (menu and title are hidden)
|
file |
diff |
annotate
|
2018-06-27 |
Andrey Skvortsov |
Catch 'clipboard already open' errors in editors
|
file |
diff |
annotate
|
2018-06-07 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
file |
diff |
annotate
|
2018-05-25 |
Andrey Skvortsov |
fix type introduced by f33942053466 (fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'")
|
file |
diff |
annotate
|
2018-05-25 |
Andrey Skvortsov |
fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support
|
file |
diff |
annotate
|
2018-05-25 |
Andrey Skvortsov |
make clipboard open minimal time as wxPython documentation recommends
|
file |
diff |
annotate
|
2018-04-10 |
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
|
2018-02-19 |
Edouard Tisserant |
Moved some definitions away from controller class, and adaped references them through all code.
|
file |
diff |
annotate
|
2017-12-05 |
Surkov Sergey |
fix missing root in empty search results panel
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-10 |
Andrey Skvortsov |
fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'"
|
file |
diff |
annotate
|
2017-10-06 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-29 |
Andrey Skvortsov |
fix error __init__ method from base class is not called
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E402 module level import not at top of file
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-19 |
Andrey Skvortsov |
clean-up: fix PEP8 E266 too many leading '#' for block comment
|
file |
diff |
annotate
|
2017-08-19 |
Andrey Skvortsov |
clean-up: fix PEP8 E713 test for membership should be 'not in'
|
file |
diff |
annotate
|