IDEFrame.py
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
Thu, 16 May 2013 13:13:00 +0200 Laurent Bessard Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
Thu, 16 May 2013 13:11:33 +0200 Laurent Bessard Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
Mon, 13 May 2013 23:10:10 +0200 Laurent Bessard Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
Fri, 10 May 2013 10:25:35 +0200 Laurent Bessard Fixed bug when selecting item in ProjectTree on Linux
Thu, 09 May 2013 18:40:38 +0200 Laurent Bessard Added tooltip in ProjectTree when mouse over POU
Thu, 09 May 2013 17:52:51 +0200 Laurent Bessard Fixed bug when modifying ConfTreeNode IEC Channel
Thu, 02 May 2013 14:06:24 +0200 Laurent Bessard Fixed bug when transferring program and a output located variable is forced
Thu, 02 May 2013 13:30:24 +0200 Laurent Bessard Fixed bug when closing Beremiz frame
Wed, 10 Apr 2013 20:47:59 +0200 Laurent Bessard Fixed bug with diagram copy
Tue, 09 Apr 2013 18:29:21 +0200 Laurent Bessard Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
Fri, 05 Apr 2013 08:11:27 +0200 Laurent Bessard Fixed bug when closing Beremiz
Fri, 05 Apr 2013 00:05:40 +0200 Laurent Bessard Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
Thu, 28 Mar 2013 00:03:44 +0100 Laurent Bessard Fixed typo in IDEFrame OnProjectTreeRightUp method
Tue, 26 Mar 2013 00:03:57 +0100 Laurent Bessard Replaced LogConsole TextCtrl by StyledTextCtrl
Sun, 17 Mar 2013 19:03:25 +0100 Laurent Bessard Fixed bug editors empty after being opened
Thu, 14 Mar 2013 17:51:30 +0100 Laurent Bessard Fixed LogViewer scrollbar and scroll methods
Thu, 14 Mar 2013 09:20:07 +0100 Laurent Bessard Completely removed restore perspective and project layout process