Menu

SVN archive Commit Log


Commit Date  
[r13846] by bugman

Modified the spherical vector distribution script in preparation for Python 3.

2011-07-25 08:13:27 Tree
[r13845] by bugman

Added some old 2004 scripts for creating a uniform vector distribution and calculating relaxation data.

This will be used in the end to build a quick test for the dauvergne_protocol auto-analysis.

2011-07-25 08:07:31 Tree
[r13844] by bugman

Fix for Mac OS X - the wizard buttons are now all of the same size.

SetMinSize() rather than SetSize() needs to be used with wx.ADJUST_MINSIZE!

2011-07-22 20:21:27 Tree
[r13843] by bugman

The dialog Close() rather than Destroy() method is being used to terminate the wizard.

This is necessary for Mac OS X.

2011-07-22 20:00:15 Tree
[r13842] by bugman

Mac OS X bug fit - removed the Destroy() call after ShowModal() in the wizard.

The Destroy() method was actually being called twice, the first time either by the _ok() or the
_cancel() methods, and the second time directly after the ShowModal(). This is fatal on a Mac!

2011-07-22 19:16:13 Tree
[r13841] by bugman

Reverted r13840 as the 'Window' menu on a Mac is actually quite useful for relax!

The command used was:
svn merge -r13840:13839 .

.....
r13840 | bugman | 2011-07-22 19:51:42 +0200 (Fri, 22 Jul 2011) | 3 lines
Changed paths:
M /branches/gui_testing/gui/menu.py

The window menu has been disabled on Mac OS X.
.....

2011-07-22 17:58:36 Tree
[r13840] by bugman

The window menu has been disabled on Mac OS X.

2011-07-22 17:51:42 Tree
[r13839] by bugman

The spectrum and relaxation data lists now post EVT_SIZE events when modified.

This forces the parent scrolled panel to properly layout out its contents and refresh.

2011-07-22 15:48:47 Tree
[r13838] by bugman

Removed visual artifacts in the wx.grid.Grid elements used in the spectrum and relax data lists.

All cells are now set to the background panel colour, and then individual cells are set back to
white. This removes the visual artifact of white outside of the grids.

2011-07-22 15:20:51 Tree
[r13837] by bugman

Merged revisions 13835-13836 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r13835 | bugman | 2011-07-22 16:30:29 +0200 (Fri, 22 Jul 2011) | 6 lines

Fix for the model-free _determine_model_type() method when the spin container has no 'local_tm'.

This code was failing in certain rare circumstances (when the setting up of the diffusion tensor was
forgotten).
........
r13836 | bugman | 2011-07-22 16:57:05 +0200 (Fri, 22 Jul 2011) | 3 lines

Created a script for byte compiling the Python source files.
........

2011-07-22 14:57:38 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.