Menu

SVN archive Commit Log


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

Removed a debugging print statement.

2010-02-04 18:21:32 Tree
[r10657] by bugman

The init keyword arg is now accepted by offset().

This allows the offset to be reset each time the widget is created and shown.

2010-02-04 18:21:17 Tree
[r10656] by bugman

Added a base class method process_click() which simply closes the widget.

This makes the relax GUI about widget happy.

2010-02-04 18:18:02 Tree
[r10655] by bugman

Made the link to the relax website clickable.

This involves changing the close() method to process_click(), determining the (x, y) coords of the
click (in event.GetX() and event.GetY()), opening the link if the correct position is clicked (the
link position coordinates are stored), and closing the widget.

2010-02-04 18:14:17 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.