Mon, 06 May 2013 10:28:47 +0200Fixed bug with margin cursor in StyledTextCtrl on Windows
Laurent Bessard [Mon, 06 May 2013 10:28:47 +0200] rev 1091
Fixed bug with margin cursor in StyledTextCtrl on Windows

Fri, 03 May 2013 11:10:15 +0200Fixed bug when closing Beremiz frame
Laurent Bessard [Fri, 03 May 2013 11:10:15 +0200] rev 1090
Fixed bug when closing Beremiz frame

Thu, 02 May 2013 14:06:24 +0200Fixed bug when transferring program and a output located variable is forced
Laurent Bessard [Thu, 02 May 2013 14:06:24 +0200] rev 1089
Fixed bug when transferring program and a output located variable is forced

Thu, 02 May 2013 14:00:05 +0200Fixed bug when closing Beremiz frame
Laurent Bessard [Thu, 02 May 2013 14:00:05 +0200] rev 1088
Fixed bug when closing Beremiz frame

Thu, 02 May 2013 13:30:24 +0200Fixed bug when closing Beremiz frame
Laurent Bessard [Thu, 02 May 2013 13:30:24 +0200] rev 1087
Fixed bug when closing Beremiz frame

Thu, 02 May 2013 10:45:07 +0200Fixed warnings in python test
Laurent Bessard [Thu, 02 May 2013 10:45:07 +0200] rev 1086
Fixed warnings in python test

Thu, 02 May 2013 09:42:14 +0200Removed call of deprecated function on wxSplitterWindow
Laurent Bessard [Thu, 02 May 2013 09:42:14 +0200] rev 1085
Removed call of deprecated function on wxSplitterWindow

Thu, 02 May 2013 09:41:04 +0200Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset
Laurent Bessard [Thu, 02 May 2013 09:41:04 +0200] rev 1084
Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset

Thu, 02 May 2013 09:39:38 +0200Added support for adding a variable in program VariablePanel by drap'n dropping located variable like in global VariablePanel
Laurent Bessard [Thu, 02 May 2013 09:39:38 +0200] rev 1083
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 +0200Fixed bug in PouInstanceVariablesPanel buttons tooltips
Laurent Bessard [Tue, 30 Apr 2013 11:42:35 +0200] rev 1082
Fixed bug in PouInstanceVariablesPanel buttons tooltips

Tue, 30 Apr 2013 10:09:16 +0200Fixed bug when quitting project with more than one LD Viewer opened
Laurent Bessard [Tue, 30 Apr 2013 10:09:16 +0200] rev 1081
Fixed bug when quitting project with more than one LD Viewer opened

Tue, 30 Apr 2013 09:49:52 +0200Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable
Laurent Bessard [Tue, 30 Apr 2013 09:49:52 +0200] rev 1080
Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable

Tue, 30 Apr 2013 00:33:09 +0200Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
Laurent Bessard [Tue, 30 Apr 2013 00:33:09 +0200] rev 1079
Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters

Mon, 29 Apr 2013 10:35:15 +0200Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass
Laurent Bessard [Mon, 29 Apr 2013 10:35:15 +0200] rev 1078
Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass

Mon, 29 Apr 2013 10:24:19 +0200Fixed bug in LogViewer in Log Messages to retrieve index calculation when first SetLogCounters
Laurent Bessard [Mon, 29 Apr 2013 10:24:19 +0200] rev 1077
Fixed bug in LogViewer in Log Messages to retrieve index calculation when first SetLogCounters

Mon, 29 Apr 2013 09:09:07 +0200Fixed bug in displayed datetime, using local timezone instead of UTC
Laurent Bessard [Mon, 29 Apr 2013 09:09:07 +0200] rev 1076
Fixed bug in displayed datetime, using local timezone instead of UTC

Sun, 28 Apr 2013 18:04:04 +0900Now Debug Buffer Unpacking is a separate function, declared in typemapping.py
Edouard Tisserant [Sun, 28 Apr 2013 18:04:04 +0900] rev 1075
Now Debug Buffer Unpacking is a separate function, declared in typemapping.py

Sun, 28 Apr 2013 17:26:22 +0900Optimzed tracing of STRING type variables value. Now, only used size is transfered in debug buffer.
Edouard Tisserant [Sun, 28 Apr 2013 17:26:22 +0900] rev 1074
Optimzed tracing of STRING type variables value. Now, only used size is transfered in debug buffer.

Fri, 26 Apr 2013 23:08:41 +0900chmod +x PLCOpenEditor.py
Edouard Tisserant [Fri, 26 Apr 2013 23:08:41 +0900] rev 1073
chmod +x PLCOpenEditor.py

