Menu

SVN archive Commit Log


Commit Date  
[r10627] by bugman

Redesigned get_intro_string() to return a container of different strings.

The method is now called get_intro_text() and returns a container with the following str objects:
- title: The program title 'relax'
- version: For example 'repository checkout' or '1.3.8'.
- desc: The short program description.
- copyright: A list of copyright statements.
- licence: Text pertaining to the licencing.
- errors: A list of import errors.

This is being abstracted so that the different UIs can use this differently. The prompt/script can
word wrap to 100 char (80 char in Windows), and print this to stdout. The GUI can use this in the
about prompt and not print to stdout. Other interfaces can use this in any other way. And the
information content can be expanded for different purposes.

2010-02-03 17:00:17 Tree
[r10626] by bugman

Added the stub function maths_fns.order_parameters.iso_cone_S_to_cos_theta().

This will be used to convert the order parameter S into the cosine of the cone angle.

2010-02-03 10:22:00 Tree
[r10625] by bugman

Added some menu separators to prettify the menus.

2010-02-03 00:39:24 Tree
[r10624] by bugman

Completely redesigned the relax about dialog into its own widget using wx.PaintDC.

This works much better! Ideas from http://zetcode.com/wxpython/customwidgets/ were used.

2010-02-03 00:21:51 Tree
[r10623] by bugman

Shifted the saved file name out of the relax data store.

This is a temporary variable and does not need to be stored or saved!

2010-02-02 22:47:26 Tree
[r10622] by bugman

Fix for the selection of the model-free models to be optimised.

This problem was found by Michael in the thread starting at
https://mail.gna.org/public/relax-devel/2010-02/msg00004.html (Message-id:
<4B689504.2040601@...>).

2010-02-02 21:54:17 Tree
[r10621] by bugman

Added a shrunken version of ulysses_shadowless.png with transparency.

2010-02-02 21:24:20 Tree
[r10620] by bugman

Expanded the relax about dialog.

This includes concepts of size, background colours, boarders, binding left click events, and
building the core of the dialog. Most code is in the base class.

2010-02-02 19:10:11 Tree
[r10619] by bugman

Comment fix in About_base.__init__().

2010-02-02 15:43:01 Tree
[r10618] by bugman

Converted About_relax into the About_base base class, and added About_relax which inherits from it.

2010-02-02 15:41:39 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.