Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Richard Frith-Macdonald 56054ea923 Fix missing args in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21998 72102866-910b-0410-8b05-ffd578937521
2005-11-13 09:11:50 +00:00
Documentation Updated to include appropriate startup version as well. 2005-10-29 16:12:19 +00:00
English.lproj Correction for inspector resizing issues. 2005-09-25 16:57:11 +00:00
GormCore Fix missing args in last change 2005-11-13 09:11:50 +00:00
GormLib Corrected problem in IBInspector.m 2005-08-06 21:55:23 +00:00
GormObjCHeaderParser Corrected minor compilation warnings. 2005-11-12 21:33:26 +00:00
GormPrefs Corrected crash when changing class hierarchy. 2005-07-30 19:53:09 +00:00
Images Improved testing mode. 2004-09-13 00:05:58 +00:00
Palettes Corrected minor compilation warnings. 2005-11-12 21:33:26 +00:00
Resources Correction for bug #13780. 2005-07-24 16:26:46 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE Updated to include appropriate startup version as well. 2005-10-29 16:12:19 +00:00
ChangeLog Bugfix for resource location. 2005-11-13 09:10:31 +00:00
GNUmakefile Added GormDummyInspector.gorm and made additional changes to use it. 2005-09-13 02:42:18 +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 New inspector gorm for GormObjectInspector. 2005-08-08 01:07:35 +00:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist Corrected resize issues with text inspector. 2005-11-03 01:18:18 +00:00
INSTALL Updated files for 1.0 release. Fixed a minor issue. 2005-10-29 13:07:31 +00:00
main.m New address and some small changes. 2005-05-26 03:08:06 +00:00
NEWS Updated to include appropriate startup version as well. 2005-10-29 16:12:19 +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 files for 1.0 release. Fixed a minor issue. 2005-10-29 13:07:31 +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.