Path to this page:
Subject: CVS commit: pkgsrc/devel/Gorm
From: Adam Ciarcinski
Date: 2006-08-30 16:55:56
Message id: 20060830145556.C1417211CA@cvs.netbsd.org
Log Message:
Changes 1.1.0:
* Changed Gorm architecture to use NSDocument classes.
* Abstracted model loading mechanism. This was done by implementing
a set of "Loader" and "Builder" classes which handle \
filling in
the data structures in Gorm and exporting them to external formats.
* Implemented GormNibWrapperLoader and GormNibWrapperBuilder for
reading and writing Cocoa NIB files.
* Implemented GormGormWrapperLoader and GormGormWrapperBuilder for
reading and writing GNUstep Gorm files
* Implemented GormGModelWrapperLoader for reading GNUstep gmodel
files.
* Updated icon
* A number of bugs have been addressed in this release.
Files: