IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
Find a file
Sergii Stoian 770051d866 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17545 72102866-910b-0410-8b05-ffd578937521
2003-08-25 20:18:33 +00:00
English.lproj English.lproj added 2003-05-07 06:45:10 +00:00
Images PCButton added. Move toolbar to use PCButtons. Added icon in project window. Stability fixes in Project Builder 2003-06-20 14:52:19 +00:00
PCAppProj *** empty log message *** 2003-07-04 07:43:33 +00:00
PCBaseFileTypes Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCBundleProj *** empty log message *** 2003-07-02 11:32:45 +00:00
PCGormProj Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCLib PCProjectBuilder.[hm]: stop logging when building/cleaning. Cleanups 2003-08-25 20:13:51 +00:00
PCLibProj *** empty log message *** 2003-07-02 11:32:45 +00:00
PCRenaissanceProj Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCToolProj *** empty log message *** 2003-07-02 11:32:45 +00:00
ProjectCenter.pbproj Finishing moving files from ProjectCenter subdir 2003-05-07 07:12:44 +00:00
ANNOUNCE Updating the ANNOUNCE text to be correct wrt the GPL 2003-07-10 17:15:48 +00:00
AUTHORS Adding Serg Stoyan 2003-07-04 15:58:06 +00:00
ChangeLog *** empty log message *** 2003-08-25 20:18:33 +00:00
COPYING Initial revision 2000-08-27 19:11:42 +00:00
GNUmakefile Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
GNUmakefile.bundles Removed -Werror [this should not be checked into the CVS tree] 2003-08-01 14:23:56 +00:00
GNUmakefile.postamble Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
GNUmakefile.preamble Removed -Werror [this should not be checked into the CVS tree] 2003-08-01 14:23:56 +00:00
INSTALL Updated user information 2003-07-04 17:07:26 +00:00
PCAppController.h Added -methodSignatureForSelector: 2003-08-01 14:32:31 +00:00
PCAppController.m Initial support for external debugging based on Stefan Urbanek's code. 2003-08-10 12:38:35 +00:00
PCFindController.h Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCFindController.m Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCInfoController.h Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCInfoController.m Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCLogController.h Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCLogController.m Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCMenuController.h Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCMenuController.m Fixed minor typo 2003-08-03 16:45:12 +00:00
PCPrefController+UInterface.h Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
PCPrefController+UInterface.m Initial support for external debugging based on Stefan Urbanek's code. 2003-08-10 12:38:35 +00:00
PCPrefController.h Initial support for external debugging based on Stefan Urbanek's code. 2003-08-10 12:38:35 +00:00
PCPrefController.m Initial support for external debugging based on Stefan Urbanek's code. 2003-08-10 12:38:35 +00:00
ProjectCenter_main.m Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
ProjectCenterIcon.icns *** empty log message *** 2003-05-06 21:23:57 +00:00
ProjectCenterInfo.plist Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
README Merging all changes from the RELEASE_0_3_5 branch into the main branch. 2003-07-10 16:00:49 +00:00
README.contributions Some rules to optimise the project development process 2003-07-04 20:30:37 +00:00
TODO Serg volunteered to do UI cleanup (wrt inspector tasks mostly) 2003-07-07 17:32:31 +00:00

    ProjectCenter 
    =============

    This is ProjectCenter, the GNUstep IDE which is part of the GNUstep 
    project and is copyrighted by the Free Softare Foundation. ProjectCenter 
    is released under the GPL - see 'COPYING' for the details.
    
    Further information can be found on the GNUstep site at www.gnustep.org
    on the ProjectCenter page 

        http://www.gnustep.org/developers/ProjectCenter.html

    For the installation instructions read the INSTALL file.
    For a list of upcoming and/or planned features read the TODO file. 
    For a list of changes in released versions read the ANNOUNCE file. 
    
    The main author of ProjectCenter is Philippe C.D. Robert, but others
    have contributed a lot to the current state of the project: 

    Code - Pierre-Yves Rivaille
	   Nicola Perot
           Richard Frith-Macdonald
           Adam Fedor
           Serg Stoyan

    UI   - Many of the icons have been created by Andrew Lindsay


    Notes
    -----

    ProjectCenter 0.3.5 does NOT compile on Mac OS X due to some GNUstep
    specific code snippets. Please try the current code from CVS if you
    are interested in using ProjectCenter on Mac OS X. 

    We try to make the next release compile on this platform out of the box 
    again.