apps-gorm/Applications/Gorm
Gregory John Casamento 359633e4f1
Some checks are pending
CI / Ubuntu x64 Clang gnustep-1.9 (push) Waiting to run
CI / Ubuntu x64 Clang gnustep-2.0 (push) Waiting to run
CI / Ubuntu x64 GCC (push) Waiting to run
Add GNUmakefile changes
2025-02-14 10:09:36 -05:00
..
English.lproj Add new connections for XLIFF translation method 2023-07-17 03:27:32 -04:00
Images Move icons for browser and outline to GormCore instead of the Application directory so that they load properly 2023-12-30 09:35:12 -05:00
Palettes Update gorm file to contain the zero format 2024-12-17 14:06:58 -05: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
GNUmakefile Move icons for browser and outline to GormCore instead of the Application directory so that they load properly 2023-12-30 09:35:12 -05: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 Update all ivars in GormAbstractDelegate.[hm] to use underscore 2023-12-14 18:37:24 -05:00
GormInfo.plist Add GNUmakefile changes 2025-02-14 10:09:36 -05: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

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.