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