Menu

SVN archive Commit Log


Commit Date  
[r15753] by bugman

Clean up of the Create_page.on_execute() method.

The gui_to_*() functions are now being used for the spin information.

2012-04-17 13:31:34 Tree
[r15752] by bugman

Removal of a debugging print out.

2012-04-17 13:29:27 Tree
[r15751] by bugman

Copyright updates.

2012-04-17 13:27:49 Tree
[r15750] by bugman

Bug fix for the spin.create user function GUI interface for when molecules or residues are not named.

Unnamed molecules are now properly handled in the GUI page, and the residue name of None is properly
converted into a NoneType prior to executing the back end.

2012-04-17 13:27:22 Tree
[r15749] by bugman

Big bug fix for the deletion of analyses tabs from the GUI!

This affects wxGTK users on Macs and Linux. Now the spectrum and relaxation data list GUI elements
have observer_register() methods, allowing the analysis delete_all() method to unregister all
analysis specific methods from the observer objects. This prevents queued wx calls to be made on
dead or non-existent GUI objects after the analysis has been deleted. wx.Yield() calls were not
sufficient to solve this issue.

2012-04-17 12:35:13 Tree
[r15748] by bugman

The GUI analyses delete_all() method now unregisters all observer methods prior to deletion.

2012-04-17 09:49:03 Tree
[r15747] by bugman

Multiple unregistrations of observer methods are now possible without a RelaxError.

This allows multiple code paths to unregister methods to allow for pre-removal of methods to avoid
queued wx events in wxGTK from occurring on dead or missing objects.

2012-04-17 09:48:24 Tree
[r15746] by bugman

Created observer_register() for all GUI analyses for method registration and unregistration.

This method allows for external calls to observer_register() to pre-remove the methods from the
observer objects.

2012-04-17 09:43:18 Tree
[r15745] by bugman

Added debugging print outs to the delete_all() analysis method.

2012-04-17 09:06:57 Tree
[r15744] by bugman

More advanced debugging print outs for the delete_analysis() method.

2012-04-17 09:03:29 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.