2013-04-25Added 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...

2013-04-25Fixed 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

2013-04-25Modify 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

2013-04-25Added 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.

2013-04-24Fixed bug in CFileEditor
Laurent Bessard [Wed, 24 Apr 2013 23:53:23 +0200] rev 1066
Fixed bug in CFileEditor

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

2013-04-24Fixed 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

2013-04-24Fixed 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

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

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

2013-04-24Fixed 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

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

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

2013-04-23Added 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

2013-04-23Fixed 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

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

2013-04-23Fixed 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

2013-04-24Fixed 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

2013-04-24Better 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

2013-04-24Extended 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

2013-04-24Made 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

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

2013-04-23Fixed 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

2013-04-22Fixed 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

2013-04-22Fixed 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

2013-04-19Runtime 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)

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

2013-04-18Fixed 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

2013-04-18Fixed 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

2013-04-18Fixed 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

2013-04-18Fixed 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

2013-04-18Fixed 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

2013-04-18Fixed 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

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

2013-04-18Fixed 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

2013-04-17Better 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

2013-04-14Fix 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

2013-04-14Clean 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

2013-04-14Fix 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

2013-04-14Fix bug when pressing left arrow key in PouInstanceVariablesPanel
Laurent Bessard [Mon, 15 Apr 2013 00:27:30 +0200] rev 1031
Fix bug when pressing left arrow key in PouInstanceVariablesPanel

2013-04-14Fix bug when creating New project in PLCOpenEditor
Laurent Bessard [Mon, 15 Apr 2013 00:26:23 +0200] rev 1030
Fix bug when creating New project in PLCOpenEditor

2013-04-12Merged
Laurent Bessard [Fri, 12 Apr 2013 12:12:20 +0200] rev 1029
Merged

2013-04-10Fixed bug with diagram copy
Laurent Bessard [Wed, 10 Apr 2013 20:47:59 +0200] rev 1028
Fixed bug with diagram copy

2013-04-12Fixed bug when starting Beremiz_runtime.py non empty (-a)
Edouard Tisserant [Fri, 12 Apr 2013 14:53:14 +0900] rev 1027
Fixed bug when starting Beremiz_runtime.py non empty (-a)

2013-04-09Fixed Triggering column cell choice editor, removing useless and bugging empty string option
Laurent Bessard [Tue, 09 Apr 2013 18:42:47 +0200] rev 1026
Fixed Triggering column cell choice editor, removing useless and bugging empty string option

2013-04-09Fixed LogConsole not cleared when building several times
Laurent Bessard [Tue, 09 Apr 2013 18:41:24 +0200] rev 1025
Fixed LogConsole not cleared when building several times

2013-04-09Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
Laurent Bessard [Tue, 09 Apr 2013 18:29:21 +0200] rev 1024
Fixed resource editing, removing definition of more than one resource and deletion of last resource defined

2013-04-09Fix bug when linking failed and trying to rebuild
Laurent Bessard [Tue, 09 Apr 2013 18:17:10 +0200] rev 1023
Fix bug when linking failed and trying to rebuild

2013-04-09Fixed bug when connecting and URI_location is empty
Laurent Bessard [Tue, 09 Apr 2013 18:16:04 +0200] rev 1022
Fixed bug when connecting and URI_location is empty

2013-04-06Fixed bug when importing NodeEditorTemplate
Laurent Bessard [Sat, 06 Apr 2013 11:57:03 +0200] rev 1021
Fixed bug when importing NodeEditorTemplate

2013-04-06Fixed bug log viewer not scrolling when clicking on +1s and +1m when time between 2 message is greater than 1s or 1m
Laurent Bessard [Sat, 06 Apr 2013 11:56:24 +0200] rev 1020
Fixed bug log viewer not scrolling when clicking on +1s and +1m when time between 2 message is greater than 1s or 1m

2013-04-05Fixed bug when closing Beremiz
Laurent Bessard [Fri, 05 Apr 2013 08:11:27 +0200] rev 1019
Fixed bug when closing Beremiz

2013-04-04Merged
Laurent Bessard [Fri, 05 Apr 2013 00:56:54 +0200] rev 1018
Merged

2013-04-04Fixed bug when setting empty value to optional non-string parameters
Laurent Bessard [Fri, 05 Apr 2013 00:08:02 +0200] rev 1017
Fixed bug when setting empty value to optional non-string parameters

2013-04-04Fixed bug with variable panel in project configuration editor
Laurent Bessard [Fri, 05 Apr 2013 00:06:28 +0200] rev 1016
Fixed bug with variable panel in project configuration editor

2013-04-04Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
Laurent Bessard [Fri, 05 Apr 2013 00:05:40 +0200] rev 1015
Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection

2013-04-04Now python files provided by extentions have init, start, stop and cleanup hooks
Edouard Tisserant [Thu, 04 Apr 2013 11:13:28 +0900] rev 1014
Now python files provided by extentions have init, start, stop and cleanup hooks

2013-04-04More VAR_GLOBAL related tests in tests/python
Edouard Tisserant [Thu, 04 Apr 2013 11:12:30 +0900] rev 1013
More VAR_GLOBAL related tests in tests/python

