beremiz
Clone
Summary
Browse
Changes
Graph
fixed bug : buffer overflow when debugging PLC with python blocks
2009-04-10, greg
c5f3f71e7260
Adding support for unsubscribe all variables while transferring
2009-04-09, lbessard
b4131e5d10a4
fixed wrong pthread initialisation
2009-04-08, lbessard
e90aebdd2af1
add utf-8 and save shortcut support in PythonST
2009-04-04, greg
4f0e1d66bba5
remove print messages
2009-03-31, greg
191a568a2a17
add autostart plc feature for beremiz_service (bug fixed)
2009-03-31, greg
fdf81615ed04
add autostart plc feature for beremiz_service
2009-03-30, greg
22e65b8e20f4
Close Debug Window when program transfered
2009-03-24, lbessard
c23daa6996c2
Register the current watched variable in Debug Window before starting
2009-03-24, lbessard
e82c422ad811
Bug opening Auto complete frame when not expected fixed
2009-03-23, lbessard
386566f263f3
Bug preventing loading STLibrary when adding a plugin fixed
2009-03-23, lbessard
f2604900bf25
Invalid minimizebutton state when reload PLCParams fixed
2009-03-23, lbessard
01a7b01bf896
Fix bug preventing library to re-compiled when dependant files changed.
2009-03-23, lbessard
9f07f0d429df
Make 'runtime.py' and 'hmi.py' executed independantly
2009-03-23, lbessard
b8ae0580565c
Adding support for Xenomai targets.
2009-03-16, lbessard
5a4e6278a18b
Restored splash with new lolitech logo
2009-03-11, etisserant
76492675c3ed
Fixed non-wx runtime python evaluation stuff.
2009-03-06, etisserant
bdd82ac65f5d
updated : debian package scripts
2009-03-02, greg
b24790c748ae
Fix size of ComboBoxes
2009-02-25, lbessard
5378fe2fb4bc
change splashscreen beremiz version to 2009.0 Beta
2009-02-19, greg
4e02160de04a
Dispatch wxGlade tests in linux and win32 folders
2009-02-16, greg
408dd4b44ec8
Bug with fonts on some systems fixed
2009-02-13, lbessard
ad4db7099355
Bug when try to launch wxGlade on Windows fixed
2009-01-20, lbessard
ef0b303d9535
Bug when try to launch wxGlade on Windows fixed
2009-01-20, lbessard
8a702213ce51
Bug on Windows fixed
2009-01-20, lbessard
c44484c3429f
Bug when try to launch wxGlade on Windows fixed
2009-01-20, lbessard
11a82fbbac46
Adding support for cancelling code generation of function with no input connected
2009-01-19, lbessard
6eb074f0dae9
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
2009-01-19, greg
d7b0b2d8854c
Updated config_utils so that command line tests work.
2009-01-19, etisserant
b80d3a84b8bf
Enahced python_cwiid test with a wxGlade GUI
2009-01-19, etisserant
d73d30b1095f
Added wxGlade test
2009-01-19, etisserant
6d2cc92eee0b
Removed lost print
2009-01-19, etisserant
9a731a435403
Added wxInspector feature to play with wxGlade GUI more easily.
2009-01-19, etisserant
453487dba0a6
Enhanced wxGlade GUI creation.
2009-01-19, etisserant
d962b3d503b5
Added support for wxglade GUIs.
2009-01-17, etisserant
87c925eaaa3a
Added python_poll FB, to poll python variable without waiting ack
2009-01-17, etisserant
7f7912ae5ee8
Enhanced the way "runtime.py" is executed,
2009-01-16, etisserant
d7f8ffe18017
Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
2009-01-16, etisserant
732e30ac8bf3
Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
2009-01-16, etisserant
8fca8b555808
Replacing wx.Choice by wx.ComboBox
2009-01-16, lbessard
37b2b4adbb1d
Rewrite TestCtrlAutoComplete to fix all bugs
2009-01-16, lbessard
bc6fc07c3153
Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
2009-01-15, lbessard
39b3d4a2195b
Adding example of path generator program
2009-01-14, lbessard
b9ec99fab9fc
Adding support for Graphic for variable in Debug mode
2009-01-14, lbessard
a47081eb6cec
Added systematic stdout.flush runtime side, so that results appear in log window
2009-01-14, etisserant
701c0601db02
Local Runtime (LOCAL://) now launched "on demand"
2009-01-14, etisserant
3bd617ae7a05
Bug on __DEBUG no present fixed
2009-01-09, lbessard
d17bd2f00a87
Warning on modulo by zero fixed
2009-01-09, lbessard
7ee96191c476
The must-have test : using wiimote sensors !
2009-01-04, etisserant
5b3083695c8c
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
2009-01-04, etisserant
a2a8a52b0d4f
Added local C dependency dicovery and changes checking, to speed up build.
2009-01-04, etisserant
e5782a52dcea
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
2008-12-30, etisserant
3fecc96090c8
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
2008-12-30, etisserant
d0e6fc0701fb
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
2008-12-24, etisserant
2221e99d2f8f
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
2008-12-23, etisserant
3f0fc8de99b0
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
2008-12-23, etisserant
f2ef79f3dba0
Fixed minimize/maximize invertion
2008-12-23, etisserant
47d29c4b55a3
Updated splash
2008-12-23, etisserant
38b0da8672e1
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
2008-12-23, etisserant
73890551f021
fixed : MAX_SEM_COUNT to 1 instead of 10
2008-12-15, greg
0d7426f26c6f