beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running
2013-06-03, Laurent Bessard
9a35da8f714b
Rewrite DebugVariablePanel and fixed bugs
2013-06-03, Laurent Bessard
953a8f14040a
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
2013-06-03, Laurent Bessard
d22fcdfae8d0
Rewrite DebugVariableTablePanel
2013-05-31, Laurent Bessard
fb9799a0c0f7
Fixed bug when closing graph in Debug Variable Panel
2013-05-31, Laurent Bessard
35046bc74554
Fixed bug Viewer not refreshed when debugging
2013-05-31, Laurent Bessard
638d1d430d24
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
2013-05-31, Laurent Bessard
8a620b460b49
Added support for drawing instance path at a fixed position in Viewer debug mode
2013-05-31, Laurent Bessard
4399ddd024e5
Fixed bug when export all items values to clipboard in DebugVariablePanel
2013-05-31, Laurent Bessard
3d8c87ab2b5d
Fixed bug Viewer not refreshed when debugging
2013-05-31, Laurent Bessard
3907f10efcf4
Splitted DebugVariableGraphicPanel.py into several files
2013-05-31, Laurent Bessard
501cb0bb4c05
Move GraphButton from DebugVariableGraphicPanel to separate file
2013-05-30, Laurent Bessard
fc0e7d80494f
Separated old table debug variable panel and new graphic debug variable panel
2013-05-30, Laurent Bessard
8b4e6bd0aa92
Fixed bug in when deleting row in CustomGrid
2013-05-30, Laurent Bessard
eb118ed5cbe0
Fixed bug in when deleting row in CustomGrid
2013-05-30, Laurent Bessard
d2f4061cdff5
Fixed bug when collecting log messages from connector history for LogViewer
2013-05-30, Laurent Bessard
8f8d9859e9fc
Fixed bug with moving cursor with keyboard in DebugVariablePanel
2013-05-29, Laurent Bessard
0cf48602ee24
Moved and start to rewrite DebugVariablePanel splitting it into multiple files
2013-05-29, Laurent Bessard
59c196884fec
Fixed bugs in DebugVariablePanel with ticktime modifications
2013-05-29, Laurent Bessard
d8783c0c7d80
Fixed values in DebugVariablePanel range selection ComboBox
2013-05-29, Laurent Bessard
5237f87e035f
Fixed bug keyboard events not catch by graphs when trying to move cursor on Windows
2013-05-29, Laurent Bessard
410b519abd66
Fixed bug in PouInstanceVariablesPanel, exploring child FunctionBlock variables if no instance selected
2013-05-29, Laurent Bessard
93a4431a0cd8
Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU
2013-05-29, Laurent Bessard
63afb5833bd8
Removed test that expression is not a keyword in FBDVariableDialog
2013-05-29, Laurent Bessard
be891953958f
Fixed bug when copy/paste element containing unicode characters
2013-05-29, Laurent Bessard
0ce4104d58ed
Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits
2013-05-29, Edouard Tisserant
b36755d7c19e
Fixed non-tested bad code in VariablePanel
2013-05-29, Edouard Tisserant
891b49d2752b
Fixed bug in PLC code generated with binary, octal and hexadecimal literals
2013-05-29, Laurent Bessard
a01618805821
Improved FBDVariable dialog
2013-05-28, Laurent Bessard
208103fd9ad0
Fixed bug in PLC code generated with binary, octal and hexadecimal literals
2013-05-28, Laurent Bessard
21e6db77eb29
Fixed bugs with TextCtrlAutoComplete
2013-05-28, Laurent Bessard
276a30c68eaa
Fixed inconsistency in value display when setting integer value for float parameter
2013-05-28, Laurent Bessard
3e7bd88fcff7
Fixed search highlight bug in ST and Code text editors
2013-05-28, Laurent Bessard
3e2aebc9c7c0
Fixed typo
2013-05-27, Laurent Bessard
4cbbc58b91b4
Moved and rewrote DebugViewer and DebusDataConsumer classes
2013-05-27, Laurent Bessard
f4b434672204
Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB)
2013-05-27, Laurent Bessard
01842255c9ff
Add support for moving cursor in Debug Graphs using arrow keys
2013-05-24, Laurent Bessard
9cc1a3fa9619
Move RubberBand from GraphicCommons to individual file
2013-05-24, Laurent Bessard
ad09b4a755ce
Fixed CustomToolTip
2013-05-24, Laurent Bessard
dff0a4e40808
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
a506e4de8f84
Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
2013-05-23, Laurent Bessard
074e46cdedbc
Move CustomToolTip from GraphicCommons to controls
2013-05-23, Laurent Bessard
53e4a2b775a7
Merged
2013-05-17, Laurent Bessard
7838595559ba
Fixed bug ProjectTree items label can't be edited
2013-05-17, Laurent Bessard
a2f9b44c17c9
Added support for displaying value of unconnected block connectors in debug
2013-05-17, Laurent Bessard
2ed9675be08d
Fixed bugs with left panel CustomTreeCtrl on Windows
2013-05-17, Laurent Bessard
99972084890d
Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone
2013-05-17, Laurent Bessard
8fd44bc05aae
Added icon for wxGlade_hmi extension editor
2013-05-16, Laurent Bessard
32599dcf311f
Fixed ConfTreeNodeEditor background colour
2013-05-16, Laurent Bessard
a2b4d366bc66
Moved CodeFileEditor Variable Panel button to grid left
2013-05-16, Laurent Bessard
2d6ec60c48de
Fixed GCC warnings when building stub code for python PLC globals access
2013-05-16, Edouard Tisserant
e9e9d3193894
Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16, Laurent Bessard
950787298c96
Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16, Laurent Bessard
193e6cd9010f
Added wiimote input example using python-cwiid and python PLC global variable access
2013-05-16, Edouard Tisserant
72d14a74c643
Added more clear error message in case of access to non declared PLC global from python code
2013-05-16, Edouard Tisserant
9708ed2a4ac2
Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
2013-05-16, Edouard Tisserant
412e30abf7e5
Fixed build error with python <-> PLCglobals variables declared with no initial value
2013-05-16, Edouard Tisserant
da9ccfceff31
Fixed bug in New variable name generated in CodeFileEditor Variable Panel
2013-05-16, Laurent Bessard
5bdd82497925
Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
2013-05-16, Laurent Bessard
0a8fbd2a00f7
Fixed bug wxGlade hmi not closed when stopping PLC
2013-05-16, Laurent Bessard
38d6aaad8ffd