2013-03-29Fixed warning with LogMessage
Edouard Tisserant [Fri, 29 Mar 2013 14:23:18 +0900] rev 1012
Fixed warning with LogMessage

2013-03-27Fixed bug when transferring New PLC to a non-empty pyro connector
Laurent Bessard [Thu, 28 Mar 2013 00:08:55 +0100] rev 1011
Fixed bug when transferring New PLC to a non-empty pyro connector

2013-03-27Fixed typo in IDEFrame OnProjectTreeRightUp method
Laurent Bessard [Thu, 28 Mar 2013 00:03:44 +0100] rev 1010
Fixed typo in IDEFrame OnProjectTreeRightUp method

2013-03-27Fixed bug in VariablePanel when editing project single configuration variables
Laurent Bessard [Thu, 28 Mar 2013 00:02:48 +0100] rev 1009
Fixed bug in VariablePanel when editing project single configuration variables

2013-03-27Fixed bugs in DebugVariablePanel when matplotlib not installed
Laurent Bessard [Wed, 27 Mar 2013 23:56:53 +0100] rev 1008
Fixed bugs in DebugVariablePanel when matplotlib not installed

2013-03-27Added automatic line wrapping to log console
Laurent Bessard [Wed, 27 Mar 2013 09:36:26 +0100] rev 1007
Added automatic line wrapping to log console

2013-03-27Fixed PLC status not translated in status bar when connected
Laurent Bessard [Wed, 27 Mar 2013 09:35:25 +0100] rev 1006
Fixed PLC status not translated in status bar when connected

2013-03-26Updated internationalization french translations
Laurent Bessard [Tue, 26 Mar 2013 23:26:13 +0100] rev 1005
Updated internationalization french translations

2013-03-26Added support in LocationCellEditor for locations with undefined direction
Laurent Bessard [Tue, 26 Mar 2013 23:25:18 +0100] rev 1004
Added support in LocationCellEditor for locations with undefined direction

2013-03-26Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
Laurent Bessard [Tue, 26 Mar 2013 23:24:30 +0100] rev 1003
Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog

2013-03-26LogMessage string pointer now char* instead of uint8_t*
Edouard Tisserant [Tue, 26 Mar 2013 12:44:44 +0900] rev 1002
LogMessage string pointer now char* instead of uint8_t*

2013-03-26Added beremiz.h header file for extensions
Edouard Tisserant [Tue, 26 Mar 2013 09:31:20 +0900] rev 1001
Added beremiz.h header file for extensions

2013-03-25Added support for StatusBar
Laurent Bessard [Tue, 26 Mar 2013 00:35:52 +0100] rev 1000
Added support for StatusBar

2013-03-25Replaced LogConsole TextCtrl by StyledTextCtrl
Laurent Bessard [Tue, 26 Mar 2013 00:03:57 +0100] rev 999
Replaced LogConsole TextCtrl by StyledTextCtrl

2013-03-24Merged
Laurent Bessard [Sun, 24 Mar 2013 23:54:50 +0100] rev 998
Merged

2013-03-22Reduced message line size in Log Viewer
Laurent Bessard [Fri, 22 Mar 2013 16:09:16 +0100] rev 997
Reduced message line size in Log Viewer

2013-03-22Fixed typo in copy_to_log
Edouard Tisserant [Fri, 22 Mar 2013 11:02:56 +0900] rev 996
Fixed typo in copy_to_log

2013-03-22Extended LogCursor attributes
Edouard Tisserant [Fri, 22 Mar 2013 10:40:28 +0900] rev 995
Extended LogCursor attributes

2013-03-21Inverted Console and LogViewer tabs in bottom Notebook
Laurent Bessard [Fri, 22 Mar 2013 00:45:09 +0100] rev 994
Inverted Console and LogViewer tabs in bottom Notebook

2013-03-21Improved Log Viewer functionalities
Laurent Bessard [Fri, 22 Mar 2013 00:18:51 +0100] rev 993
Improved Log Viewer functionalities

2013-03-21Fixed pulling of PLC status and log count
Laurent Bessard [Thu, 21 Mar 2013 17:33:50 +0100] rev 992
Fixed pulling of PLC status and log count

2013-03-21Fixed cast in target code to remove void* arithmetic warning
Edouard Tisserant [Thu, 21 Mar 2013 09:27:55 +0900] rev 991
Fixed cast in target code to remove void* arithmetic warning

2013-03-20Fixed bug on variables with empty name in VariablePanel can't be edited
Laurent Bessard [Wed, 20 Mar 2013 23:47:07 +0100] rev 990
Fixed bug on variables with empty name in VariablePanel can't be edited

2013-03-17Fixed bug editors empty after being opened
Laurent Bessard [Sun, 17 Mar 2013 19:03:25 +0100] rev 989
Fixed bug editors empty after being opened

2013-03-15Reduced flicker on LogViewer and DebugGraphPanel on Windows
Laurent Bessard [Fri, 15 Mar 2013 12:49:15 +0100] rev 988
Reduced flicker on LogViewer and DebugGraphPanel on Windows

