Thu, 08 Oct 2009 16:39:08 +0200Adding tests to avoid in DataConsumer to call DataProducer if not defined
laurent [Thu, 08 Oct 2009 16:39:08 +0200] rev 442
Adding tests to avoid in DataConsumer to call DataProducer if not defined

Tue, 06 Oct 2009 09:26:05 +0200Bug when drag and drop tree variables fixed
laurent [Tue, 06 Oct 2009 09:26:05 +0200] rev 441
Bug when drag and drop tree variables fixed

Fri, 02 Oct 2009 18:14:43 +0200Changes from bct merged
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Fri, 02 Oct 2009 18:14:43 +0200] rev 440
Changes from bct merged

Wed, 30 Sep 2009 15:23:31 -0600remove several superfluous event.Skip()s (they caused double actions)
b.taylor@willowglen.ca [Wed, 30 Sep 2009 15:23:31 -0600] rev 439
remove several superfluous event.Skip()s (they caused double actions)

Sat, 26 Sep 2009 18:47:40 +0200Bug when opening unknown file at starting fixed
laurent [Sat, 26 Sep 2009 18:47:40 +0200] rev 438
Bug when opening unknown file at starting fixed

Thu, 24 Sep 2009 18:20:07 +0200Adding support for dropping Beremiz plugin variable locations into PLCOpenEditor viewers and adding corresponding variable into POU interface
laurent [Thu, 24 Sep 2009 18:20:07 +0200] rev 437
Adding support for dropping Beremiz plugin variable locations into PLCOpenEditor viewers and adding corresponding variable into POU interface

Thu, 24 Sep 2009 18:18:04 +0200Fix BrowseVariableDialog to be used in PLCOpenEditor without Beremiz plugins
laurent [Thu, 24 Sep 2009 18:18:04 +0200] rev 436
Fix BrowseVariableDialog to be used in PLCOpenEditor without Beremiz plugins

Thu, 24 Sep 2009 18:16:04 +0200Adding support for individually adding variable to POU interface
laurent [Thu, 24 Sep 2009 18:16:04 +0200] rev 435
Adding support for individually adding variable to POU interface

Thu, 24 Sep 2009 18:13:54 +0200Bug on refreshing Variable Panel fixed
laurent [Thu, 24 Sep 2009 18:13:54 +0200] rev 434
Bug on refreshing Variable Panel fixed

Tue, 22 Sep 2009 09:56:52 +0200BCT Changes merged
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Tue, 22 Sep 2009 09:56:52 +0200] rev 433
BCT Changes merged

Mon, 21 Sep 2009 10:31:38 -0600fix LD debug viewer (broken by 25ffba)
b.taylor@willowglen.ca [Mon, 21 Sep 2009 10:31:38 -0600] rev 432
fix LD debug viewer (broken by 25ffba)

Tue, 22 Sep 2009 09:56:02 +0200Changes merged
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Tue, 22 Sep 2009 09:56:02 +0200] rev 431
Changes merged

Fri, 18 Sep 2009 10:31:01 -0600on Windows, make sure that Types tree items are selected when right-clicked.
b.taylor@willowglen.ca [Fri, 18 Sep 2009 10:31:01 -0600] rev 430
on Windows, make sure that Types tree items are selected when right-clicked.
This fixes a bug where the wrong element can be deleted.

Fri, 18 Sep 2009 09:42:13 -0600remove an unneeded event.Skip() that was causing things to be pasted twice sometimes.
b.taylor@willowglen.ca [Fri, 18 Sep 2009 09:42:13 -0600] rev 429
remove an unneeded event.Skip() that was causing things to be pasted twice sometimes.

Fri, 18 Sep 2009 09:41:27 -0600copy & paste for POUs
b.taylor@willowglen.ca [Fri, 18 Sep 2009 09:41:27 -0600] rev 428
copy & paste for POUs

Thu, 17 Sep 2009 14:17:52 -0600improved English spelling & grammar
b.taylor@willowglen.ca [Thu, 17 Sep 2009 14:17:52 -0600] rev 427
improved English spelling & grammar

Thu, 17 Sep 2009 11:16:14 -0600fix an exception when pasting in the LD editor
b.taylor@willowglen.ca [Thu, 17 Sep 2009 11:16:14 -0600] rev 426
fix an exception when pasting in the LD editor

Wed, 16 Sep 2009 11:51:28 -0600set variable documentation when a location is selected from the VariableLocationBrowser
b.taylor@willowglen.ca [Wed, 16 Sep 2009 11:51:28 -0600] rev 425
set variable documentation when a location is selected from the VariableLocationBrowser

Tue, 15 Sep 2009 14:06:59 -0600add a Documentation column to the VariablePanel
b.taylor@willowglen.ca [Tue, 15 Sep 2009 14:06:59 -0600] rev 424
add a Documentation column to the VariablePanel

Mon, 14 Sep 2009 10:57:12 -0600fix a crash when closing the debug window from the menu
b.taylor@willowglen.ca [Mon, 14 Sep 2009 10:57:12 -0600] rev 423
fix a crash when closing the debug window from the menu

Fri, 04 Sep 2009 16:37:52 -0600introduced BrowseVariableLocationsDialog and the GridCellEditor that launches it.
b.taylor@willowglen.ca [Fri, 04 Sep 2009 16:37:52 -0600] rev 422
introduced BrowseVariableLocationsDialog and the GridCellEditor that launches it.

Thu, 03 Sep 2009 09:37:23 -0600fixed renaming configurations and resources
b.taylor@willowglen.ca [Thu, 03 Sep 2009 09:37:23 -0600] rev 421
fixed renaming configurations and resources

Thu, 03 Sep 2009 08:56:02 -0600order the result of GetBaseTypes to make types easier to find in the UI
b.taylor@willowglen.ca [Thu, 03 Sep 2009 08:56:02 -0600] rev 420
order the result of GetBaseTypes to make types easier to find in the UI

Wed, 02 Sep 2009 14:55:22 -0600VariablePanel.py also depends on types.TupleType
b.taylor@willowglen.ca [Wed, 02 Sep 2009 14:55:22 -0600] rev 419
VariablePanel.py also depends on types.TupleType

Wed, 02 Sep 2009 12:39:52 -0600split the variable editor panel into its own file
b.taylor@willowglen.ca [Wed, 02 Sep 2009 12:39:52 -0600] rev 418
split the variable editor panel into its own file

Wed, 02 Sep 2009 12:38:06 -0600fix renaming variables (broken by pouInstance.type -> pouInstance.typeName)
b.taylor@willowglen.ca [Wed, 02 Sep 2009 12:38:06 -0600] rev 417
fix renaming variables (broken by pouInstance.type -> pouInstance.typeName)

Wed, 02 Sep 2009 08:39:18 -0600merge
b.taylor@willowglen.ca [Wed, 02 Sep 2009 08:39:18 -0600] rev 416
merge

Mon, 10 Aug 2009 11:29:53 -0600controler (PLCControler) and debug data producer (PluginsRoot) are no longer the same thing
b.taylor@willowglen.ca [Mon, 10 Aug 2009 11:29:53 -0600] rev 415
controler (PLCControler) and debug data producer (PluginsRoot) are no longer the same thing

Wed, 02 Sep 2009 08:30:34 -0600merged with lolitech
b.taylor@willowglen.ca [Wed, 02 Sep 2009 08:30:34 -0600] rev 414
merged with lolitech

Thu, 20 Aug 2009 09:03:31 -0600merged with lolitech, my change is obsolete.
b.taylor@willowglen.ca [Thu, 20 Aug 2009 09:03:31 -0600] rev 413
merged with lolitech, my change is obsolete.

Mon, 06 Jul 2009 11:24:37 -0600right-click actions in Types pane on Windows should be applied to the right-clicked item, instead of the selected one.
btaylor@grond.willowglen.ab.ca [Mon, 06 Jul 2009 11:24:37 -0600] rev 412
right-click actions in Types pane on Windows should be applied to the right-clicked item, instead of the selected one.

Mon, 21 Sep 2009 12:06:51 +0200Many bugs on PLCOpenEditor integration fixed
laurent [Mon, 21 Sep 2009 12:06:51 +0200] rev 411
Many bugs on PLCOpenEditor integration fixed

Mon, 21 Sep 2009 12:06:15 +0200Bug when trying to use standard functions on literals only fixed
laurent [Mon, 21 Sep 2009 12:06:15 +0200] rev 410
Bug when trying to use standard functions on literals only fixed

Wed, 16 Sep 2009 12:00:58 +0200Reorganization of Dialog classes by splitting Dialogs.py into several files, one for each Dialog class
laurent [Wed, 16 Sep 2009 12:00:58 +0200] rev 409
Reorganization of Dialog classes by splitting Dialogs.py into several files, one for each Dialog class

Tue, 15 Sep 2009 15:02:23 +0200Bug on ST code generating for variables with the same name than POU when POU isn't a function fixed
laurent [Tue, 15 Sep 2009 15:02:23 +0200] rev 408
Bug on ST code generating for variables with the same name than POU when POU isn't a function fixed

Tue, 15 Sep 2009 14:59:33 +0200Adding support for integrating PLCOpenEditor in Beremiz frame
laurent [Tue, 15 Sep 2009 14:59:33 +0200] rev 407
Adding support for integrating PLCOpenEditor in Beremiz frame

Wed, 02 Sep 2009 18:21:46 +0200Modify code generated to fit latest modifications in matiec
laurent [Wed, 02 Sep 2009 18:21:46 +0200] rev 406
Modify code generated to fit latest modifications in matiec

Wed, 02 Sep 2009 18:20:46 +0200Bug with type conversion not well generated fixed
laurent [Wed, 02 Sep 2009 18:20:46 +0200] rev 405
Bug with type conversion not well generated fixed

Tue, 01 Sep 2009 16:59:37 +0200Bug with type conversion EN/ENO not evaluated fixed
laurent [Tue, 01 Sep 2009 16:59:37 +0200] rev 404
Bug with type conversion EN/ENO not evaluated fixed

Tue, 01 Sep 2009 16:58:03 +0200Adding test for avoiding closing Clipboard when not opened
laurent [Tue, 01 Sep 2009 16:58:03 +0200] rev 403
Adding test for avoiding closing Clipboard when not opened

Tue, 01 Sep 2009 14:21:31 +0200Adding test for avoiding Clipboard multiple opening
laurent [Tue, 01 Sep 2009 14:21:31 +0200] rev 402
Adding test for avoiding Clipboard multiple opening

Tue, 01 Sep 2009 10:30:48 +0200Bug with TabsImageList wrong image size definition fixed
laurent [Tue, 01 Sep 2009 10:30:48 +0200] rev 401
Bug with TabsImageList wrong image size definition fixed

Thu, 27 Aug 2009 18:29:46 +0200Bug loading step with wrong input definition fixed
laurent [Thu, 27 Aug 2009 18:29:46 +0200] rev 400
Bug loading step with wrong input definition fixed

Thu, 27 Aug 2009 18:28:16 +0200Bug drawing element selection state on printed documents fixed
laurent [Thu, 27 Aug 2009 18:28:16 +0200] rev 399
Bug drawing element selection state on printed documents fixed

Thu, 27 Aug 2009 16:29:23 +0200Bug with wire not well designed generating unlimited loop fixed
laurent [Thu, 27 Aug 2009 16:29:23 +0200] rev 398
Bug with wire not well designed generating unlimited loop fixed

Wed, 26 Aug 2009 20:24:45 +0200Bug with tabs images on Windows fixed
laurent [Wed, 26 Aug 2009 20:24:45 +0200] rev 397
Bug with tabs images on Windows fixed

Wed, 26 Aug 2009 19:28:16 +0200Bug with Edit Menu Item 'Enable Undo/Redo' fixed
laurent [Wed, 26 Aug 2009 19:28:16 +0200] rev 396
Bug with Edit Menu Item 'Enable Undo/Redo' fixed

Wed, 12 Aug 2009 15:00:45 +0200Bug when aligning blocks on wire connectors without scaling defined fixed
laurent [Wed, 12 Aug 2009 15:00:45 +0200] rev 395
Bug when aligning blocks on wire connectors without scaling defined fixed

Wed, 12 Aug 2009 14:23:33 +0200Bug when renaming POU fixed
laurent [Wed, 12 Aug 2009 14:23:33 +0200] rev 394
Bug when renaming POU fixed

