IDEFrame.py
Tue, 10 Oct 2017 12:21:46 +0300 Andrey Skvortsov fix pylint warning "(undefined-loop-variable) Using possibly undefined loop 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
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Fri, 29 Sep 2017 15:36:33 +0300 Andrey Skvortsov fix error __init__ method from base class is not called
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 16:30:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E713 test for membership should be 'not in'
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 17:25:17 +0300 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
Thu, 17 Aug 2017 16:26:32 +0300 Andrey Skvortsov clean-up: fix PEP8 W602 deprecated form of raising exception
Thu, 17 Aug 2017 14:27:06 +0300 Andrey Skvortsov clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
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 17:01:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
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:31:01 +0300 Andrey Skvortsov clean-up: fix some PEP8 E265 block comment should start with '# '
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
Tue, 27 Jun 2017 19:21:09 +0300 Surkov Sergey fix bug with TextViewer instance in debug mode, appears after transferring new program on PLC
Mon, 26 Jun 2017 19:42:42 +0300 Surkov Sergey add dialog "add program", that appears after creating new project
Tue, 20 Jun 2017 18:57:29 +0300 Andrey Skvortsov fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows
Mon, 16 Jan 2017 12:15:20 +0300 Andrey Skvortsov change white background for project tree element to transparent
Tue, 20 Dec 2016 17:11:36 +0300 Andrey Skvortsov fix problem with SFC action/transition rename
Fri, 28 Oct 2016 18:11:43 +0300 Sergey Surkov fix major bugs in Find and Search in Project functionality.
Mon, 12 Sep 2016 16:41:21 +0300 Sergey Surkov Add hotkey (F12) for switching perspective.
Fri, 06 May 2016 18:04:40 +0300 Andrey Skvortsov fix bug that appears if datatype in the project tree is renamed to wrong name (keyword, existend type,...)
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Wed, 20 Apr 2016 17:30:16 +0300 Andrey Skvortsov make About and Find dialogs have the same icon as main Beremiz window
Mon, 18 Apr 2016 19:08:29 +0300 Andrey Skvortsov fix issue, then it wasn't possible to remove functional blocks from
Fri, 23 May 2014 18:28:57 +0200 Edouard Tisserant Fixed launch of PLCopenEditor, broken since 611fded24ce4.
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
Mon, 14 Oct 2013 10:49:04 +0200 Laurent Bessard Remove old debug panels and viewers not using matplotlib
Sat, 12 Oct 2013 10:10:30 +0900 Edouard Tisserant Cleaner matplotlib import preventing noisy warnings
Thu, 29 Aug 2013 19:48:29 +0200 Laurent Bessard Fixed bug when adding a configuration
Tue, 11 Jun 2013 09:03:35 +0200 Laurent Bessard Fixed bug when drag'n dropping POU from project tree and POU is selected
Mon, 10 Jun 2013 11:54:18 +0200 Laurent Bessard Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open
Thu, 06 Jun 2013 23:01:15 +0200 Laurent Bessard Fixed bugs in refresh of PouInstanceVariablesPanel
Wed, 05 Jun 2013 23:09:52 +0200 Laurent Bessard Fixed flickering and lag when refreshing PouInstanceVariablesPanel
Mon, 03 Jun 2013 17:29:03 +0200 Laurent Bessard Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
Fri, 31 May 2013 18:32:51 +0200 Laurent Bessard Rewrite DebugVariableTablePanel
Fri, 31 May 2013 10:38:46 +0200 Laurent Bessard Fixed bug when export all items values to clipboard in DebugVariablePanel
Thu, 30 May 2013 11:52:42 +0200 Laurent Bessard Separated old table debug variable panel and new graphic debug variable panel
Wed, 29 May 2013 22:27:20 +0200 Laurent Bessard Moved and start to rewrite DebugVariablePanel splitting it into multiple files
Wed, 29 May 2013 09:42:25 +0200 Laurent Bessard Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU
Mon, 27 May 2013 13:09:54 +0200 Laurent Bessard Moved and rewrote DebugViewer and DebusDataConsumer classes
Thu, 23 May 2013 22:22:53 +0200 Laurent Bessard Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
Fri, 17 May 2013 20:56:15 +0200 Laurent Bessard Fixed bug ProjectTree items label can't be edited
Fri, 17 May 2013 19:33:01 +0200 Laurent Bessard Fixed bugs with left panel CustomTreeCtrl on Windows
Fri, 17 May 2013 01:06:58 +0200 Laurent Bessard Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone