Menu

SVN archive Commit Log


Commit Date  
[r14745] by bugman

A lot of bug fixes for MS Windows with the handling of the busy cursor.

All calls to wx.EndBusyCursor() are preceded by a check via wx.IsBusy(). For some reason, in
contrast to other operating systems, MS Windows will sometimes turn off the busy cursor by itself.
A subsequence call to wx.EndBusyCursor() results in an error.

2011-09-21 20:08:47 Tree
[r14744] by bugman

Another attempt at fixing the status bar on MS Windows.

The previous fix did not work all of the time, so hopefully this one will :S

2011-09-21 20:01:24 Tree
[r14743] by bugman

Fixed a bug on MS Windows for the 'Close all analyses' menu entry and toolbar button.

The sequence of internal events is very different on Windows compared to Mac OS X and GNU/Linux,
and not everything had been processed before everything was deleted resulting in updates to dead
GUI elements.

2011-09-21 19:45:16 Tree
[r14742] by bugman

Updates some of the 22x22 oxygen icons which were not consistent.

2011-09-21 17:51:37 Tree
[r14741] by bugman

Bug fix for the main window status bar on MS Windows.

The text is now being set with wx.CallAfter calls. Without this, sometimes the text would be blank.

2011-09-21 17:09:28 Tree
[r14740] by bugman

Removed the brackets from the user function names in the RelaxError system.

This is because these make no sense in the GUI version of the user functions.

2011-09-21 17:08:00 Tree
[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
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.