2013-03-15Improved graphics of LogViewer scrollbar to be anti-aliased
Laurent Bessard [Fri, 15 Mar 2013 12:07:39 +0100] rev 987
Improved graphics of LogViewer scrollbar to be anti-aliased

2013-03-15Fixed LogViewer with improvements
Laurent Bessard [Fri, 15 Mar 2013 11:33:50 +0100] rev 986
Fixed LogViewer with improvements

2013-03-15Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration
Edouard Tisserant [Fri, 15 Mar 2013 17:47:53 +0900] rev 985
Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration

2013-03-14Fixed bugs with new buttons on Windows
Laurent Bessard [Fri, 15 Mar 2013 00:38:53 +0100] rev 984
Fixed bugs with new buttons on Windows

2013-03-14Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel
Laurent Bessard [Fri, 15 Mar 2013 00:01:36 +0100] rev 983
Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel

2013-03-14Added support in LogViewer for scrolling using relative timestamp
Laurent Bessard [Thu, 14 Mar 2013 19:18:58 +0100] rev 982
Added support in LogViewer for scrolling using relative timestamp

2013-03-14Fixed LogViewer scrollbar and scroll methods
Laurent Bessard [Thu, 14 Mar 2013 17:51:30 +0100] rev 981
Fixed LogViewer scrollbar and scroll methods

2013-03-14Completely removed restore perspective and project layout process
Laurent Bessard [Thu, 14 Mar 2013 09:20:07 +0100] rev 980
Completely removed restore perspective and project layout process

2013-03-13Fixed conflicting icon names on Windows
Laurent Bessard [Wed, 13 Mar 2013 23:49:19 +0100] rev 979
Fixed conflicting icon names on Windows

2013-03-13Added LogViewer panel in bottom notebook
Laurent Bessard [Wed, 13 Mar 2013 23:17:30 +0100] rev 978
Added LogViewer panel in bottom notebook

2013-03-13RC3 1.1 Korean release
Edouard Tisserant [Wed, 13 Mar 2013 12:34:55 +0900] rev 977
RC3

2013-03-13re-fixed CanFestival support...
Edouard Tisserant [Wed, 13 Mar 2013 12:34:25 +0900] rev 976
re-fixed CanFestival support...

2013-03-11Merged
Laurent Bessard [Mon, 11 Mar 2013 14:49:17 +0100] rev 975
Merged

2013-03-11Fixed canfestival extension for LPCManager
Laurent Bessard [Mon, 11 Mar 2013 14:06:06 +0100] rev 974
Fixed canfestival extension for LPCManager

2013-03-11Disabled project layout saving and restoring
Laurent Bessard [Mon, 11 Mar 2013 14:04:48 +0100] rev 973
Disabled project layout saving and restoring

2013-03-11Redirect PyEval exceptions to logging
Edouard Tisserant [Mon, 11 Mar 2013 19:17:56 +0900] rev 972
Redirect PyEval exceptions to logging

2013-03-11reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string
Edouard Tisserant [Mon, 11 Mar 2013 09:50:55 +0900] rev 971
reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string

2013-03-10Disabled project layout saving and restoring
Laurent Bessard [Sun, 10 Mar 2013 20:29:55 +0100] rev 970
Disabled project layout saving and restoring

2013-03-07Fix warning with LogMessage function
Laurent Bessard [Fri, 08 Mar 2013 00:15:28 +0100] rev 969
Fix warning with LogMessage function

2013-03-07RC2 1.1 Korean release
Edouard Tisserant [Thu, 07 Mar 2013 11:47:43 +0900] rev 968
RC2

2013-03-06Added support for extension custom contextual add menu
Laurent Bessard [Wed, 06 Mar 2013 19:23:58 +0100] rev 967
Added support for extension custom contextual add menu

2013-03-06Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
Laurent Bessard [Wed, 06 Mar 2013 10:58:15 +0100] rev 966
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name

2013-03-06Fixed test identifier function
Laurent Bessard [Wed, 06 Mar 2013 10:47:06 +0100] rev 965
Fixed test identifier function

2013-03-06merge
Edouard Tisserant [Wed, 06 Mar 2013 17:05:56 +0900] rev 964
merge

2013-03-05Merged
Laurent Bessard [Tue, 05 Mar 2013 17:56:51 +0100] rev 963
Merged

2013-03-05Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed
Laurent Bessard [Tue, 05 Mar 2013 17:55:15 +0100] rev 962
Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed

2013-03-05Fix row selection in CustomGrid
Laurent Bessard [Tue, 05 Mar 2013 17:54:19 +0100] rev 961
Fix row selection in CustomGrid

2013-03-06Cleanup in canfestival plugin. No more meaningless default values.
Edouard Tisserant [Wed, 06 Mar 2013 14:03:26 +0900] rev 960
Cleanup in canfestival plugin. No more meaningless default values.

2013-03-06Python shell and wx inspector now both available even when PLC not started
Edouard Tisserant [Wed, 06 Mar 2013 10:30:55 +0900] rev 959
Python shell and wx inspector now both available even when PLC not started

2013-03-06Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly
Edouard Tisserant [Wed, 06 Mar 2013 09:40:28 +0900] rev 958
Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly

