Commit | Date | |
---|---|---|
[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 |
[r28277]
by
bugman
Python 3 fix for the combo list sequence elements. Comparison of integers to values of None are not allowed. |
2016-11-14 22:16:52 | Tree |
[r28276]
by
bugman
Python 3 fixes for the gui.misc module. This is for text formatting using the "x"*num logic. In Python 3, num is often a float so this does |
2016-11-14 22:02:28 | Tree |
2016-11-14 20:22:01 | Tree |