Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Gregory John Casamento c51b7b4e4b * English.lproj/GormPalettePanel.gorm: Moved palette window to
gorm file.
	* GNUmakefile: Added new gorm here.
	* GormCore/GormDocument.m: Made toolbar items smaller
	* GormCore/GormPalettesManager.[hm]: Added toolbar implementation
	to this class to allow the user to switch palettes using the toolbar.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26477 72102866-910b-0410-8b05-ffd578937521
2008-04-27 23:34:38 +00:00
Documentation Version 1.2.4 2008-04-07 01:09:52 +00:00
English.lproj * English.lproj/GormPalettePanel.gorm: Moved palette window to 2008-04-27 23:34:38 +00:00
GormCore * English.lproj/GormPalettePanel.gorm: Moved palette window to 2008-04-27 23:34:38 +00:00
GormLib 2008-04-14 17:37-EDT Gregory John Casamento <greg_casamento@yahoo.com> 2008-04-14 21:40:11 +00:00
GormObjCHeaderParser Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
GormPrefs Fixed compilation on windows with newer gnustep-make, and removed a compiler warning 2008-01-10 11:43:37 +00:00
Images * GormCore/GormClassManager.[hm]: Added actionExists:onClassNamed: and 2006-10-20 02:59:11 +00:00
Palettes * English.lproj/GormDocument.gorm: Corrected possition. 2008-04-25 21:43:54 +00:00
Plugins Add dummy makefiles for plugins. 2008-01-01 20:26:55 +00:00
Resources Preparing for release. 2007-11-11 20:39:11 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE Version 1.2.4 2008-04-07 01:09:52 +00:00
ChangeLog * English.lproj/GormPalettePanel.gorm: Moved palette window to 2008-04-27 23:34:38 +00:00
COPYING Add COPYING file. 2008-04-22 22:59:52 +00:00
GNUmakefile * English.lproj/GormPalettePanel.gorm: Moved palette window to 2008-04-27 23:34:38 +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 Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist Minor correction to the info plist. 2008-04-20 15:48:48 +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 Version 1.2.4 2008-04-07 01:09:52 +00:00
NOTICE Added additional information to NOTICE. 2005-06-04 11:47:32 +00:00
README Preparing for release. 2007-11-11 20:39:11 +00:00
TODO Corrected minor problem with palette. 2005-04-20 10:31:56 +00:00
Version Move to SVN 1.2.5. 2008-04-07 23:01:07 +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.

   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 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. Support for IB 3.0 functionality.

  2. More palettes.

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

Icons - Mostly by Andrew Lindsay.

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