Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Gregory John Casamento 5f6ecd232f Removed the debug statements from the data source methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13223 72102866-910b-0410-8b05-ffd578937521
2002-03-25 01:54:10 +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 Minor bugfix and consistency cleanups. 2002-03-06 11:43:38 +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 Removed the debug statements from the data source methods. 2002-03-25 01:54:10 +00:00
ClassInformation.plist Add first responder actions 2002-01-29 22:41:02 +00:00
Defaults.plist Tidied 2000-01-04 12:37:00 +00:00
GNUmakefile data palette and new icons added 2001-11-20 16:47:52 +00:00
Gorm.h palette deallocation fixes. 2002-03-08 15:26:10 +00:00
Gorm.m Minor bugfix and consistency cleanups. 2002-03-06 11:43:38 +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 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 Removed the debug statements from the data source methods. 2002-03-25 01:54:10 +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 drag and drop logic for formatters 2001-12-04 22:26:00 +00:00
GormMatrixEditor.m New inspectors 2001-09-28 03:37:59 +00:00
GormObjectEditor.m Updated [GormObjectEditor refreshCells] so that setTitle is not called with 2001-10-23 21:24:46 +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 NSDateFormatter and NSNumberFormatter additions 2001-12-04 22:23: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 * Palettes/3Containers/GNUmakefile 2002-02-18 12:37:26 +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.