Commit | Date | |
---|---|---|
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 |
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: ..... |
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 |
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() |
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 |
[r28281]
by
bugman
Keyword to positional argument conversion for a GUI wx.BoxSizer.Clear() call. This is for the spin containers in the spin viewer window. The keyword argument in wxPython classic |
2016-11-15 14:44:45 | Tree |
[r28280]
by
bugman
Keyword to positional argument conversion for the GUI wx.ScrolledWindow.EnableScrolling() calls. These function calls were using keyword arguments, however the old wxPython and Phoenix |
2016-11-15 14:44:42 | Tree |
[r28279]
by
bugman
Keyword to positional argument conversion for the GUI wx.ListCtrl.SetStringItem() function calls. The keyword arguments for this function must exist for backwards compatibility with ancient wxPython |
2016-11-15 13:36:02 | Tree |
[r28278]
by
bugman
Bug fix for "Tools->System information" GUI menu item. The user function has been renamed from sys_info to system.sys_info. |
2016-11-15 10:33:19 | Tree |