2013-03-05CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL
Edouard Tisserant [Tue, 05 Mar 2013 20:14:12 +0900] rev 957
CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL

2013-03-05Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
Edouard Tisserant [Tue, 05 Mar 2013 20:12:51 +0900] rev 956
Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed

2013-03-04More ignored files in .hgignore
Edouard Tisserant [Mon, 04 Mar 2013 17:49:38 +0900] rev 955
More ignored files in .hgignore

2013-03-04Made logging compatible with windows API
Edouard Tisserant [Mon, 04 Mar 2013 17:49:12 +0900] rev 954
Made logging compatible with windows API

2013-03-04Fixed dead code in c_ext, and updated test accordingly
Edouard Tisserant [Mon, 04 Mar 2013 12:22:49 +0900] rev 953
Fixed dead code in c_ext, and updated test accordingly

2013-02-27Fixed bug when drag'n dropping variables from left panel
Laurent Bessard [Thu, 28 Feb 2013 00:20:05 +0100] rev 952
Fixed bug when drag'n dropping variables from left panel

2013-02-27Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
Laurent Bessard [Wed, 27 Feb 2013 22:35:46 +0100] rev 951
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else

2013-02-27Fixed bug when closing Beremiz and grid editor is shown on Windows
Laurent Bessard [Wed, 27 Feb 2013 11:33:41 +0100] rev 950
Fixed bug when closing Beremiz and grid editor is shown on Windows

2013-02-27Fixed SFC keyword definition
Laurent Bessard [Wed, 27 Feb 2013 11:25:39 +0100] rev 949
Fixed SFC keyword definition

2013-02-27Fix semantic error while compiling project including canfestival extension instances
Laurent Bessard [Wed, 27 Feb 2013 11:23:42 +0100] rev 948
Fix semantic error while compiling project including canfestival extension instances

2013-02-27Fix bugs in DataTypeEditor
Laurent Bessard [Wed, 27 Feb 2013 11:08:30 +0100] rev 947
Fix bugs in DataTypeEditor

2013-02-27Fix bug on Windows with wxPaintDC
Laurent Bessard [Wed, 27 Feb 2013 09:37:51 +0100] rev 946
Fix bug on Windows with wxPaintDC

2013-02-26Added support for drag'n dropping non-numeric variables
Laurent Bessard [Tue, 26 Feb 2013 09:26:25 +0100] rev 945
Added support for drag'n dropping non-numeric variables

2013-02-26Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library
Edouard Tisserant [Tue, 26 Feb 2013 16:37:17 +0900] rev 944
Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library

2013-02-26Fixed panels displaying non-numeric variables in DebugVariablePanel
Laurent Bessard [Tue, 26 Feb 2013 01:17:53 +0100] rev 943
Fixed panels displaying non-numeric variables in DebugVariablePanel

2013-02-26Fixed bug with LastRefreshTimer when closing debug viewer
Laurent Bessard [Tue, 26 Feb 2013 01:16:28 +0100] rev 942
Fixed bug with LastRefreshTimer when closing debug viewer

2013-02-26Fixed bug ForceVariableDialog when forcing DATETIME variables
Laurent Bessard [Tue, 26 Feb 2013 01:14:20 +0100] rev 941
Fixed bug ForceVariableDialog when forcing DATETIME variables

2013-02-23Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions
Laurent Bessard [Sun, 24 Feb 2013 00:28:49 +0100] rev 940
Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions

2013-02-21Added missing images
Laurent Bessard [Fri, 22 Feb 2013 00:28:42 +0100] rev 939
Added missing images

2013-02-21Fixed bug with 3D graphs in debug variable panel
Laurent Bessard [Fri, 22 Feb 2013 00:26:47 +0100] rev 938
Fixed bug with 3D graphs in debug variable panel

2013-02-21Added support for changing graph size using handles like sash window
Laurent Bessard [Thu, 21 Feb 2013 20:08:06 +0100] rev 937
Added support for changing graph size using handles like sash window

2013-02-21Added button for exporting individual graph values to clipboard
Laurent Bessard [Thu, 21 Feb 2013 17:11:36 +0100] rev 936
Added button for exporting individual graph values to clipboard

2013-02-21Added button in graph for changing graph size to minimum
Laurent Bessard [Thu, 21 Feb 2013 15:46:08 +0100] rev 935
Added button in graph for changing graph size to minimum

2013-02-20Fixed highlights for dropping graphs between the others
Laurent Bessard [Wed, 20 Feb 2013 19:39:52 +0100] rev 934
Fixed highlights for dropping graphs between the others

2013-02-20Fixed bug with LastRefreshTimer
Laurent Bessard [Wed, 20 Feb 2013 19:35:48 +0100] rev 933
Fixed bug with LastRefreshTimer

2013-02-20Improved matplotlib graphic debug panel implementation
Laurent Bessard [Wed, 20 Feb 2013 01:18:08 +0100] rev 932
Improved matplotlib graphic debug panel implementation

2013-02-19Improved matplotlib graphic debug panel implementation
Laurent Bessard [Wed, 20 Feb 2013 00:53:19 +0100] rev 931
Improved matplotlib graphic debug panel implementation

