apps-gorm/Applications/Gorm
2023-07-29 05:21:45 -04:00
..
Documentation Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
English.lproj Add new connections for XLIFF translation method 2023-07-17 03:27:32 -04:00
Images Fix all icons 2023-07-26 23:55:01 -04:00
Palettes Silence warning in GormTabViewEditor.m 2023-07-18 18:10:13 -04:00
Resources Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
ANNOUNCE Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
ChangeLog Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
GNUmakefile Fix all icons 2023-07-26 23:55:01 -04:00
GNUmakefile.postamble Update GNUmakefiles to build app and tools cleanly after framework-ification 2023-06-14 05:03:15 -04:00
GNUmakefile.preamble Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
Gorm.spec.in Initial move to Applications subdirectory 2023-06-13 15:29:43 -04:00
GormAppDelegate.h Add code to import XLIFF from the Gorm GUI 2023-07-17 03:15:39 -04:00
GormAppDelegate.m Updates to do translation importing from an XLIFF document 2023-07-17 17:26:32 -04:00
GormInfo.plist Update info, add category that replaces some methods so that the document can be loaded in the tool 2023-06-30 21:13:56 -04:00
GormLanguageViewController.h Move trnslation to GormXLIFFDocument for XLIFF format 2023-07-17 15:20:59 -04:00
GormLanguageViewController.m Move trnslation to GormXLIFFDocument for XLIFF format 2023-07-17 15:20:59 -04:00
INSTALL Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
main.m Initial move to Applications subdirectory 2023-06-13 15:29:43 -04:00
NEWS Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
README Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
TODO Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
Version Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00

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.

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.

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.