Menu

SVN archive Commit Log


Commit Date  
[r14568] by bugman

Fix for the model-free model changing question dialog in the dauvergne_protocol analysis.

The dialog is now larger to see all text, and the answer is no longer back to front.

2011-09-01 14:22:10 Tree
[r14567] by bugman

Bug fixes for all of the specific analyses for running Monte Carlo simulations multiple times.

Many of the specific analyses were raising RelaxErrors if simulations had previously been run. Now
this no longer occurs, so that the analysis can be re-run!

2011-09-01 11:25:54 Tree
[r14566] by bugman

Bug fix for the removal of the auto NOE or Rx analyses from the GUI.

The analyses were not being unregistered from the execution lock observer object, so when either the
analysis is closed or a state is loaded, then the dead methods of the old analyses are still being
called by the execution lock observer!

2011-09-01 11:18:28 Tree
[r14565] by bugman

Removed the check for Monte Carlo simulations from monte_carlo.setup().

This allows MC sims to be run more than once.

2011-09-01 11:12:47 Tree
[r14564] by bugman

The results viewer window no longer shows 1 warning dialog per results file.

At the end of the analysis, one warning dialog per results file was being shown as the execution
lock was on. Now a special method for the 'result_file' observer object has been added which
skips this dialog.

2011-09-01 11:11:42 Tree
[r14563] by bugman

The Monte Carlo simulation state is now turned off after the MC analysis is complete.

This allows the user to make slight modifications and rerun the analysis and optimisation. The
monte_carlo.error_analysis user function switches the state at the very end, just as
monte_carlo.setup switches the state to on.

2011-09-01 10:40:12 Tree
[r14562] by bugman

All of the major GUI and X freeze fixes of r14559:14561 have been ported to the relax data list.

The fixes for the spectrum list GUI element are now present in the relaxation data list GUI element
as well, as the same problems occur in both code paths.

2011-09-01 09:57:41 Tree
[r14561] by bugman

Fix for the size_cols() method of the spectrum list GUI element.

With the asynchronous updating of the element, sometimes the columns are not setup prior to a
size_cols() call.

2011-09-01 09:51:13 Tree
[r14560] by bugman

Bug fix for the freezing of X windows!

The spectrum list GUI element is now updated with a CallAfter call so that the element is updated in
a thread safe way. Without this, the entire X windows system would sometimes freeze!!!

2011-09-01 09:49:42 Tree
[r14559] by bugman

Bug fix for the freezing of the GUI.

The spectrum list GUI element was trying to update itself during execution lock, causing races if
the spectrum data structures in the relax data store are being modified as the GUI element update
is occurring. This would result in a hard lock of the GUI!

2011-09-01 09:37:04 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.