2013-02-18Improved matplotlib graphic debug panel implementation
Laurent Bessard [Tue, 19 Feb 2013 00:06:59 +0100] rev 930
Improved matplotlib graphic debug panel implementation

2013-02-17Improved matplotlib graphic debug panel implementation
Laurent Bessard [Sun, 17 Feb 2013 23:47:41 +0100] rev 929
Improved matplotlib graphic debug panel implementation

2013-02-12Improved matplotlib graphic debug panel implementation
Laurent Bessard [Tue, 12 Feb 2013 23:19:57 +0100] rev 928
Improved matplotlib graphic debug panel implementation

2013-02-06Fix bug when resetting graphs values
Laurent Bessard [Thu, 07 Feb 2013 00:49:52 +0100] rev 927
Fix bug when resetting graphs values

2013-02-06Merged
Laurent Bessard [Wed, 06 Feb 2013 01:21:01 +0100] rev 926
Merged

2013-02-06Added support for drag'n drop variable from one graph to another with visible graph
Laurent Bessard [Wed, 06 Feb 2013 01:18:56 +0100] rev 925
Added support for drag'n drop variable from one graph to another with visible graph

2013-02-05Added support for displaying string variables variations in a graph and cursor on graphs
Laurent Bessard [Tue, 05 Feb 2013 16:42:52 +0100] rev 924
Added support for displaying string variables variations in a graph and cursor on graphs

2013-02-05Fixed crash (segfault) when logging debug messages
Edouard Tisserant [Tue, 05 Feb 2013 23:28:35 +1100] rev 923
Fixed crash (segfault) when logging debug messages

2013-02-03Better PLC log message time stamp display. Better console information when connecting.
Edouard Tisserant [Sun, 03 Feb 2013 16:21:56 +1100] rev 922
Better PLC log message time stamp display. Better console information when connecting.

2013-02-02Added log messages time-stamping
Edouard Tisserant [Sat, 02 Feb 2013 16:01:02 +1100] rev 921
Added log messages time-stamping

2013-01-30Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
Laurent Bessard [Wed, 30 Jan 2013 23:46:41 +0100] rev 920
Replaced SplitterWindow in ConfTreeNodeEditor by Notebook

2013-01-30Fix bug in DebugVariablePanel when manipulating graph layout and adding drag'n drop graph from parallel graphs and moving graphs order
Laurent Bessard [Wed, 30 Jan 2013 19:07:59 +0100] rev 919
Fix bug in DebugVariablePanel when manipulating graph layout and adding drag'n drop graph from parallel graphs and moving graphs order

2013-01-30Fix bug with refresh PLC status tool bar
Laurent Bessard [Wed, 30 Jan 2013 19:03:25 +0100] rev 918
Fix bug with refresh PLC status tool bar

2013-01-30Now logging have 4 levels
Edouard Tisserant [Wed, 30 Jan 2013 18:54:12 +1100] rev 917
Now logging have 4 levels

2013-01-29Improved matplotlib graphic debug panel implementation, adding force, release, split and delete graph buttons, replacing data grid by adding panel displaying non-numeric data between graphs
Laurent Bessard [Tue, 29 Jan 2013 23:41:00 +0100] rev 916
Improved matplotlib graphic debug panel implementation, adding force, release, split and delete graph buttons, replacing data grid by adding panel displaying non-numeric data between graphs

2013-01-29Fix bug when closing project
Laurent Bessard [Tue, 29 Jan 2013 18:01:51 +0100] rev 915
Fix bug when closing project

2013-01-29More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
Edouard Tisserant [Tue, 29 Jan 2013 21:34:43 +1100] rev 914
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging

2013-01-29merge
Edouard Tisserant [Tue, 29 Jan 2013 16:22:04 +1100] rev 913
merge

2013-01-24Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop
Laurent Bessard [Thu, 24 Jan 2013 09:01:41 +0100] rev 912
Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop

2013-01-29Log redirected to console, dump of all available log to console when connecting to PLC
Edouard Tisserant [Tue, 29 Jan 2013 16:21:01 +1100] rev 911
Log redirected to console, dump of all available log to console when connecting to PLC

2013-01-24Experimental logging feature in PLC debug
Edouard Tisserant [Thu, 24 Jan 2013 17:44:44 +1100] rev 910
Experimental logging feature in PLC debug

2013-01-23Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop
Laurent Bessard [Thu, 24 Jan 2013 00:45:54 +0100] rev 909
Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop

2013-01-23Fixed bug with mouse capture not released in graphic Viewers in debug mode when drag'n dropping wire variable to DebugVariablePanel
Laurent Bessard [Thu, 24 Jan 2013 00:42:59 +0100] rev 908
Fixed bug with mouse capture not released in graphic Viewers in debug mode when drag'n dropping wire variable to DebugVariablePanel

2013-01-22Fixed performance issue with matplotlib in DebugVariablePanel and hide 3D graphics when not needed
Laurent Bessard [Tue, 22 Jan 2013 23:33:20 +0100] rev 907
Fixed performance issue with matplotlib in DebugVariablePanel and hide 3D graphics when not needed

2013-01-22Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
Edouard Tisserant [Tue, 22 Jan 2013 19:03:25 +1100] rev 906
Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.

