graphics/GraphicCommons.py
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 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Fri, 13 Jan 2017 19:51:36 +0300 Andrey Skvortsov fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Tue, 18 Oct 2016 17:44:08 +0300 Sergey Surkov Fix bug with two or more wires connected to one input. Now only one wire can be connected to one input, except BOOLean signals in LD and SFC. If user trying to connect wire with already connected input, wire highlight will become red.
Thu, 21 Nov 2013 00:33:02 +0100 Laurent Bessard Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires
Fri, 14 Jun 2013 10:52:08 +0200 Laurent Bessard Fixed move of LD_PowerRail and SFC_Divergence connectors using Right button
Wed, 05 Jun 2013 23:29:37 +0200 Laurent Bessard Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks
Mon, 27 May 2013 13:09:54 +0200 Laurent Bessard Moved and rewrote DebugViewer and DebusDataConsumer classes
Fri, 24 May 2013 16:29:57 +0200 Laurent Bessard Move RubberBand from GraphicCommons to individual file
Thu, 23 May 2013 20:39:10 +0200 Laurent Bessard Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
Thu, 23 May 2013 18:47:44 +0200 Laurent Bessard Move CustomToolTip from GraphicCommons to controls
Fri, 17 May 2013 20:30:02 +0200 Laurent Bessard Added support for displaying value of unconnected block connectors in debug
Fri, 10 May 2013 13:15:18 +0200 Laurent Bessard Removed some prints for code debugging
Thu, 09 May 2013 09:00:24 +0200 Laurent Bessard Fixed bug with debugging global variables
Thu, 02 May 2013 14:06:24 +0200 Laurent Bessard Fixed bug when transferring program and a output located variable is forced
Thu, 25 Apr 2013 09:39:03 +0200 Laurent Bessard Fixed refresh bugs when drag'n dropping of group of elements
Tue, 23 Apr 2013 21:46:15 +0200 Laurent Bessard Fixed connections of block when changing block type
Tue, 23 Apr 2013 01:19:39 +0200 Laurent Bessard Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
Fri, 22 Mar 2013 00:18:51 +0100 Laurent Bessard Improved Log Viewer functionalities
Tue, 26 Feb 2013 09:26:25 +0100 Laurent Bessard Added support for drag'n dropping non-numeric variables
Tue, 26 Feb 2013 01:16:28 +0100 Laurent Bessard Fixed bug with LastRefreshTimer when closing debug viewer
Wed, 20 Feb 2013 19:35:48 +0100 Laurent Bessard Fixed bug with LastRefreshTimer
Wed, 16 Jan 2013 22:41:38 +0100 Laurent Bessard Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
Tue, 15 Jan 2013 10:57:06 +0100 Laurent Bessard Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
Tue, 11 Dec 2012 01:17:52 +0100 Laurent Bessard Added support for defining extension file editor as DebugViewer
Fri, 23 Nov 2012 13:36:47 +0100 Laurent Bessard Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
Tue, 13 Nov 2012 11:36:04 +0100 Laurent Bessard Fix bug in debug while stopping PLC
Thu, 08 Nov 2012 18:23:32 +0100 Laurent Bessard Fix display of string variables value in debug
Mon, 05 Nov 2012 20:16:45 +0100 Laurent Bessard Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden
Sat, 03 Nov 2012 17:00:26 +0100 Laurent Bessard Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
Thu, 18 Oct 2012 16:30:12 +0200 Laurent Bessard Adding support for quickly changing variable and connection type
Tue, 16 Oct 2012 11:34:24 +0200 Laurent Bessard Fix support for adjusting block size to block minimum size and to Viewer scaling
Tue, 11 Sep 2012 18:10:20 +0200 laurent Fix bug in Viewer when dragging element group with control down and group contains wires connected to blocks not in group
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz