Commit | Date | |
---|---|---|
[r10361]
by
bugman
Removed almost all of the variables in add_relax_data_input() out of the class namespace. These now only exist temporarily in the method namespace, cleaning up the class namespace. |
2010-01-26 11:02:11 | Tree |
[r10360]
by
bugman
Transferred all the relaxation data input GUI elements into add_relax_data_input(). This method will later be broken up into other methods. |
2010-01-26 10:58:16 | Tree |
[r10359]
by
bugman
Created the add_frame_title() method. The frame title is now created in this method and packed into which ever box is sent into the |
2010-01-26 10:45:04 | Tree |
[r10358]
by
bugman
Wrote the build_right_box() method by collecting together all the sizer_15 lines. |
2010-01-26 10:34:50 | Tree |
2010-01-26 10:23:10 | Tree | |
[r10356]
by
bugman
Simplified the variable names. sizer_14 is now called box in build_main_box() or main_box in __init__(). sizer_15 is now called |
2010-01-26 10:21:35 | Tree |
[r10355]
by
bugman
Created the build_main_box() method. The main box in the automatic model-free frame is called sizer_14. Its creation now has been |
2010-01-26 10:18:51 | Tree |
[r10354]
by
bugman
Deleted the structure_pdb() method from the auto_model_free module. This method is used by multiple analyses so will be left in relax_gui and called from the analysis |
2010-01-26 09:57:42 | Tree |
2010-01-26 09:52:18 | Tree | |
[r10352]
by
bugman
Elimination of all of the model-free code from the relax_gui module. This code has been spun out into its own module, auto_analyses.auto_model_free. |
2010-01-26 09:12:54 | Tree |