2013-01-16Fix DebugVariablePanel time range position
Laurent Bessard [Thu, 17 Jan 2013 00:22:35 +0100] rev 905
Fix DebugVariablePanel time range position

2013-01-16Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
Laurent Bessard [Wed, 16 Jan 2013 22:41:38 +0100] rev 904
Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period

2013-01-16Fix bug in DebugVariablePanel graphics not reset when program is restart
Laurent Bessard [Wed, 16 Jan 2013 22:35:06 +0100] rev 903
Fix bug in DebugVariablePanel graphics not reset when program is restart

2013-01-15Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.
Laurent Bessard [Tue, 15 Jan 2013 10:57:06 +0100] rev 902
Adding support for defining a time range for DebugVariablePanel graphics and navigating across the recording.

2012-12-19Fix bug when compiling project containing non-ascii characters
Laurent Bessard [Wed, 19 Dec 2012 13:32:51 +0100] rev 901
Fix bug when compiling project containing non-ascii characters

2012-12-19Fix bug main configuration variables not displayed in lower left panel when project root element is selected
Laurent Bessard [Wed, 19 Dec 2012 13:32:04 +0100] rev 900
Fix bug main configuration variables not displayed in lower left panel when project root element is selected

2012-12-19Fix bug in resource search result highlighting
Laurent Bessard [Wed, 19 Dec 2012 13:29:38 +0100] rev 899
Fix bug in resource search result highlighting

2012-12-11Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list
Laurent Bessard [Tue, 11 Dec 2012 01:19:42 +0100] rev 898
Adding drag'n drop of debug variable from DebugVariable grid and PouInstance variable list

2012-12-11Added support for defining extension file editor as DebugViewer
Laurent Bessard [Tue, 11 Dec 2012 01:17:52 +0100] rev 897
Added support for defining extension file editor as DebugViewer

2012-12-06Fixed bug when copying transition and connected FBD or LD diagram. Wire between the new transition and new FBD or LD diagram was not selected.
Laurent Bessard [Thu, 06 Dec 2012 17:14:03 +0100] rev 896
Fixed bug when copying transition and connected FBD or LD diagram. Wire between the new transition and new FBD or LD diagram was not selected.

2012-12-06Fixed boolean value displayed in debug variable panel
Laurent Bessard [Thu, 06 Dec 2012 16:19:06 +0100] rev 895
Fixed boolean value displayed in debug variable panel

2012-12-06Fixed bug when indexing table in Pragma within ST/IL code
Laurent Bessard [Thu, 06 Dec 2012 16:10:26 +0100] rev 894
Fixed bug when indexing table in Pragma within ST/IL code

2012-12-05Fix bug in PLC Generator preventing output type of standard function to be computed correctly
Laurent Bessard [Wed, 05 Dec 2012 15:32:02 +0100] rev 893
Fix bug in PLC Generator preventing output type of standard function to be computed correctly

2012-12-03Fix bug with representation of string variable value in DebugVariablePanel
Laurent Bessard [Mon, 03 Dec 2012 23:38:23 +0100] rev 892
Fix bug with representation of string variable value in DebugVariablePanel

2012-12-03Fix bug when copying transition and the connected FBD or LD diagram
Laurent Bessard [Mon, 03 Dec 2012 12:33:21 +0100] rev 891
Fix bug when copying transition and the connected FBD or LD diagram

2012-12-03Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode
Laurent Bessard [Mon, 03 Dec 2012 12:31:27 +0100] rev 890
Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode

2012-12-03Fix bug when using feedback loop in SFC program instead of jump
Laurent Bessard [Mon, 03 Dec 2012 10:09:17 +0100] rev 889
Fix bug when using feedback loop in SFC program instead of jump

2012-11-25Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed
Laurent Bessard [Sun, 25 Nov 2012 19:32:53 +0100] rev 888
Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed

2012-11-23Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
Laurent Bessard [Fri, 23 Nov 2012 13:36:47 +0100] rev 887
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel

2012-11-15Fix bug debug variables from standard and library function blocks unregistered when transferring program
Laurent Bessard [Thu, 15 Nov 2012 23:49:08 +0100] rev 886
Fix bug debug variables from standard and library function blocks unregistered when transferring program

2012-11-15Fix bug multiple graph viewer tab displaying values of the same variable can be opened
Laurent Bessard [Thu, 15 Nov 2012 23:32:54 +0100] rev 885
Fix bug multiple graph viewer tab displaying values of the same variable can be opened

2012-11-15Add function block types as data types that are not locatable
Laurent Bessard [Thu, 15 Nov 2012 23:04:41 +0100] rev 884
Add function block types as data types that are not locatable

2012-11-15Adding support for defining specific global variables for ConfTreeNodes
Laurent Bessard [Thu, 15 Nov 2012 23:00:53 +0100] rev 883
Adding support for defining specific global variables for ConfTreeNodes
Fix bug when defining function block instances as global variables

2012-11-15Fix bug when double click while pressing CTRL on other elements than blocks
Laurent Bessard [Thu, 15 Nov 2012 22:57:55 +0100] rev 882
Fix bug when double click while pressing CTRL on other elements than blocks

