Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Gregory John Casamento 669022e330 Added comment...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13591 72102866-910b-0410-8b05-ffd578937521
2002-05-04 14:54:07 +00:00
Documentation Version 0.1.0 2002-01-30 22:46:35 +00:00
Images Initial revision 2001-11-20 16:43:03 +00:00
Palettes Removed NSLog which was causing compilation error on gcc < 3.0 compilers. 2002-04-08 23:25:52 +00:00
Resources ChangeLog 2002-03-31 15:59:18 +00:00
Testing Added .cvsignore 2000-01-10 02:42:32 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE Version 0.1.0 2002-01-30 22:46:35 +00:00
ChangeLog Added comment... 2002-05-04 14:54:07 +00:00
ClassInformation.plist GormObjectEditor.m 2002-04-07 22:02:41 +00:00
Defaults.plist Tidied 2000-01-04 12:37:00 +00:00
GNUmakefile ChangeLog 2002-03-31 15:59:18 +00:00
Gorm.h palette deallocation fixes. 2002-03-08 15:26:10 +00:00
Gorm.m GormObjectEditor.m 2002-04-07 22:02:41 +00:00
Gorm.spec.in Fix summary 2001-04-25 03:14:39 +00:00
GormClassEditor.m Added blank implementation of makeSelectionVisible to prevent an exception from being thrown. 2002-05-04 14:50:53 +00:00
GormClassManager.h Changed classesView from an NSTableView to an NSOutlineView so that viewing is more intuitive. 2002-03-25 01:44:01 +00:00
GormClassManager.m Changed classesView from an NSTableView to an NSOutlineView so that viewing is more intuitive. 2002-03-25 01:44:01 +00:00
GormCustomView.h Add support for custom views 2001-10-03 17:38:46 +00:00
GormCustomView.m GormCustomView.m 2002-03-01 14:42:15 +00:00
GormDocument.h Added controbuted patch 2001-07-06 17:10:51 +00:00
GormDocument.m GormObjectEditor.m 2002-04-07 22:02:41 +00:00
GormFilesOwner.h More connection improvements 1999-12-21 08:13:35 +00:00
GormFilesOwner.m Add support for custom views 2001-10-03 17:38:46 +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 GormObjectEditor.m 2002-04-07 22:02:41 +00:00
GormMatrixEditor.m New inspectors 2001-09-28 03:37:59 +00:00
GormObjectEditor.m GormObjectEditor.m 2002-04-07 22:02:41 +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 drag and drop logic for formatters 2001-12-04 22:26:00 +00:00
GormPrivate.h ClassInformation.plist 2002-03-29 16:30:01 +00:00
GormTableViewEditor.m GormObjectEditor.m 2002-04-07 22:02:41 +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 GormObjectEditor.m 2002-04-07 22:02:41 +00:00
IBInspector.m palette deallocation fixes. 2002-03-08 15:26:10 +00:00
IBPalette.m palette deallocation fixes. 2002-03-08 15:26:10 +00:00
INSTALL Version 0.0.3 2001-07-19 03:50:01 +00:00
NEWS Version 0.1.0 2002-01-30 22:46:35 +00:00
README Version 0.1.0 2002-01-30 22:46:35 +00:00
Version Version 0.1.0 2002-01-30 22:46:35 +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 -
     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.