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

Thu, 02 Feb 2012 16:09:27 +0100Fix 'Transfer" button state according to last build result
laurent [Thu, 02 Feb 2012 16:09:27 +0100] rev 677
Fix 'Transfer" button state according to last build result

Thu, 02 Feb 2012 00:28:27 +0100Disable 'Transfer' button when build failed
laurent [Thu, 02 Feb 2012 00:28:27 +0100] rev 676
Disable 'Transfer' button when build failed

Tue, 31 Jan 2012 23:28:03 +0100Adding support for quickly open recent projects in file menu
laurent [Tue, 31 Jan 2012 23:28:03 +0100] rev 675
Adding support for quickly open recent projects in file menu

Tue, 31 Jan 2012 00:41:46 +0100Changed GetTraceVariables results unpack to something more robust in debug thread proc.
Edouard Tisserant [Tue, 31 Jan 2012 00:41:46 +0100] rev 674
Changed GetTraceVariables results unpack to something more robust in debug thread proc.

Tue, 31 Jan 2012 00:37:59 +0100reverted temporary fix, fixed in PLCopenEditor now.
edouard [Tue, 31 Jan 2012 00:37:59 +0100] rev 673
reverted temporary fix, fixed in PLCopenEditor now.

Mon, 30 Jan 2012 02:19:03 +0100temporary fix for debugger crash in case of high sampling rates
Edouard Tisserant [Mon, 30 Jan 2012 02:19:03 +0100] rev 672
temporary fix for debugger crash in case of high sampling rates

Wed, 12 Aug 2009 15:21:00 +0200forgoten branch now closed cherry-pick
beremiz [Wed, 12 Aug 2009 15:21:00 +0200] rev 671
forgoten branch now closed

Wed, 25 Jan 2012 01:23:44 +0100Adding support for extracting Common_Ticktime from VARIABLES.csv
laurent [Wed, 25 Jan 2012 01:23:44 +0100] rev 670
Adding support for extracting Common_Ticktime from VARIABLES.csv

Tue, 24 Jan 2012 21:39:26 +0100Adding support for loading datatypes defined in plugins to allow to use them in PLC program
laurent [Tue, 24 Jan 2012 21:39:26 +0100] rev 669
Adding support for loading datatypes defined in plugins to allow to use them in PLC program

Mon, 23 Jan 2012 15:11:49 +0100Better name for python plugin
Edouard Tisserant [Mon, 23 Jan 2012 15:11:49 +0100] rev 668
Better name for python plugin

Tue, 17 Jan 2012 22:52:27 +0100Merging with modifications from Edouard
laurent [Tue, 17 Jan 2012 22:52:27 +0100] rev 667
Merging with modifications from Edouard

Tue, 17 Jan 2012 22:50:23 +0100Fixing bug on Windows with expanding hidden root item in location tree ctrl
laurent [Tue, 17 Jan 2012 22:50:23 +0100] rev 666
Fixing bug on Windows with expanding hidden root item in location tree ctrl

Tue, 17 Jan 2012 22:49:30 +0100Fixing bug in c_ext plugin variable grid cells not editable
laurent [Tue, 17 Jan 2012 22:49:30 +0100] rev 665
Fixing bug in c_ext plugin variable grid cells not editable

Thu, 12 Jan 2012 17:45:58 +0100Version bump, 1.03, splah image
Edouard Tisserant [Thu, 12 Jan 2012 17:45:58 +0100] rev 664
Version bump, 1.03, splah image

Thu, 12 Jan 2012 17:44:11 +0100Version bump, 1.03
Edouard Tisserant [Thu, 12 Jan 2012 17:44:11 +0100] rev 663
Version bump, 1.03

Mon, 09 Jan 2012 18:18:43 +0100Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls
laurent [Mon, 09 Jan 2012 18:18:43 +0100] rev 662
Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls

Sun, 08 Jan 2012 19:10:12 +0100Fixing bug in displaying lines of code at the origin of matiec errors
laurent [Sun, 08 Jan 2012 19:10:12 +0100] rev 661
Fixing bug in displaying lines of code at the origin of matiec errors

Sun, 08 Jan 2012 19:07:59 +0100Fixing inverted icons for button to Minimize/Maximize plugin parameters panel
laurent [Sun, 08 Jan 2012 19:07:59 +0100] rev 660
Fixing inverted icons for button to Minimize/Maximize plugin parameters panel

Sun, 08 Jan 2012 19:04:41 +0100Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
laurent [Sun, 08 Jan 2012 19:04:41 +0100] rev 659
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables

Wed, 21 Dec 2011 19:43:40 +0100Fixing some issues in c_ext plugin
laurent [Wed, 21 Dec 2011 19:43:40 +0100] rev 658
Fixing some issues in c_ext plugin

Wed, 21 Dec 2011 19:42:49 +0100Adding support for integrating Python code Editor into Beremiz frame.
laurent [Wed, 21 Dec 2011 19:42:49 +0100] rev 657
Adding support for integrating Python code Editor into Beremiz frame.

Tue, 20 Dec 2011 23:37:06 +0100Fixing bug integrated plugin editors not closed when removing corresponding plugin
laurent [Tue, 20 Dec 2011 23:37:06 +0100] rev 656
Fixing bug integrated plugin editors not closed when removing corresponding plugin

Mon, 19 Dec 2011 01:56:13 +0100Fixing bug when loading icons for plugin's editor tabs
laurent [Mon, 19 Dec 2011 01:56:13 +0100] rev 655
Fixing bug when loading icons for plugin's editor tabs

Fri, 16 Dec 2011 22:55:13 +0100Removing multiple definition of UndoBuffer
laurent [Fri, 16 Dec 2011 22:55:13 +0100] rev 654
Removing multiple definition of UndoBuffer

Fri, 16 Dec 2011 22:54:24 +0100Moving definition of grids fonts and colours into CustomGrid
laurent [Fri, 16 Dec 2011 22:54:24 +0100] rev 653
Moving definition of grids fonts and colours into CustomGrid

Wed, 14 Dec 2011 15:17:47 +0100Adding support for loading specific POUs library in LPCBeremiz
laurent [Wed, 14 Dec 2011 15:17:47 +0100] rev 652
Adding support for loading specific POUs library in LPCBeremiz

Wed, 14 Dec 2011 15:17:36 +0100Adding support for unifying grid table control elements
laurent [Wed, 14 Dec 2011 15:17:36 +0100] rev 651
Adding support for unifying grid table control elements

Fri, 09 Dec 2011 10:32:06 +0100Replacing sizers structure for locations tree by a treectrl in Topology panel in order to make refreshing of this panel faster
laurent [Fri, 09 Dec 2011 10:32:06 +0100] rev 650
Replacing sizers structure for locations tree by a treectrl in Topology panel in order to make refreshing of this panel faster

Fri, 09 Dec 2011 10:26:56 +0100Fixing bug in forcing variables in runtime debug thread
laurent [Fri, 09 Dec 2011 10:26:56 +0100] rev 649
Fixing bug in forcing variables in runtime debug thread

Mon, 28 Nov 2011 13:46:48 +0100Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0
Edouard Tisserant [Mon, 28 Nov 2011 13:46:48 +0100] rev 648
Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0