mailr10295 - in /branches/bieri_gui/gui_bieri: ./ analyses/ execution/


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

Header


Content

Posted by edward on January 24, 2010 - 14:24:
Author: bugman
Date: Sun Jan 24 14:24:32 2010
New Revision: 10295

URL: http://svn.gna.org/viewcvs/relax?rev=10295&view=rev
Log:
Insanely massive clean up of all of the Bieri GUI code base.

Not much code has been unaffected by this change.  The changes include:

- Important fixes for the whitespace rule violations.  There were identified 
by the
'scripts/code_validator' script.  The number of spaces used for indentation 
was almost random and
hence impossible to work with.  Spacing between functions was not following 
the 2 empty line rule.
Non-arg assignments with '=' sometimes had no space or 2 spaces.  Comma 
separated elements (lists,
tuples, function args, etc.) often didn't have a space after the comma.  A 
few tab characters were
being used whereas '\t' should have been used.  There was trailing whitespace 
everywhere.

- All functions have been shifted to be before classes.

- All functions/methods have been alphabetically ordered.  This is important 
to follow the code.

- Classes were not always capitalised.

- Removed the executable properties from 
gui_bieri/analyses/select_model_calc.py.


Modified:
    branches/bieri_gui/gui_bieri/__init__.py
    branches/bieri_gui/gui_bieri/about.py
    branches/bieri_gui/gui_bieri/analyses/project.py
    branches/bieri_gui/gui_bieri/analyses/relax_control.py
    branches/bieri_gui/gui_bieri/analyses/results_analysis.py
    branches/bieri_gui/gui_bieri/analyses/select_model_calc.py   (contents, 
props changed)
    branches/bieri_gui/gui_bieri/execution/calc_modelfree.py
    branches/bieri_gui/gui_bieri/execution/calc_noe.py
    branches/bieri_gui/gui_bieri/execution/calc_rx.py
    branches/bieri_gui/gui_bieri/filedialog.py
    branches/bieri_gui/gui_bieri/message.py
    branches/bieri_gui/gui_bieri/relax_gui.py
    branches/bieri_gui/gui_bieri/settings.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/bieri_gui/gui_bieri/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/__init__.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/analyses/project.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/project.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/analyses/relax_control.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/relax_control.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/analyses/results_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/results_analysis.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/analyses/select_model_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/select_model_calc.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/execution/calc_modelfree.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/execution/calc_modelfree.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/execution/calc_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/execution/calc_noe.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/execution/calc_rx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/execution/calc_rx.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/filedialog.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/filedialog.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/message.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/message.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10295&r1=10294&r2=10295&view=diff

Modified: branches/bieri_gui/gui_bieri/settings.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/settings.py?rev=10295&r1=10294&r2=10295&view=diff




Related Messages


Powered by MHonArc, Updated Mon Jan 25 11:20:02 2010