apps-projectcenter/Framework
Sergii Stoian a417d8581e * PCMenuController.m:
(validateMenuItem:): Enable "File" menu items for files opened
  witout project. It fixes bug #25311 (now file saved).
* Framework/PCProjectManager.m:
  (openFileAtPath:): Call to orderFrontEditorForFile: explicitly because
  of last change in PCEditorManager.
* Framework/PCProjectBrowser.m:
  (doubleClick:): Do not open file in separate window with PCProjectEditor
  not PCProjectManager.
* Framework/PCProjectEditor.m:
  (openEditorForCategoryPath:windowed:): Cleanup.
* Framework/PCEditorManager.m:
  (openEditorForFile:editable:windowed:): Remove call to
  orderFrontEditorForFile:.
* Modules/Editors/ProjectCenter/PCEditor.m:
  (_createWindow): Modify default size and position of window.
  (openFileAtPath:editorManager:editable:): Remove creation of internal view.
  Create it when first requested (editorView and componentView methods).
  (windowDidBecomeKey:) No need to set first responder. It seems first responder
  remembered by window correctly.
  (windowDidResignKey:): Call resignFirstResponder: to notify others.
* Modules/Projects/Application/PCAppProject.m:
  (dealloc): TODO added.
* Documentation/TODO: Mark "Finish FileNameIcon..." task as done.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27807 72102866-910b-0410-8b05-ffd578937521
2009-02-08 00:38:13 +00:00
..
English.lproj * Framework/PCProject.m: 2009-02-05 23:59:32 +00:00
Resources Use #import throughout 2008-12-30 13:47:27 +00:00
GNUmakefile * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +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 Use #import throughout 2008-12-30 13:47:27 +00:00
PCButton.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCEditorManager.m * PCMenuController.m: 2009-02-08 00:38:13 +00:00
PCFileCreator.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCFileManager.m Use #import throughout 2008-12-30 13:47:27 +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 Start merging changes from unstable branch 2006-12-26 10:58:39 +00:00
PCMakefileFactory.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProject.m * Framework/PCProject.m: 2009-02-05 23:59:32 +00:00
PCProjectBrowser.m * PCMenuController.m: 2009-02-08 00:38:13 +00:00
PCProjectBuilder.m * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +00:00
PCProjectBuilderOptions.m * Framework/PCProjectBuilderOptions.m: Add missing file. 2007-08-21 23:22:12 +00:00
PCProjectBuilderPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectEditor.m * PCMenuController.m: 2009-02-08 00:38:13 +00:00
PCProjectInspector.m 2007-07-19 Sergii Stoian <stoyan255@gmail.com> 2007-07-18 23:01:17 +00:00
PCProjectLauncher.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectLauncherPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectLoadedFiles.m * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +00:00
PCProjectLoadedFilesPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectManager.m * PCMenuController.m: 2009-02-08 00:38:13 +00:00
PCProjectWindow.m * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +00:00
PCSplitView.m Use #import throughout 2008-12-30 13:47:27 +00:00