apps-projectcenter/Framework
Sergii Stoian 18efb7552d 2010-07-31 Sergii Stoian <stoyan255@ukr.net>
* Framework/PCProject.m:
        (-assignProjectDict:): Fix setting projectPath to project
        dir (not to *.pcproj dir).
        * Framework/PCFilemanager.m:
        (-filesOfTypes:operation:multiple:title:accView:): Set allowed
        file types to panel of types is not nil.
        (-panel:isValidFilename): Use set allowed file types to panel.

2010-07-30 Sergii Stoian <stoyan255@ukr.net>
        * Framework/PCProject.m:
        (-subprojectWithName:): Pass to openProjectAt: subproject dir.
        openProjectat: can now handle this situation.
        * Framework/PCProjectManager.m:
        (-openProjectAt:): Implement handling of 'aPath' argument as
        project file and as project dir. Select *.pcproj if exists then
        try to load PC.project.
        (-openProject): Implement intelligent selection of project file
        when selected *.pcproj, PC.project or project dir.
        * Framework/PCFilemanager.m:
        (-filesOfTypes:operation:multiple:title:accView:): Remove code
        specific for opening projects (moved to PCProjectManager's
        openProject).
        (-panel:isValidFilename): Fix handling project file detection.
        (-filesWithExtension:atPath:includeDirs:): New method. Returns
        list of files with specified extension. Also returns dirs if
        'includeDirs' set to YES.

2010-07-28 Sergii Stoian <stoyan255@ukr.net>
        * Framework/PCProject.m:
        (close:): Fix closing of subprojects. Remove subproject from
        Projectmanager's list of loaded projects.
        * Framework/PCLogController.m:
        (-init): Change font size to systemFontSize.

2010-07-24 Sergii Stoian <stoyan255@ukr.net>
        * Headers/ProjectCenter/PCProjectBuilder.m:
        * Framework/PCProjectBuilder.m:
        (cleanupAfterMake:): Added new argument (NSString) to method
        containing current status text. Before status text in project window
        always stated "...terminated".


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31093 72102866-910b-0410-8b05-ffd578937521
2010-08-07 21:56:04 +00:00
..
English.lproj * Framework/English.lproj/SaveModified.gorm: Correct issues with 2010-05-30 05:47:11 +00:00
Resources Use #import throughout 2008-12-30 13:47:27 +00:00
GNUmakefile removed and replaced PCSplitView with standard NSSplitView in all instances, bumped framework release to 0.6.0 2009-03-31 22:13:37 +00:00
GNUmakefile.postamble Updated commented code to be gnustep-make v2.0 compliant 2007-12-13 19:12:36 +00:00
GNUmakefile.preamble * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +00:00
PCAddFilesPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCBundleManager.m * Framework/PCProjectManager.m: 2009-03-16 23:32:00 +00:00
PCButton.m * Framework/PCProjectManager.m: 2009-03-16 23:32:00 +00:00
PCEditorManager.m * Framework/PCEditorManager.m: Added code in -openEditorForFile: 2009-05-19 21:13:24 +00:00
PCFileCreator.m Fix string constants 2009-03-02 01:01:44 +00:00
PCFileManager.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCFileNameField.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCFileNameIcon.m * Framework/PCProject.m: 2009-02-05 23:59:32 +00:00
PCLogController.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCMakefileFactory.m * Framework/PCMakefileFactory.m: Check if buildDir is nil before 2009-09-20 07:46:11 +00:00
PCProject.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCProjectBrowser.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCProjectBuilder.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCProjectBuilderOptions.m * Framework/PCProjectBuilder.m: 2009-04-14 23:24:14 +00:00
PCProjectBuilderPanel.m * Framework/PCProjectManager.m: 2009-03-16 23:32:00 +00:00
PCProjectEditor.m * Framework/PCProjectManager.m: 2009-02-16 00:10:59 +00:00
PCProjectInspector.m * Framework/PCProjectInspector.m: 2009-03-22 00:12:43 +00:00
PCProjectLauncher.m Use path component instead of hard-coded slash 2009-09-18 21:57:35 +00:00
PCProjectLauncherPanel.m * Headers/Protocols/Preferences.h: Add new methods. 2009-03-15 00:12:00 +00:00
PCProjectLoadedFiles.m * Headers/Protocols/Preferences.h: Add new methods. 2009-03-15 00:12:00 +00:00
PCProjectLoadedFilesPanel.m * Headers/Protocols/Preferences.h: Add new methods. 2009-03-15 00:12:00 +00:00
PCProjectManager.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCProjectWindow.m removed floorf() 2010-06-22 21:36:33 +00:00
PCSaveModified.m * Framework/English.lproj/SaveModified.gorm: Correct issues with 2010-05-30 05:47:11 +00:00