mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13591 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
Images | ||
Palettes | ||
Resources | ||
Testing | ||
.cvsignore | ||
ANNOUNCE | ||
ChangeLog | ||
ClassInformation.plist | ||
Defaults.plist | ||
GNUmakefile | ||
Gorm.h | ||
Gorm.m | ||
Gorm.spec.in | ||
GormClassEditor.m | ||
GormClassManager.h | ||
GormClassManager.m | ||
GormCustomView.h | ||
GormCustomView.m | ||
GormDocument.h | ||
GormDocument.m | ||
GormFilesOwner.h | ||
GormFilesOwner.m | ||
GormInfo.plist | ||
GormInspectorsManager.h | ||
GormInspectorsManager.m | ||
GormMatrixEditor.m | ||
GormObjectEditor.m | ||
GormObjectInspector.m | ||
GormPalettesManager.h | ||
GormPalettesManager.m | ||
GormPrivate.h | ||
GormTableViewEditor.m | ||
GormViewKnobs.m | ||
GormWindowEditor.m | ||
IBInspector.m | ||
IBPalette.m | ||
INSTALL | ||
NEWS | ||
README | ||
Version |
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.