Menu

SVN archive Commit Log


Commit Date  
[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
right_box in build_main_box() and the bitmap image is the variable 'bitmap'.

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
isolated and placed into build_main_box(). This method packs the box with the bitmap image and
the right hand box called sizer_15 (not yet functional).

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
modules as self.gui.structure_pdb().

2010-01-26 09:57:42 Tree
[r10353] by bugman

The paramfiles* variables are now class variables.

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
[r10351] by bugman

Rearranged the layout to better match the original in relax_gui.py.

Note that the layout is still not quite right. The code is still in a state that I cannot fully
understand.

2010-01-26 09:10:42 Tree
[r10350] by bugman

Shifted more of the relax_gui.py code into the automatic model-free module.

This code was originally deleted as it was not thought to be part of the model-free panel. The
names such as:
- label_2_copy_copy_3_copy_copy_copy_copy_2
- label_2_copy_copy_copy_2_copy_copy_copy_copy_1_copy
- results_dir_copy_copy_copy_1_copy_2
etc. are confusing and will be eventually renamed as they will be in the scope of a single method and
nowhere else.

2010-01-26 08:53:31 Tree
[r10349] by bugman

Removed some Bind() calls that belonged elsewhere.

2010-01-26 08:34:35 Tree
[r10348] by bugman

The Bind() calls are now all to the main GUI class.

2010-01-26 08:33:24 Tree
[r10347] by bugman

Reverted r10346 as the Bind() call should be to the main GUI class.

The command used was:
svn merge -r10346:10345 .

2010-01-26 08:33:03 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.