Commit | Date | |
---|---|---|
[r16547]
by
bugman
Rearranged the spin.name args and converted the spin ID to the special spin ID type. |
2012-05-30 19:11:29 | Tree |
[r16546]
by
bugman
Prevention of multiple RelaxErrors from the user functions. The update_args() method returns False if an error occurred on updating the list of choices for an |
2012-05-30 19:08:04 | Tree |
[r16545]
by
bugman
Improvements to the structure.load_spins user function definition. The spin_id arg now uses the special 'spin ID' arg type for the spin ID GUI input element. |
2012-05-30 18:50:15 | Tree |
[r16544]
by
bugman
A number of improvements for the spin ID GUI input element. This includes: - The fix of r16541 for the use of SetValue() for strings not in the list of choices. - Defaulting the choices to ['@N', '@C', '@H', '@O', '@P'] if not supplied. - A tooltip white space fix. - Removal of the None element in the list of choices, as this is not a read only box. |
2012-05-30 18:48:31 | Tree |
[r16543]
by
bugman
Increased the size of the spin loading wizard to match that of structure.read_pdb. |
2012-05-30 18:28:30 | Tree |
2012-05-30 18:15:55 | Tree | |
[r16541]
by
bugman
The Value GUI input element UpdateChoices() method now handles non-selection strings in the ComboBox. The SetStringSelection() method is now only used when the combo default is one of the choices, and |
2012-05-30 18:04:54 | Tree |
[r16540]
by
bugman
Fix for the GUI user functions - a call to update the parameters no longer wipes out the current value. This is for ComboBox elements where a string has been input rather than one of the choices selected. |
2012-05-30 18:01:03 | Tree |
[r16539]
by
bugman
Decreased the amount of waiting time in the GUI interpreter flush() method. This will allow speed ups in certain parts of relax (for example some GUI tests). |
2012-05-30 16:08:12 | Tree |
[r16538]
by
bugman
Fix for racing in the Dead_uf_pages.test_mol_create() GUI test. The GUI interpreter object flush() method is now being used after each user function, as they are |
2012-05-30 16:04:37 | Tree |