Menu

SVN archive Commit Log


Commit Date  
[r28294] by bugman

Updates to the upload section of the release checklist document for sending files to SourceForge.

2016-11-16 13:10:32 Tree
[r28293] by bugman

Commented out the Gmane links at http://www.nmr-relax.com/links.html.

This is at least until Gmane is back up.

2016-11-16 11:25:00 Tree
[r28292] by bugman

More precision decreases in the Rx.test_r1_analysis GUI test.

This is to allow the test to pass on wxPython-Phoenix and Python 3.

2016-11-16 11:07:50 Tree
[r28291] by bugman

Updated the copyright notice in the GUI splash screen to 2001-2016.

2016-11-15 20:28:19 Tree
[r28290] by bugman

Removal of unused variables from the bash completion relax script.

2016-11-15 19:56:10 Tree
[r28289] by bugman

Fine tuning of the bash completion relax script.

The option "-o nospace" for "complete" has been removed as spaces are not added for directories
anyway. This means that a space is added after all options and scripts.

2016-11-15 19:50:27 Tree
[r28288] by bugman

Improvements for the bash completion relax script.

Directories and relax scripts are now much better handled.

2016-11-15 19:34:48 Tree
[r28287] by bugman

Creation of an initial bash script for enabling bash completion.

2016-11-15 17:48:08 Tree
[r28286] by bugman

Replacement of a wx.ListCtrl.DeleteAllColumns() function call from the spectrum GUI element.

This function does not exist in wxPython-Phoenix. Instead the columns are looped over and
wx.ListCtrl.DeleteColumn() is called instead.

2016-11-15 15:39:40 Tree
[r28285] by bugman

Reverted r28283 as this change broke the spectrum list GUI element.

The command used was:
svn merge -r28283:r28282 .

.....
r28283 | bugman | 2016-11-15 15:44:48 +0100 (Tue, 15 Nov 2016) | 4 lines
Changed paths:
M /trunk/gui/components/spectrum.py

Removal of a wx.ListCtrl.DeleteAllColumns() function call from the spectrum GUI element.

This function does not exist in wxPython-Phoenix and is redundant anyway due to the DeleteAllItems()
function call on the line before.
.....

2016-11-15 15:27:52 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.