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
* GormCore/GNUmakefile: Remove classes from file * GormCore/GormGModelWrapperLoader.m * GormCore/GormGormWrapperBuilder.m * GormCore/GormGormWrapperLoader.m * GormCore/GormNibWrapperBuilder.m * GormCore/GormNibWrapperLoader.m: Removed the loaders from GormCore. * GormCore/GormProtocol.h: Added a new method. * GormLib/IBPlugin.m: Added implementations to some of the methods. * Gorm.m: Added a "pluginManager" method. * Palettes/1Windows/GNUmakefile.preamble * Palettes/2Controls/GNUmakefile.preamble * Palettes/3Containers/GNUmakefile.preamble * Palettes/4Data/GNUmakefile.preamble: Corrected issue with all of the palette makefiles pointing to the wrong name. * Plugins/GModel/GNUmakefile * Plugins/GModel/GNUmakefile.preamble * Plugins/GModel/GormGModelPlugin.m * Plugins/GModel/GormGModelWrapperLoader.h * Plugins/GModel/GormGModelWrapperLoader.m * Plugins/Gorm/GNUmakefile * Plugins/Gorm/GNUmakefile.preamble * Plugins/Gorm/GormGormPlugin.m * Plugins/Gorm/GormGormWrapperBuilder.m * Plugins/Gorm/GormGormWrapperLoader.h * Plugins/Gorm/GormGormWrapperLoader.m * Plugins/Nib/GNUmakefile * Plugins/Nib/GNUmakefile.preamble * Plugins/Nib/GormNibPlugin.m * Plugins/Nib/GormNibWrapperBuilder.m * Plugins/Nib/GormNibWrapperLoader.h * Plugins/Nib/GormNibWrapperLoader.m: Added new plugins for each supported file type. * Resources/Defaults.plist: Added the "BuiltinPlugins" default. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26531 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
English.lproj | ||
GormCore | ||
GormLib | ||
GormObjCHeaderParser | ||
GormPrefs | ||
Images | ||
Palettes | ||
Plugins | ||
Resources | ||
.cvsignore | ||
ANNOUNCE | ||
ChangeLog | ||
COPYING | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
Gorm.m | ||
Gorm.spec.in | ||
GormInfo.plist | ||
INSTALL | ||
main.m | ||
NEWS | ||
NOTICE | ||
README | ||
TODO | ||
Version |
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.