Commit | Date | |
---|---|---|
2015-02-04 08:34:10 | Tree | |
[r27500]
by
bugman
Modified the manual_c_module.py developer script so that the path can be supplied on the command line. |
2015-02-04 08:30:58 | Tree |
[r27499]
by
bugman
Merged revisions 27439 via svnmerge from ........ |
2015-02-04 08:21:49 | Tree |
[r27498]
by
bugman
Merged revisions 27426-27438 via svnmerge from ........ |
2015-02-04 08:20:21 | Tree |
[r27497]
by
bugman
Created the relax GUI prompt Destroy() method. This is used to cleanly destroy the GUI prompt by first unregistering with the observer objects, |
2015-02-03 18:59:07 | Tree |
[r27496]
by
bugman
Temporary disabling of the memory management check in the GUI tests tearDown() method. For some reason, it appears as if it is not possible to destroy wx Windows on MS Windows. |
2015-02-03 18:39:48 | Tree |
[r27495]
by
bugman
Fix for the GUI tests clean_up_windows() tearDown method. After destroying all of the main GUI windows, a wx.Yield() call is made to flush the wxPython event |
2015-02-03 17:47:41 | Tree |
[r27494]
by
bugman
Removed the wx.CallAfter() call in the GUI tests tearDown() method. This was used to call the clean_up_windows() method. However the value of wx.Thread_IsMain() shows |
2015-02-03 17:37:24 | Tree |
[r27493]
by
bugman
Changed the title for the user function GUI windows. To better help identify what the window is, the title is now the user function name together with |
2015-02-03 17:20:59 | Tree |
[r27492]
by
bugman
Popup menus are now properly destroyed in the GUI tests. In many instances, the wx.Menu.Destroy() method was only being called when the GUI is shown. This |
2015-02-03 17:09:35 | Tree |