PLCOpenEditor.py
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`"
Mon, 16 Oct 2017 17:20:31 +0300 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Sat, 16 Sep 2017 21:04:34 +0300 Andrey Skvortsov add application name for PLCOpenEditor
Fri, 15 Sep 2017 20:30:24 +0300 Andrey Skvortsov rewrite PLCOpenEditor. Add PLCOpenEditorApp class for easier customizations.
Fri, 25 Aug 2017 14:01:44 +0300 Andrey Skvortsov unify exception handling of Beremiz and PLCOpenEditor
Fri, 25 Aug 2017 12:23:45 +0300 Andrey Skvortsov fix problem running PLCOpenEditor
Mon, 21 Aug 2017 22:41:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E402 module level import not at top of file
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 21:06:54 +0300 Andrey Skvortsov clean-up: fix PEP8 E266 too many leading '#' for block comment
Sat, 19 Aug 2017 00:58:44 +0300 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
Thu, 17 Aug 2017 10:08:23 +0300 Andrey Skvortsov clean-up: fix PEP8 E262 inline comment should start with '# '
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
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:34:22 +0300 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
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
Fri, 14 Jul 2017 18:26:20 +0300 Andrey Skvortsov change structure of filename for bug reports in Beremiz and
Tue, 06 Jun 2017 14:21:53 +0300 Andrey Skvortsov add information about community support channel to Beremiz and PLCOpenEditor
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Mon, 28 Nov 2016 16:47:01 +0300 Andrey Skvortsov fix translation strings with multiple parameters
Mon, 28 Nov 2016 16:27:24 +0300 Andrey Skvortsov change bug report address for PLCOpenEditor to beremiz-devel@lists.sourceforge.net
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, 01 Nov 2016 14:03:14 +0300 Andrey Skvortsov add version with commit hash to 'About' dialogs for Beremiz IDE and PLCOpenEditor
Tue, 13 Sep 2016 21:42:11 +0300 Andrey Skvortsov fix issues in PLCOpenEditor with moving from wxWidgets 2.8 to 3.0
Thu, 21 Apr 2016 17:41:43 +0300 Andrey Skvortsov add translation into Russian for dialog window "About PLCOpen Editor"
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.
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
Fri, 27 Sep 2013 16:22:40 +0200 Laurent Bessard Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
Tue, 10 Sep 2013 10:37:42 +0200 Laurent Bessard Fixed bug when printing program generating errors and warnings in PLCOpenEditor
Thu, 29 Aug 2013 19:20:14 +0200 Laurent Bessard Fixed bug no contextual menu displayed in left panel tree when creating new project
Mon, 15 Apr 2013 00:26:23 +0200 Laurent Bessard Fix bug when creating New project in PLCOpenEditor
Thu, 14 Mar 2013 09:20:07 +0100 Laurent Bessard Completely removed restore perspective and project layout process
Wed, 06 Mar 2013 19:23:58 +0100 Laurent Bessard Added support for extension custom contextual add menu
Sat, 22 Sep 2012 12:23:58 +0200 laurent Fix bug with Print functionality
Fri, 07 Sep 2012 18:28:45 +0200 laurent Adding support for extending internationalization to extensions
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz