Beremiz.py
Thu, 28 Mar 2019 13:10:26 +0100 Edouard Tisserant Merged wx.NewID_abuse_fix branch
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
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.
Tue, 26 Mar 2019 09:48:45 +0100 Edouard Tisserant Instrument IDE code to find code abusing wx.NewId. wx.NewID_abuse_fix
Wed, 10 Oct 2018 10:26:27 +0300 Andrey Skvortsov python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
Thu, 29 Mar 2018 23:33:36 +0200 Edouard Tisserant PEP-8...
Thu, 29 Mar 2018 23:25:26 +0200 Edouard Tisserant Fixed bug that was creating many frames at starup on Windows
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).
Tue, 20 Feb 2018 14:16:51 +0100 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
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.
Fri, 16 Feb 2018 18:38:30 +0100 Edouard Tisserant Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
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...
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.
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.
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()
Fri, 02 Feb 2018 11:07:39 +0100 Edouard Tisserant Launcher: allows customizations to specify what globals passed to extensions
Wed, 31 Jan 2018 11:29:17 +0100 Edouard Tisserant Better have globals passed to python extensions (-e) than locals.
Wed, 31 Jan 2018 11:21:08 +0100 Edouard Tisserant launcher : move call to ShowSplashScreen and BackgroundInitialization to PreStart()
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`"
Tue, 17 Oct 2017 11:09:01 +0300 Andrey Skvortsov fix displaying result of update check during Beremiz startup
Mon, 16 Oct 2017 17:20:31 +0300 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Fri, 15 Sep 2017 18:51:42 +0300 Andrey Skvortsov remove builtin BMZ_DBG. It's not used.
Tue, 12 Sep 2017 10:21:51 +0300 Andrey Skvortsov add couple Beremiz application tests
Fri, 25 Aug 2017 14:01:44 +0300 Andrey Skvortsov unify exception handling of Beremiz and PLCOpenEditor
Fri, 25 Aug 2017 12:01:23 +0300 Andrey Skvortsov don't check any particular wx version
Sat, 19 Aug 2017 18:12:20 +0300 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
Wed, 16 Aug 2017 13:01:13 +0300 Andrey Skvortsov clean-up: fix PEP8 E703 statement ends with a semicolon
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Mon, 14 Aug 2017 21:20:32 +0300 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Mon, 27 Mar 2017 17:40:56 +0300 Andrey Skvortsov make command line help message for Beremiz more verbose
Fri, 10 Mar 2017 19:12:43 +0300 Andrey Skvortsov rename BeremizIDELauncher.py to Beremiz.py
Fri, 10 Mar 2017 17:09:48 +0300 Andrey Skvortsov wrap Beremiz startup code into separate launcher class
Thu, 09 Mar 2017 18:03:57 +0300 Andrey Skvortsov add hotkeys to open recent projects
Fri, 27 Jan 2017 16:01:23 +0300 Surkov Sergey fix exception handling
Fri, 27 Jan 2017 13:04:25 +0300 Surkov Sergey change directory for saving Beremiz bug reports from current working directory to TEMP directory.
Mon, 16 Jan 2017 01:14:57 +0100 Edouard Tisserant 7BB06627 fix a side effect of 95ecb26fdc4e
Wed, 11 Jan 2017 11:40:53 +0300 Surkov Sergey clean search result panel after open another project
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
Tue, 13 Dec 2016 17:40:03 +0300 Sergey Surkov fix bug with empty directories in recent projects menu
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
Wed, 07 Dec 2016 18:32:34 +0300 Andrey Skvortsov add internatialization support for Beremiz_service.py
Tue, 29 Nov 2016 11:41:09 +0300 Andrey Skvortsov add internatialization support to startup messages during checking software updates
Mon, 28 Nov 2016 16:27:24 +0300 Andrey Skvortsov change bug report address for PLCOpenEditor to beremiz-devel@lists.sourceforge.net
Tue, 22 Nov 2016 18:42:48 +0300 Andrey Skvortsov add progress bar to status bar
Sat, 19 Nov 2016 22:20:19 +0100 ctbenergy fix inconsistent whitespace
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Thu, 17 Nov 2016 13:48:04 +0300 Andrey Skvortsov make about dialog boxes use standard wx about dialogs
Tue, 08 Nov 2016 18:14:30 +0300 Andrey Skvortsov fix highlighting error and warning messages with non-lating characters
Tue, 01 Nov 2016 14:03:14 +0300 Andrey Skvortsov add version with commit hash to 'About' dialogs for Beremiz IDE and PLCOpenEditor
Mon, 24 Oct 2016 18:02:53 +0300 Andrey Skvortsov add $(Beremiz installation)/mingw/bin in PATH on Windows platform