svn+ssh://bugman@.../svn/relax/trunk
........
r17878 | bugman | 2012-10-16 23:15:21 +0200 (Tue, 16 Oct 2012) | 3 lines
Fix for the API documentation for the rename of the 'scripts' to 'devel_scripts' directory at r17708.
........
r17879 | bugman | 2012-10-16 23:30:35 +0200 (Tue, 16 Oct 2012) | 6 lines
API documentation fix - a circular import has been broken.
This was only a circular import when the gui package is imported from an external program like
Epydoc.
........
r17880 | bugman | 2012-10-16 23:37:14 +0200 (Tue, 16 Oct 2012) | 6 lines
Improvements to the API documentation compilation.
The excluded files and directories, as well as hidden ones, are no longer included in the list of
files/directories to add to the documentation.
........
r17881 | bugman | 2012-10-17 09:32:20 +0200 (Wed, 17 Oct 2012) | 3 lines
Updated the relax prompt mode figure in the intro chapter of the user manual to the more modern prompt.
........
r17882 | bugman | 2012-10-17 10:40:58 +0200 (Wed, 17 Oct 2012) | 5 lines
Fix for the relax user manual compilation.
The full path for an icon in the graphics directory was being used.
........
r17883 | bugman | 2012-10-17 10:53:40 +0200 (Wed, 17 Oct 2012) | 3 lines
Import fix for the relax GUI tests for a problem only recently introduced.
........
r17884 | bugman | 2012-10-17 11:01:23 +0200 (Wed, 17 Oct 2012) | 3 lines
The setup.py application building script now complains if the Python setuptools are not installed.
........
r17885 | bugman | 2012-10-17 11:25:53 +0200 (Wed, 17 Oct 2012) | 6 lines
Added some bug catching code for the observer objects.
In some rare cases a registered method's key was set to None. This is now caught and a RelaxError
thrown to prevent later indecipherable errors.
........
r17886 | bugman | 2012-10-17 11:30:59 +0200 (Wed, 17 Oct 2012) | 3 lines
Added some special RelaxErrors for data pipe bundles.
........
r17887 | bugman | 2012-10-17 11:31:44 +0200 (Wed, 17 Oct 2012) | 3 lines
Missing import of the sys module.
........
r17888 | bugman | 2012-10-17 11:33:35 +0200 (Wed, 17 Oct 2012) | 3 lines
Added some error checking for the data pipe bundle in the auto model-free analysis GUI code.
........
r17889 | bugman | 2012-10-17 11:37:13 +0200 (Wed, 17 Oct 2012) | 3 lines
Added data pipe bundle error checking for the GUI pipe editor window associate_auto() method.
........
r17890 | bugman | 2012-10-17 11:45:31 +0200 (Wed, 17 Oct 2012) | 3 lines
Another attempt at fixing a nasty circular import in the relax GUI.
........
r17891 | bugman | 2012-10-17 11:59:14 +0200 (Wed, 17 Oct 2012) | 3 lines
Fix for the State.test_load_state_no_gui() GUI test - the data pipe bundle is now given.
........
r17892 | bugman | 2012-10-17 11:59:46 +0200 (Wed, 17 Oct 2012) | 3 lines
More error checking for the associate_auto() method of the data pipe editor window.
........