mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 00:20:58 +00:00
Log conversion into PC log and not console. Remove unneded keys.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1689431f6
commit
be6c8bbcf1
2 changed files with 13 additions and 4 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,4 +1,9 @@
|
|||
2010-07-20 Riccardo Mottola
|
||||
2010-07-13 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Framework/PCProjectManager.m
|
||||
Log conversion into PC log and not console. Remove unneded keys.
|
||||
|
||||
2010-07-10 Riccardo Mottola
|
||||
|
||||
* Modules/Projects/Application/Resources/PC.project
|
||||
* Modules/Projects/Library/Resources/PC.project
|
||||
|
@ -10,8 +15,8 @@
|
|||
|
||||
2010-07-10 01:20-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Modules/Editors/ProjectCenter/PCEditor.m: in -save implemented
|
||||
simple mechanism for propagating changes in classes to Gorm when
|
||||
* Modules/Editors/ProjectCenter/PCEditor.m: in -save implemented
|
||||
simple mechanism for propagating changes in classes to Gorm when
|
||||
updating a header file.
|
||||
|
||||
2010-07-08 Riccardo Mottola
|
||||
|
|
|
@ -444,7 +444,7 @@ NSString *PCActiveProjectDidChangeNotification = @"PCActiveProjectDidChange";
|
|||
return nil;
|
||||
}
|
||||
|
||||
NSLog(@"Convert legacy");
|
||||
PCLogInfo(self, @"Converting legacy project");
|
||||
|
||||
// Gorm project type doesn't exists anymore
|
||||
if ([projectClassName isEqualToString:@"PCGormProj"] ||
|
||||
|
@ -517,6 +517,10 @@ NSString *PCActiveProjectDidChangeNotification = @"PCActiveProjectDidChange";
|
|||
[fm movePath:_file toPath:_2file handler:nil];
|
||||
}
|
||||
|
||||
/* remove non meaningful keys */
|
||||
[pDict removeObjectForKey: PCWindows];
|
||||
[pDict removeObjectForKey: PCLastEditing];
|
||||
|
||||
// GNUmakefiles will be generated in [PCProject initWithProjectDictionary:]
|
||||
|
||||
// Remove obsolete records from project dictionary and write to PC.project
|
||||
|
|
Loading…
Reference in a new issue