Menu

SVN archive Commit Log


Commit Date  
[r14739] by bugman

Bug fix for the new analysis wizard cancelling on Mac OS X.

A status variable is no longer returned. Instead the EndModal() dialog method is being used to
terminate modal wizards, returning the value of wx.ID_OK. The new analysis wizard is now checking
for this return code.

2011-09-21 15:54:39 Tree
[r14738] by bugman

The main window toolbar icons are now being partly disabled with the execution lock.

2011-09-21 15:23:26 Tree
[r14737] by bugman

Bug fix for the toolbar and status bar - they were both being assigned to self.bar!!

2011-09-21 15:22:51 Tree
[r14736] by bugman

Added a toolbar to the main relax window with some of the most important menu entries as icons.

2011-09-21 14:33:19 Tree
[r14735] by bugman

Changed some of the icons paths for the main menu entries.

2011-09-21 14:32:50 Tree
[r14734] by bugman

Added all the sizes of the preferences-system-performance.png oxygen icon.

2011-09-21 14:26:56 Tree
[r14733] by bugman

Added some more larger sized oxygen icons.

2011-09-21 14:19:11 Tree
[r14732] by bugman

Bug fix for the closure of the new analysis wizard window.

Closure of the wizard window would trigger an error in some of the wizards as the _status flag would
remain as True. Now the close event is handled and the flag is set to False. All other calls to
self.Close() have been replaced by Destroy() to bypass the closure event handler.

2011-09-21 13:28:22 Tree
[r14731] by bugman

Bug fix for MS Windows - the spin viewer window was being hidden by the main window when switching pipes.

The window is now being re-raised to the front.

2011-09-21 12:46:41 Tree
[r14730] by bugman

Bug fix for racing in the spin viewer window when switching pipes.

The pipe.switch user function was queue rather than synchronously executed, so that the execution
lock would block the switching of analysis tabs if too many spins were present.

2011-09-21 12:38:33 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.