Menu

SVN archive Commit Log


Commit Date  
[r23562] by bugman

Bug fixes for the Sequence GUI element used for lists in the user function windows.

Invalid values input into the Sequence GUI window are now ignored rather than raising different
types of error. And invalid input lists for fixed dimension arguments are also ignored. This
allows the User_functions.test_structure_add_atom GUI test to pass.

2014-05-28 17:12:21 Tree
[r23561] by bugman

Modified the 'pos' argument of the structure.add_atom user function.

The argument is now a list of fixed length of 3, and it has the titles 'X coordinate',
'Y coordinate', and 'Z coordinate' which are shown in the GUI.

2014-05-28 17:10:00 Tree
[r23560] by bugman

Small fix for switched indices in the new User_functions.test_structure_add_atom GUI test.

2014-05-28 17:07:38 Tree
[r23559] by bugman

Titles are now handled and set in the Sequence GUI element.

The titles will replace the numbering of 1 onwards in the first column of the GUI element.

2014-05-28 17:01:14 Tree
[r23558] by bugman

Created the User_functions.test_structure_add_atom GUI test.

This is used to check the operation of the Sequence GUI element via the 'pos' argument of the
structure.add_atom user function. This is a list fixed to 3 elements.

2014-05-28 16:59:17 Tree
[r23557] by bugman

The self.variable_length flag is used in one more spot in the Sequence_2D GUI element.

2014-05-28 16:38:29 Tree
[r23556] by bugman

The self.variable_length flag is now used throughout the Sequence GUI element.

2014-05-28 16:35:34 Tree
[r23555] by bugman

Added list titles for the dx.map user function point argument.

This is so that the Sequence_2D GUI element will have column titles of 'X coordinate',
'Y coordinate', and 'Z coordinate'.

2014-05-28 16:26:19 Tree
[r23554] by bugman

Increased the width of the first column of the Sequence_2D GUI element for variable lists.

This is so the column title "Number" will fit.

2014-05-28 16:24:57 Tree
[r23553] by bugman

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

........
r23551 | bugman | 2014-05-28 18:11:40 +0200 (Wed, 28 May 2014) | 11 lines

Fix for bug #22102, the point argument of the dx.map user function failing in the GUI.

This is reported at https://gna.org/bugs/?22102.

The Sequence_2D GUI element used for all list of lists arguments in the user function GUI windows
now correctly handles variable length lists. The first column which shows a count of the elements
is now properly taken into account in the SetValue(), GetValue() and add_item() methods, via a new
self.offset variable. The self.variable_length variable has also been fixed so it is not
overwritten by the parent Sequence GUI element.
........

2014-05-28 16:12:48 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.