Fri, 07 Aug 2009 15:49:10 +0200Merged changes
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Fri, 07 Aug 2009 15:49:10 +0200] rev 393
Merged changes

Fri, 07 Aug 2009 15:35:41 +0200Adding connector test in example
laurent [Fri, 07 Aug 2009 15:35:41 +0200] rev 392
Adding connector test in example

Fri, 24 Jul 2009 17:12:59 +0200Adding support for internationalization
laurent [Fri, 24 Jul 2009 17:12:59 +0200] rev 391
Adding support for internationalization

Fri, 24 Jul 2009 12:49:57 +0200Adding comments and code improvements
laurent [Fri, 24 Jul 2009 12:49:57 +0200] rev 390
Adding comments and code improvements

Fri, 24 Jul 2009 12:29:48 +0200Adding support for plcopen version 2.01
laurent [Fri, 24 Jul 2009 12:29:48 +0200] rev 389
Adding support for plcopen version 2.01

Fri, 24 Jul 2009 11:55:46 +0200Adding support for testing type between element connected with connector/continuation
laurent [Fri, 24 Jul 2009 11:55:46 +0200] rev 388
Adding support for testing type between element connected with connector/continuation

Fri, 24 Jul 2009 11:45:41 +0200Bug when copying InVariable fixed
laurent [Fri, 24 Jul 2009 11:45:41 +0200] rev 387
Bug when copying InVariable fixed

Fri, 24 Jul 2009 11:18:07 +0200Improving comment text drawing method
laurent [Fri, 24 Jul 2009 11:18:07 +0200] rev 386
Improving comment text drawing method

Fri, 24 Jul 2009 11:13:03 +0200Refresh module name conflict with datetime
laurent [Fri, 24 Jul 2009 11:13:03 +0200] rev 385
Refresh module name conflict with datetime

Fri, 24 Jul 2009 11:07:33 +0200Changing Cut/Copy/Paste procedures for using wx.Clipboard with xml definition of copied elements
laurent [Fri, 24 Jul 2009 11:07:33 +0200] rev 384
Changing Cut/Copy/Paste procedures for using wx.Clipboard with xml definition of copied elements

Fri, 24 Jul 2009 10:47:35 +0200Improving viewer loading instances procedure to faster
laurent [Fri, 24 Jul 2009 10:47:35 +0200] rev 383
Improving viewer loading instances procedure to faster

Fri, 24 Jul 2009 09:55:11 +0200Redefine cursor switching procedure in graphic viewers
laurent [Fri, 24 Jul 2009 09:55:11 +0200] rev 382
Redefine cursor switching procedure in graphic viewers

Thu, 23 Jul 2009 18:07:14 +0200Redefine cursor switching procedure in graphic viewers
laurent [Thu, 23 Jul 2009 18:07:14 +0200] rev 381
Redefine cursor switching procedure in graphic viewers

Thu, 23 Jul 2009 17:53:54 +0200Bug with scaling when one dimension not defined fixed
laurent [Thu, 23 Jul 2009 17:53:54 +0200] rev 380
Bug with scaling when one dimension not defined fixed

Thu, 23 Jul 2009 17:50:26 +0200Code rewritten, replacing all list containing tests by dict key defining tests
laurent [Thu, 23 Jul 2009 17:50:26 +0200] rev 379
Code rewritten, replacing all list containing tests by dict key defining tests

Mon, 27 Jul 2009 12:01:43 +0200fix wrong e-mail in changelog for debian package
greg [Mon, 27 Jul 2009 12:01:43 +0200] rev 378
fix wrong e-mail in changelog for debian package

Fri, 10 Jul 2009 11:41:07 +0200prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:41:07 +0200] rev 377
prevent eclipse to push .project with .hgignore

Fri, 10 Jul 2009 11:09:11 +0200removed dead hidden files
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:09:11 +0200] rev 376
removed dead hidden files

Thu, 11 Jun 2009 08:52:59 +0200Bug with DebugViewer refresh fixed
greg [Thu, 11 Jun 2009 08:52:59 +0200] rev 375
Bug with DebugViewer refresh fixed

Wed, 10 Jun 2009 15:50:31 +0200Bug on GraphicViewer with latest modifications fixed
greg [Wed, 10 Jun 2009 15:50:31 +0200] rev 374
Bug on GraphicViewer with latest modifications fixed

