Commit | Date | |
---|---|---|
[r15959]
by
bugman
The graphics directory has been converted into a Python package. This will be used to store special functions related to graphics manipulation, retrieval, etc. |
2012-05-04 09:13:13 | Tree |
[r15958]
by
bugman
Renamed the gui.user_functions package to gui.uf_pages to avoid import clashes. This package was clashing with the base user_functions package, breaking imports everywhere. |
2012-05-04 09:10:46 | Tree |
2012-05-04 09:04:38 | Tree | |
[r15956]
by
bugman
Created methods for returning user function and class data objects from the user function data object. These are called get_class() and get_uf(). |
2012-05-04 08:59:20 | Tree |
[r15955]
by
bugman
Fix for the bmrb.citation user function prompt front end. The status argument was hiding the relax status singleton object! |
2012-05-04 08:45:54 | Tree |
2012-05-04 08:40:25 | Tree | |
[r15953]
by
bugman
The auto-generated prompt user function front end objects are now executable. The uf.backend variable is now the executable Python object. The pipe user function class has been |
2012-05-04 08:23:09 | Tree |
2012-05-04 08:15:19 | Tree | |
[r15951]
by
bugman
Expanded and fixed the argument checking for the prompt auto-generated user function front ends. |
2012-05-04 08:03:22 | Tree |
[r15950]
by
bugman
The auto-generated prompt user function front ends now convert arguments to keyword arguments. This is important as a keyword arg can be supplied without the keyword in Python! |
2012-05-04 08:02:36 | Tree |