mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33a923af9b
commit
f837d12425
1 changed files with 21 additions and 1 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,4 +1,24 @@
|
|||
2003-05-01 Serg Stoyan <stoyan@hologr.com>
|
||||
2003-05-02 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* PCLib/PCProjectBuilder.h:
|
||||
* PCLib/PCProjectBuilder.m:
|
||||
Rename buildPanelCreate: to createBuildPanel. Add buildPanel method.
|
||||
(_createBuildPanel): Add setHidesOnDeactivate: NO.
|
||||
|
||||
* PCLib/PCProjectDebugger.h:
|
||||
* PCLib/PCProjectDebugger.m:
|
||||
Rename launchPanelCreate: to createLaunchPanel. Add launchPanel method.
|
||||
(_createLaunchPanel): Add setHidesOnDeactivate:NO and
|
||||
setReleasedWhenClosed:NO.
|
||||
|
||||
* PCLib/PCProject+ComponentHandling.m:
|
||||
(showBuildView): Fix methods calling according to the above changes.
|
||||
(showRunView): Ditto.
|
||||
|
||||
* PCLib/PCProject.m:
|
||||
(windowWillClose:): Close build and debugger panels if any.
|
||||
|
||||
2003-05-01 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* PCLib/PCProjectBuilder.h:
|
||||
* PCLib/PCProjectBuilder.m:
|
||||
|
|
Loading…
Reference in a new issue