Wed, 10 Jun 2009 15:02:41 +0200Removing undefined standard function blocks
lbessard [Wed, 10 Jun 2009 15:02:41 +0200] rev 373
Removing undefined standard function blocks

Wed, 10 Jun 2009 13:58:52 +0200Bug that fixed Windows in Debug mode fixed
greg [Wed, 10 Jun 2009 13:58:52 +0200] rev 372
Bug that fixed Windows in Debug mode fixed

Wed, 10 Jun 2009 13:18:42 +0200Removing undefined standard function blocks
lbessard [Wed, 10 Jun 2009 13:18:42 +0200] rev 371
Removing undefined standard function blocks

Tue, 09 Jun 2009 11:00:23 +0200Bug that prevent to see errors in editor with double click fixed.
lbessard [Tue, 09 Jun 2009 11:00:23 +0200] rev 370
Bug that prevent to see errors in editor with double click fixed.

Tue, 09 Jun 2009 10:22:20 +0200Bug that prevent to see errors in editor with double click fixed
greg [Tue, 09 Jun 2009 10:22:20 +0200] rev 369
Bug that prevent to see errors in editor with double click fixed

Wed, 03 Jun 2009 16:59:29 +0200Bug slowing Debug mode fixed
greg [Wed, 03 Jun 2009 16:59:29 +0200] rev 368
Bug slowing Debug mode fixed

Wed, 03 Jun 2009 14:57:10 +0200Bug when changing resource time period fixed
greg [Wed, 03 Jun 2009 14:57:10 +0200] rev 367
Bug when changing resource time period fixed

Wed, 03 Jun 2009 12:47:21 +0200Bug while Drag n' Drop from LibraryTree without selection fixed
greg [Wed, 03 Jun 2009 12:47:21 +0200] rev 366
Bug while Drag n' Drop from LibraryTree without selection fixed

Wed, 03 Jun 2009 10:37:49 +0200Bug on clear errors fixed
lbessard [Wed, 03 Jun 2009 10:37:49 +0200] rev 365
Bug on clear errors fixed

Wed, 03 Jun 2009 09:38:23 +0200Bug when plcopeneditor without Beremiz fixed
greg [Wed, 03 Jun 2009 09:38:23 +0200] rev 364
Bug when plcopeneditor without Beremiz fixed

Tue, 02 Jun 2009 17:35:22 +0200Fix Bug with Zoom in Viewer
greg [Tue, 02 Jun 2009 17:35:22 +0200] rev 363
Fix Bug with Zoom in Viewer

Sat, 30 May 2009 17:16:11 +0200Fix bug preventing to copy block in SFC with SPACE key
greg [Sat, 30 May 2009 17:16:11 +0200] rev 362
Fix bug preventing to copy block in SFC with SPACE key

Sat, 30 May 2009 17:15:22 +0200Adding support for synchronize refreshing with tick and limit it to a defined period
greg [Sat, 30 May 2009 17:15:22 +0200] rev 361
Adding support for synchronize refreshing with tick and limit it to a defined period

Thu, 28 May 2009 08:10:18 +0200Bug while dragging contact fixed
greg [Thu, 28 May 2009 08:10:18 +0200] rev 360
Bug while dragging contact fixed

Fri, 22 May 2009 14:44:03 +0200enable declared variables without name
greg [Fri, 22 May 2009 14:44:03 +0200] rev 359
enable declared variables without name

Fri, 22 May 2009 13:51:51 +0200little bug fixed for windows (SetBackgroundStyle)
greg [Fri, 22 May 2009 13:51:51 +0200] rev 358
little bug fixed for windows (SetBackgroundStyle)

Fri, 22 May 2009 09:38:53 +0200Little bugs fixed
greg [Fri, 22 May 2009 09:38:53 +0200] rev 357
Little bugs fixed

Fri, 22 May 2009 09:38:09 +0200Adding support for finding character_string while computing connector types. Adding 'ANY' type on continuation by default.
greg [Fri, 22 May 2009 09:38:09 +0200] rev 356
Adding support for finding character_string while computing connector types. Adding 'ANY' type on continuation by default.

