Commit | Date | |
---|---|---|
[r16402]
by
bugman
Fix for the free file format error column. In a number of places it was being referred to as 'err_col' rather than 'error_col'. This is due to |
2012-05-22 16:04:17 | Tree |
[r16401]
by
bugman
Updates to the N-state model specific code. The default_value() and return_data_desc() methods are now defined, and the data_names() method |
2012-05-22 16:02:35 | Tree |
[r16400]
by
bugman
Fix for the gui.string_conv.gui_to_py() function - Syntax or other errors are now handled. This is an issue for the value.set user functions where the text '15N' causes a SyntaxError to be |
2012-05-22 15:53:34 | Tree |
[r16399]
by
bugman
Fixed the N-state model description so that it is no longer about domain motions. This stands out in the GUI when creating data pipes! |
2012-05-22 15:31:54 | Tree |
2012-05-22 14:59:31 | Tree | |
[r16397]
by
bugman
The Sequence.GetValue() method now properly handles the Combo_list and single values. |
2012-05-22 14:56:08 | Tree |
[r16396]
by
bugman
The Combo_list.GetValue() method now returns a proper list of values rather than the string repr. |
2012-05-22 14:49:36 | Tree |
[r16395]
by
bugman
The Value GUI input element UpdateChoices() method now restores the current selection. This matches the Combo_list GUI element changes. |
2012-05-22 14:45:36 | Tree |
[r16394]
by
bugman
Renamed all of the ResetChoices() GUI methods to UpdateChoices(). This is because they are for updating a list while retaining the current selection. |
2012-05-22 14:43:36 | Tree |
[r16393]
by
bugman
The Combo_list GUI input element ResetChoices() method now remembers the current selection. This allows the selection to be restored when the element is updated, rather than resetting to the |
2012-05-22 14:39:47 | Tree |