apps-projectcenter/Framework
Sergii Stoian 9d2a79b3a4 * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce.
Remove use of preferences code.
(doubleClick:): Change support of external editor (add support for .app
editors).
* Framework/PCProjectWindow.m: Start implementing two-mode handling of
tear-off windows. New handling will support two modes: 1. all windows 
are opened inside projet window and 2. Build, Launch/Debug, Loaded Files
(Project Find in future) are opened as tear-off windows. This simplifiles
the code and in my opinion more intuitive then current implementation.
* Modules/Editors/ProjectCenter/PCEditor.m:
(_createWindow): Change window attribute ReleasedWhenClosed to NO.
* PCPrefController.m: Add new parameter 'notify' to method setObject. This
parameter is usefull for situation when open and save panels saves its values.
For example: when project are opened 'Open Project' panel save last opened dir
to PC prefernces and post notificaion about prefs changes. Newly created 
objects of projects may lead to PC segfault.
* Modules/Preferences/Build/PCBuildPrefs.m,
* Modules/Preferences/Interface/PCInterfacePrefs.m,
* Modules/Preferences/Saving/PCSavingPrefs.m,
* Modules/Preferences/Misc/PCMiscPrefs.m,
* Framework/PCFileManager: Use new preferences setObject method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28038 72102866-910b-0410-8b05-ffd578937521
2009-03-04 22:05:51 +00:00
..
English.lproj * Use new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
Resources Use #import throughout 2008-12-30 13:47:27 +00:00
GNUmakefile * Finish alert panels review. All situations that I've missed will 2009-02-22 21:46:01 +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 new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
PCEditorManager.m Fix string constants 2009-03-02 01:01:44 +00:00
PCFileCreator.m Fix string constants 2009-03-02 01:01:44 +00:00
PCFileManager.m * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce. 2009-03-04 22:05:51 +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 * Use new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
PCMakefileFactory.m * Use new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
PCProject.m Fix string constants 2009-03-02 01:01:44 +00:00
PCProjectBrowser.m * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce. 2009-03-04 22:05:51 +00:00
PCProjectBuilder.m * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce. 2009-03-04 22:05:51 +00:00
PCProjectBuilderOptions.m * Set all textfields attributes to 'scrollable'. 2009-02-22 22:18:40 +00:00
PCProjectBuilderPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectEditor.m * Framework/PCProjectManager.m: 2009-02-16 00:10:59 +00:00
PCProjectInspector.m allow authors inside table to scroll during editing 2009-03-03 23:21:57 +00:00
PCProjectLauncher.m * Use new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
PCProjectLauncherPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectLoadedFiles.m * Use new preferences system instead of direct using of NSUserDefaults. 2009-02-28 22:10:30 +00:00
PCProjectLoadedFilesPanel.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCProjectManager.m * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce. 2009-03-04 22:05:51 +00:00
PCProjectWindow.m * Framework/PCProjectBrowser.m: Stop using 'SeparateEditor' prefernce. 2009-03-04 22:05:51 +00:00
PCSaveModified.m * Finish alert panels review. All situations that I've missed will 2009-02-22 21:46:01 +00:00
PCSplitView.m Use #import throughout 2008-12-30 13:47:27 +00:00