Fri, 22 May 2009 09:30:04 +0200Bugs on VariablePropertiesDialog fixed (output variable can be used as input)
greg [Fri, 22 May 2009 09:30:04 +0200] rev 355
Bugs on VariablePropertiesDialog fixed (output variable can be used as input)

Fri, 22 May 2009 09:27:22 +0200Allow usage of FunctionBlock without output
greg [Fri, 22 May 2009 09:27:22 +0200] rev 354
Allow usage of FunctionBlock without output

Fri, 22 May 2009 09:26:35 +0200Bug when comment to small for display any text fixed
greg [Fri, 22 May 2009 09:26:35 +0200] rev 353
Bug when comment to small for display any text fixed

Fri, 22 May 2009 08:38:12 +0200fixed some bugs:
greg [Fri, 22 May 2009 08:38:12 +0200] rev 352
fixed some bugs:
- zoom functionality on windows
- mark project state as saved when open a project
- add test for "clean entry" in display menu

Mon, 04 May 2009 09:55:26 +0200Adding support for Enable/Disable Undo/Redo
greg [Mon, 04 May 2009 09:55:26 +0200] rev 351
Adding support for Enable/Disable Undo/Redo

Mon, 04 May 2009 09:35:47 +0200Adding support for Enable/Disable Undo/Redo
greg [Mon, 04 May 2009 09:35:47 +0200] rev 350
Adding support for Enable/Disable Undo/Redo

Mon, 04 May 2009 09:35:17 +0200Adding support for Enable/Disable Undo/Redo
greg [Mon, 04 May 2009 09:35:17 +0200] rev 349
Adding support for Enable/Disable Undo/Redo
Bug not updating TypeHierarchy and ElementUsingTree after datatype name changed fixed

Mon, 04 May 2009 09:33:46 +0200Bug preventing variable or datatype type name to change when POU or datatype name changed fixed
greg [Mon, 04 May 2009 09:33:46 +0200] rev 348
Bug preventing variable or datatype type name to change when POU or datatype name changed fixed

Wed, 29 Apr 2009 12:27:34 +0200change LoliTech phone number for bug report
greg [Wed, 29 Apr 2009 12:27:34 +0200] rev 347
change LoliTech phone number for bug report

Fri, 10 Apr 2009 07:57:27 +0200Fix ComboBox height for display in ubuntu
lbessard [Fri, 10 Apr 2009 07:57:27 +0200] rev 346
Fix ComboBox height for display in ubuntu

Thu, 09 Apr 2009 15:47:41 +0200fix bug when ctrl + DoubleClick
greg [Thu, 09 Apr 2009 15:47:41 +0200] rev 345
fix bug when ctrl + DoubleClick

Thu, 09 Apr 2009 15:40:27 +0200Bug while closing GraphicViewer and PLC running generating errors fixed
lbessard [Thu, 09 Apr 2009 15:40:27 +0200] rev 344
Bug while closing GraphicViewer and PLC running generating errors fixed

Thu, 09 Apr 2009 15:39:45 +0200Adding support for drag and drop wire, step and transition in debug mode
lbessard [Thu, 09 Apr 2009 15:39:45 +0200] rev 343
Adding support for drag and drop wire, step and transition in debug mode
Bug with new name generating while copying groups fixed

Thu, 09 Apr 2009 15:36:37 +0200Bug with functions and transitions not recognizing their name in ST/IL fixed
lbessard [Thu, 09 Apr 2009 15:36:37 +0200] rev 342
Bug with functions and transitions not recognizing their name in ST/IL fixed

Thu, 09 Apr 2009 15:34:35 +0200Bug with AUINotebook double click
lbessard [Thu, 09 Apr 2009 15:34:35 +0200] rev 341
Bug with AUINotebook double click

Thu, 09 Apr 2009 15:31:56 +0200Adding support for:
lbessard [Thu, 09 Apr 2009 15:31:56 +0200] rev 340
Adding support for:
- find functions used in ST and IL for generating order
- compiling connector/continuation connector types generating

Thu, 09 Apr 2009 15:30:05 +0200Adding support for:
lbessard [Thu, 09 Apr 2009 15:30:05 +0200] rev 339
Adding support for:
- change wire color to red while uncompatible types
- move element groups according to grid scaling
Bugs fixed