2012-11-15Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
Laurent Bessard [Thu, 15 Nov 2012 22:45:04 +0100] rev 881
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console

2012-11-13Fix bug in debug while stopping PLC
Laurent Bessard [Tue, 13 Nov 2012 11:36:04 +0100] rev 880
Fix bug in debug while stopping PLC

2012-11-08Fix resource task interval error highlighting
Laurent Bessard [Thu, 08 Nov 2012 18:54:34 +0100] rev 879
Fix resource task interval error highlighting

2012-11-08Fix display of string variables value in debug
Laurent Bessard [Thu, 08 Nov 2012 18:23:32 +0100] rev 878
Fix display of string variables value in debug

2012-11-05Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden
Laurent Bessard [Mon, 05 Nov 2012 20:16:45 +0100] rev 877
Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden

2012-11-05Fix bug python thread blocked sometimes on Linux
Laurent Bessard [Mon, 05 Nov 2012 20:15:28 +0100] rev 876
Fix bug python thread blocked sometimes on Linux

2012-11-03Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it
Laurent Bessard [Sat, 03 Nov 2012 17:00:26 +0100] rev 875
Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it

2012-10-31Fix bug when Drag'n Dropping located variables on Windows
Laurent Bessard [Wed, 31 Oct 2012 12:05:44 +0100] rev 874
Fix bug when Drag'n Dropping located variables on Windows

2012-10-31Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
Laurent Bessard [Wed, 31 Oct 2012 12:04:40 +0100] rev 873
Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts

2012-10-26Fix bug when adjusting block size, block informations was not saved when using control + shift + double click
Laurent Bessard [Fri, 26 Oct 2012 11:14:48 +0200] rev 872
Fix bug when adjusting block size, block informations was not saved when using control + shift + double click

2012-10-25Add support for double bracket pragma in syntax highlighting of TextViewer
Laurent Bessard [Thu, 25 Oct 2012 19:59:06 +0200] rev 871
Add support for double bracket pragma in syntax highlighting of TextViewer

2012-10-25Fix bug in RestoreLayout when previously opened tab no more exist in project
Laurent Bessard [Thu, 25 Oct 2012 19:57:53 +0200] rev 870
Fix bug in RestoreLayout when previously opened tab no more exist in project

2012-10-25Fix bug when more than one block library add extra python file
Laurent Bessard [Thu, 25 Oct 2012 19:56:48 +0200] rev 869
Fix bug when more than one block library add extra python file

2012-10-25Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary
Edouard Tisserant [Thu, 25 Oct 2012 10:52:46 +0200] rev 868
Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary

2012-10-24Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code.
Edouard Tisserant [Wed, 24 Oct 2012 11:19:11 +0200] rev 867
Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code.

2012-10-23Merged
Laurent Bessard [Tue, 23 Oct 2012 11:34:37 +0200] rev 866
Merged

2012-10-22Merged
Laurent Bessard [Mon, 22 Oct 2012 17:39:13 +0200] rev 865
Merged

2012-10-21Adding support for direct array declaration in structure element declaration
Laurent Bessard [Sun, 21 Oct 2012 16:53:46 +0200] rev 864
Adding support for direct array declaration in structure element declaration

2012-10-19Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types
Laurent Bessard [Fri, 19 Oct 2012 18:10:31 +0200] rev 863
Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types

2012-10-22Introduced FBID in tests/python example. Fixed type error leading to segfault
Edouard Tisserant [Tue, 23 Oct 2012 00:56:30 +0200] rev 862
Introduced FBID in tests/python example. Fixed type error leading to segfault

2012-10-19Now test/python also demonstrate large C pragmas in ST, accessing complex types
Edouard Tisserant [Fri, 19 Oct 2012 12:14:24 +0200] rev 861
Now test/python also demonstrate large C pragmas in ST, accessing complex types

2012-10-18Even more pedagogical tests/python. Renaming will not help
Edouard Tisserant [Thu, 18 Oct 2012 20:40:12 +0200] rev 860
Even more pedagogical tests/python. Renaming will not help

2012-10-18More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something
Edouard Tisserant [Thu, 18 Oct 2012 20:24:11 +0200] rev 859
More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something

2012-10-18Fix bug in TextViewer when starting text with '{' character
Laurent Bessard [Thu, 18 Oct 2012 17:42:29 +0200] rev 858
Fix bug in TextViewer when starting text with '{' character

2012-10-18Adding support for quickly changing variable and connection type
Laurent Bessard [Thu, 18 Oct 2012 16:30:12 +0200] rev 857
Adding support for quickly changing variable and connection type

2012-10-18Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU
Laurent Bessard [Thu, 18 Oct 2012 12:05:45 +0200] rev 856
Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU

2012-10-17Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated
Laurent Bessard [Thu, 18 Oct 2012 01:22:52 +0200] rev 855
Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated

2012-10-16Fixing bug in PLCGenerator with user defined functions and standard overloaded function
Laurent Bessard [Tue, 16 Oct 2012 19:01:17 +0200] rev 854
Fixing bug in PLCGenerator with user defined functions and standard overloaded function

