mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
* Update Changelog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27808 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a417d8581e
commit
58757ae6d4
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
2009-02-08 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2009-02-06 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProject.m:
|
||||
|
|
Loading…
Reference in a new issue