mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-25 13:50:54 +00:00
* DBModeler/Resources/DBModeler.tiff: New file.
* DBModeler/Resources/Locking_Header.tiff: Ditto. * DBModeler/Resources/Key_On.tiff: Add check box background. * DBModeler/Resources/Info-GNUstep.plist: Update info panel copyright. * DBModeler/ModelerEntityEditor.m (-dealloc): Don't set the datasource to nil, its handled in EODisplayGroup -dealloc. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc9cee7758
commit
a2e920b01f
6 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2006-09-07 Matt Rice <ratmice@yahoo.com>
|
||||||
|
|
||||||
|
* DBModeler/Resources/DBModeler.tiff: New file.
|
||||||
|
* DBModeler/Resources/Locking_Header.tiff: Ditto.
|
||||||
|
* DBModeler/Resources/Key_On.tiff: Add check box background.
|
||||||
|
* DBModeler/Resources/Info-GNUstep.plist: Update info panel copyright.
|
||||||
|
* DBModeler/ModelerEntityEditor.m (-dealloc): Don't set the datasource
|
||||||
|
to nil, its handled in EODisplayGroup -dealloc.
|
||||||
|
|
||||||
2006-05-09 Matt Rice <ratmice@yahoo.com>
|
2006-05-09 Matt Rice <ratmice@yahoo.com>
|
||||||
|
|
||||||
* EOInterface/EOAssociation.m (-establishConnection): Simplify to
|
* EOInterface/EOAssociation.m (-establishConnection): Simplify to
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
{
|
{
|
||||||
[EOObserverCenter removeObserver:self forObject:[[self document] model]];
|
[EOObserverCenter removeObserver:self forObject:[[self document] model]];
|
||||||
RELEASE(_splitView);
|
RELEASE(_splitView);
|
||||||
[dg setDataSource:nil];
|
|
||||||
RELEASE(dg);
|
RELEASE(dg);
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
BIN
DBModeler/Resources/DBModeler.tiff
Normal file
BIN
DBModeler/Resources/DBModeler.tiff
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -7,7 +7,7 @@
|
||||||
Authors = (
|
Authors = (
|
||||||
"Matt Rice <ratmice@yahoo.com>"
|
"Matt Rice <ratmice@yahoo.com>"
|
||||||
);
|
);
|
||||||
Copyright = "Copyright \U00A9 2005 Free Software Foundation";
|
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
|
||||||
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
||||||
FullVersionID = 0.0.0;
|
FullVersionID = 0.0.0;
|
||||||
GSMainMarkupFile = "";
|
GSMainMarkupFile = "";
|
||||||
|
|
Binary file not shown.
BIN
DBModeler/Resources/Locking_Header.tiff
Normal file
BIN
DBModeler/Resources/Locking_Header.tiff
Normal file
Binary file not shown.
Loading…
Reference in a new issue