Menu

SVN archive Commit Log


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

Created a basic, incomplete dialog class for the 'Help -> About relax' menu entry.

The class About_relax has been added and is initialised in the GUI main class. This basic dialog
has no window decorations and automatically closes when clicked with the left mouse button.

2010-02-02 15:37:47 Tree
[r10616] by bugman

Again the splash screen has been temporarily disabled.

This was accidentally turned back on.

2010-02-02 15:06:31 Tree
[r10615] by bugman

Renamed the aboutrelax() method to about_relax() and added a docstring.

2010-02-02 14:54:08 Tree
[r10614] by bugman

Name fixes for the GUI about dialog.

The function gui_bieri.about.about_relax() has been renamed to gui_bieri.about.show_about_gui() to
better reflect an action. The class method aboutGUI() has been converted to the relax convention
and is now called about_gui().

2010-02-02 14:52:36 Tree
[r10613] by bugman

Switched back to using wx.BitmapButton rather than wx.lib.buttons.GenBitmapTextButton.

The GenBitmapTextButton button style did not match the rest of the buttons in relaxGUI.

2010-02-02 14:29:55 Tree
[r10612] by bugman

Switched from using a cone angle to using an order parameter in the isotropic cone frame order model.

2010-02-01 23:19:55 Tree
[r10611] by bugman

Bug fix for the running of the test suite.

The interpreter _on() and _off() methods are now called on() and off()!

2010-02-01 22:36:57 Tree
[r10610] by bugman

Added a 'File -> Save' menu entry.

This is to aid debugging, but users will also find it very useful. Ctrl+S will now save the file
for the user without the file selection dialog box appearing (unless it is the first time). The
state_save() method has now been split into 3:
action_state_save() - for the 'save' actions.
action_state_save_as() - for the 'save as' actions.
state_save() - for doing the actual saving.

2010-02-01 21:28:20 Tree
[r10609] by bugman

Bug fix for the peak list loading GUI element.

The relaxation times were being lost after every click of 'Add'.

2010-02-01 21:01:24 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.