Subject: CVS commit: pkgsrc/devel/Gorm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2005 09:09:15
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 1 09:09:15 UTC 2005
Modified Files:
pkgsrc/devel/Gorm: Makefile PLIST distinfo
Log Message:
Changes 0.9.10:
* Gorm now has a full implementation of canSubstituteForClass: which
is used to determine if a class can be substituted in the custom
class inspector. This allows classes added in palettes to say
whether or not they can be used as a subsitute for a kit class.
* Better separation of Gorm into libraries. As well as the ability
to compile on windows with a simple: "make install"
* Implementation of IBResourceManager class. This class is used by
palettes to register drag types to be considered by the top level
editors in the document window: object, sound, image, class.
* Gorm now is able to switch views in the document window when you
drag a file into it. If it's an image it will switch to the image
view, if it's a sound, the sound view, an object the object view
etc or if it's a class (a .h file) it will switch to the classes
view.
* Drag and drop parsing of header files (if you hadn't gathered from
the previous item).
* Better support for standalone views. while the user cannot
instantiate from the classes view (there were too many problems
with this approach). They can now drag any view from the palette
into the objects view and have it work.
* A myriad of bug fixes.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/Gorm/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/Gorm/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/Gorm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.