Fri, 26 Apr 2013 13:38:27 +0200Fixed retrieve and publish call order in PLC generated code
Laurent Bessard [Fri, 26 Apr 2013 13:38:27 +0200] rev 1072
Fixed retrieve and publish call order in PLC generated code

Thu, 25 Apr 2013 15:30:50 +0200Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears
Laurent Bessard [Thu, 25 Apr 2013 15:30:50 +0200] rev 1071
Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears

Thu, 25 Apr 2013 17:04:41 +0900Added exception printing on Pyro connector, tracking random connection failure...
Edouard Tisserant [Thu, 25 Apr 2013 17:04:41 +0900] rev 1070
Added exception printing on Pyro connector, tracking random connection failure...

Thu, 25 Apr 2013 09:39:03 +0200Fixed refresh bugs when drag'n dropping of group of elements
Laurent Bessard [Thu, 25 Apr 2013 09:39:03 +0200] rev 1069
Fixed refresh bugs when drag'n dropping of group of elements

Thu, 25 Apr 2013 09:37:56 +0200Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
Laurent Bessard [Thu, 25 Apr 2013 09:37:56 +0200] rev 1068
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning

Thu, 25 Apr 2013 11:54:07 +0900Added 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.
Edouard Tisserant [Thu, 25 Apr 2013 11:54:07 +0900] rev 1067
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 +0200Fixed bug in CFileEditor
Laurent Bessard [Wed, 24 Apr 2013 23:53:23 +0200] rev 1066
Fixed bug in CFileEditor

Wed, 24 Apr 2013 22:57:41 +0200Removed undeleted debug print
Laurent Bessard [Wed, 24 Apr 2013 22:57:41 +0200] rev 1065
Removed undeleted debug print

Wed, 24 Apr 2013 22:56:30 +0200Fixed bug Show IEC code button not available
Laurent Bessard [Wed, 24 Apr 2013 22:56:30 +0200] rev 1064
Fixed bug Show IEC code button not available

Wed, 24 Apr 2013 18:50:37 +0200Fixed bug in Save function in Beremiz
Laurent Bessard [Wed, 24 Apr 2013 18:50:37 +0200] rev 1063
Fixed bug in Save function in Beremiz

Wed, 24 Apr 2013 17:37:46 +0200Merged
Laurent Bessard [Wed, 24 Apr 2013 17:37:46 +0200] rev 1062
Merged

Wed, 24 Apr 2013 17:27:08 +0200Fixed Save As... function in Beremiz
Laurent Bessard [Wed, 24 Apr 2013 17:27:08 +0200] rev 1061
Fixed Save As... function in Beremiz

Wed, 24 Apr 2013 10:03:47 +0200Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
Laurent Bessard [Wed, 24 Apr 2013 10:03:47 +0200] rev 1060
Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus

Wed, 24 Apr 2013 09:30:10 +0200Fixed new ConfTreeNodeEditor layout on Windows
Laurent Bessard [Wed, 24 Apr 2013 09:30:10 +0200] rev 1059
Fixed new ConfTreeNodeEditor layout on Windows

Wed, 24 Apr 2013 09:29:32 +0200Fixed PythonEditor font size
Laurent Bessard [Wed, 24 Apr 2013 09:29:32 +0200] rev 1058
Fixed PythonEditor font size

Wed, 24 Apr 2013 00:20:13 +0200Added support for search in PythonEditor and IECCodeViewer
Laurent Bessard [Wed, 24 Apr 2013 00:20:13 +0200] rev 1057
Added support for search in PythonEditor and IECCodeViewer

Tue, 23 Apr 2013 23:02:35 +0200Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
Laurent Bessard [Tue, 23 Apr 2013 23:02:35 +0200] rev 1056
Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear

Tue, 23 Apr 2013 22:45:59 +0200Fixed ConfTreeNodeEditor layout
Laurent Bessard [Tue, 23 Apr 2013 22:45:59 +0200] rev 1055
Fixed ConfTreeNodeEditor layout

Tue, 23 Apr 2013 21:46:15 +0200Fixed connections of block when changing block type
Laurent Bessard [Tue, 23 Apr 2013 21:46:15 +0200] rev 1054
Fixed connections of block when changing block type

Wed, 24 Apr 2013 18:34:00 +0900Fixed error when stopping PLC with wxglade HMI
Edouard Tisserant [Wed, 24 Apr 2013 18:34:00 +0900] rev 1053
Fixed error when stopping PLC with wxglade HMI

Wed, 24 Apr 2013 17:21:20 +0900Better display of Python exceptions from Py_Eval
Edouard Tisserant [Wed, 24 Apr 2013 17:21:20 +0900] rev 1052
Better display of Python exceptions from Py_Eval

Wed, 24 Apr 2013 15:44:46 +0900Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
Edouard Tisserant [Wed, 24 Apr 2013 15:44:46 +0900] rev 1051
Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable

Wed, 24 Apr 2013 12:24:12 +0900Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h
Edouard Tisserant [Wed, 24 Apr 2013 12:24:12 +0900] rev 1050
Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h

Tue, 23 Apr 2013 20:01:56 +0900Fixed inspector
Edouard Tisserant [Tue, 23 Apr 2013 20:01:56 +0900] rev 1049
Fixed inspector

Tue, 23 Apr 2013 12:50:53 +0200Fixed bug in program elements computation order in PLCGenerator
Laurent Bessard [Tue, 23 Apr 2013 12:50:53 +0200] rev 1048
Fixed bug in program elements computation order in PLCGenerator

Tue, 23 Apr 2013 01:19:39 +0200Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
Laurent Bessard [Tue, 23 Apr 2013 01:19:39 +0200] rev 1047
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements

Mon, 22 Apr 2013 23:49:04 +0200Fixed bug Beremiz_service process not stopped when quitting
Laurent Bessard [Mon, 22 Apr 2013 23:49:04 +0200] rev 1046
Fixed bug Beremiz_service process not stopped when quitting

Fri, 19 Apr 2013 11:19:55 +0900Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
Edouard Tisserant [Fri, 19 Apr 2013 11:19:55 +0900] rev 1045
Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)

Fri, 19 Apr 2013 01:44:25 +0200Fixed bugs in DebugVariablePanel
Laurent Bessard [Fri, 19 Apr 2013 01:44:25 +0200] rev 1044
Fixed bugs in DebugVariablePanel

Fri, 19 Apr 2013 00:24:15 +0200Fixed bug in graph panel default size in DebugVariablePanel
Laurent Bessard [Fri, 19 Apr 2013 00:24:15 +0200] rev 1043
Fixed bug in graph panel default size in DebugVariablePanel

Thu, 18 Apr 2013 21:30:20 +0200Fixed refresh bug when moving selected elements
Laurent Bessard [Thu, 18 Apr 2013 21:30:20 +0200] rev 1042
Fixed refresh bug when moving selected elements

Thu, 18 Apr 2013 21:25:06 +0200Fixed graph panel size when modifying DebugVariablePanel layout
Laurent Bessard [Thu, 18 Apr 2013 21:25:06 +0200] rev 1041
Fixed graph panel size when modifying DebugVariablePanel layout

Thu, 18 Apr 2013 20:38:47 +0200Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
Laurent Bessard [Thu, 18 Apr 2013 20:38:47 +0200] rev 1040
Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed

Thu, 18 Apr 2013 12:14:05 +0200Fixed bug when right click on ProjectTree project item
Laurent Bessard [Thu, 18 Apr 2013 12:14:05 +0200] rev 1039
Fixed bug when right click on ProjectTree project item

Thu, 18 Apr 2013 11:56:01 +0200Fixed bug when right click on ProjectTree project item
Laurent Bessard [Thu, 18 Apr 2013 11:56:01 +0200] rev 1038
Fixed bug when right click on ProjectTree project item

Thu, 18 Apr 2013 10:21:29 +0200Merged
Laurent Bessard [Thu, 18 Apr 2013 10:21:29 +0200] rev 1037
Merged

Thu, 18 Apr 2013 10:19:21 +0200Fixed bug in ProjectNodeEditor when base params panel is not shown
Laurent Bessard [Thu, 18 Apr 2013 10:19:21 +0200] rev 1036
Fixed bug in ProjectNodeEditor when base params panel is not shown

Wed, 17 Apr 2013 10:54:17 +0900Better mdns resolution failure signaling, added fixed bug whith runtime autostart
Edouard Tisserant [Wed, 17 Apr 2013 10:54:17 +0900] rev 1035
Better mdns resolution failure signaling, added fixed bug whith runtime autostart

Mon, 15 Apr 2013 00:36:41 +0200Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program
Laurent Bessard [Mon, 15 Apr 2013 00:36:41 +0200] rev 1034
Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program

Mon, 15 Apr 2013 00:35:04 +0200Clean Config Tree Node children list by type after removing one child
Laurent Bessard [Mon, 15 Apr 2013 00:35:04 +0200] rev 1033
Clean Config Tree Node children list by type after removing one child

Mon, 15 Apr 2013 00:32:16 +0200Fix bug defining string initial value using quotes
Laurent Bessard [Mon, 15 Apr 2013 00:32:16 +0200] rev 1032
Fix bug defining string initial value using quotes