Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Wolfgang Lux 00d92dbb9a Correct declaration bug in previous commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31831 72102866-910b-0410-8b05-ffd578937521
2011-01-04 18:02:39 +00:00
Documentation * ANNOUNCE 2010-05-19 00:42:39 +00:00
English.lproj Actually bring Gorm's "Recent Documents" menu to life. 2010-09-17 20:35:39 +00:00
GormCore Correct declaration bug in previous commit. 2011-01-04 18:02:39 +00:00
GormLib Make IBEditors implement NSobject protocol to avoid warnings. 2010-06-19 00:08:25 +00:00
GormObjCHeaderParser * GormCore/GormDocument.m: Remove call to deprecated method. 2009-02-11 06:25:12 +00:00
GormPrefs Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm 2008-12-19 13:09:11 +00:00
Images * GormCore/GormClassManager.[hm]: Added actionExists:onClassNamed: and 2006-10-20 02:59:11 +00:00
Palettes Archive by name. 2010-12-05 23:59:32 +00:00
Plugins removed c99-ism 2010-11-01 13:06:01 +00:00
Resources Initialize the items of Gorm's predefined Find menu with tags and 2010-08-02 19:10:17 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE * ANNOUNCE 2010-05-19 00:42:39 +00:00
ChangeLog Allow making connections to individual cells of a matrix in Gorm. 2011-01-04 17:05:36 +00:00
COPYING Add COPYING file. 2008-04-22 22:59:52 +00:00
GNUmakefile * GNUmakefile: Added Xib.plugin to resources. 2010-05-30 06:55:26 +00:00
GNUmakefile.postamble Fixed compilation on windows with newer gnustep-make, and removed a compiler warning 2008-01-10 11:43:37 +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 Small tweak for Objective-C 2 runtime API compatibility. 2010-09-29 09:40:22 +00:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist 2010-08-04 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com> 2010-08-04 17:10:45 +00:00
INSTALL Updated files for 1.0 release. Fixed a minor issue. 2005-10-29 13:07:31 +00:00
main.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
NEWS * ANNOUNCE 2010-05-19 00:42:39 +00:00
NOTICE Added additional information to NOTICE. 2005-06-04 11:47:32 +00:00
README * ANNOUNCE 2010-05-19 00:42:39 +00:00
TODO Added to TODO list. 2010-12-06 00:16:36 +00:00
Version * GormCore/GormFilePrefsManager.m: Update version 2010-05-20 07:58:02 +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 Cocoa (OpenStep/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.

   Documentation for Gorm is located in the Documentation directory.
It's also available on the wiki at
http://wiki.gnustep.org/index.php/Gorm_Manual.

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

Gorm is usable and stable.  Please report bugs to bug-gnustep@gnu.org

   Known problems (things to do) -

  1. Support for IB 3.0 functionality.

  2. More palettes.

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

  1. Icons - Mostly by Andrew Lindsay.   Gorm application icon by Jesse
     Ross.

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