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

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] AttributeEditor.h 24-Mar-2013 16:34 1.7K [TXT] AttributeEditor.m 24-Mar-2013 16:34 7.4K [TXT] BUGS 24-Mar-2013 16:34 528 [TXT] COPYING 24-Mar-2013 16:34 18K [TXT] COPYING.fdl 24-Mar-2013 16:34 20K [TXT] ChangeLog 24-Mar-2013 16:34 1.5K [TXT] ConfigurationEditor.h 24-Mar-2013 16:34 1.3K [TXT] ConfigurationEditor.m 24-Mar-2013 16:34 3.3K [TXT] Connection.h 24-Mar-2013 16:34 1.9K [TXT] Connection.m 24-Mar-2013 16:34 14K [TXT] Controller.h 24-Mar-2013 16:34 1.0K [TXT] Controller.m 24-Mar-2013 16:34 940 [TXT] DataBuilder.qcodeproj 24-Mar-2013 16:34 624 [DIR] DataBuilder.xcodeproj/ 10-Apr-2012 16:57 - [TXT] DataBuilder_Prefix.pch 24-Mar-2013 16:34 154 [TXT] Document.h 24-Mar-2013 16:34 7.7K [TXT] Document.m 24-Mar-2013 16:34 23K [TXT] DocumentWindowContro..> 24-Mar-2013 16:34 2.7K [TXT] DocumentWindowContro..> 24-Mar-2013 16:34 21K [TXT] Doxyfile 24-Mar-2013 16:34 8.5K [DIR] English.lproj/ 04-May-2012 09:15 - [TXT] EntityEditor.h 24-Mar-2013 16:34 1.6K [TXT] EntityEditor.m 24-Mar-2013 16:34 7.5K [TXT] EntityView.h 24-Mar-2013 16:34 4.1K [TXT] EntityView.m 24-Mar-2013 16:34 23K [TXT] FetchedPropertyEditor.h 24-Mar-2013 16:34 1.6K [TXT] FetchedPropertyEditor.m 24-Mar-2013 16:34 4.7K [TXT] GNUmakefile 24-Mar-2013 16:34 1.3K [TXT] GNUmakefile.preamble 24-Mar-2013 16:34 873 [DIR] Images/ 05-Apr-2009 17:07 - [DIR] Images_src/ 05-Apr-2009 17:07 - [TXT] Info.plist 24-Mar-2013 16:34 2.1K [TXT] ModelEditor.h 24-Mar-2013 16:34 2.4K [TXT] ModelEditor.m 24-Mar-2013 16:34 1.5K [TXT] ModelView.h 24-Mar-2013 16:34 4.6K [TXT] ModelView.m 24-Mar-2013 16:34 23K [TXT] NSAttributeDescripti..> 24-Mar-2013 16:34 1.7K [TXT] NSFontAdditions.h 24-Mar-2013 16:34 1.3K [TXT] NSFontAdditions.m 24-Mar-2013 16:34 1.3K [TXT] NSGeometryAdditions.h 24-Mar-2013 16:34 1.5K [TXT] NSViewAdditions.h 24-Mar-2013 16:34 1.0K [TXT] NSViewAdditions.m 24-Mar-2013 16:34 1.3K [TXT] Private.h 24-Mar-2013 16:34 668 [TXT] RelationshipEditor.h 24-Mar-2013 16:34 2.0K [TXT] RelationshipEditor.m 24-Mar-2013 16:34 9.4K [DIR] Resources/ 05-Apr-2009 17:07 - [TXT] TODO 24-Mar-2013 16:34 621 [TXT] main.m 24-Mar-2013 16:34 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.