Menu

SVN archive Commit Log


Commit Date  
[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
[r10272] by bugman

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

This corresponds to theopen_logwindow_after_startrelax_modelfree_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:34:03 Tree
[r10271] by bugman

Included a function to start model-free calculation from log windows and control it.

This corresponds to the include_modelfree_logwindow_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).

This commit should have been in 2 patches - it includes a '/' to os.sep fix as well!

2010-01-21 06:30:24 Tree
[r10270] by bugman

Closebox in mainwindow was removed to force output of reference.

This corresponds to the removed_closebox_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:
kwds["style"] = wx.DEFAULT_FRAME_STYLE
to
kwds["style"] = wx.MINIMIZE_BOX | wx.SYSTEM_MENU | wx.CAPTION | wx.CLIP_CHILDREN

2010-01-21 06:26:19 Tree
[r10269] by bugman

Status bar size increased.

This corresponds to the statusbar_size_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).

The size of the statusbar (1st entry) was changed to get enought space to display 'repository
checkout' in 3rd entry.

2010-01-21 06:24:50 Tree
[r10268] by bugman

Replaced os.system('mkdir ' +.....) with os.mkdir().

This corresponds to the mkdir_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).

2010-01-21 06:20:06 Tree
[r10267] by bugman

Removed the beta angle folding from the frame order module as it was failing.

2010-01-20 11:01:00 Tree
[r10266] by bugman

A few grammar fixes and version updates for the API documentation introductory page.

2010-01-20 10:33:30 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.