mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
Added PCProject+UInterface.h include to *Proj subprojects
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
346dec6834
commit
220b51ed48
8 changed files with 16 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* PCLib/PCDefines.h: SeparateBuilder, SeparateLauncher,
|
||||
SeparateEditor defines were added.
|
||||
|
||||
* PCLib/PCProject+ComponentHandling.m: Add ability to display
|
||||
* PCLib/PCProject+ComponentHandling.m: Added ability to display
|
||||
ProjectBuilder as separate panel or as view inside main project
|
||||
window.
|
||||
|
||||
|
@ -28,6 +28,13 @@
|
|||
|
||||
* ChangLogs in all subprojects moved to ChangeLog.old files.
|
||||
All changes should go into this ChangeLog only.
|
||||
|
||||
* PCAppProj/PCAppProject.m: Added PCProject+UInterface.h include.
|
||||
* PCBundleProj/PCBundleProject.m: Ditto.
|
||||
* PCGormProj/PCGormProject.m: Ditto.
|
||||
* PCLibProj/PCLibProject.m: Ditto.
|
||||
* PCRenaissanceProj/PCRenaissanceProject.m: Ditto.
|
||||
* PCToolProj/PCToolProject.m: Ditto.
|
||||
|
||||
2003-01-25 Daniel Luederwald <das_flip@gmx.de>
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCAppProject.h"
|
||||
#include "PCAppProj.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCBundleProject.h"
|
||||
#include "PCBundleProj.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCGormProject.h"
|
||||
#include "PCGormProj.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "PCProject.h"
|
||||
#include "PCProject+ComponentHandling.h"
|
||||
#include "PCProjectManager.h"
|
||||
#include "PCSplitView.h"
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
@ -206,7 +207,7 @@
|
|||
|
||||
[scrollView2 setDocumentView:logOutput];
|
||||
|
||||
split = [[NSSplitView alloc] initWithFrame: NSMakeRect (-1, -1, 464, 253)];
|
||||
split = [[PCSplitView alloc] initWithFrame: NSMakeRect (-1, -1, 464, 253)];
|
||||
[split setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
|
||||
[split addSubview: scrollView1];
|
||||
[split addSubview: scrollView2];
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCLibProject.h"
|
||||
#include "PCLibProj.h"
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCRenaissanceProject.h"
|
||||
#include "PCRenaissanceProj.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#include "PCProject+UInterface.h"
|
||||
#include "PCToolProject.h"
|
||||
#include "PCToolProj.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue