Commit | Date | |
---|---|---|
[r27472]
by
bugman
Improved termination of the GUI tests. The clean_up_windows() method now calls the results viewer and pipe editor window handler_close() |
2015-02-03 14:38:48 | Tree |
[r27471]
by
bugman
Improved memory management in the model-free GUI analysis. The local tm and model-free model windows are now destroyed in the GUI analysis delete() method. |
2015-02-03 14:27:54 | Tree |
[r27470]
by
bugman
Improved memory management in the model-free GUI analysis. The analysis mode selection window (a wx.Dialog) is now being destroyed in the analysis delete() |
2015-02-03 14:23:32 | Tree |
[r27469]
by
bugman
Improved memory management in the model-free GUI analysis. The dipole-dipole interaction wizard is now properly destroyed. This is both via the delete() |
2015-02-03 14:16:17 | Tree |
2015-02-03 14:12:29 | Tree | |
[r27467]
by
bugman
Improved memory management in the relaxation curve-fitting GUI analysis. The peak intensity loading wizard is now properly destroyed. This is both via the delete() function |
2015-02-03 14:09:16 | Tree |
[r27466]
by
bugman
Improved GUI clean up when terminating GUI tests. The clean_up_windows() method, called from tearDown(), now also destroys the pipe editor window, the |
2015-02-03 14:02:41 | Tree |
[r27465]
by
bugman
Improved memory management in the NOE GUI analysis peak_wizard_launch() method. This method was just overwriting the self.peak_wizard object with a new object. However this does |
2015-02-03 13:58:20 | Tree |
[r27464]
by
bugman
Proper destruction of the peak analysis wizard of the NOE GUI analysis. The peak wizard's Destroy() method is now called and the self.peak_wizard object deleted in the NOE |
2015-02-03 13:56:21 | Tree |
[r27463]
by
bugman
Simplification of the GUI analysis post_reset() method. This now uses the delete_all() and hence delete_analysis() methods to clean up the GUI. The reset |
2015-02-03 13:51:32 | Tree |