Commit | Date | |
---|---|---|
[r14316]
by
bugman
Redesigned how user functions are executed in the GUI so they are queued and launched in a thread. This allows the GUI to be responsive while the user functions execute. This is only at the level of A special daemon thread called self.gui.interpreter has a queue object so that a series of user |
2011-08-10 16:25:44 | Tree |
[r14315]
by
bugman
The pipe.create user function page is now using PIPE_DESC to present a list of pipe types for the user. This gives the descriptive name of the data pipe type rather than the keyword argument values. |
2011-08-10 13:03:41 | Tree |
[r14314]
by
bugman
Created the dictionary PIPE_DESC to provide descriptions of the data pipes. This will be used in the GUI. |
2011-08-10 12:59:04 | Tree |
[r14313]
by
bugman
The consistency testing and hybrid data pipes are now listed in the pipe.create uf docstring. |
2011-08-10 12:55:57 | Tree |
[r14312]
by
bugman
Created the results user function pages and menu entries. These include: |
2011-08-10 12:46:17 | Tree |
2011-08-10 12:24:00 | Tree | |
[r14310]
by
bugman
Fix for the molmol.command user function page - the command is now read from the GUI. |
2011-08-10 12:16:21 | Tree |
2011-08-10 12:15:51 | Tree | |
2011-08-10 12:07:22 | Tree | |
[r14307]
by
bugman
Synchronised the code for handling Molmol and PyMOL. The Molmol code is now very similar to that of PyMOL, using subprocess.Popen rather than os.popen. |
2011-08-10 11:55:50 | Tree |