Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Matt Rice 6826102d00 * GormCore/GormResourceManager.m: Temporarily comment out some code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24164 72102866-910b-0410-8b05-ffd578937521
2006-11-27 15:36:07 +00:00
Documentation Do not set GNUSTEP_INSTALLATION_DIR in examples 2006-11-15 17:28:07 +00:00
English.lproj * English.lproj/GormDocument.gorm: Move initial position of 2006-11-24 03:24:04 +00:00
GormCore * GormCore/GormResourceManager.m: Temporarily comment out some code. 2006-11-27 15:36:07 +00:00
GormLib Modify GNUmakefiles to include Version to properly name .so libraries. 2006-10-21 00:09:12 +00:00
GormObjCHeaderParser Modify GNUmakefiles to include Version to properly name .so libraries. 2006-10-21 00:09:12 +00:00
GormPrefs Modify GNUmakefiles to include Version to properly name .so libraries. 2006-10-21 00:09:12 +00:00
Images * GormCore/GormClassManager.[hm]: Added actionExists:onClassNamed: and 2006-10-20 02:59:11 +00:00
Palettes * Palettes/2Controls/GormNSSliderInspector.gorm: Added switch 2006-11-11 05:16:11 +00:00
Resources * Resources/ClassInformation.plist: Add NSSearchField and 2006-10-09 00:33:08 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE Updated ANNOUNCE for release 2006-08-29 06:27:48 +00:00
ChangeLog * GormCore/GormResourceManager.m: Temporarily comment out some code. 2006-11-27 15:36:07 +00:00
GNUmakefile Implemented simple help inspector to set tool tips on objects in Gorm. 2006-10-23 05:16:42 +00:00
GNUmakefile.postamble New address and some small changes. 2005-05-26 03:08:06 +00:00
GNUmakefile.preamble Change to make the view visible when testing, but not to allow it to use 2005-06-21 00:04:36 +00:00
Gorm.m * GormCore/GormBoxEditor.m: Check to see if the subview responds 2006-08-27 05:39:47 +00:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist * GormCore/GormClassEditor.m: Correct problem which caused 2006-09-28 04:38:26 +00:00
INSTALL Updated files for 1.0 release. Fixed a minor issue. 2005-10-29 13:07:31 +00:00
main.m Use the "classes" map from the nib instead of the "swappedObjects" dictionary. Remove the (now unecessary) delegate code which was building it. 2006-06-24 14:26:32 +00:00
NEWS Updated ANNOUNCE for release 2006-08-29 06:27:48 +00:00
NOTICE Added additional information to NOTICE. 2005-06-04 11:47:32 +00:00
README Updated files for 1.0 release. Fixed a minor issue. 2005-10-29 13:07:31 +00:00
TODO Corrected minor problem with palette. 2005-04-20 10:31:56 +00:00
Version Updated version requirements to indicate Gorm's dependence on code recently added to gui. 2006-11-23 16:04:29 +00:00

0.1 Introduction
================

Read the NEWS file for the latest user visible changes. Read the INSTALL
file for installation instructions.

Gorm is an acronym for Graphic Object Relationship modeler (or perhaps
GNUstep Object Relationship Modeler).

   Gorm is a clone of the NeXTstep `Interface Builder' application for
GNUstep.

   Gorm is part of the GNUstep project, and is copyrighted by the Free
Software Foundation.

   Gorm is released under the GPL - see the file `COPYING' for details.

   Little documentation exists. There is a nice basic tutorial at
`http://www.sophos.ca/~ludovic/article/article.html'.

0.2 Status
==========

Gorm is now completely usable.  There are some minor bugs, but most of
the major functionality is now implemented.  Please report bugs to
bug-gnustep@gnu.org

   Known problems (things to do) -

  1. Documentation - only a tiny start has been made on this!

0.3 Acknowledgements
====================

Icons - Mostly by Andrew Lindsay.

   Code -  GormViewKnobs.m adapted from code by Gerrit van Dyk.