beremiz
Clone
Summary
Browse
Changes
Graph
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
Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-16, Laurent Bessard
b1c84771e1cf
Fixed bug in ST code generator with extensible standard functions
2013-05-15, Laurent Bessard
67df52302ea6
Fixed bug when generating py_ext code when no variable defined
2013-05-15, Laurent Bessard
d0e40e99f422
Merged
2013-05-15, Laurent Bessard
71db4592beb2
Fixed variable panel in CodeFileEditor
2013-05-15, Laurent Bessard
510d1ea1f6c1
Fixed PLC global var access from python. Added test in tests/python
2013-05-15, Edouard Tisserant
203f4eff3313
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
2013-05-15, Edouard Tisserant
21475ee0e688
Fixed bug in ST code generator when function output variable has no name
2013-05-15, Laurent Bessard
59818c488ead
Fixed functions used by one or more POU not showing question dialog when trying to delete
2013-05-15, Laurent Bessard
8ded55ada6d6
Fixed bug connection disappear when removing variable from interface of an already used POU
2013-05-14, Laurent Bessard
5069a28486b9
Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
2013-05-14, Laurent Bessard
80a91fc91595
Fixed bug when deleting line between code and headers on Windows
2013-05-14, Laurent Bessard
f9cf74053b7d
Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code.
2013-05-14, Laurent Bessard
cf2a6a7c87e8
Merged
2013-05-14, Laurent Bessard
c37f8d379ab0
Added global variable names in CodeFileEditor auto-completion list
2013-05-14, Laurent Bessard
5fac491d3a0e
Added support for updating model when broken connection is detected in Viewer
2013-05-14, Laurent Bessard
519a21ddbc40
Fixed PLC code generator when interface of an already used POU has changed
2013-05-14, Laurent Bessard
1c7a4ad86aa1
Fixed bug in loading block in Viewer when block interface has changed
2013-05-14, Laurent Bessard
d81d99fd1932
Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
2013-05-14, Edouard Tisserant
28f96aa9c070
Fixed bug in wxGlade hmi python code generated
2013-05-14, Laurent Bessard
f794fbff8f02
Fixed loading of Blocks in Viewer when block interface have changed
2013-05-13, Laurent Bessard
f96e0254f0ce
Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
2013-05-13, Laurent Bessard
189b49723f9f
Removed restriction on POU interface variables modification when POU is already used
2013-05-13, Laurent Bessard
86527a6f06fb
Fixed bug when generating new name for configuration and resource variable in VariablePanel
2013-05-13, Laurent Bessard
5315f26642e0
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-13, Laurent Bessard
26baa0ae9fd7
Updated python example
2013-05-13, Laurent Bessard
1b1472e76f07
Fixed support for defining python runtime code using sections like in c_ext
2013-05-13, Laurent Bessard
b1705000eba1
Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
2013-05-12, Laurent Bessard
55ed55ef7aea
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
2013-05-12, Laurent Bessard
84de51ab40d2
Fixed Beremiz_service not closing on Windows
2013-05-10, Laurent Bessard
d3838e8f1b90