Menu

SVN archive Commit Log


Commit Date  
[r10282] by bugman

Converted the analyses/ and execution/ directories into Python packages by adding __init__.py files.

2010-01-22 16:07:11 Tree
[r10281] by bugman

Deleted the now unused relax_bitmaps directory.

This redesign is discussed at https://mail.gna.org/public/relax-devel/2010-01/msg00054.html
(Message-id: <7f080ed11001210133h32ab3304l64a0474ab7ac1a1c@...>).

2010-01-22 16:06:24 Tree
[r10280] by bugman

Shifted all the execution code into the gui_bieri.execution package.

This redesign is discussed at https://mail.gna.org/public/relax-devel/2010-01/msg00054.html
(Message-id: <7f080ed11001210133h32ab3304l64a0474ab7ac1a1c@...>).

The execution code is the layer between the GUI and the relax internal API. This currently
implements the automatic analysis types. This package might be shifted in the future to be used by
other UI designs.

2010-01-22 16:02:13 Tree
[r10279] by bugman

Shifted all the images used in the GUI into the gui_bieri/images/ directory.

2010-01-22 15:58:59 Tree
[r10278] by bugman

Added directories in preparation for changing the file/module layout of the Bieri GUI.

This redesign is discussed at https://mail.gna.org/public/relax-devel/2010-01/msg00054.html
(Message-id: <7f080ed11001210133h32ab3304l64a0474ab7ac1a1c@...>).

2010-01-22 15:21:05 Tree
[r10277] by bugman

Bug fix for bug #15173 (https://gna.org/bugs/?15173), the missing local_tm variable.

This is to fix the problem reported by Edward d'Auvergne (https://gna.org/users/bugman) after
clicking 'Execute Relax' in the model-free calculation. It is the patch file 'patch'
https://gna.org/support/download.php?file_id=7749 attached to task https://gna.org/task/?6847.

The problem was the local_tm variable was missing in relax_gui.py.

added:
LOCAL_TM global variable.

replaced:
whichmodel() with whichmodel(LOCAL_TM).

2010-01-22 00:16:10 Tree
[r10276] by bugman

Addition of images used by the whichmodel() window.

These were in the file https://gna.org/support/download.php?file_id=7745 attached to task #6847
(https://gna.org/task/index.php?6847).

2010-01-21 22:34:34 Tree
[r10275] by bugman

Reverted r10253 at Michael's request.

The command used was:
svn merge -r10253:10252 .

This was requested in the post https://mail.gna.org/public/relax-devel/2010-01/msg00050.html.

.....
r10253 | bugman | 2010-01-19 17:46:23 +0100 (Tue, 19 Jan 2010) | 18 lines
Changed paths:
M /branches/bieri_gui/gui_bieri/relax_gui.py

Changed text bottons to bitmap icons for the file opening in the model-free analysis GUI section.

This is mainly to test code manageability and design. The '+' buttons have been replaced by oxygen
bitmap icons. Note this is test code and can be reverted! Issues found are as follows:

1) The code for one GUI element is located in 3 places in the module, in 2 places in __init__()
(creation and event binding), and in __set_properties() to define sizes. This makes GUI changes
difficult.

2) The sizes in __set_properties() are hardcoded and repeated many, many times. There should be
a variable defining x and y at the start for all these buttons. These should be local variables of
a method containing the relaxation data input GUI element for model-free.

3) I can't find how to modify the size of the box for the relaxation data input?! This is visible
in the current revision. The size of this box should be defined as the sum of the x and y lengths
of all the elements (not including a margin).

.....

2010-01-21 07:06:07 Tree
[r10274] by bugman

Replaced modules for each calculation with log window modules.

This corresponds to the import_logwindow_modules_patch file attached to https://gna.org/task/?6847
by Michael Bieri (https://gna.org/users/michaelbieri), in the zip file 100121_patches.tar.gz
(https://gna.org/support/download.php?file_id=7726).

Note this patch was corrupted so the gui_bieri.relax_gui module was manually modified!

added:
from res.relax_control import start_rx, start_noe, start_modelfree

deleted:
from res.calc_noe import make_noe
from res.calc_rx import make_rx
from res.calc_modelfree import start_model_free

2010-01-21 06:40:02 Tree
[r10273] by bugman

By pushing relax start button, log panel will be opened (and then calculation start subsequently).

This corresponds to the open_logwindow_after_startrelax_patch file attached to
https://gna.org/task/?6847 by Michael Bieri (https://gna.org/users/michaelbieri), in the zip file
100121_patches.tar.gz (https://gna.org/support/download.php?file_id=7726).

replaced:
make_noe() to start_noe()
make_rx() to start_rx()
start_model_free() to start_modelfree()

2010-01-21 06:37:04 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.