Menu

SVN archive Commit Log


Commit Date  
[r10668] by bugman

Renamed the intro.Intro_text class to info.Info_box.

This is used for introduction strings, but can be used at any point in relax as well.

2010-02-05 16:54:15 Tree
[r10667] by bugman

All dialogs (the relax controller and about dialogs) are now being destroyed by exit_gui().

This allows the program to exit!

2010-02-05 16:08:10 Tree
[r10666] by bugman

Cleaned up the exit_gui() method (previously called exitGUI()).

A docstring and comments have been added. The exit dialog text has been re-written. And the call
to sys.exit() has been replaced by a call to self.Destroy() to exit the frame (to exit properly,
some other GUI elements need to be destroyed too, though these are not clear yet).

2010-02-05 16:06:12 Tree
[r10665] by bugman

Shifted the MainLoop() call to be outside the wx.App initialisation.

This was a strange place to have it, in the OnInit() method! This should prevent future issues.

2010-02-05 16:01:37 Tree
[r10664] by bugman

Clean up and expansion of the question() dialog box showing method.

A docstring and comments have been added. And the arg default added to allow yes or no to be the
default button.

2010-02-05 10:59:10 Tree
[r10663] by bugman

A close box is added to the relaxGUI main window as requested by Edward d'Auvergne.

The original post is https://mail.gna.org/public/relax-devel/2010-02/msg00025.html. This patch
corresponds to file #7925 (http://gna.org/support/download.php?file_id=7925).

A keyword for window decoration was added.

2010-02-05 09:33:07 Tree
[r10662] by bugman

The about windows now stay above all others!

2010-02-04 21:47:48 Tree
[r10661] by bugman

Variable name fix.

2010-02-04 21:43:36 Tree
[r10660] by bugman

Sent some initialisations into __init__() to occur before the Bind() calls.

This will fix some intermittent errors.

2010-02-04 21:39:39 Tree
[r10659] by bugman

The cursor type now changes to a hand when hovering above the link in the relax about widget :)

This involves binding all mouse actions (wx.EVT_MOUSE_EVENTS) to the cursor_style() method.

2010-02-04 18:43:57 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.