Menu

SVN archive Commit Log


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

Keyword to positional argument conversion for the GUI wx.Font() calls.

A number of these were being called with keyword arguments, however the old wxPython and Phoenix
documentation say that these are not keyword arguments (this must have been for backwards
compatibility with very old wxPython versions).

2016-11-15 15:10:00 Tree
[r28283] by bugman

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 14:44:48 Tree
[r28282] by bugman

Decreased the precision of a check in the Rx.test_r1_analysis GUI test.

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

2016-11-15 14:44:47 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.