etisserant [Mon, 19 Jan 2009 08:39:36 +0100] rev 305
Added wxGlade test
etisserant [Mon, 19 Jan 2009 08:39:16 +0100] rev 304
Removed lost print
etisserant [Mon, 19 Jan 2009 08:38:33 +0100] rev 303
Added wxInspector feature to play with wxGlade GUI more easily.
etisserant [Mon, 19 Jan 2009 08:32:11 +0100] rev 302
Enhanced wxGlade GUI creation.
- Frame object name now have same name as in editor
- Closing the frame replace object by None, warn user, and recreate frame
etisserant [Sat, 17 Jan 2009 02:36:46 +0100] rev 301
Added support for wxglade GUIs.
etisserant [Sat, 17 Jan 2009 02:34:45 +0100] rev 300
Added python_poll FB, to poll python variable without waiting ack
etisserant [Fri, 16 Jan 2009 16:59:18 +0100] rev 299
Enhanced the way "runtime.py" is executed,
etisserant [Fri, 16 Jan 2009 16:52:23 +0100] rev 298
Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
etisserant [Fri, 16 Jan 2009 16:50:54 +0100] rev 297
Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
lbessard [Fri, 16 Jan 2009 13:20:44 +0100] rev 296
Replacing wx.Choice by wx.ComboBox
lbessard [Fri, 16 Jan 2009 08:54:37 +0100] rev 295
Rewrite TestCtrlAutoComplete to fix all bugs
lbessard [Thu, 15 Jan 2009 10:05:07 +0100] rev 294
Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
lbessard [Wed, 14 Jan 2009 19:50:09 +0100] rev 293
Adding example of path generator program
lbessard [Wed, 14 Jan 2009 19:44:36 +0100] rev 292
Adding support for Graphic for variable in Debug mode
etisserant [Wed, 14 Jan 2009 19:25:53 +0100] rev 291
Added systematic stdout.flush runtime side, so that results appear in log window
etisserant [Wed, 14 Jan 2009 16:41:14 +0100] rev 290
Local Runtime (LOCAL://) now launched "on demand"
Added Graphical Python shell in Tray Icon menu
Fixed some missing __DEBUG variable assignement
More generic per target LDFLAGS and CFLAGS
lbessard [Fri, 09 Jan 2009 17:08:31 +0100] rev 289
Bug on __DEBUG no present fixed
lbessard [Fri, 09 Jan 2009 17:07:56 +0100] rev 288
Warning on modulo by zero fixed
etisserant [Sun, 04 Jan 2009 17:30:34 +0100] rev 287
The must-have test : using wiimote sensors !
etisserant [Sun, 04 Jan 2009 17:29:12 +0100] rev 286
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
etisserant [Sun, 04 Jan 2009 17:25:22 +0100] rev 285
Added local C dependency dicovery and changes checking, to speed up build.
etisserant [Tue, 30 Dec 2008 22:47:15 +0100] rev 284
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
etisserant [Tue, 30 Dec 2008 22:43:48 +0100] rev 283
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.
etisserant [Wed, 24 Dec 2008 00:02:12 +0100] rev 282
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
etisserant [Tue, 23 Dec 2008 23:56:29 +0100] rev 281
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
etisserant [Tue, 23 Dec 2008 19:37:44 +0100] rev 280
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
etisserant [Tue, 23 Dec 2008 19:31:28 +0100] rev 279
Fixed minimize/maximize invertion
etisserant [Tue, 23 Dec 2008 19:30:45 +0100] rev 278
Updated splash
etisserant [Tue, 23 Dec 2008 12:33:14 +0100] rev 277
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
greg [Mon, 15 Dec 2008 08:41:16 +0100] rev 276
fixed : MAX_SEM_COUNT to 1 instead of 10
remove ReleaseSemaphore on debug_sem in InitiateDebugTransfer function
lbessard [Fri, 12 Dec 2008 17:54:17 +0100] rev 275
Adding Function Blocks in VARIABLES.csv
greg [Wed, 10 Dec 2008 17:37:21 +0100] rev 274
Adding support for defining plugin library as a plcopen xml file in plugin folder
greg [Wed, 26 Nov 2008 09:05:04 +0100] rev 273
Bug with debug mode when displaying code fixed
greg [Wed, 26 Nov 2008 09:04:28 +0100] rev 272
Bug on Exception handling fixed
greg [Mon, 24 Nov 2008 08:57:43 +0100] rev 271
add the possibility to enable or disable wxTaskbarIcon for Beremiz_service
Launch beremiz without taskbarIcon by default (incompatible with svgui plugin)
lbessard [Thu, 20 Nov 2008 12:57:24 +0100] rev 270
Bug on bit mapping in CanFestival plugin fixed
greg [Tue, 04 Nov 2008 16:00:44 +0100] rev 269
add a TaskBarIcon to configure beremiz_service and display plc states (started, stopped)
greg [Tue, 04 Nov 2008 15:44:44 +0100] rev 268
add autocomplete support for beremiz's textctrl
greg [Fri, 31 Oct 2008 09:56:14 +0100] rev 267
fix bad parameters in plugin.xml for test_master on linux
greg [Mon, 27 Oct 2008 09:35:23 +0100] rev 266
update test_master and test_slave examples for win32
greg [Mon, 27 Oct 2008 09:19:35 +0100] rev 265
update test_master and test_slave examples for win32
greg [Mon, 27 Oct 2008 07:58:57 +0100] rev 264
Update test_master and test_slave examples for linux
greg [Fri, 24 Oct 2008 14:36:52 +0200] rev 263
fix bug in beremiz_service with the MainLoop
greg [Fri, 24 Oct 2008 14:01:36 +0200] rev 262
add taskbaricon to beremiz_service.
fix bug in dicovery.py
Write class for ServicePublisher
greg [Wed, 22 Oct 2008 14:22:54 +0200] rev 261
fix bug in methods.py
greg [Mon, 20 Oct 2008 13:04:10 +0200] rev 260
add docutils in svgui plugins to launch inkscape
fix bug in Beremiz.py when open project without buildpath
greg [Fri, 17 Oct 2008 14:44:41 +0200] rev 259
changes CXXFLAGS LDFLAGS for svgui plugin on win32 platform
greg [Fri, 17 Oct 2008 13:27:03 +0200] rev 258
fixed bug with config
greg [Fri, 17 Oct 2008 13:03:19 +0200] rev 257
remove workspace test
store last folder opened
greg [Thu, 16 Oct 2008 16:49:39 +0200] rev 256
add buildpath parameter for beremiz
fix problems with test_svgui
remove -mno-cygwin from plugins/svgui
etisserant [Tue, 14 Oct 2008 13:40:17 +0200] rev 255
Fixed rmll examples
etisserant [Wed, 10 Sep 2008 17:14:12 +0200] rev 254
Updated splash for beta
greg [Wed, 10 Sep 2008 17:11:04 +0200] rev 253
fixed : findiecchannel call
lbessard [Wed, 10 Sep 2008 16:44:27 +0200] rev 252
Bug with FBDPanel fixed
greg [Mon, 08 Sep 2008 14:33:57 +0200] rev 251
change default linker (ld ) to g++ in XSD for gcc toolchain
lbessard [Mon, 08 Sep 2008 13:55:50 +0200] rev 250
Bug with return value of nodelist saving fixed
lbessard [Sun, 07 Sep 2008 16:46:15 +0200] rev 249
Bug with Open, Reopen and Close Project fixed
lbessard [Sun, 07 Sep 2008 16:43:05 +0200] rev 248
Bug with Open, Reopen and Close Project fixed
greg [Sun, 07 Sep 2008 15:54:09 +0200] rev 247
add __DEBUG variable
lbessard [Sun, 07 Sep 2008 15:23:32 +0200] rev 246
Adding support for Debugging in PLCOpenEditor
etisserant [Sun, 07 Sep 2008 10:06:19 +0200] rev 245
Added __DEBUG global var to eventually change PLC code execution gehavior
greg [Sun, 07 Sep 2008 10:03:23 +0200] rev 244
fixed : bug in debugthreadproc (plugger.py)
changes in plc_win32_main.c and plc_debug
lbessard [Fri, 05 Sep 2008 18:15:18 +0200] rev 243
Adding support for Debugging with PLCOpenEditor
Bug with unsubscribe IEC_path start to be fixed
lbessard [Fri, 05 Sep 2008 18:13:55 +0200] rev 242
Bug closing project in Beremiz when closing tab in PLCOpenEditor fixed
lbessard [Fri, 05 Sep 2008 18:11:52 +0200] rev 241
Problem with multi-connection on block in LD fixed
greg [Fri, 05 Sep 2008 16:27:43 +0200] rev 240
fixed : bug when stop plc and previously svguiapp closed
etisserant [Fri, 05 Sep 2008 16:25:57 +0200] rev 239
Fixed bad IPC choice for debugger/PLC/control thread collaboration
etisserant [Thu, 04 Sep 2008 16:07:14 +0200] rev 238
Debugger now reports BOOL as booleans
etisserant [Thu, 04 Sep 2008 15:56:25 +0200] rev 237
Some scenario may block debugger.
etisserant [Thu, 04 Sep 2008 14:57:52 +0200] rev 236
Now debug all ticks, not only odd ones :-)
etisserant [Wed, 03 Sep 2008 17:28:17 +0200] rev 235
Improved debug data feedback.
greg [Tue, 02 Sep 2008 12:24:25 +0200] rev 234
fixed : bug when launch beremiz_service on windows
greg [Tue, 02 Sep 2008 12:21:58 +0200] rev 233
add start inkscape methods for svgui plugin
greg [Mon, 01 Sep 2008 14:40:51 +0200] rev 232
add call to join method for stdout/stderr threads
etisserant [Sat, 30 Aug 2008 22:14:06 +0200] rev 231
Re-organized pyro connector proxy members mascarading
etisserant [Sat, 30 Aug 2008 22:12:49 +0200] rev 230
Some GUI enhancement. Beremiz now comes with its own GenBitmapTextButton
greg [Thu, 28 Aug 2008 16:34:48 +0200] rev 229
add tests for win32
fixed bug for win32
greg [Thu, 28 Aug 2008 15:08:41 +0200] rev 228
fixed : init_level bug
remove -lrt in LDFLAG
etisserant [Thu, 28 Aug 2008 14:53:11 +0200] rev 227
- Some improovements in debug data feedback data
- Added "LOCAL://" uri support for local runtime support on randomized port
etisserant [Thu, 28 Aug 2008 14:51:46 +0200] rev 226
Fixed typo in discovery.py
lbessard [Thu, 28 Aug 2008 14:22:45 +0200] rev 225
Some instance type test improved
greg [Tue, 26 Aug 2008 15:31:09 +0200] rev 224
remove import signal in beremiz.py
remove SIGKILL signal in wxPopen
etisserant [Tue, 26 Aug 2008 13:47:21 +0200] rev 223
Fixed bad bahavior when zeroconf bindaddress unspecified.
etisserant [Mon, 25 Aug 2008 18:03:10 +0200] rev 222
Added lock to avoid variable subsciption concurrent to transmission to PLC
etisserant [Mon, 25 Aug 2008 18:02:15 +0200] rev 221
Rewritten horrible discovery.py.
etisserant [Mon, 25 Aug 2008 18:01:49 +0200] rev 220
Fixed local PLC runtime kill on aborted quit attempt.
etisserant [Mon, 25 Aug 2008 18:01:01 +0200] rev 219
Fixed problem with first PLC argument (argv)
greg [Fri, 22 Aug 2008 15:35:11 +0200] rev 218
remove old code and fix typo
etisserant [Fri, 22 Aug 2008 15:30:09 +0200] rev 217
Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
etisserant [Fri, 22 Aug 2008 15:27:37 +0200] rev 216
Fixed typo in PLCObject.py
lbessard [Fri, 22 Aug 2008 13:36:54 +0200] rev 215
Bugs on Opening PLCOpenEditor fixed
lbessard [Fri, 22 Aug 2008 13:36:16 +0200] rev 214
Modification in catched wxTextCtrl events
lbessard [Fri, 22 Aug 2008 13:34:58 +0200] rev 213
Change in layout from AuiMDIParentFrame to AuiNotebook
lbessard [Fri, 22 Aug 2008 13:33:42 +0200] rev 212
.cvsignore files updated
etisserant [Thu, 21 Aug 2008 17:19:09 +0200] rev 211
Made autom_ihm_rmll test work again.
etisserant [Thu, 21 Aug 2008 17:18:44 +0200] rev 210
Fixed oddities in arguments/options parsing and passing to plugins initialization...
etisserant [Thu, 21 Aug 2008 17:17:36 +0200] rev 209
Moved template C code to targets dir. Cleaned up some forgotten print.
greg [Thu, 21 Aug 2008 13:21:37 +0200] rev 208
remove print message
greg [Thu, 21 Aug 2008 13:18:49 +0200] rev 207
add address ip params
fix configure/publish service
greg [Thu, 21 Aug 2008 10:35:12 +0200] rev 206
fix bug in plugger.py to get URI_Location
add ip authorized in beremiz_service.py
greg [Wed, 20 Aug 2008 10:10:34 +0200] rev 205
move specific target runtimes to their targets directory
greg [Wed, 20 Aug 2008 09:37:57 +0200] rev 204
remove URI_location from XSD targets and add to pluginroot XSD
etisserant [Wed, 20 Aug 2008 00:11:40 +0200] rev 203
Added concepts :
- connector class (for PLC control, debug and flashing abstraction).
- builder class (C toolchain abstraction)
Added features :
- Pyro based connector.
- ctypes loader, load PLC shared object and run it
- ctypes based debugger embryo (not tested)
- gcc builder
Broken:
- Win32 runtime
- Most tests
lbessard [Tue, 12 Aug 2008 16:27:07 +0200] rev 202
Adding support for highlighing compiling errors into PLCOpenEditor
lbessard [Tue, 12 Aug 2008 16:25:18 +0200] rev 201
Adding support for highlighing compiling errors into PLCOpenEditor
etisserant [Wed, 30 Jul 2008 17:16:57 +0200] rev 200
Change shortcut for wx-inspector now ctrl-alt-i
etisserant [Tue, 15 Jul 2008 17:57:04 +0200] rev 199
minor gui improvements :
- smaller plugin name field, indented according plugin depth
- C editor icon
- IEC editor icon
lbessard [Tue, 15 Jul 2008 17:35:19 +0200] rev 198
Bug while while changing name of SVGUI plugin node fixed
etisserant [Tue, 15 Jul 2008 16:01:09 +0200] rev 197
SVG/Inkscape based icon generation script + SVG drawing.
Change in icon naming : no more size in name
greg [Mon, 07 Jul 2008 13:37:23 +0200] rev 196
changes in plc_Win32_main to match with new api (alignment feature)
etisserant [Mon, 07 Jul 2008 11:34:12 +0200] rev 195
*** empty log message ***
lbessard [Tue, 01 Jul 2008 18:31:38 +0200] rev 194
Disable some components