2012-10-16Adding datatypes defined in ConfNode as possible function return type
Laurent Bessard [Tue, 16 Oct 2012 18:58:45 +0200] rev 853
Adding datatypes defined in ConfNode as possible function return type

2012-10-16Fix support for adjusting block size to block minimum size and to Viewer scaling
Laurent Bessard [Tue, 16 Oct 2012 11:34:24 +0200] rev 852
Fix support for adjusting block size to block minimum size and to Viewer scaling

2012-10-15Added FBID variable to PY_EVAL evaluation context. FBID does identify uniquely py_eval block instance triggering execution
Edouard Tisserant [Mon, 15 Oct 2012 17:05:19 +0200] rev 851
Added FBID variable to PY_EVAL evaluation context. FBID does identify uniquely py_eval block instance triggering execution

2012-10-05Fixed error message occuring sometime when quitting runtime from tray menu
Edouard Tisserant [Sat, 06 Oct 2012 00:23:51 +0200] rev 850
Fixed error message occuring sometime when quitting runtime from tray menu

2012-10-04Fix bug in RestoreLastLayout mechanism when last window size was default window size
Laurent Bessard [Thu, 04 Oct 2012 17:58:45 +0200] rev 849
Fix bug in RestoreLastLayout mechanism when last window size was default window size

2012-10-04Replacing text buttons by bitmap buttons for variable grid in CFileEditor
laurent [Thu, 04 Oct 2012 17:56:29 +0200] rev 848
Replacing text buttons by bitmap buttons for variable grid in CFileEditor

2012-10-04Fix bug in generated master panel in CanFestival extension
laurent [Thu, 04 Oct 2012 17:56:14 +0200] rev 847
Fix bug in generated master panel in CanFestival extension

2012-10-04Fix ConfTreeNodeEditor parameters controls size on Windows
laurent [Thu, 04 Oct 2012 17:55:59 +0200] rev 846
Fix ConfTreeNodeEditor parameters controls size on Windows

2012-10-01Fixing CanFestival master and slave nodeid when generating code for PLC
laurent [Mon, 01 Oct 2012 19:13:02 +0200] rev 845
Fixing CanFestival master and slave nodeid when generating code for PLC

2012-10-01Fixing bug when spinctrl new value is changed by ConfTreeNode
laurent [Mon, 01 Oct 2012 19:10:51 +0200] rev 844
Fixing bug when spinctrl new value is changed by ConfTreeNode

2012-10-01Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree
laurent [Mon, 01 Oct 2012 19:09:40 +0200] rev 843
Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree

2012-09-23Fix bug when modifying IEC_Channel
Laurent Bessard [Sun, 23 Sep 2012 23:56:53 +0200] rev 842
Fix bug when modifying IEC_Channel

2012-09-23Fix unexpected warning message when adding extension to project
Laurent Bessard [Sun, 23 Sep 2012 23:34:04 +0200] rev 841
Fix unexpected warning message when adding extension to project

2012-09-23Fix scroll bug in ConfNode params panel when changing tab selection on Windows
Laurent Bessard [Sun, 23 Sep 2012 18:57:35 +0200] rev 840
Fix scroll bug in ConfNode params panel when changing tab selection on Windows

2012-09-22Adding support for adding default configuration on opened project without any
Laurent Bessard [Sat, 22 Sep 2012 12:33:39 +0200] rev 839
Adding support for adding default configuration on opened project without any

2012-09-22Fix bug with Print functionality
laurent [Sat, 22 Sep 2012 12:23:58 +0200] rev 838
Fix bug with Print functionality

2012-09-21Runtime Quit should not crash when plc noyt stopped
Edouard Tisserant [Fri, 21 Sep 2012 22:31:58 +0200] rev 837
Runtime Quit should not crash when plc noyt stopped

2012-09-21Quit runtime with SysTray icon menu should not crash anymore
Edouard Tisserant [Fri, 21 Sep 2012 16:22:56 +0200] rev 836
Quit runtime with SysTray icon menu should not crash anymore

2012-09-20Fixed runtime GUI freeze when stopping PLC from the menu. Added -x 2 argument to Beremiz_service.py to restrict content of systray icon menu.
Edouard Tisserant [Thu, 20 Sep 2012 22:30:41 +0200] rev 835
Fixed runtime GUI freeze when stopping PLC from the menu. Added -x 2 argument to Beremiz_service.py to restrict content of systray icon menu.

2012-09-13Adding default sizer in main frame in default wxGlade GUI file
laurent [Thu, 13 Sep 2012 02:19:02 +0200] rev 834
Adding default sizer in main frame in default wxGlade GUI file

2012-09-13Fix confnode new name format that generates an error with frame class name in wxGlade extension
laurent [Thu, 13 Sep 2012 02:18:00 +0200] rev 833
Fix confnode new name format that generates an error with frame class name in wxGlade extension

2012-09-13Fix bug when loading FBD schema with a loop in block connections
laurent [Thu, 13 Sep 2012 02:15:29 +0200] rev 832
Fix bug when loading FBD schema with a loop in block connections

2012-09-13Adding support for signaling that a task interval isn't well formatted
laurent [Thu, 13 Sep 2012 02:13:40 +0200] rev 831
Adding support for signaling that a task interval isn't well formatted