get rid of RCSID/RCS_ID
as shortly discussed with David and Manuel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@37928 72102866-910b-0410-8b05-ffd578937521
respect GNUstep coding standard (curly brackets placement, indentation)
use IMP for some -objectAtIndex calls
* EOControl/EONSAddOns.h
add -overrideEntriesWithObjectsFromDictionary:forKeys:
add +diffOldArray:newArray:returnsRemovedValues:addedValues:
* EOControl/EONSAddOns.h
add -overrideEntriesWithObjectsFromDictionary:forKeys:
add +diffOldArray:newArray:returnsRemovedValues:addedValues:
use IMP for some -objectAtIndex calls
use NSUInteger for count and indexes
rewrite -containsIdenticalObjectsWithArray: to use diffOldArray:...
* EOControl/EODetailDataSource.m
fix -editingContext
* EOAccess/EODatabaseContext.m
use IMP for some -objectAtIndex calls
rewrite -faultForGlobalID:editingContext:
optimize -recordChangesInEditingContext:
rewrite part of -databaseOperationForObject:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@37920 72102866-910b-0410-8b05-ffd578937521
Handle Custom class in newValueForNumberTypeLengthAttribute()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@37823 72102866-910b-0410-8b05-ffd578937521
EOModelEditor: generated ObjC files cause warnings with clang
see bug 39328
OK david
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36967 72102866-910b-0410-8b05-ffd578937521
separate out the connection dictionary in a separate
file, bump file version
patch form Graham Lee, see patch 8087 on savannah
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36746 72102866-910b-0410-8b05-ffd578937521
fix saving of new created models and make the Inspector
work on OSX
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36745 72102866-910b-0410-8b05-ffd578937521
remove redundant libraries
* EOAccess/EOAdaptor.m
make error message more comprehensible
patch from Graham Lee, fixing building on
on MAC OS X
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36742 72102866-910b-0410-8b05-ffd578937521
include the right header on OS X
* EOModeler/GNUmakefile
* EOAccess/GNUmakefile
remove variable
patch from Graham Lee, fixes of bug 39289
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36741 72102866-910b-0410-8b05-ffd578937521
remove unused variable
* EOControl/EOEditingContext.m
use the object, instead of the EOGlobalID to get the entityName
* EOControl/EOGenericRecord.m
* EOInterface/EOColumnAssociation.[h|m]
* EOInterface/EOTableViewAssociation.m
some NS(U)Integer conversions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36677 72102866-910b-0410-8b05-ffd578937521
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m
* EOAdaptors/SQLiteAdaptor/SQLite3Expression.m
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/PostgreSQLLoginPanel.m
* EOControl/EODataSource.m
* EOControl/EOEvent.m
* EOControl/EOPrivate.m
* EOControl/EOUndoManager.m
Fix header inclusion for building on MAC OS X
patch from Graham Lee
see bug #39086
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36671 72102866-910b-0410-8b05-ffd578937521
add some more potential table column types
* EOAdaptors/SQLiteAdaptor/SQLite3Channel.m
use the table types from the SQLite3Adaptor to
decide about the valueType, and set the NOT NULL
correctly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36452 72102866-910b-0410-8b05-ffd578937521
CHAR is NSString, not NSNumber, makes the DataBrowser
show strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36427 72102866-910b-0410-8b05-ffd578937521
needed to make the EODataBrowser correctly detect that
the SQLite3Adaptor is a subclass of EOAdaptor
* EOAdaptors/SQLiteAdaptor/SQLite3Adaptor.m
little tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36418 72102866-910b-0410-8b05-ffd578937521
correctly for SQLite3 databases too, use the file name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36417 72102866-910b-0410-8b05-ffd578937521
implement describeModelWithTableNames:, inspired from the
PostgreSQLChannel.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36416 72102866-910b-0410-8b05-ffd578937521
the subclasses are responsible for describeModelWithTableNames
and describeTableNames
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36415 72102866-910b-0410-8b05-ffd578937521
make the login panel remember the last used directory
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36361 72102866-910b-0410-8b05-ffd578937521
* make the fetch limit and qualifier fields work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36343 72102866-910b-0410-8b05-ffd578937521
give the window a better name than just "Window"
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36333 72102866-910b-0410-8b05-ffd578937521
renamed from Info.plist, and fix NSExecutable in it
actually makes browsing data in a PostgreSQL database possible again \o/
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36331 72102866-910b-0410-8b05-ffd578937521
make the header match the implementation, fixing
warning about incomplete implementation of class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36303 72102866-910b-0410-8b05-ffd578937521
include missing header
* GDL2Palette/Palette.[h|m]
use NSString instead of NSConstantString
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36297 72102866-910b-0410-8b05-ffd578937521
do not access the isa directly, use object_getClass
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36293 72102866-910b-0410-8b05-ffd578937521
* EOAccess/EORelationship.m
* EOControl/EONSAddOns.m
get rid of some warnings about tautological compares
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36242 72102866-910b-0410-8b05-ffd578937521