Menu

Commit [r10295]  Maximize  Restore  History

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.

bugman 2010-01-24

changed /branches/bieri_gui/gui_bieri/__init__.py
changed /branches/bieri_gui/gui_bieri/about.py
changed /branches/bieri_gui/gui_bieri/analyses/project.py
changed /branches/bieri_gui/gui_bieri/analyses/relax_control.py
changed /branches/bieri_gui/gui_bieri/analyses/results_analysis.py
changed /branches/bieri_gui/gui_bieri/analyses/select_model_calc.py
changed /branches/bieri_gui/gui_bieri/execution/calc_modelfree.py
changed /branches/bieri_gui/gui_bieri/execution/calc_noe.py
changed /branches/bieri_gui/gui_bieri/execution/calc_rx.py
changed /branches/bieri_gui/gui_bieri/filedialog.py
changed /branches/bieri_gui/gui_bieri/message.py
changed /branches/bieri_gui/gui_bieri/relax_gui.py
changed /branches/bieri_gui/gui_bieri/settings.py
/branches/bieri_gui/gui_bieri/__init__.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/about.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/analyses/project.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/analyses/relax_control.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/analyses/results_analysis.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/analyses/select_model_calc.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/execution/calc_modelfree.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/execution/calc_noe.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/execution/calc_rx.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/filedialog.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/message.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/relax_gui.py Diff Switch to side-by-side view
Loading...
/branches/bieri_gui/gui_bieri/settings.py Diff Switch to side-by-side view
Loading...
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.