mail[task #6847] The Bieri graphical user interface.


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Michael Bieri on January 21, 2010 - 01:44:

Follow-up Comment #23, task #6847 (project relax):

More patches.....


mkdir_patch:

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

--------------------------------------

import_logwindow_modules:

replaced modules for each calculation with log window modules

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


-------------------------------------------------------

include_modelfree_logwindow_patch:

included function to start model-free calculation from log windows and
control it


---------------------------------------------------------

open_log_window_after_startrelax_patch and
open_log_window_after_startrelax_modelfree_patch:

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

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

----------------------------------------------------------

removed_closebox_patch:

closebox in mainwindow was removed to force output of reference 

replaced:
kwds["style"] = wx.DEFAULT_FRAME_STYLE
to
kwds["style"] = wx.MINIMIZE_BOX | wx.SYSTEM_MENU | wx.CAPTION |
wx.CLIP_CHILDREN

------------------------------------------------------------

statusbar_size_patch:

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

---------------------------------------------------------------


This should be it for now!

Cheers
Michael



(file #7739)
    _______________________________________________________

Additional Item Attachment:

File name: 100121_patches.tar.gz          Size:4 KB


    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?6847>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Thu Jan 21 08:00:21 2010