Author: rmottola
Date: Fri Nov 18 01:13:35 2016
New Revision: 40223
URL: http://svn.gna.org/viewcvs/gnustep?rev=40223&view=rev
Log:
Connect add/remove buttons.
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.h
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.m
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.classes
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.info
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/objects.gorm
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.h
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject%2BInspector.h?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
---
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.h
(original)
+++
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.h
Fri Nov 18 01:13:35 2016
@@ -1,7 +1,7 @@
/*
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
- Copyright (C) 2001-2015 Free Software Foundation
+ Copyright (C) 2001-2016 Free Software Foundation
Author: Serg Stoyan <[email protected]>
Riccardo Mottola <[email protected]>
@@ -50,7 +50,9 @@
- (void)clearMainNib:(id)sender;
- (BOOL)setMainNibWithFileAtPath:(NSString *)path;
-- (void)setDocBasedApp:(id)sender;
+- (IBAction)setDocBasedApp:(id)sender;
+- (IBAction)addDocType: (id)sender;
+- (IBAction)removeDocType: (id)sender;
- (NSInteger)numberOfRowsInTableView:(NSTableView *)aTableView;
- (id) tableView:(NSTableView *)aTableView
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.m
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject%2BInspector.m?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
---
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.m
(original)
+++
apps/projectcenter/trunk/Modules/Projects/Application/PCAppProject+Inspector.m
Fri Nov 18 01:13:35 2016
@@ -1,9 +1,10 @@
/*
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
- Copyright (C) 2001 Free Software Foundation
+ Copyright (C) 2001-2016 Free Software Foundation
Author: Serg Stoyan <[email protected]>
+ Riccardo Mottola <[email protected]>
This file is part of GNUstep.
@@ -261,7 +262,7 @@
[docTypesPanel makeKeyAndOrderFront: nil];
}
-- (void)setDocBasedApp: (id)sender
+- (IBAction)setDocBasedApp: (id)sender
{
NSString *docBased = [projectDict objectForKey: PCDocumentBasedApp];
@@ -341,7 +342,7 @@
}
}
-- (void)addDocType: (id)sender
+- (IBAction)addDocType: (id)sender
{
NSInteger row;
NSMutableDictionary *entry = [NSMutableDictionary dictionaryWithCapacity: 6];
@@ -375,7 +376,7 @@
notify: YES];
}
-- (void)removeDocType: (id)sender
+- (IBAction)removeDocType: (id)sender
{
int selectedRow = [docTypesList selectedRow];
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.classes
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.classes?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
---
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.classes
(original)
+++
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.classes
Fri Nov 18 01:13:35 2016
@@ -2,6 +2,7 @@
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
+ "addDocType:",
"clearAppIcon:",
"clearFile:",
"clearHelpFile:",
@@ -28,7 +29,9 @@
"setAppType:",
"setBundleIdentifier:",
"setDocBasedApp:",
- "showDocTypesPanel:"
+ "showDocTypesPanel:",
+ "addDocType:",
+ "removeDocType:"
);
Outlets = (
projectAttributesView,
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.info
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/data.info?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
Binary files - no diff available.
Modified:
apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/objects.gorm
URL:
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Projects/Application/Resources/Inspector.gorm/objects.gorm?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
Binary files - no diff available.
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs