* A graph can now be generated according to the relationships laid out by the crules.xml file.
* The bug wherein the metadata tabs don't display tooltips has been fixed by using the WRAP_LAYOUT policy in the JTabbedPane. This is a documented, known bug in Swing under Java 1.4, so I'll just work around it.
* A lot of the utility classes have been removed and replaced by beowulf-1_4.jar.
* A MetadataView class has been introduced to give the tabbed view of metadata a cleaner interface.
* I've created a generic interface for mimetype detection and wrapped the two current tools, JAF (from Sun) and JMimeMagic (found on Sourceforge).
* I've put options for mime type detection in the properties file
* I've created a runnable which iterates over the file system tree in the back ground and opens up all of the child files without interfering with the GUI thread. This *might* cause problems if the user manages to expand a branch before this thread gets to that branch. I haven't been able to test this out yet. Overall the result is nice: there is still no lag in opening up large directories and now there isn't even a lag when expanding the handles for the subdirectories.
* ConversionRules is now a well coded Java class with intelligent accessors/modifiers. There was a bit of a problem as a result of this when a user would edit the "type" field on a metadata entry. The problem was purely a software engineering one though and I believe it has been fixed. I'm not pleased that the ConversionRules class is responsible for creating a ComboBoxModel, but this seemed the cleanest way to give access to the list of DatastreamTemplates.
ags, 11:30 pm, 7/6/2005