Menu

SVN archive Commit Log


Commit Date  
[r23522] by bugman

Merged revisions 23495 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23495 | bugman | 2014-05-28 11:19:56 +0200 (Wed, 28 May 2014) | 7 lines

Modification to the Sequence_2D GUI element used for some user function windows.

The selection_win_show() method has been redefined, as the parent method from the Sequence element
is specific for the 1D sequence module. The open_dialog() method has also been modified to use the
new selection_win_show(), as well as the parent Sequence class selection_win_data() method.
........

2014-05-28 14:34:40 Tree
[r23521] by bugman

Created the User_functions.test_dx_map GUI test.

This extensively checks the 'point' argument for the dx.map user function GUI window. This is to
catch bug #22102 (https://gna.org/bugs/?22102), the point argument of the dx.map user function being
incorrect in the GUI.

2014-05-28 14:32:01 Tree
[r23520] by bugman

Bug fix for the Sequence_2D GUI element.

This is used for handling list of lists user function arguments in the user function GUI windows.
The setting of invalid values directly in the Sequence_2D GUI element is now detected. These values
are now replaced with None.

2014-05-28 14:04:38 Tree
[r23519] by bugman

Fixes for the Sequence and Sequence_2D GUI elements for handling invalid input data.

These elements used by the user function windows previously raised all sorts of errors if the data
was not what they expected (lists or lists of lists respectively). These situations are now caught
and the input data is ignored, so blank Sequence and Sequence_2D elements are presented to the user.

2014-05-28 13:48:29 Tree
[r23518] by bugman

Expanded the User_functions.test_structure_rotate GUI once more.

This time the setting of invalid values in the Sequence_2D element itself is now checked. For
example for the rotation matrix of the structure.rotate user function, if a matrix element is set to
a string, a NameError is raised.

2014-05-28 13:45:36 Tree
[r23517] by bugman

Clean up of the User_functions.test_structure_rotate GUI test.

The invalid value check is simpler and the Sequence_2D GUI object return value is now checked to be
None.

2014-05-28 13:40:32 Tree
[r23516] by bugman

Copyright update.

2014-05-28 13:34:19 Tree
[r23515] by bugman

Created the is_list() and is_list_of_lists() functions for the lib.check_types module.

2014-05-28 13:32:39 Tree
[r23514] by tlinnet

Reverted r23508-23507 as the correct is dimensions (None, 3) for x,y,x positions.

The command used was:
svn merge -r23508:23507 .

.....
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.

Modified:
trunk/user_functions/dx.py
.....

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
GUI element GetValue() method will now return None if nothing is set. This prevents a list of lists
of None being added to the main user function window.

2014-05-28 12:39:27 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.