mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-16 08:20:59 +00:00
* EOInterface/EOAssociation.m ([+objectDeallocated:]):
Use makeObjectsPerformSelector: instead of makeObjectsPerform:. * EOInterface/EORadioMatrixAssociation.m ([NSMatrix-_selectCellWithTitle:]): Do not access instance variables directly. Use accessor methods instead. * EOInterface/EOActionAssociation.m, * EOInterface/EOActionInsertionAssociation.m, * EOInterface/EOAspectConnector.m, * EOInterface/EOAssociation.m, * EOInterface/EOColumnAssociation.m, * EOInterface/EOComboBoxAssociation.m, * EOInterface/EODetailSelectionAssociation.m, * EOInterface/EODisplayGroup.m, * EOInterface/EOGenericControlAssociation.m, * EOInterface/EOMasterCopyAssociation.m, * EOInterface/EOMasterDetailAssociation.m, * EOInterface/EOMatrixAssociation.m, * EOInterface/EOPickTextAssociation.m, * EOInterface/EOPopUpAssociation.m, * EOInterface/EORadioMatrixAssociation.m, * EOInterface/EORecursiveBrowserAssociation.m, * EOInterface/EOTableViewAssociation.m, * EOInterface/EOTableViewAssociation.m, * EOInterface/EOTextAssociation.m, * EOInterface/NSImage+Additions.m: Add include for <GNUstepBase/GNUstep.h>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec9c41f779
commit
da1d2f0df1
20 changed files with 56 additions and 2 deletions
31
ChangeLog
31
ChangeLog
|
@ -1,3 +1,34 @@
|
|||
2008-03-16 Blake Nicholson <blaken@umich.edu>
|
||||
|
||||
* EOInterface/EOAssociation.m ([+objectDeallocated:]):
|
||||
Use makeObjectsPerformSelector: instead of makeObjectsPerform:.
|
||||
|
||||
* EOInterface/EORadioMatrixAssociation.m
|
||||
([NSMatrix-_selectCellWithTitle:]): Do not access instance variables
|
||||
directly. Use accessor methods instead.
|
||||
|
||||
* EOInterface/EOActionAssociation.m,
|
||||
* EOInterface/EOActionInsertionAssociation.m,
|
||||
* EOInterface/EOAspectConnector.m,
|
||||
* EOInterface/EOAssociation.m,
|
||||
* EOInterface/EOColumnAssociation.m,
|
||||
* EOInterface/EOComboBoxAssociation.m,
|
||||
* EOInterface/EODetailSelectionAssociation.m,
|
||||
* EOInterface/EODisplayGroup.m,
|
||||
* EOInterface/EOGenericControlAssociation.m,
|
||||
* EOInterface/EOMasterCopyAssociation.m,
|
||||
* EOInterface/EOMasterDetailAssociation.m,
|
||||
* EOInterface/EOMatrixAssociation.m,
|
||||
* EOInterface/EOPickTextAssociation.m,
|
||||
* EOInterface/EOPopUpAssociation.m,
|
||||
* EOInterface/EORadioMatrixAssociation.m,
|
||||
* EOInterface/EORecursiveBrowserAssociation.m,
|
||||
* EOInterface/EOTableViewAssociation.m,
|
||||
* EOInterface/EOTableViewAssociation.m,
|
||||
* EOInterface/EOTextAssociation.m,
|
||||
* EOInterface/NSImage+Additions.m:
|
||||
Add include for <GNUstepBase/GNUstep.h>.
|
||||
|
||||
2008-03-16 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* EOAdaptors/PostgreSQLAdaptor/PostgreSQLExpression.m
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOActionAssociation.h"
|
||||
#include "SubclassFlags.h"
|
||||
#include "EODisplayGroup.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOActionInsertionAssociation.h"
|
||||
|
||||
@implementation EOActionInsertionAssociation
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "EOAspectConnector.h"
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <EOInterface/EOAssociation.h>
|
||||
|
||||
@implementation EOAspectConnector : NSNibConnector
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include "EODisplayGroup.h"
|
||||
|
@ -56,7 +57,7 @@ static NSMapTable *_objectToAssociations;
|
|||
|
||||
if (associations)
|
||||
{
|
||||
[associations makeObjectsPerform: @selector(breakConnection)];
|
||||
[associations makeObjectsPerformSelector: @selector(breakConnection)];
|
||||
NSMapRemove(_objectToAssociations, object);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EOColumnAssociation.h"
|
||||
#include "SubclassFlags.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EOComboBoxAssociation.h"
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EODetailSelectionAssociation.h"
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ RCS_ID("$Id$")
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <EOAccess/EODatabaseDataSource.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
#include <EOControl/EODataSource.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EODisplayGroup.h"
|
||||
#include "SubclassFlags.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EOMasterCopyAssociation.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <EOControl/EODetailDataSource.h>
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EOMasterDetailAssociation.h"
|
||||
#include "SubclassFlags.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EOMatrixAssociation.h"
|
||||
#include "EODisplayGroup.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOPickTextAssociation.h"
|
||||
|
||||
@implementation EOPickTextAssociation
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EOPopUpAssociation.h"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EORadioMatrixAssociation.h"
|
||||
#include "SubclassFlags.h"
|
||||
|
@ -54,7 +55,7 @@
|
|||
|
||||
while (j-- > 0)
|
||||
{
|
||||
if ([[_cells[i][j] title] isEqual: title])
|
||||
if ([[[self cellAtRow: i column: j] title] isEqual: title])
|
||||
{
|
||||
[self selectCellAtRow:i column:j];
|
||||
return YES;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <EOControl/EODataSource.h>
|
||||
|
||||
#include "EOControlAssociation.h"
|
||||
|
|
|
@ -39,7 +39,12 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EOColumnAssociation.h"
|
||||
#include "EOControlAssociation.h"
|
||||
#include "EOPickTextAssociation.h"
|
||||
#include "EOActionAssociation.h"
|
||||
#include "EOActionInsertionAssociation.h"
|
||||
#include "EODisplayGroup.h"
|
||||
@implementation EOTableViewAssociation
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
#include "EOTextAssociation.h"
|
||||
#include "SubclassFlags.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "EOControlAssociation.h"
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
|
||||
@implementation NSImage (EOImageFactory)
|
||||
|
||||
|
|
Loading…
Reference in a new issue