libs-gscoredata/DataBuilder
H. Nikolaus Schaller 9ef0038b11 Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25834 72102866-910b-0410-8b05-ffd578937521
2008-01-02 11:41:59 +00:00
..
DataBuilder.xcodeproj Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers) 2008-01-02 11:41:59 +00:00
English.lproj Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers) 2008-01-02 11:41:59 +00:00
Images New Import 2007-12-20 08:39:55 +00:00
Images_src New Import 2007-12-20 08:39:55 +00:00
Resources New Import 2007-12-20 08:39:55 +00:00
AttributeEditor.h New Import 2007-12-20 08:39:55 +00:00
AttributeEditor.m New Import 2007-12-20 08:39:55 +00:00
BUGS added manually converted .nib files 2007-12-29 16:31:06 +00:00
ChangeLog added manually converted .nib files 2007-12-29 16:31:06 +00:00
ConfigurationEditor.h New Import 2007-12-20 08:39:55 +00:00
ConfigurationEditor.m New Import 2007-12-20 08:39:55 +00:00
Connection.h New Import 2007-12-20 08:39:55 +00:00
Connection.m New Import 2007-12-20 08:39:55 +00:00
Controller.h New Import 2007-12-20 08:39:55 +00:00
Controller.m New Import 2007-12-20 08:39:55 +00:00
COPYING New Import 2007-12-20 08:39:55 +00:00
COPYING.fdl New Import 2007-12-20 08:39:55 +00:00
DataBuilder_Prefix.pch New Import 2007-12-20 08:39:55 +00:00
Document.h New Import 2007-12-20 08:39:55 +00:00
Document.m New Import 2007-12-20 08:39:55 +00:00
DocumentWindowController.h New Import 2007-12-20 08:39:55 +00:00
DocumentWindowController.m New Import 2007-12-20 08:39:55 +00:00
Doxyfile New Import 2007-12-20 08:39:55 +00:00
EntityEditor.h New Import 2007-12-20 08:39:55 +00:00
EntityEditor.m New Import 2007-12-20 08:39:55 +00:00
EntityView.h New Import 2007-12-20 08:39:55 +00:00
EntityView.m New Import 2007-12-20 08:39:55 +00:00
FetchedPropertyEditor.h New Import 2007-12-20 08:39:55 +00:00
FetchedPropertyEditor.m New Import 2007-12-20 08:39:55 +00:00
GNUmakefile New Import 2007-12-20 08:39:55 +00:00
GNUmakefile.preamble New Import 2007-12-20 08:39:55 +00:00
Info.plist added manually converted .nib files 2007-12-29 16:31:06 +00:00
main.m New Import 2007-12-20 08:39:55 +00:00
ModelEditor.h Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers) 2008-01-02 11:41:59 +00:00
ModelEditor.m Fixed loading of NIBs (the ModelEditor.h superclass was not properly added to the NIBs and did not use IBOutlet specifiers) 2008-01-02 11:41:59 +00:00
ModelView.h New Import 2007-12-20 08:39:55 +00:00
ModelView.m New Import 2007-12-20 08:39:55 +00:00
NSAttributeDescriptionUtilities.h New Import 2007-12-20 08:39:55 +00:00
NSFontAdditions.h New Import 2007-12-20 08:39:55 +00:00
NSFontAdditions.m New Import 2007-12-20 08:39:55 +00:00
NSGeometryAdditions.h New Import 2007-12-20 08:39:55 +00:00
NSViewAdditions.h New Import 2007-12-20 08:39:55 +00:00
NSViewAdditions.m New Import 2007-12-20 08:39:55 +00:00
Private.h New Import 2007-12-20 08:39:55 +00:00
README added manually converted .nib files 2007-12-29 16:31:06 +00:00
README.rtf added manually converted .nib files 2007-12-29 16:31:06 +00:00
RelationshipEditor.h New Import 2007-12-20 08:39:55 +00:00
RelationshipEditor.m New Import 2007-12-20 08:39:55 +00:00
TODO added manually converted .nib files 2007-12-29 16:31:06 +00:00

 DataBuilder app README
 **********************

 This application is the graphical frontend to building data models for
 the GNUstep Core Data framework in a simple click'n'click fashion. It
 resembles, to some degree, the data modelling tool of Apple's Xcode
 IDE, but does not mimic it's behavior. Rather it tries to follow the
 good old OpenStep fashion of using separate apps for separate purposes
 (that's why it's not included as part of some IDE, but is instead a
 stand-alone app).


 INSTALLATION
 ------------

 You must install the GNUstep Core Data framework
 (http://gscoredata.nongnu.org) and all it's associated dependencies
 first in order to compile and use DataBuilder. After that it should
 be as simple as:

 $ make
 $ make install      <- may require superuser priviledges


 AUTHORS
 -------

Sašo Kiselkov <diablos@manga.sk> - original work
Nikolaus Schaller <hns@computer.org> - adaptation to OSX


 LICENSE
 -------

 This application is released under the terms of the GNU General Public
 License v2 or any later. For the text of the license, see the file
 COPYING included in this distribution package.

 The acompanying documentation (both separate files and doxygen
 documentation in the source) are released under the terms of the GNU
 Free Documentation License (FDL) v1.2 or any later. For the text of the
 license, see the file COPYING.fdl included in this distribution package.