Commit | Date | |
---|---|---|
[r23514]
by
tlinnet
Reverted r23508-23507 as the correct is dimensions (None, 3) for x,y,x positions. The command used was: ..... THe first dimension was used as a counter, the last 3 dimensions is for x,y,z position. This is for the user function dx.map. Modified: |
2014-05-28 13:05:21 | Tree |
[r23513]
by
bugman
Bug fix for the Sequence_2D GUI element. This is used for the user function windows in the GUI for setting lists of lists or matrices. The |
2014-05-28 12:39:27 | Tree |
[r23512]
by
bugman
Expanded the User_functions.test_structure_rotate GUI test to catch more problems. Now the rotation matrix value in the user function window is set to a series of invalid values to |
2014-05-28 12:36:46 | Tree |
[r23511]
by
bugman
Expanded the User_functions.test_structure_rotate GUI test. The rotation matrix argument checks for the Sequence_2D GUI element have been expanded to check that |
2014-05-28 12:25:20 | Tree |
[r23510]
by
bugman
Simplified the User_functions GUI tests. The exec_uf_pipe_create() method has been created to simplify the data pipe creation in the tests. |
2014-05-28 12:01:13 | Tree |
[r23509]
by
bugman
Partial fix for bug #22100. This is the bug report at https://gna.org/bugs/?22100, the rotation argument for the The append_row() method call has been replaced by the correct add_element() call. |
2014-05-28 10:15:10 | Tree |
[r23508]
by
tlinnet
Modified the dim dimensions to (None, 4) to allow the user to change number of points in the GUI. THe first dimension was used as a counter, the last 3 dimensions is for x,y,z position. This is for the user function dx.map. |
2014-05-28 10:09:37 | Tree |
[r23507]
by
tlinnet
Modified the dim dimensions to (None, 3) to allow the user to change number of points in the GUI. This is for the user function dx.map. |
2014-05-28 10:04:27 | Tree |
[r23506]
by
bugman
Expanded the User_functions.test_structure_rotate GUI test. This is to more extensively check the 'float_matrix' user function argument type in the GUI. |
2014-05-28 10:04:15 | Tree |
[r23505]
by
bugman
Some more fixes for the User_functions.test_structure_rotate GUI test. The open_dialog() method cannot be used, as it deletes the window at the end. Instead the |
2014-05-28 09:58:29 | Tree |