Thu, 16 May 2013 17:40:32 +0900 Edouard Tisserant Added wiimote input example using python-cwiid and python PLC global variable access
Thu, 16 May 2013 17:40:22 +0900 Edouard Tisserant Added more clear error message in case of access to non declared PLC global from python code
Thu, 16 May 2013 14:47:57 +0900 Edouard Tisserant Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
Thu, 16 May 2013 14:46:20 +0900 Edouard Tisserant Fixed build error with python <-> PLCglobals variables declared with no initial value
Thu, 16 May 2013 00:37:27 +0200 Laurent Bessard Fixed bug in New variable name generated in CodeFileEditor Variable Panel
Thu, 16 May 2013 00:31:07 +0200 Laurent Bessard Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
Thu, 16 May 2013 00:01:09 +0200 Laurent Bessard Fixed bug wxGlade hmi not closed when stopping PLC
Thu, 16 May 2013 00:00:35 +0200 Laurent Bessard Fixed bug when typing and caret is at last test position in CodeFileEditor
Wed, 15 May 2013 23:27:19 +0200 Laurent Bessard Fixed bug in ST code generator with extensible standard functions
Wed, 15 May 2013 23:11:49 +0200 Laurent Bessard Fixed bug when generating py_ext code when no variable defined
Wed, 15 May 2013 22:37:07 +0200 Laurent Bessard Merged
Wed, 15 May 2013 22:14:12 +0200 Laurent Bessard Fixed variable panel in CodeFileEditor
Wed, 15 May 2013 18:21:20 +0900 Edouard Tisserant Fixed PLC global var access from python. Added test in tests/python
Wed, 15 May 2013 17:13:49 +0900 Edouard Tisserant Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
Wed, 15 May 2013 08:20:17 +0200 Laurent Bessard Fixed bug in ST code generator when function output variable has no name
Wed, 15 May 2013 00:30:12 +0200 Laurent Bessard Fixed functions used by one or more POU not showing question dialog when trying to delete
Tue, 14 May 2013 22:59:27 +0200 Laurent Bessard Fixed bug connection disappear when removing variable from interface of an already used POU
Tue, 14 May 2013 22:31:14 +0200 Laurent Bessard Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
Tue, 14 May 2013 22:25:33 +0200 Laurent Bessard Fixed bug when deleting line between code and headers on Windows
Tue, 14 May 2013 20:16:07 +0200 Laurent Bessard Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code.
Tue, 14 May 2013 18:43:52 +0200 Laurent Bessard Merged
Tue, 14 May 2013 18:42:29 +0200 Laurent Bessard Added global variable names in CodeFileEditor auto-completion list
Tue, 14 May 2013 11:23:43 +0200 Laurent Bessard Added support for updating model when broken connection is detected in Viewer
Tue, 14 May 2013 11:12:34 +0200 Laurent Bessard Fixed PLC code generator when interface of an already used POU has changed
Tue, 14 May 2013 10:56:57 +0200 Laurent Bessard Fixed bug in loading block in Viewer when block interface has changed
Tue, 14 May 2013 18:41:33 +0900 Edouard Tisserant Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
Tue, 14 May 2013 00:30:35 +0200 Laurent Bessard Fixed bug in wxGlade hmi python code generated
Mon, 13 May 2013 23:15:28 +0200 Laurent Bessard Fixed loading of Blocks in Viewer when block interface have changed
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
Mon, 13 May 2013 23:08:47 +0200 Laurent Bessard Removed restriction on POU interface variables modification when POU is already used
Mon, 13 May 2013 23:07:24 +0200 Laurent Bessard Fixed bug when generating new name for configuration and resource variable in VariablePanel
Mon, 13 May 2013 16:38:53 +0200 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
Mon, 13 May 2013 14:36:54 +0200 Laurent Bessard Updated python example
Mon, 13 May 2013 14:31:23 +0200 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
Sun, 12 May 2013 23:32:30 +0200 Laurent Bessard Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
Sun, 12 May 2013 23:30:00 +0200 Laurent Bessard Adding support for using current selected variable for generate newly added variable informations in VariablePanel
Fri, 10 May 2013 15:17:33 +0200 Laurent Bessard Fixed Beremiz_service not closing on Windows
Fri, 10 May 2013 13:15:18 +0200 Laurent Bessard Removed some prints for code debugging
Fri, 10 May 2013 13:07:41 +0200 Laurent Bessard Fixed generated code in c_ext file
Fri, 10 May 2013 13:07:26 +0200 Laurent Bessard Fixed generated code in py_ext runtime file
Fri, 10 May 2013 13:06:47 +0200 Laurent Bessard Fixed CodeFileEditor allowing to have no line of code between two section headers
Fri, 10 May 2013 12:11:54 +0200 Laurent Bessard Fixed bug connector not resetted when connection is lost
Fri, 10 May 2013 11:49:22 +0200 Laurent Bessard Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
Fri, 10 May 2013 11:48:04 +0200 Laurent Bessard Fixed bug in generated code in c_ext file
Fri, 10 May 2013 11:47:35 +0200 Laurent Bessard Fixed bug in generated code in py_ext runtime file
Fri, 10 May 2013 10:25:35 +0200 Laurent Bessard Fixed bug when selecting item in ProjectTree on Linux
Fri, 10 May 2013 10:24:59 +0200 Laurent Bessard Fixed bug when changing IEC_Channel of node without params
Fri, 10 May 2013 09:43:40 +0200 Laurent Bessard Fixed code section headers in CodeFileEditor
Thu, 09 May 2013 23:38:54 +0200 Laurent Bessard Fix bug when section code is just an empty line
Thu, 09 May 2013 19:36:37 +0200 Laurent Bessard Fix bug with multiline Pragma syntax highlighting in TextViewer
Thu, 09 May 2013 18:49:08 +0200 Laurent Bessard Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop
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, 09 May 2013 12:50:51 +0200 Laurent Bessard Added support for excluding code section headers to be modified in CodeFileEditor
Thu, 09 May 2013 10:56:40 +0200 Laurent Bessard Fixed python global variable declaration example in generated runtime python file
Thu, 09 May 2013 09:00:24 +0200 Laurent Bessard Fixed bug with debugging global variables
Wed, 08 May 2013 23:31:12 +0200 Laurent Bessard Fixed search in CodeFileEditor STC panel
Wed, 08 May 2013 23:13:10 +0200 Laurent Bessard Added support for compatibility with older version of c_ext
Wed, 08 May 2013 22:56:31 +0200 Laurent Bessard Updated python test
Wed, 08 May 2013 22:53:40 +0200 Laurent Bessard Fixed bug when pressing Return key in FindInPouDialog
Wed, 08 May 2013 22:52:55 +0200 Laurent Bessard Fixed Python editor adding variable panel
Wed, 08 May 2013 21:37:31 +0200 Laurent Bessard Fixed CFileEditor replacing folding panels by variable panel and STC
Wed, 08 May 2013 18:33:49 +0200 Laurent Bessard Move C_ext file for merging with py_ext
Mon, 06 May 2013 16:31:26 +0200 Laurent Bessard Fixed bug in LogViewer layout
Mon, 06 May 2013 16:01:17 +0200 Laurent Bessard Added support for resetting log messages
Mon, 06 May 2013 11:15:05 +0200 Laurent Bessard Fixed bugs in CustomStyledTextCtrl
Mon, 06 May 2013 10:28:47 +0200 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
Fri, 03 May 2013 11:10:15 +0200 Laurent Bessard Fixed bug when closing Beremiz frame
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 14:00:05 +0200 Laurent Bessard Fixed bug when closing Beremiz frame
Thu, 02 May 2013 13:30:24 +0200 Laurent Bessard Fixed bug when closing Beremiz frame
Thu, 02 May 2013 10:45:07 +0200 Laurent Bessard Fixed warnings in python test
Thu, 02 May 2013 09:42:14 +0200 Laurent Bessard Removed call of deprecated function on wxSplitterWindow
Thu, 02 May 2013 09:41:04 +0200 Laurent Bessard Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
Thu, 02 May 2013 09:39:38 +0200 Laurent Bessard Added support for adding a variable in program VariablePanel by drap'n dropping located variable like in global VariablePanel
Tue, 30 Apr 2013 11:42:35 +0200 Laurent Bessard Fixed bug in PouInstanceVariablesPanel buttons tooltips
Tue, 30 Apr 2013 10:09:16 +0200 Laurent Bessard Fixed bug when quitting project with more than one LD Viewer opened
Tue, 30 Apr 2013 09:49:52 +0200 Laurent Bessard Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable
Tue, 30 Apr 2013 00:33:09 +0200 Laurent Bessard Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
Mon, 29 Apr 2013 10:35:15 +0200 Laurent Bessard Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass
Mon, 29 Apr 2013 10:24:19 +0200 Laurent Bessard Fixed bug in LogViewer in Log Messages to retrieve index calculation when first SetLogCounters
Mon, 29 Apr 2013 09:09:07 +0200 Laurent Bessard Fixed bug in displayed datetime, using local timezone instead of UTC
Sun, 28 Apr 2013 18:04:04 +0900 Edouard Tisserant Now Debug Buffer Unpacking is a separate function, declared in typemapping.py
Sun, 28 Apr 2013 17:26:22 +0900 Edouard Tisserant Optimzed tracing of STRING type variables value. Now, only used size is transfered in debug buffer.
Fri, 26 Apr 2013 23:08:41 +0900 Edouard Tisserant chmod +x PLCOpenEditor.py
Fri, 26 Apr 2013 13:38:27 +0200 Laurent Bessard Fixed retrieve and publish call order in PLC generated code
Thu, 25 Apr 2013 15:30:50 +0200 Laurent Bessard Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears
Thu, 25 Apr 2013 17:04:41 +0900 Edouard Tisserant Added exception printing on Pyro connector, tracking random connection failure...
Thu, 25 Apr 2013 09:39:03 +0200 Laurent Bessard Fixed refresh bugs when drag'n dropping of group of elements
Thu, 25 Apr 2013 09:37:56 +0200 Laurent Bessard Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
Thu, 25 Apr 2013 11:54:07 +0900 Edouard Tisserant Added exception hook to Beremiz_service, so that exception go in PLC log. Extended Beremiz.py exception hook to threads. Stripped images embedded in Beremiz_service.py, user real images instead.
Wed, 24 Apr 2013 23:53:23 +0200 Laurent Bessard Fixed bug in CFileEditor
Wed, 24 Apr 2013 22:57:41 +0200 Laurent Bessard Removed undeleted debug print
Wed, 24 Apr 2013 22:56:30 +0200 Laurent Bessard Fixed bug Show IEC code button not available
Wed, 24 Apr 2013 18:50:37 +0200 Laurent Bessard Fixed bug in Save function in Beremiz
Wed, 24 Apr 2013 17:37:46 +0200 Laurent Bessard Merged
Wed, 24 Apr 2013 17:27:08 +0200 Laurent Bessard Fixed Save As... function in Beremiz
Wed, 24 Apr 2013 10:03:47 +0200 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
Wed, 24 Apr 2013 09:30:10 +0200 Laurent Bessard Fixed new ConfTreeNodeEditor layout on Windows
Wed, 24 Apr 2013 09:29:32 +0200 Laurent Bessard Fixed PythonEditor font size
Wed, 24 Apr 2013 00:20:13 +0200 Laurent Bessard Added support for search in PythonEditor and IECCodeViewer
Tue, 23 Apr 2013 23:02:35 +0200 Laurent Bessard Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
Tue, 23 Apr 2013 22:45:59 +0200 Laurent Bessard Fixed ConfTreeNodeEditor layout
Tue, 23 Apr 2013 21:46:15 +0200 Laurent Bessard Fixed connections of block when changing block type
Wed, 24 Apr 2013 18:34:00 +0900 Edouard Tisserant Fixed error when stopping PLC with wxglade HMI
Wed, 24 Apr 2013 17:21:20 +0900 Edouard Tisserant Better display of Python exceptions from Py_Eval
Wed, 24 Apr 2013 15:44:46 +0900 Edouard Tisserant Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
Wed, 24 Apr 2013 12:24:12 +0900 Edouard Tisserant Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h
Tue, 23 Apr 2013 20:01:56 +0900 Edouard Tisserant Fixed inspector
Tue, 23 Apr 2013 12:50:53 +0200 Laurent Bessard Fixed bug in program elements computation order in PLCGenerator
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
Mon, 22 Apr 2013 23:49:04 +0200 Laurent Bessard Fixed bug Beremiz_service process not stopped when quitting
Fri, 19 Apr 2013 11:19:55 +0900 Edouard Tisserant Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
Fri, 19 Apr 2013 01:44:25 +0200 Laurent Bessard Fixed bugs in DebugVariablePanel
Fri, 19 Apr 2013 00:24:15 +0200 Laurent Bessard Fixed bug in graph panel default size in DebugVariablePanel
Thu, 18 Apr 2013 21:30:20 +0200 Laurent Bessard Fixed refresh bug when moving selected elements
Thu, 18 Apr 2013 21:25:06 +0200 Laurent Bessard Fixed graph panel size when modifying DebugVariablePanel layout
Thu, 18 Apr 2013 20:38:47 +0200 Laurent Bessard Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
Thu, 18 Apr 2013 12:14:05 +0200 Laurent Bessard Fixed bug when right click on ProjectTree project item
Thu, 18 Apr 2013 11:56:01 +0200 Laurent Bessard Fixed bug when right click on ProjectTree project item