2009-04-10 |
greg |
Fixed bug : Segmentation fault or locks when stop PLC if no CAN network.
|
changeset |
files
|
2009-04-10 |
greg |
fixed bug : buffer overflow when debugging PLC with python blocks
|
changeset |
files
|
2009-04-09 |
lbessard |
Adding support for unsubscribe all variables while transferring
|
changeset |
files
|
2009-04-08 |
lbessard |
fixed wrong pthread initialisation
|
changeset |
files
|
2009-04-04 |
greg |
add utf-8 and save shortcut support in PythonST
|
changeset |
files
|
2009-03-31 |
greg |
remove print messages
|
changeset |
files
|
2009-03-31 |
greg |
add autostart plc feature for beremiz_service (bug fixed)
|
changeset |
files
|
2009-03-30 |
greg |
add autostart plc feature for beremiz_service
|
changeset |
files
|
2009-03-24 |
lbessard |
Close Debug Window when program transfered
|
changeset |
files
|
2009-03-24 |
lbessard |
Register the current watched variable in Debug Window before starting
|
changeset |
files
|
2009-03-23 |
lbessard |
Bug opening Auto complete frame when not expected fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Bug preventing loading STLibrary when adding a plugin fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Invalid minimizebutton state when reload PLCParams fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Fix bug preventing library to re-compiled when dependant files changed.
|
changeset |
files
|
2009-03-23 |
lbessard |
Make 'runtime.py' and 'hmi.py' executed independantly
|
changeset |
files
|
2009-03-16 |
lbessard |
Adding support for Xenomai targets.
|
changeset |
files
|
2009-03-11 |
etisserant |
Restored splash with new lolitech logo
|
changeset |
files
|
2009-03-06 |
etisserant |
Fixed non-wx runtime python evaluation stuff.
|
changeset |
files
|
2009-03-02 |
greg |
updated : debian package scripts
|
changeset |
files
|
2009-02-25 |
lbessard |
Fix size of ComboBoxes
|
changeset |
files
|
2009-02-19 |
greg |
change splashscreen beremiz version to 2009.0 Beta
|
changeset |
files
|
2009-02-16 |
greg |
Dispatch wxGlade tests in linux and win32 folders
|
changeset |
files
|
2009-02-13 |
lbessard |
Bug with fonts on some systems fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-19 |
lbessard |
Adding support for cancelling code generation of function with no input connected
|
changeset |
files
|
2009-01-19 |
greg |
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
|
changeset |
files
|
2009-01-19 |
etisserant |
Updated config_utils so that command line tests work.
|
changeset |
files
|
2009-01-19 |
etisserant |
Enahced python_cwiid test with a wxGlade GUI
|
changeset |
files
|
2009-01-19 |
etisserant |
Added wxGlade test
|
changeset |
files
|
2009-01-19 |
etisserant |
Removed lost print
|
changeset |
files
|
2009-01-19 |
etisserant |
Added wxInspector feature to play with wxGlade GUI more easily.
|
changeset |
files
|
2009-01-19 |
etisserant |
Enhanced wxGlade GUI creation.
|
changeset |
files
|
2009-01-17 |
etisserant |
Added support for wxglade GUIs.
|
changeset |
files
|
2009-01-17 |
etisserant |
Added python_poll FB, to poll python variable without waiting ack
|
changeset |
files
|
2009-01-16 |
etisserant |
Enhanced the way "runtime.py" is executed,
|
changeset |
files
|
2009-01-16 |
etisserant |
Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
|
changeset |
files
|
2009-01-16 |
etisserant |
Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
|
changeset |
files
|
2009-01-16 |
lbessard |
Replacing wx.Choice by wx.ComboBox
|
changeset |
files
|
2009-01-16 |
lbessard |
Rewrite TestCtrlAutoComplete to fix all bugs
|
changeset |
files
|
2009-01-15 |
lbessard |
Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
|
changeset |
files
|
2009-01-14 |
lbessard |
Adding example of path generator program
|
changeset |
files
|
2009-01-14 |
lbessard |
Adding support for Graphic for variable in Debug mode
|
changeset |
files
|
2009-01-14 |
etisserant |
Added systematic stdout.flush runtime side, so that results appear in log window
|
changeset |
files
|
2009-01-14 |
etisserant |
Local Runtime (LOCAL://) now launched "on demand"
|
changeset |
files
|
2009-01-09 |
lbessard |
Bug on __DEBUG no present fixed
|
changeset |
files
|
2009-01-09 |
lbessard |
Warning on modulo by zero fixed
|
changeset |
files
|
2009-01-04 |
etisserant |
The must-have test : using wiimote sensors !
|
changeset |
files
|
2009-01-04 |
etisserant |
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
|
changeset |
files
|
2009-01-04 |
etisserant |
Added local C dependency dicovery and changes checking, to speed up build.
|
changeset |
files
|
2008-12-30 |
etisserant |
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
|
changeset |
files
|
2008-12-30 |
etisserant |
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.
|
changeset |
files
|
2008-12-23 |
etisserant |
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
|
changeset |
files
|
2008-12-23 |
etisserant |
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
|
changeset |
files
|
2008-12-23 |
etisserant |
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
|
changeset |
files
|
2008-12-23 |
etisserant |
Fixed minimize/maximize invertion
|
changeset |
files
|
2008-12-23 |
etisserant |
Updated splash
|
changeset |
files
|
2008-12-23 |
etisserant |
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
|
changeset |
files
|