Beremiz.py
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
Mon, 12 Sep 2016 16:41:21 +0300 Sergey Surkov Add hotkey (F12) for switching perspective.
Tue, 23 Aug 2016 10:24:47 +0500 alexander - Fixed startup from ancestor code.
Fri, 06 May 2016 16:16:30 +0300 Andrey Skvortsov add distribution license notice to about dialog as GPL requires
Thu, 21 Apr 2016 17:40:52 +0300 Andrey Skvortsov add translation of "about" window into Russian
Wed, 20 Apr 2016 17:30:16 +0300 Andrey Skvortsov make About and Find dialogs have the same icon as main Beremiz window
Wed, 20 Apr 2016 17:15:35 +0300 Andrey Skvortsov fix splash loading with wx3.0
Mon, 18 Apr 2016 19:18:11 +0300 Andrey Skvortsov enable use of wxWidgets-3.0
Wed, 25 Feb 2015 13:59:01 +0100 Edouard Tisserant Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
Mon, 09 Feb 2015 00:45:03 +0100 Edouard Tisserant Fixed race condition preventing to stop PLC through WAMP
Sun, 08 Feb 2015 22:39:17 +0100 Edouard Tisserant Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
Fri, 23 May 2014 18:28:57 +0200 Edouard Tisserant Fixed launch of PLCopenEditor, broken since 611fded24ce4.
Mon, 31 Mar 2014 00:27:05 +0200 Edouard Tisserant Fixed Exception dialog crash when original exception contains unicode
Thu, 27 Mar 2014 10:06:30 +0100 Edouard Tisserant Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python
Fri, 14 Feb 2014 21:27:49 +0100 Edouard Tisserant Fixed import error when loading extensions
Sun, 26 Jan 2014 13:18:29 +0100 Edouard Tisserant Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py
Mon, 14 Oct 2013 10:49:04 +0200 Laurent Bessard Remove old debug panels and viewers not using matplotlib
Fri, 02 Aug 2013 08:58:09 +0900 laurent Added support for left panel add menu with multiple levels
Fri, 02 Aug 2013 08:55:45 +0900 Edouard Tisserant Various cleanup and optimization
Fri, 05 Jul 2013 00:10:29 +0200 Laurent Bessard Fix bug when opening specific file editor
Wed, 03 Jul 2013 11:08:09 +0200 Laurent Bessard Fixed bug when open editor while Build is working