Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Adam Fedor e3c62bfcf6 Version 0.0.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10513 72102866-910b-0410-8b05-ffd578937521
2001-07-19 03:50:01 +00:00
Documentation Version 0.0.3 2001-07-19 03:50:01 +00:00
Images Pretty up 1999-12-22 12:20:22 +00:00
Palettes includes class name of filesOwner 2001-06-20 16:02:34 +00:00
Testing Added .cvsignore 2000-01-10 02:42:32 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ChangeLog Version 0.0.3 2001-07-19 03:50:01 +00:00
ClassInformation.plist Limited menu support 2000-01-13 21:19:03 +00:00
Defaults.plist Tidied 2000-01-04 12:37:00 +00:00
GNUmakefile Added controbuted patch 2001-07-06 17:10:51 +00:00
Gorm.h iCustom class modifications 2001-05-08 09:43:11 +00:00
Gorm.m Minor update for info panel 2001-07-07 17:28:28 +00:00
Gorm.spec.in Fix summary 2001-04-25 03:14:39 +00:00
GormClassEditor.m Added missed file 2001-05-09 08:15:58 +00:00
GormClassManager.h Added controbuted patch 2001-07-06 17:10:51 +00:00
GormClassManager.m Minor tidyups 2001-07-09 15:39:20 +00:00
GormDocument.h Added controbuted patch 2001-07-06 17:10:51 +00:00
GormDocument.m Fix crash when deleting objects. 2001-07-10 05:40:15 +00:00
GormFilesOwner.h More connection improvements 1999-12-21 08:13:35 +00:00
GormFilesOwner.m tidy 1999-12-23 07:49:27 +00:00
GormInfo.plist Minor tidyups 2001-07-09 15:39:20 +00:00
GormInspectorsManager.h tidy 1999-12-23 07:49:27 +00:00
GormInspectorsManager.m iCustom class modifications 2001-05-08 09:43:11 +00:00
GormObjectEditor.m Minor fixes and improvements to controls palette 2001-02-06 08:37:33 +00:00
GormObjectInspector.m Minor tidyup 2001-02-07 07:06:16 +00:00
GormPalettesManager.h Stuff for testing mode. 1999-12-15 15:29:27 +00:00
GormPalettesManager.m Changes to allow an NSBox to be 'edited' and add subviews, move 2001-06-07 03:57:51 +00:00
GormPrivate.h Changes to allow an NSBox to be 'edited' and add subviews, move 2001-06-07 03:57:51 +00:00
GormViewKnobs.m Changes to allow an NSBox to be 'edited' and add subviews, move 2001-06-07 03:57:51 +00:00
GormWindowEditor.m * GormWindowEditor.m ([GormWindowEditor -_editTextView:withEvent:]): 2001-07-08 21:23:34 +00:00
IBInspector.m Improvements for testing etc 2000-01-03 11:00:14 +00:00
IBPalette.m Gorm source 1999-12-08 15:04:57 +00:00
INSTALL Version 0.0.3 2001-07-19 03:50:01 +00:00
NEWS Version 0.0.3 2001-07-19 03:50:01 +00:00
README Version 0.0.3 2001-07-19 03:50:01 +00:00
Version Version 0.0.3 2001-07-19 03:50:01 +00:00

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 not `gormless' (a Yorkshire dialect word that my parents
used when they spotted me staring, slack-jawed, at the TV).

   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.gnustep.it/pierre-yves/index.html>.

Status
======

   At this point, Gorm is usable only for very simple stuff as it only
supports the most commonly used gui elements.  However, the binary
format in which documents are archived is stable, so documents created
using Gorm now should remain useful.  Interface test mode qorks quite
nicely - you really can see things working.

   Known problems (things to do) -

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

  2. Editors and inspectors need writing for most gui elements -
     popup menus   boxes   browsers   scrollviews   splitviews   etc etc

  3. Support for color and images on buttons etc.    This requires
     improved image and color support in the gui library

  4. Support for fonts etc   This requires improved font management
     support in the gui library

Acknowledgements
================

   Icons - Mostly by Andrew Lindsay.

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