2013-05-27 Laurent Bessard Moved and rewrote DebugViewer and DebusDataConsumer classes
2013-05-27 Laurent Bessard Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB)
2013-05-24 Laurent Bessard Add support for moving cursor in Debug Graphs using arrow keys
2013-05-24 Laurent Bessard Move RubberBand from GraphicCommons to individual file
2013-05-24 Laurent Bessard Fixed CustomToolTip
2013-05-23 Laurent Bessard Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
2013-05-23 Laurent Bessard Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
2013-05-23 Laurent Bessard Move CustomToolTip from GraphicCommons to controls
2013-05-17 Laurent Bessard Merged
2013-05-17 Laurent Bessard Fixed bug ProjectTree items label can't be edited
2013-05-17 Laurent Bessard Added support for displaying value of unconnected block connectors in debug
2013-05-17 Laurent Bessard Fixed bugs with left panel CustomTreeCtrl on Windows
2013-05-16 Laurent Bessard Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone
2013-05-16 Laurent Bessard Added icon for wxGlade_hmi extension editor
2013-05-16 Laurent Bessard Fixed ConfTreeNodeEditor background colour
2013-05-16 Laurent Bessard Moved CodeFileEditor Variable Panel button to grid left
2013-05-16 Edouard Tisserant Fixed GCC warnings when building stub code for python PLC globals access
2013-05-16 Laurent Bessard Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16 Laurent Bessard Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16 Edouard Tisserant Added wiimote input example using python-cwiid and python PLC global variable access
2013-05-16 Edouard Tisserant Added more clear error message in case of access to non declared PLC global from python code
2013-05-16 Edouard Tisserant Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
2013-05-16 Edouard Tisserant Fixed build error with python <-> PLCglobals variables declared with no initial value
2013-05-15 Laurent Bessard Fixed bug in New variable name generated in CodeFileEditor Variable Panel
2013-05-15 Laurent Bessard Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
2013-05-15 Laurent Bessard Fixed bug wxGlade hmi not closed when stopping PLC
2013-05-15 Laurent Bessard Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-15 Laurent Bessard Fixed bug in ST code generator with extensible standard functions
2013-05-15 Laurent Bessard Fixed bug when generating py_ext code when no variable defined
2013-05-15 Laurent Bessard Merged