Wed, 28 Mar 2012 00:05:35 +0200Fix bug in debugger when transfer without having build before and and opening debug view before running PLC
laurent [Wed, 28 Mar 2012 00:05:35 +0200] rev 707
Fix bug in debugger when transfer without having build before and and opening debug view before running PLC

Wed, 28 Mar 2012 00:05:15 +0200Adding ToolBar containing basic menu items
laurent [Wed, 28 Mar 2012 00:05:15 +0200] rev 706
Adding ToolBar containing basic menu items

Thu, 29 Mar 2012 00:14:35 +0200More gentle use of app.Yield in ProcessLogger
Edouard Tisserant [Thu, 29 Mar 2012 00:14:35 +0200] rev 705
More gentle use of app.Yield in ProcessLogger

Wed, 28 Mar 2012 21:08:31 +0200More stable ProcessLogger.spin()
Edouard Tisserant [Wed, 28 Mar 2012 21:08:31 +0200] rev 704
More stable ProcessLogger.spin()

Sun, 18 Mar 2012 23:50:51 +0100Adding support for selecting plugin parameter value from a tree of available values
laurent [Sun, 18 Mar 2012 23:50:51 +0100] rev 703
Adding support for selecting plugin parameter value from a tree of available values

Sun, 18 Mar 2012 19:17:54 +0100Added a few shortcuts in menus
Edouard Tisserant [Sun, 18 Mar 2012 19:17:54 +0100] rev 702
Added a few shortcuts in menus

Sun, 18 Mar 2012 18:32:49 +0100Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
Edouard Tisserant [Sun, 18 Mar 2012 18:32:49 +0100] rev 701
Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting

Sun, 11 Mar 2012 22:00:15 +0100merge
laurent [Sun, 11 Mar 2012 22:00:15 +0100] rev 700
merge

Sun, 11 Mar 2012 19:42:14 +0100Adding support for executing python scripts on remote runtime
laurent [Sun, 11 Mar 2012 19:42:14 +0100] rev 699
Adding support for executing python scripts on remote runtime

Tue, 06 Mar 2012 22:42:56 +0100merge
Edouard Tisserant [Tue, 06 Mar 2012 22:42:56 +0100] rev 698
merge

Mon, 05 Mar 2012 12:02:20 +0100Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
laurent [Mon, 05 Mar 2012 12:02:20 +0100] rev 697
Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program

Mon, 27 Feb 2012 16:51:43 +0100Fix bug in killing debug thread when closing Beremiz window
laurent [Mon, 27 Feb 2012 16:51:43 +0100] rev 696
Fix bug in killing debug thread when closing Beremiz window

Thu, 23 Feb 2012 17:45:11 +0100Fixed stopping crash in some cases
Edouard Tisserant [Thu, 23 Feb 2012 17:45:11 +0100] rev 695
Fixed stopping crash in some cases

Tue, 21 Feb 2012 22:36:35 +0100Inverting order of plugin calls in retrieve and publish
laurent [Tue, 21 Feb 2012 22:36:35 +0100] rev 694
Inverting order of plugin calls in retrieve and publish

Sun, 19 Feb 2012 02:20:24 +0100Added support for object files as a result of PlugGenerate_C
Edouard Tisserant [Sun, 19 Feb 2012 02:20:24 +0100] rev 693
Added support for object files as a result of PlugGenerate_C

Thu, 16 Feb 2012 22:54:44 +0100Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
laurent [Thu, 16 Feb 2012 22:54:44 +0100] rev 692
Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program

Thu, 16 Feb 2012 22:52:28 +0100Fix bug with "Transfer" button
smarteh-dev [Thu, 16 Feb 2012 22:52:28 +0100] rev 691
Fix bug with "Transfer" button

Thu, 16 Feb 2012 15:13:05 +0100Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized.
Edouard Tisserant [Thu, 16 Feb 2012 15:13:05 +0100] rev 690
Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized.

Thu, 16 Feb 2012 14:57:04 +0100Updated logger calls in debugthread.
Edouard Tisserant [Thu, 16 Feb 2012 14:57:04 +0100] rev 689
Updated logger calls in debugthread.
Cleaned up useles call to kill debugthread in stop
Removed dead commented code

Thu, 16 Feb 2012 00:19:27 +0100Even more robust logger, up to the really last line that comes after the rush
Edouard Tisserant [Thu, 16 Feb 2012 00:19:27 +0100] rev 688
Even more robust logger, up to the really last line that comes after the rush

Wed, 15 Feb 2012 19:17:09 +0100Fixed Logger redraw problem on Windows created in previous commit
Edouard Tisserant [Wed, 15 Feb 2012 19:17:09 +0100] rev 687
Fixed Logger redraw problem on Windows created in previous commit

Wed, 15 Feb 2012 18:52:31 +0100More robust Logger, now resist to flooding.
Edouard Tisserant [Wed, 15 Feb 2012 18:52:31 +0100] rev 686
More robust Logger, now resist to flooding.
Removed wxCallAfter f*ck'up in ProcessLogger
Removed noisy useless warning when adding a plugin

Wed, 15 Feb 2012 16:39:56 +0100Fixed Win32 timer up to 1ms
Edouard Tisserant [Wed, 15 Feb 2012 16:39:56 +0100] rev 685
Fixed Win32 timer up to 1ms

Wed, 15 Feb 2012 00:44:24 +0100Merge with Edouard's Modifications
laurent [Wed, 15 Feb 2012 00:44:24 +0100] rev 684
Merge with Edouard's Modifications

Wed, 15 Feb 2012 00:32:01 +0100Fix wrong panel size making strange background in topology plugin element
laurent [Wed, 15 Feb 2012 00:32:01 +0100] rev 683
Fix wrong panel size making strange background in topology plugin element

Sat, 11 Feb 2012 00:02:02 +0100Adding support for integrating CanFestival plugin panels in Beremiz main frame
smarteh-dev [Sat, 11 Feb 2012 00:02:02 +0100] rev 682
Adding support for integrating CanFestival plugin panels in Beremiz main frame

Tue, 14 Feb 2012 12:20:19 +0100commented out noisy printf in Win32 target
Edouard Tisserant [Tue, 14 Feb 2012 12:20:19 +0100] rev 681
commented out noisy printf in Win32 target

Thu, 09 Feb 2012 21:23:11 +0100Adding support for integrating CanFestival plugin panels in Beremiz main frame
smarteh-dev [Thu, 09 Feb 2012 21:23:11 +0100] rev 680
Adding support for integrating CanFestival plugin panels in Beremiz main frame

Tue, 07 Feb 2012 19:14:10 +0100Fix recent projects list not updated when creating new project
laurent [Tue, 07 Feb 2012 19:14:10 +0100] rev 679
Fix recent projects list not updated when creating new project

Fri, 03 Feb 2012 16:12:49 +0100Fix bug list of recent projects opened not updated when open project with command line
laurent [Fri, 03 Feb 2012 16:12:49 +0100] rev 678
Fix bug list of recent projects opened not updated when open project with command line