Commit | Date | |
---|---|---|
[r27196]
by
bugman
Improvements for the plots created by the pcs.corr_plot user function. The axes now have labels, and have the range and number of ticks set to reasonable values. |
2015-01-16 16:32:50 | Tree |
[r27195]
by
bugman
Small whitespace formatting fix for the titles printed by the align_tensor.display user function. |
2015-01-16 10:44:22 | Tree |
[r27194]
by
bugman
Created a development document for catching segfaults and other errors in the GUI tests. This is needed as not all wxPython errors can be caught in the Python unittest framework. |
2015-01-15 13:00:18 | Tree |
[r27193]
by
bugman
More robustness for the spin viewer GUI window update_*() methods. The data returned from the self.tree.GetItemPyData(key) call can in rare racing cases not contain The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command: |
2015-01-15 09:25:36 | Tree |
[r27192]
by
bugman
More robustness for the spin viewer GUI window prune_*() methods. The data returned from the self.tree.GetItemPyData(key) call can in rare racing cases not contain The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command: |
2015-01-15 09:24:37 | Tree |
[r27191]
by
bugman
More robustness for the spin viewer GUI window update_*() methods. When no spin data exists, the self.tree.GetItemPyData(key) call can return None. This is now being The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command: |
2015-01-15 09:17:58 | Tree |
[r27190]
by
bugman
More robustness for the spin viewer GUI window prune_*() methods. When no spin data exists, the self.tree.GetItemPyData(key) call can return None. This is now being The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command: |
2015-01-15 09:15:50 | Tree |
[r27189]
by
bugman
Racing fixes for the General.test_bug_23187_residue_delete_gui GUI test. Some GUI interpreter flush() calls have been added to avoid racing in the GUI. The GUI tests are so |
2015-01-15 08:54:55 | Tree |
2015-01-15 08:42:02 | Tree | |
[r27187]
by
bugman
The copyright notice in the GUI now uses the info box object. This is for the status bar at the bottom of the GUI window. This removes one place where copyright |
2015-01-15 08:39:46 | Tree |