Commit | Date | |
---|---|---|
[r16408]
by
bugman
The wizards for the individual user function pages are now recycled. This should speed up the GUI (and the GUI tests massively). Closing the wizard calls the Close() The Wizard GUI object has been modified to only add the buttons if they do not currently exist. |
2012-05-23 07:00:11 | Tree |
[r16407]
by
bugman
The GUI base class now has access to math.pi. This is necessary as the system test scripts are run in this namespace rather than the interpreter |
2012-05-23 06:56:17 | Tree |
[r16406]
by
bugman
The Combo_list GUI input element can now handle values typed out by the user. This affects both the GetValue() and SetValue() methods. |
2012-05-22 17:08:27 | Tree |
[r16405]
by
bugman
The value.set user function 'param' arg can now be manually set by the user rather than selected. A number of N-state model parameters require this. |
2012-05-22 17:07:01 | Tree |
2012-05-22 16:50:48 | Tree | |
[r16403]
by
bugman
The non-supplied user function args in the GUI tests are now set to the default. This is for the _execute_uf() base method, and is essential for the free file format where the |
2012-05-22 16:15:38 | Tree |
[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 |