apps-gorm/Applications/Gorm
2023-07-15 19:30:31 -04:00
..
Documentation Move resources and correct gorm loading logic 2023-06-14 03:40:51 -04:00
English.lproj Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
Images Move images for target/action linking 2023-06-14 07:54:25 -04:00
Palettes Fix make issue and correct menu editing issue that was causing an exception 2023-06-19 10:42:27 -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 Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -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 Update makefiles, move prefs, fix issue with Prefs image 2023-06-14 07:15:20 -04:00
Gorm.spec.in Initial move to Applications subdirectory 2023-06-13 15:29:43 -04:00
GormAppDelegate.h Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
GormAppDelegate.m Update so that save panel automatically fills in filename and selects default language to the current locale 2023-07-15 19:30:31 -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 Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
GormLanguageViewController.m Update so that save panel automatically fills in filename and selects default language to the current locale 2023-07-15 19:30:31 -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.