Tue, 11 Mar 2008 12:44:02 +0100 greg fixed short process wainting bug. Seems wait() fail when process already finisshed... TO BE CONFIRMED.
Tue, 11 Mar 2008 10:42:26 +0100 lbessard Bug with Target Type modification fixed
Tue, 11 Mar 2008 10:38:12 +0100 greg fixed subprocess launching on linux (avoid use of undefied self.startupinfo and use use Shell=True (bash will split arguments))
Thu, 06 Mar 2008 14:23:04 +0100 lbessard Adding icons to Beremiz menus
Wed, 05 Mar 2008 11:43:20 +0100 greg add use of docutils for pdf
Wed, 05 Mar 2008 10:05:12 +0100 lbessard docfile pdf path fixed
Wed, 05 Mar 2008 10:04:28 +0100 lbessard SetIcon for Beremiz fixed
Tue, 04 Mar 2008 08:50:52 +0100 greg fix typo in Beremiz.py
Mon, 03 Mar 2008 17:44:04 +0100 greg use docclass for opening pdf on win32 or linux
Fri, 29 Feb 2008 19:13:47 +0100 etisserant Added ctrl+f12 wxpython inspector shortcut for debuging
Fri, 29 Feb 2008 12:03:45 +0100 greg create doc directory and add about.html + manual_beremiz.pdf
Thu, 28 Feb 2008 18:12:16 +0100 etisserant Added question dialog for unsaved close
Wed, 27 Feb 2008 18:40:39 +0100 etisserant Refuse close if PLC running.
Wed, 27 Feb 2008 14:36:05 +0100 etisserant Added splash screen. Moved icons to /images
Wed, 27 Feb 2008 09:43:02 +0100 greg add wx.icon in init for class beremiz class
Tue, 26 Feb 2008 17:14:06 +0100 etisserant Fixed empty build exception.
Tue, 26 Feb 2008 15:33:32 +0100 etisserant Now .xml files are automatically created when creating a new project no need to save explicitely.
Tue, 26 Feb 2008 15:25:31 +0100 etisserant Fixed new project creation bug
Tue, 26 Feb 2008 15:04:12 +0100 etisserant Re-enabled stderr
Mon, 25 Feb 2008 16:59:28 +0100 greg fixed display/hide console when launch external programs
Sun, 24 Feb 2008 02:06:42 +0100 etisserant Fixed way apps are launched in parralel with single log window... Tested in win32 only.
Fri, 22 Feb 2008 19:04:01 +0100 etisserant Added enable/disable of plugin method buttons. Fixed alpha graying problem with disabled buttons. Updated debug dialog message with bug report path
Fri, 22 Feb 2008 15:40:18 +0100 greg add clean implementation
Fri, 22 Feb 2008 14:57:24 +0100 greg add Run and Stop implementation
Fri, 22 Feb 2008 12:20:21 +0100 etisserant Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
Thu, 21 Feb 2008 11:42:33 +0100 etisserant Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins
Mon, 18 Feb 2008 18:34:24 +0100 greg add icon for linux
Mon, 18 Feb 2008 18:20:23 +0100 greg fix bzr.ico -> icon for windows installer
Mon, 18 Feb 2008 18:09:17 +0100 greg add bzr.ico -> icon for windows installer
Wed, 13 Feb 2008 10:44:42 +0100 lbessard Display bugs on Windows fixed