Menu

SVN archive Commit Log


Commit Date  
[r14721] by bugman

Created a grey-scale version of the 32x32 spin icon to be used in the spin viewer window.

2011-09-21 09:09:20 Tree
[r14720] by bugman

The spin loader button in the spin viewer window is now deactivated with the execution lock.

2011-09-21 07:31:00 Tree
[r14719] by bugman

The NOE and Rx peak list wizards have been reverted to the form prior to r14689.

This, combined with the previous commit causing on_apply() to do nothing by default, should now
finally eliminate the Mac OS X bug causing a crash in these wizards.

2011-09-20 16:04:18 Tree
[r14718] by bugman

The wizard page base method on_apply() now does nothing.

This should help eliminate Mac OS X bugs. The on_display() and on_display_post() methods are no
longer called by on_apply() by default, as the page should not be reset when clicking on apply.

2011-09-20 16:01:47 Tree
[r14717] by bugman

A second attempt at fixing the broken NOE and Rx auto-analysis peak list wizards on Mac OS X.

This time the combo box selection is first checked, and then GetValue() is called.

2011-09-20 14:00:45 Tree
[r14716] by bugman

Reverted r14715 as this does not fix the Mac OS X problem!

The command used was:
svn merge -r14715:r14714 .

.....
r14715 | bugman | 2011-09-20 15:47:11 +0200 (Tue, 20 Sep 2011) | 5 lines
Changed paths:
M /1.3/gui/analyses/auto_noe.py
M /1.3/gui/analyses/auto_rx_base.py

Fixes for the peak list wizards for the NOE and Rx auto-analyses for Mac OS X.

The read only combo boxes are incompatible with GetValue() on Mac OS X!
.....

2011-09-20 13:58:45 Tree
[r14715] by bugman

Fixes for the peak list wizards for the NOE and Rx auto-analyses for Mac OS X.

The read only combo boxes are incompatible with GetValue() on Mac OS X!

2011-09-20 13:47:11 Tree
[r14714] by bugman

The scipy python package is now listed with the relax info (-i flag).

2011-09-20 11:03:51 Tree
[r14713] by bugman

Replaced the tempfile.mkstemp with relax_io.DummyFileObject in the prompt unit tests.

The tempfile.mkstemp() only creates a string, whereas a file object is required.

2011-09-20 10:17:49 Tree
[r14712] by bugman

Bug fix for many unit tests on MS Windows.

The os.tmpfile() call has been replaced by tempfile.mkstemp() in the data types passed into the unit
tests of the prompt interface. The os.tmpfile() call on Windows results in a "OSError: [Errno 13]
Permission denied" error.

2011-09-20 10:12:57 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.