Wed, 12 Apr 2023 21:05:00 +0200 |
Edouard Tisserant |
IDE: fixed/remove checks wxPython versions
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
|
Tue, 29 Mar 2022 08:19:46 +0200 |
Edouard Tisserant |
IDE: in case of unhandled exception, write bug report to given log file, so that test report can have it.
wxPython4
|
file |
diff |
annotate
|
Sun, 13 Feb 2022 20:53:00 +0100 |
Edouard Tisserant |
IDE: Add -l or --log command line parameter to give a file where all content witten to console window will be appended. File can be /dev/stdout.
wxPython4
|
file |
diff |
annotate
|
Thu, 28 Mar 2019 13:10:26 +0100 |
Edouard Tisserant |
Merged wx.NewID_abuse_fix branch
|
file |
diff |
annotate
|
Thu, 28 Mar 2019 13:08:20 +0100 |
Edouard Tisserant |
More wx.NewID abuse removal. This time BeremizIDE.py was cleaned.
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 11:08:32 +0100 |
Edouard Tisserant |
Intermediate merge of wx.NewID_abuse_fix branch but kept debug code in the branch. This is still work in progress, banch is NOT closed.
|
file |
diff |
annotate
|
Tue, 26 Mar 2019 09:48:45 +0100 |
Edouard Tisserant |
Instrument IDE code to find code abusing wx.NewId.
wx.NewID_abuse_fix
|
file |
diff |
annotate
|
Wed, 10 Oct 2018 10:26:27 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
|
file |
diff |
annotate
|
Thu, 29 Mar 2018 23:33:36 +0200 |
Edouard Tisserant |
PEP-8...
|
file |
diff |
annotate
|
Thu, 29 Mar 2018 23:25:26 +0200 |
Edouard Tisserant |
Fixed bug that was creating many frames at starup on Windows
|
file |
diff |
annotate
|
Thu, 01 Mar 2018 10:28:17 +0100 |
Edouard Tisserant |
Prevent catching exception if exception handling was not enabled (or disabled by test test app).
|
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 13:24:57 +0100 |
Edouard Tisserant |
Hook Beremiz Launcher AppStart to AdvancedSplash OnPaint event in order to ensure image is beeing displayed before loading.
|
file |
diff |
annotate
|
Fri, 16 Feb 2018 18:38:30 +0100 |
Edouard Tisserant |
Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
|
file |
diff |
annotate
|
Fri, 16 Feb 2018 01:38:34 +0100 |
Edouard Tisserant |
Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine...
|
file |
diff |
annotate
|
Mon, 05 Feb 2018 16:23:51 +0100 |
Edouard Tisserant |
Launcher : add a debug attribute, instead of BMZ_DBG, so that customization can use it.
|
file |
diff |
annotate
|
Fri, 02 Feb 2018 16:24:56 +0100 |
Edouard Tisserant |
More changes in Launcher. Modules to be loaded in the background are given in a list, and assigned as object attributes. Also splitted CreateUI into CloseSplashScreen and CreatueUI.
|
file |
diff |
annotate
|
Fri, 02 Feb 2018 11:12:03 +0100 |
Edouard Tisserant |
Launcher: ShowUI call moves from preStart to start. ShowUI() split into CreateUI() and ShowUI(). Start()'s arguments are passed to CreateUI()
|
file |
diff |
annotate
|
Fri, 02 Feb 2018 11:07:39 +0100 |
Edouard Tisserant |
Launcher: allows customizations to specify what globals passed to extensions
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 11:29:17 +0100 |
Edouard Tisserant |
Better have globals passed to python extensions (-e) than locals.
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 11:21:08 +0100 |
Edouard Tisserant |
launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart()
|
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
|
Tue, 17 Oct 2017 11:09:01 +0300 |
Andrey Skvortsov |
fix displaying result of update check during Beremiz startup
|
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, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 12:20:40 +0300 |
Andrey Skvortsov |
fix (old-style-class) Old-style class defined error for most parts of
|
file |
diff |
annotate
|
Fri, 22 Sep 2017 10:54:42 +0300 |
Andrey Skvortsov |
fix usage of python2-only print statement
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 18:51:42 +0300 |
Andrey Skvortsov |
remove builtin BMZ_DBG. It's not used.
|
file |
diff |
annotate
|
Tue, 12 Sep 2017 10:21:51 +0300 |
Andrey Skvortsov |
add couple Beremiz application tests
|
file |
diff |
annotate
|
Fri, 25 Aug 2017 14:01:44 +0300 |
Andrey Skvortsov |
unify exception handling of Beremiz and PLCOpenEditor
|
file |
diff |
annotate
|
Fri, 25 Aug 2017 12:01:23 +0300 |
Andrey Skvortsov |
don't check any particular wx version
|
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
|
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 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 22:23:17 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 21:20:32 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E401 multiple imports on one line
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 13:01:45 +0300 |
Andrey Skvortsov |
make run Beremiz and PLCOpen Editor, if full path contain non-lating
|
file |
diff |
annotate
|
Mon, 27 Mar 2017 17:40:56 +0300 |
Andrey Skvortsov |
make command line help message for Beremiz more verbose
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 19:12:43 +0300 |
Andrey Skvortsov |
rename BeremizIDELauncher.py to Beremiz.py
|
file |
diff |
annotate
|
Fri, 10 Mar 2017 17:09:48 +0300 |
Andrey Skvortsov |
wrap Beremiz startup code into separate launcher class
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 18:03:57 +0300 |
Andrey Skvortsov |
add hotkeys to open recent projects
|
file |
diff |
annotate
|
Fri, 27 Jan 2017 16:01:23 +0300 |
Surkov Sergey |
fix exception handling
|
file |
diff |
annotate
|
Fri, 27 Jan 2017 13:04:25 +0300 |
Surkov Sergey |
change directory for saving Beremiz bug reports from current working directory to TEMP directory.
|
file |
diff |
annotate
|
Mon, 16 Jan 2017 01:14:57 +0100 |
Edouard Tisserant 7BB06627 |
fix a side effect of 95ecb26fdc4e
|
file |
diff |
annotate
|
Wed, 11 Jan 2017 11:40:53 +0300 |
Surkov Sergey |
clean search result panel after open another project
|
file |
diff |
annotate
|
Tue, 13 Dec 2016 17:47:34 +0300 |
Sergey Surkov |
fix bug with recent projects menu, remove path to the project from menu, if project directory doesn't exist
|
file |
diff |
annotate
|
Tue, 13 Dec 2016 17:40:03 +0300 |
Sergey Surkov |
fix bug with empty directories in recent projects menu
|
file |
diff |
annotate
|
Mon, 12 Dec 2016 14:29:40 +0300 |
Sergey Surkov |
fix list of recent projects in File menu, add path to current project after Save As
|
file |
diff |
annotate
|
Wed, 07 Dec 2016 18:32:34 +0300 |
Andrey Skvortsov |
add internatialization support for Beremiz_service.py
|
file |
diff |
annotate
|
Tue, 29 Nov 2016 11:41:09 +0300 |
Andrey Skvortsov |
add internatialization support to startup messages during checking software updates
|
file |
diff |
annotate
|
Mon, 28 Nov 2016 16:27:24 +0300 |
Andrey Skvortsov |
change bug report address for PLCOpenEditor to beremiz-devel@lists.sourceforge.net
|
file |
diff |
annotate
|
Tue, 22 Nov 2016 18:42:48 +0300 |
Andrey Skvortsov |
add progress bar to status bar
|
file |
diff |
annotate
|
Sat, 19 Nov 2016 22:20:19 +0100 |
ctbenergy |
fix inconsistent whitespace
|
file |
diff |
annotate
|