Commit | Date | |
---|---|---|
[r15904]
by
bugman
Creation of a branch for redesigning the internal structure of the user function. The aim is to create a new package called 'user_functions' which will contain absolutely all |
2012-05-03 14:18:57 | Tree |
[r15903]
by
bugman
Simplified the wizard_elements.Base_value ResetChoices() method. This is an attempt to fix some racing conditions under wxGTK, triggered in the test suite. |
2012-05-03 14:05:22 | Tree |
[r15902]
by
bugman
Fix for the align_tensor.fix user function caused by recent changes. The tensor checking code was not suitable for this function and needed modification. |
2012-05-03 13:42:48 | Tree |
[r15901]
by
bugman
Updated the generic_fns package __all__ list for the 'pdc' to 'bruker' module renaming. |
2012-05-03 13:40:04 | Tree |
[r15900]
by
bugman
The Bmrb.test_bmrb_rw GUI test now uses the base execute_uf() method for the pipe.create call. This is part of the simplification of the user function interfaces. |
2012-05-03 13:21:42 | Tree |
[r15899]
by
bugman
A number of the pipe GUI user function front ends now use the wizard page element_*() methods. This is to simplify the code base. |
2012-05-03 13:20:24 | Tree |
[r15898]
by
bugman
The scons 'install' target now creates both *.pyc and *.pyo files during installation. |
2012-05-03 13:19:17 | Tree |
[r15897]
by
bugman
The wizard page element_string_list() method can now create the special Combo_list objects. The element_type argument is used to select between the default element and the Combo_list object. |
2012-05-03 10:04:00 | Tree |
[r15896]
by
bugman
Created the wizard page ResetChoices() method for resetting the list of values in a ComboBox. This is currently implemented for the wizard_elements.Base_value class. |
2012-05-03 08:59:06 | Tree |
[r15895]
by
bugman
Created a Clear() wizard page method for clearing a specific GUI element. This is currently only implemented for the wizard_elements.Base_value class. |
2012-05-03 08:44:27 | Tree |