Index of /download/sources/mySTEP/CoreData/DataBuilder

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] AttributeEditor.h 05-Apr-2009 17:07 1.7K [TXT] AttributeEditor.m 05-Apr-2009 17:07 7.4K [TXT] BUGS 05-Apr-2009 17:07 528 [TXT] COPYING 05-Apr-2009 17:07 18K [TXT] COPYING.fdl 05-Apr-2009 17:07 20K [TXT] ChangeLog 05-Apr-2009 17:07 1.5K [TXT] ConfigurationEditor.h 05-Apr-2009 17:07 1.3K [TXT] ConfigurationEditor.m 05-Apr-2009 17:07 3.3K [TXT] Connection.h 05-Apr-2009 17:07 1.9K [TXT] Connection.m 05-Apr-2009 17:07 14K [TXT] Controller.h 05-Apr-2009 17:07 1.0K [TXT] Controller.m 05-Apr-2009 17:07 940 [DIR] DataBuilder.xcodeproj/ 15-Apr-2011 14:44 - [TXT] DataBuilder_Prefix.pch 05-Apr-2009 17:07 154 [TXT] Document.h 05-Apr-2009 17:07 7.7K [TXT] Document.m 05-Apr-2009 17:07 23K [TXT] DocumentWindowContro..> 05-Apr-2009 17:07 2.7K [TXT] DocumentWindowContro..> 05-Apr-2009 17:07 21K [TXT] Doxyfile 05-Apr-2009 17:07 8.5K [DIR] English.lproj/ 05-Apr-2009 17:07 - [TXT] EntityEditor.h 05-Apr-2009 17:07 1.6K [TXT] EntityEditor.m 05-Apr-2009 17:07 7.5K [TXT] EntityView.h 05-Apr-2009 17:07 4.1K [TXT] EntityView.m 05-Apr-2009 17:07 23K [TXT] FetchedPropertyEditor.h 05-Apr-2009 17:07 1.6K [TXT] FetchedPropertyEditor.m 05-Apr-2009 17:07 4.7K [TXT] GNUmakefile 05-Apr-2009 17:07 1.3K [TXT] GNUmakefile.preamble 05-Apr-2009 17:07 873 [DIR] Images/ 05-Apr-2009 17:07 - [DIR] Images_src/ 05-Apr-2009 17:07 - [TXT] Info.plist 05-Apr-2009 17:07 2.1K [TXT] ModelEditor.h 05-Apr-2009 17:07 2.4K [TXT] ModelEditor.m 05-Apr-2009 17:07 1.5K [TXT] ModelView.h 05-Apr-2009 17:07 4.6K [TXT] ModelView.m 05-Apr-2009 17:07 23K [TXT] NSAttributeDescripti..> 05-Apr-2009 17:07 1.7K [TXT] NSFontAdditions.h 05-Apr-2009 17:07 1.3K [TXT] NSFontAdditions.m 05-Apr-2009 17:07 1.3K [TXT] NSGeometryAdditions.h 05-Apr-2009 17:07 1.5K [TXT] NSViewAdditions.h 05-Apr-2009 17:07 1.0K [TXT] NSViewAdditions.m 05-Apr-2009 17:07 1.3K [TXT] Private.h 05-Apr-2009 17:07 667 [TXT] RelationshipEditor.h 05-Apr-2009 17:07 2.0K [TXT] RelationshipEditor.m 05-Apr-2009 17:07 9.4K [DIR] Resources/ 05-Apr-2009 17:07 - [TXT] TODO 05-Apr-2009 17:07 621 [TXT] main.m 05-Apr-2009 17:07 959

 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.