Commit | Date | |
---|---|---|
[r15988]
by
bugman
Boolean argument types are now supported by the auto-generated GUI user functions. The Selector_bool object and element_bool() wizard page method have been written for this. |
2012-05-04 18:05:54 | Tree |
[r15987]
by
bugman
The can_be_none user function argument argument is now used. This is needed for proper argument checking in the auto-generated user functions. |
2012-05-04 17:24:41 | Tree |
[r15986]
by
bugman
The wizard page GetValue() method now returns None if the corresponding key is missing. This is needed for the directory arguments as these are not shown in the GUI. |
2012-05-04 17:18:02 | Tree |
2012-05-04 17:17:07 | Tree | |
[r15984]
by
bugman
Created the special Selector_file wizard element object. This is modelled on the file_selector() wizard page method. |
2012-05-04 17:12:44 | Tree |
[r15983]
by
bugman
Created the element_dir_sel() and element_file_sel() wizard page methods. This will require the selector objects to be written! |
2012-05-04 16:57:53 | Tree |
[r15982]
by
bugman
The auto-generated GUI user functions objects now support the special UI types. This includes the file and dir selection dialogs, and skipping the dir args. |
2012-05-04 16:54:07 | Tree |
[r15981]
by
bugman
The arg_type argument for the auto-generated user functions is now accepted. This will be used to allow special UI elements to be used for the argument, for example a file |
2012-05-04 16:49:49 | Tree |
[r15980]
by
bugman
Integers and string list of lists are now accepted by the auto-generated GUI user functions. |
2012-05-04 16:25:33 | Tree |
[r15979]
by
bugman
Expanded the wizard page element_int() method to accept all the args of element_string(). All these args will be handled properly by the Integer class as this derives from Base_value. |
2012-05-04 16:24:55 | Tree |