svn+ssh://bugman@.../svn/relax/trunk
........
r19540 | bugman | 2013-04-21 16:36:02 +0200 (Sun, 21 Apr 2013) | 5 lines
Created the gui.wizards package for holding all of the relax wizards.
The gui.wizard module is now called gui.wizards.wiz_objects.
........
r19541 | bugman | 2013-04-21 17:13:55 +0200 (Sun, 21 Apr 2013) | 3 lines
Import fix for the GUI test suite.
........
r19542 | bugman | 2013-04-21 17:15:56 +0200 (Sun, 21 Apr 2013) | 3 lines
More import fixes for the GUI test suite.
........
r19543 | bugman | 2013-04-21 17:18:10 +0200 (Sun, 21 Apr 2013) | 7 lines
Shifted and merged the NOE and Rx peak intensity wizards into a new module.
The wizards were separate and a part of the analysis frame class objects. The two wizards have been
merged into the gui.wizards.peak_intensity.Peak_intensity_wizard class as most of the code is
shared. This one wizard class will be useful for reusing in the relaxation dispersion branch.
........
r19544 | bugman | 2013-04-21 18:05:41 +0200 (Sun, 21 Apr 2013) | 6 lines
The peak intensity wizard class now inherits from Wiz_window.
This allows the class to be a wizard window instead of launching a wizard window from within the
class.
........