Menu

SVN archive Commit Log


Commit Date  
[r16194] by bugman

Fixes and clean up of the pcs user functions.

2012-05-10 14:55:07 Tree
[r16193] by bugman

Removed the old __docformat__ module variable.

2012-05-10 14:34:35 Tree
[r16192] by bugman

Converted the pcs user functions to the auto-generation design.

2012-05-10 14:14:15 Tree
[r16191] by bugman

Read only args as combo boxes can now be set to None, if allowed, in the GUI user functions.

The empty string and None are prepended to the combo box choices and data respectively.

2012-05-10 13:09:27 Tree
[r16190] by bugman

Reverted r16189 as this will be implemented at the GUI element level.

The command used was:
svn merge -r16189:r16188 .

The GUI element can decide what to do in this case, for example add a None element to the list!

.....
r16189 | bugman | 2012-05-10 14:45:42 +0200 (Thu, 10 May 2012) | 6 lines
Changed paths:
M /branches/uf_redesign/user_functions/objects.py

Check that wiz_read_only is not set if can_be_none is True and a combo box is asked for.

The combo box needs to be editable to clear it - so it returns None. Otherwise if a user selects
one of the values, then they cannot unset it to allow for args of None.
.....

2012-05-10 12:52:35 Tree
[r16189] by bugman

Check that wiz_read_only is not set if can_be_none is True and a combo box is asked for.

The combo box needs to be editable to clear it - so it returns None. Otherwise if a user selects
one of the values, then they cannot unset it to allow for args of None.

2012-05-10 12:45:42 Tree
[r16188] by bugman

Fix for the renaming of the user function argument property 'size' to 'dim'.

2012-05-10 12:42:20 Tree
[r16187] by bugman

Improved the titles of the Sequence and Sequence_2D GUI element for the user functions.

The 'desc_short' user function arg property is now used to create the title rather than the 'name'
value.

2012-05-10 12:22:20 Tree
[r16186] by bugman

The Sequence and Sequence_2D GUI elements can now handle fixed sized sequences.

When the 'dim' Uf_container.add_keyarg() arg is set, then the 'Add' and 'Delete all' buttons are
turned off, the ListCtrl sizes are pre-made, and their SetValue() methods no longer append to the
list. This will allow for better user editing of points, vectors, and matrices.

2012-05-10 12:11:09 Tree
[r16185] by bugman

Converted the 'size' uf arg arg to 'dim'.

The name 'dim' better reflects what this is!

2012-05-10 11:09:20 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.