Tue, 24 Mar 2009 17:31:42 +0100Adding support for ToolTip on wire when debugging
lbessard [Tue, 24 Mar 2009 17:31:42 +0100] rev 338
Adding support for ToolTip on wire when debugging

Tue, 24 Mar 2009 17:31:11 +0100Bug with maximize on Tab Double Click fixed
lbessard [Tue, 24 Mar 2009 17:31:11 +0100] rev 337
Bug with maximize on Tab Double Click fixed

Tue, 24 Mar 2009 10:50:49 +0100Bug with wxRadioButton on Windows fixed
lbessard [Tue, 24 Mar 2009 10:50:49 +0100] rev 336
Bug with wxRadioButton on Windows fixed

Mon, 23 Mar 2009 16:48:32 +0100Fix bug with maximize on TabCtrl DoubleClick.
lbessard [Mon, 23 Mar 2009 16:48:32 +0100] rev 335
Fix bug with maximize on TabCtrl DoubleClick.
Adding scrolled panel to VariablePanel control.

Mon, 23 Mar 2009 16:42:02 +0100Adding support for preventing expending graphical element to have a negative position
lbessard [Mon, 23 Mar 2009 16:42:02 +0100] rev 334
Adding support for preventing expending graphical element to have a negative position

Fri, 20 Mar 2009 16:36:13 +0100Remove remaining print
lbessard [Fri, 20 Mar 2009 16:36:13 +0100] rev 333
Remove remaining print

Fri, 20 Mar 2009 16:05:57 +0100Adding Display menu with Zoom item
lbessard [Fri, 20 Mar 2009 16:05:57 +0100] rev 332
Adding Display menu with Zoom item
In place element copy in Viewer fixed

Thu, 19 Mar 2009 18:10:12 +0100Bug with Scaling, MiddleButton, Wire modifications fixed.
lbessard [Thu, 19 Mar 2009 18:10:12 +0100] rev 331
Bug with Scaling, MiddleButton, Wire modifications fixed.
Adding support for:
- Adjust one or more elements to grid
- Select All elements in a Viewer
- Maximize Viewer in Window

Wed, 18 Mar 2009 16:42:12 +0100Adding Test when creating ConnectionBlock
lbessard [Wed, 18 Mar 2009 16:42:12 +0100] rev 330
Adding Test when creating ConnectionBlock

Wed, 18 Mar 2009 16:09:52 +0100Adding support for contraining move to only one direction when control down
lbessard [Wed, 18 Mar 2009 16:09:52 +0100] rev 329
Adding support for contraining move to only one direction when control down
Refreshing bug when aligning two block connected to the same wire fixed

Wed, 18 Mar 2009 16:04:35 +0100Adding support for contraining move to only one direction when control down
lbessard [Wed, 18 Mar 2009 16:04:35 +0100] rev 328
Adding support for contraining move to only one direction when control down
Refreshing bug when aligning two block connected to the same wire fixed

Wed, 18 Mar 2009 15:56:45 +0100Adding support for contraining move to only one direction when control down
lbessard [Wed, 18 Mar 2009 15:56:45 +0100] rev 327
Adding support for contraining move to only one direction when control down
Refreshing bug when aligning two block connected to the same wire fixed

Wed, 18 Mar 2009 15:54:37 +0100Bugs with undefined functions fixed
lbessard [Wed, 18 Mar 2009 15:54:37 +0100] rev 326
Bugs with undefined functions fixed

Wed, 18 Mar 2009 15:54:09 +0100Adding Test when creating VariableBlock
lbessard [Wed, 18 Mar 2009 15:54:09 +0100] rev 325
Adding Test when creating VariableBlock

Wed, 18 Mar 2009 10:17:48 +0100Bug with TypesTree Contextual Item Delete item disappear fixed
lbessard [Wed, 18 Mar 2009 10:17:48 +0100] rev 324
Bug with TypesTree Contextual Item Delete item disappear fixed
Bug with Reset ToolBar on Selection on Windows fixed

Tue, 17 Mar 2009 16:14:13 +0100Adding support for scaling
lbessard [Tue, 17 Mar 2009 16:14:13 +0100] rev 323
Adding support for scaling
Bug with MiddleButton fixed