libs-gdl2/EOControl
Dave Wetzel 272ff9fd66 * EOControl/EOEditingContext.m
* EOControl/EOMultiReaderLock.m
* EOControl/EODetailDataSource.m
  fix warnings
* EOControl/EOCustomObject.m
  validateValue:forKey:error: -- add reason in NSLocalizedDescriptionKey
  fix warnings



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30558 72102866-910b-0410-8b05-ffd578937521
2010-06-03 10:21:28 +00:00
..
EOAggregateEvent.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOAggregateEvent.m 2008-03-16 Blake Nicholson <blaken@umich.edu> 2008-03-16 22:59:56 +00:00
EOAndQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOArrayDataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOArrayDataSource.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOCheapArray.h Use NSUInteger and remove methods declared in super class. 2010-04-19 17:43:01 +00:00
EOCheapArray.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOClassDescription.h remove hacks, adapt to EOCustomObject 2010-04-19 07:15:37 +00:00
EOClassDescription.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOControl.gsdoc * EOControl/GNUmakefile: Simplify documentation declarations. 2006-12-30 17:41:02 +00:00
EOControl.h EOControl/EOControl.h: add EOCustomObject.h 2010-04-17 11:51:20 +00:00
EOCustomObject.h remove hacks, adapt to EOCustomObject 2010-04-19 07:15:37 +00:00
EOCustomObject.m * EOControl/EOEditingContext.m 2010-06-03 10:21:28 +00:00
EODataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODataSource.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EODebug.h * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EODebug.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EODefines.h *EOControl/EODefines.h: switch BUILD_libgnustep-db2control_DLL define 2009-01-29 22:34:41 +00:00
EODeprecated.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODetailDataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODetailDataSource.m * EOControl/EOEditingContext.m 2010-06-03 10:21:28 +00:00
EOEditingContext.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEditingContext.m * EOControl/EOEditingContext.m 2010-06-03 10:21:28 +00:00
EOEvent.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEvent.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEventCenter.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEventCenter.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOFault.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOFault.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOFaultHandler.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOFetchSpecification.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOFetchSpecification.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOGenericRecord.h EOCustomObject.h/m new class like in EOF3. 2010-04-17 05:55:38 +00:00
EOGenericRecord.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOGlobalID.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOGlobalID.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyComparisonQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyGlobalID.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOKeyGlobalID.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOKeyValueArchiver.h * EOControl/EOKeyValueArchiver.h: Add forward declaration of 2009-07-29 08:06:55 +00:00
EOKeyValueArchiver.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyValueCoding.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOKeyValueCoding.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyValueCodingBase.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOKeyValueCodingBase.m * EOControl/EOAndQualifier.m, 2008-01-22 13:57:07 +00:00
EOKeyValueQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOMultiReaderLock.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOMultiReaderLock.m * EOControl/EOEditingContext.m 2010-06-03 10:21:28 +00:00
EOMutableKnownKeyDictionary.h replaced unsigned int with NSUInteger. works for me, but needs code review. 2010-04-26 21:58:31 +00:00
EOMutableKnownKeyDictionary.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EONotQualifier.m * EOControl/EOAndQualifier.m 2009-06-01 11:51:06 +00:00
EONSAddOns.h * EOControl/EONSAddOns.h (GDL2_ActivateAllGDL2Categories): 2010-04-09 17:44:00 +00:00
EONSAddOns.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EONull.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EONull.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOObjectStore.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOObjectStore.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOObjectStoreCoordinator.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOObjectStoreCoordinator.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOObserver.h * EOControl/EOObserver.h 2010-04-21 13:59:28 +00:00
EOObserver.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOOrQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOPrivate.h * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOPrivate.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOQualifier.h * EOControl/EOKeyValueArchiver.h: Add forward declaration of 2009-07-29 08:06:55 +00:00
EOQualifier.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOSharedEditingContext.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOSharedEditingContext.m * EOControl/EOSharedEditingContext.m 2010-04-09 10:27:15 +00:00
EOSortOrdering.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOSortOrdering.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOUndoManager.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOUndoManager.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
GNUmakefile EOCustomObject.h/m new class like in EOF3. 2010-04-17 05:55:38 +00:00
Makefile.postamble Removed unused dependency rule 2010-02-11 22:44:52 +00:00
Makefile.preamble * EOInterface/Makefile.preamble, 2008-03-12 14:04:21 +00:00