etisserant [Mon, 23 Jun 2008 17:52:21 +0200] rev 163
Support for extern pointer for located variables + Preliminary slave code (broken)
etisserant [Mon, 23 Jun 2008 16:06:20 +0200] rev 162
Try to fix strange wxPopen behavior. Feedback appreciated.
lbessard [Wed, 04 Jun 2008 17:47:54 +0200] rev 161
Bug on output variable location generation fixed
greg [Thu, 29 May 2008 17:44:11 +0200] rev 160
NMY start node on slavebootup
greg [Mon, 26 May 2008 15:25:26 +0200] rev 159
add import wx for testing platform
greg [Mon, 26 May 2008 15:01:32 +0200] rev 158
fix bug for svgui
greg [Mon, 26 May 2008 15:00:10 +0200] rev 157
add debug mode for CanFestival dll under windows
etisserant [Sat, 24 May 2008 15:56:43 +0200] rev 156
Changed canfestival plugin runtime template to reflect recent changes on unix.
etisserant [Sat, 24 May 2008 15:55:46 +0200] rev 155
Fixed typos in config_utils comments
etisserant [Sat, 24 May 2008 15:55:19 +0200] rev 154
Fixed killing app on Linux in wxPopen. Do not use shell anymore. Command line is splitted into args, taking care of double and simple cotes. To be tested on win32.
etisserant [Sat, 24 May 2008 15:51:11 +0200] rev 153
changed WidgetInspector shortcut to ctrl+home (ctrl+F12 was grabbed by KDE).
greg [Sat, 24 May 2008 11:51:33 +0200] rev 152
add TimerInit() and TimerCleanup() in cf_runtime for matching with Timer_unix
etisserant [Fri, 23 May 2008 19:33:17 +0200] rev 151
still enhancing Linux behavior of wxPopen
etisserant [Fri, 23 May 2008 18:48:03 +0200] rev 150
Fixed non-regression test of config_utils in canfestival plugin
etisserant [Fri, 23 May 2008 18:47:32 +0200] rev 149
Tried to fix Linux behaviour of wxPopen.py
etisserant [Fri, 23 May 2008 16:01:49 +0200] rev 148
moved some demo code from plugger.py to test/.methods.py
lbessard [Fri, 23 May 2008 15:37:24 +0200] rev 147
Improve svgui plugin for following SVGUIEditor modifications
greg [Fri, 23 May 2008 10:52:55 +0200] rev 146
bug fix
lbessard [Fri, 23 May 2008 10:31:26 +0200] rev 145
Improving c_ext plugin by adding an XML file format for saving C files and an graphical interface for editing this file
greg [Tue, 06 May 2008 15:22:18 +0200] rev 144
add Exit function and StopTimerLoop arg to match with recent changes in CanFestival
greg [Wed, 16 Apr 2008 14:27:12 +0200] rev 143
fixed windows bug in generate soft_plc (directory with spaces)
lbessard [Wed, 16 Apr 2008 09:40:25 +0200] rev 142
Generated Callback functions fixed
lbessard [Tue, 08 Apr 2008 18:44:19 +0200] rev 141
Clash with iec_std_lib.h and windows.h bug fixed
lbessard [Fri, 04 Apr 2008 17:54:05 +0200] rev 140
Changes in SVGUIControl
greg [Fri, 04 Apr 2008 15:42:03 +0200] rev 139
fixed typo in svgui.py
lbessard [Thu, 03 Apr 2008 18:26:40 +0200] rev 138
Changing SVGUI FunctionBlocks interface
lbessard [Mon, 31 Mar 2008 18:33:35 +0200] rev 137
Modifying svgui plugin for following new SVGUIEditor version
Changing 'retrive' to 'retrieve' for any file
greg [Thu, 13 Mar 2008 15:38:27 +0100] rev 136
import all docutils in 1 time
greg [Thu, 13 Mar 2008 10:28:01 +0100] rev 135
change numpage (20 to 21) to display directly demo chapter in beremiz_manual
greg [Thu, 13 Mar 2008 10:24:58 +0100] rev 134
docutils is now used for displaying pdf and html
greg [Wed, 12 Mar 2008 14:51:52 +0100] rev 133
change splash.Hide() with splash.Close()
greg [Wed, 12 Mar 2008 13:32:14 +0100] rev 132
remove double copyright and version
greg [Wed, 12 Mar 2008 13:29:39 +0100] rev 131
new manual version
greg [Tue, 11 Mar 2008 12:44:02 +0100] rev 130
fixed short process wainting bug. Seems wait() fail when process already finisshed... TO BE CONFIRMED.
lbessard [Tue, 11 Mar 2008 10:42:26 +0100] rev 129
Bug with Target Type modification fixed
greg [Tue, 11 Mar 2008 10:38:12 +0100] rev 128
fixed subprocess launching on linux (avoid use of undefied self.startupinfo and use use Shell=True (bash will split arguments))
lbessard [Thu, 06 Mar 2008 14:23:04 +0100] rev 127
Adding icons to Beremiz menus
greg [Wed, 05 Mar 2008 11:43:20 +0100] rev 126
add use of docutils for pdf
lbessard [Wed, 05 Mar 2008 10:05:12 +0100] rev 125
docfile pdf path fixed
lbessard [Wed, 05 Mar 2008 10:04:28 +0100] rev 124
SetIcon for Beremiz fixed
greg [Tue, 04 Mar 2008 08:50:52 +0100] rev 123
fix typo in Beremiz.py
greg [Mon, 03 Mar 2008 17:44:04 +0100] rev 122
use docclass for opening pdf on win32 or linux
etisserant [Fri, 29 Feb 2008 19:13:47 +0100] rev 121
Added ctrl+f12 wxpython inspector shortcut for debuging
greg [Fri, 29 Feb 2008 12:03:45 +0100] rev 120
create doc directory and add about.html + manual_beremiz.pdf
implement beremiz helpMenu
etisserant [Thu, 28 Feb 2008 18:12:16 +0100] rev 119
Added question dialog for unsaved close
etisserant [Wed, 27 Feb 2008 18:40:39 +0100] rev 118
Refuse close if PLC running.
Handling/display of change status for plugin. Now save when close.
etisserant [Wed, 27 Feb 2008 14:36:05 +0100] rev 117
Added splash screen. Moved icons to /images
greg [Wed, 27 Feb 2008 09:43:02 +0100] rev 116
add wx.icon in init for class beremiz class
etisserant [Tue, 26 Feb 2008 17:14:06 +0100] rev 115
Fixed empty build exception.
etisserant [Tue, 26 Feb 2008 15:33:32 +0100] rev 114
Now .xml files are automatically created when creating a new project no need to save explicitely.
etisserant [Tue, 26 Feb 2008 15:25:31 +0100] rev 113
Fixed new project creation bug
etisserant [Tue, 26 Feb 2008 15:04:12 +0100] rev 112
Re-enabled stderr
greg [Mon, 25 Feb 2008 16:59:28 +0100] rev 111
fixed display/hide console when launch external programs
etisserant [Sun, 24 Feb 2008 02:06:42 +0100] rev 110
Fixed way apps are launched in parralel with single log window... Tested in win32 only.
etisserant [Fri, 22 Feb 2008 19:04:01 +0100] rev 109
Added enable/disable of plugin method buttons. Fixed alpha graying problem with disabled buttons. Updated debug dialog message with bug report path
greg [Fri, 22 Feb 2008 15:40:18 +0100] rev 108
add clean implementation
greg [Fri, 22 Feb 2008 14:57:24 +0100] rev 107
add Run and Stop implementation
etisserant [Fri, 22 Feb 2008 12:20:21 +0100] rev 106
Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
etisserant [Thu, 21 Feb 2008 11:42:33 +0100] rev 105
Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins
greg [Mon, 18 Feb 2008 18:34:24 +0100] rev 104
add icon for linux