2013-04-04 Laurent Bessard Merged
2013-04-04 Laurent Bessard Fixed bug when setting empty value to optional non-string parameters
2013-04-04 Laurent Bessard Fixed bug with variable panel in project configuration editor
2013-04-04 Laurent Bessard Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
2013-04-04 Edouard Tisserant Now python files provided by extentions have init, start, stop and cleanup hooks
2013-04-04 Edouard Tisserant More VAR_GLOBAL related tests in tests/python
2013-03-29 Edouard Tisserant Fixed warning with LogMessage
2013-03-27 Laurent Bessard Fixed bug when transferring New PLC to a non-empty pyro connector
2013-03-27 Laurent Bessard Fixed typo in IDEFrame OnProjectTreeRightUp method
2013-03-27 Laurent Bessard Fixed bug in VariablePanel when editing project single configuration variables
2013-03-27 Laurent Bessard Fixed bugs in DebugVariablePanel when matplotlib not installed
2013-03-27 Laurent Bessard Added automatic line wrapping to log console
2013-03-27 Laurent Bessard Fixed PLC status not translated in status bar when connected
2013-03-26 Laurent Bessard Updated internationalization french translations
2013-03-26 Laurent Bessard Added support in LocationCellEditor for locations with undefined direction
2013-03-26 Laurent Bessard Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
2013-03-26 Edouard Tisserant LogMessage string pointer now char* instead of uint8_t*
2013-03-26 Edouard Tisserant Added beremiz.h header file for extensions
2013-03-25 Laurent Bessard Added support for StatusBar
2013-03-25 Laurent Bessard Replaced LogConsole TextCtrl by StyledTextCtrl
2013-03-24 Laurent Bessard Merged
2013-03-22 Laurent Bessard Reduced message line size in Log Viewer
2013-03-22 Edouard Tisserant Fixed typo in copy_to_log
2013-03-22 Edouard Tisserant Extended LogCursor attributes
2013-03-21 Laurent Bessard Inverted Console and LogViewer tabs in bottom Notebook
2013-03-21 Laurent Bessard Improved Log Viewer functionalities
2013-03-21 Laurent Bessard Fixed pulling of PLC status and log count
2013-03-21 Edouard Tisserant Fixed cast in target code to remove void* arithmetic warning
2013-03-20 Laurent Bessard Fixed bug on variables with empty name in VariablePanel can't be edited
2013-03-17 Laurent Bessard Fixed bug editors empty after being opened
2013-03-15 Laurent Bessard Reduced flicker on LogViewer and DebugGraphPanel on Windows
2013-03-15 Laurent Bessard Improved graphics of LogViewer scrollbar to be anti-aliased
2013-03-15 Laurent Bessard Fixed LogViewer with improvements
2013-03-15 Edouard Tisserant Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration
2013-03-14 Laurent Bessard Fixed bugs with new buttons on Windows
2013-03-14 Laurent Bessard Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel
2013-03-14 Laurent Bessard Added support in LogViewer for scrolling using relative timestamp
2013-03-14 Laurent Bessard Fixed LogViewer scrollbar and scroll methods
2013-03-14 Laurent Bessard Completely removed restore perspective and project layout process
2013-03-13 Laurent Bessard Fixed conflicting icon names on Windows
2013-03-13 Laurent Bessard Added LogViewer panel in bottom notebook
2013-03-13 Edouard Tisserant RC3 1.1 Korean release
2013-03-13 Edouard Tisserant re-fixed CanFestival support...
2013-03-11 Laurent Bessard Merged
2013-03-11 Laurent Bessard Fixed canfestival extension for LPCManager
2013-03-11 Laurent Bessard Disabled project layout saving and restoring
2013-03-11 Edouard Tisserant Redirect PyEval exceptions to logging
2013-03-11 Edouard Tisserant reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string
2013-03-10 Laurent Bessard Disabled project layout saving and restoring
2013-03-07 Laurent Bessard Fix warning with LogMessage function
2013-03-07 Edouard Tisserant RC2 1.1 Korean release
2013-03-06 Laurent Bessard Added support for extension custom contextual add menu
2013-03-06 Laurent Bessard Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
2013-03-06 Laurent Bessard Fixed test identifier function
2013-03-06 Edouard Tisserant merge
2013-03-05 Laurent Bessard Merged
2013-03-05 Laurent Bessard Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed
2013-03-05 Laurent Bessard Fix row selection in CustomGrid
2013-03-06 Edouard Tisserant Cleanup in canfestival plugin. No more meaningless default values.
2013-03-06 Edouard Tisserant Python shell and wx inspector now both available even when PLC not started