mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13755 72102866-910b-0410-8b05-ffd578937521
365 lines
11 KiB
Text
365 lines
11 KiB
Text
2002-06-01 15:54 probert
|
|
|
|
* GNUmakefile, ProjectCenter.pcproj, ProjectCenterInfo.plist: New
|
|
version 0.3.0
|
|
|
|
2002-03-25 20:37 probert
|
|
|
|
* ChangeLog, ProjectCenterInfo.plist: ChangeLog updates
|
|
|
|
2002-03-04 11:19 CaS
|
|
|
|
* PCMenuController.m: Tidy save panel a bit.
|
|
|
|
2002-03-03 14:45 probert
|
|
|
|
* ProjectCenter_main.m: Removed conflicting keybindings ( font and
|
|
find panel )
|
|
|
|
2002-03-02 14:58 probert
|
|
|
|
* ProjectCenter_main.m: The font menu is back ( needed by the file
|
|
editors )
|
|
|
|
2002-02-21 13:25 probert
|
|
|
|
* PCAppController.m: Fixed a bug which prevented the app to load a
|
|
project when being told via application:openfile:
|
|
|
|
2002-02-21 12:41 probert
|
|
|
|
* PCMenuController.m: The path for creating new projects is now
|
|
maintained by a separate defaults entry.
|
|
|
|
2002-02-21 11:45 probert
|
|
|
|
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
|
PCMenuController.m, ProjectCenter_main.m: All project components
|
|
are now accessible via menu entry. Furthermore it is also possible
|
|
to launch the selected target via menu entry.
|
|
|
|
2002-02-17 21:10 probert
|
|
|
|
* ChangeLog: Updated the ChangeLog files
|
|
|
|
2002-02-17 21:03 probert
|
|
|
|
* PCPrefController.h, PCPrefController.m: Added a new preference
|
|
panel related to code editing. For now there is only 1 option
|
|
available, the tab behaviour.
|
|
|
|
2002-02-12 21:14 probert
|
|
|
|
* ProjectCenterInfo.plist: Updated copyright message...
|
|
|
|
2002-02-11 23:19 probert
|
|
|
|
* PCAppController+MenuHandling.m: Began to work on support for an
|
|
integrated editor, thus much has been rewritten related to editor
|
|
handling. This is work in progress... Every PCProject component now
|
|
has to conform to the ProjectComponent protocol. Syntax
|
|
highlighting is disabled for now, this will undergo a major rewrite
|
|
soon. Furthermore I separated the component handling stuff from
|
|
the main class file and put it into PCProject+ComponentHandling.
|
|
|
|
2002-02-03 17:31 probert
|
|
|
|
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
|
PCAppController.m, PCMenuController.m, ProjectCenter_main.m:
|
|
Integrated the text finder into the menu structure and cleaned up
|
|
some parts of the code related to menus.
|
|
|
|
2002-02-02 22:15 probert
|
|
|
|
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
|
PCMenuController.h, PCMenuController.m, ProjectCenter_main.m: Menus
|
|
are now enabled/disabled whenever they should...
|
|
|
|
2002-02-02 20:21 probert
|
|
|
|
* PCAppController.m: Kind of implemented saving and reverting of
|
|
common files. A long way to go, but for now it works...
|
|
|
|
2002-01-07 16:05 probert
|
|
|
|
* ChangeLog: Updated all ChangeLog files (using cvs2cl.pl)
|
|
|
|
2002-01-07 10:37 probert
|
|
|
|
* PC.project, PCMenuController.m, ProjectCenter.pcproj,
|
|
ProjectCenterInfo.plist: ProjectCenter now stores the project files
|
|
under PROJECTNAME.pcproj to avoid name clashes.
|
|
|
|
2002-01-02 18:51 probert
|
|
|
|
* PC.project: Changed the build tool entry to /usr/bin/make in all
|
|
project files and templates.
|
|
|
|
2002-01-02 17:05 probert
|
|
|
|
* GNUmakefile, PC.project: The inspector now handles the
|
|
installation path and other settings. Furthermore it does not save
|
|
changes automatically but marks the project as being edited. Upon
|
|
'save' the project file and GNUmakefile are being saved, not
|
|
before! In addition the various PC* bundles are now maintained by
|
|
ProjectCenter itself. The installation path for ProjectCenter.app
|
|
is corrected to the SYSTEM ROOT as well.
|
|
|
|
2002-01-02 13:13 probert
|
|
|
|
* PCAppController.m: All bundles and libProjectCenter are now
|
|
installed under GNUSTEP_SYSTEM_ROOT. Also the PC.proj templates
|
|
have now a correct install path default value.
|
|
|
|
2002-01-01 19:09 probert
|
|
|
|
* GNUmakefile, PC.project, ProjectCenter_dist.tiff,
|
|
ProjectCenter_rpm.tiff: Added the icon for creating a tar.gz dist
|
|
and updated the project files using the latest CVS code.
|
|
|
|
2002-01-01 18:27 probert
|
|
|
|
* ProjectCenterInfo.plist: ProjectCenter now validates project
|
|
dictionaries and updates them if requested. I also added new keys
|
|
tp the PC.project files in order to be able to generate valid
|
|
*.spec.in files needed when building RPMs.
|
|
|
|
2001-12-29 16:37 probert
|
|
|
|
* ChangeLog, ProjectCenterInfo.plist: Removed the toplevel
|
|
ChangeLog, updated the ChangeLogs in the subdirectories and raised
|
|
the version number to 0.2.6.
|
|
|
|
2001-12-29 16:28 probert
|
|
|
|
* PCPrefController.h, PCPrefController.m: Automatic, periodic
|
|
saving of all open projectfiles is now supported.
|
|
|
|
2001-12-29 15:10 probert
|
|
|
|
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
|
PCAppController.m, PCMenuController.h, PCMenuController.m,
|
|
PCPrefController.h, PCPrefController.m, ProjectCenter_main.m:
|
|
Implemented more preference handling and cleaned up some ugly parts
|
|
of the code. Removed the loadedProjectsWindow feature, it just does
|
|
not make any sense.
|
|
|
|
2001-12-28 15:11 probert
|
|
|
|
* GNUmakefile, PC.project: Added the missing rpm icon
|
|
|
|
2001-08-03 16:31 probert
|
|
|
|
* ProjectCenterInfo.plist: Minor changes
|
|
|
|
2001-08-03 16:23 probert
|
|
|
|
* PCAppController+MenuHandling.h, PCAppController+MenuHandling.m,
|
|
PCAppController.h, PCAppController.m, PCFindController.h,
|
|
PCFindController.m, PCInfoController.h, PCInfoController.m,
|
|
PCLogController.h, PCLogController.m, PCMenuController.h,
|
|
PCMenuController.m, PCPrefController.h, PCPrefController.m,
|
|
ProjectCenter_main.m: New version - now copyrighted by the FSF
|
|
|
|
2001-08-01 14:43 probert
|
|
|
|
* ChangeLog, ProjectCenterInfo.plist: Some updated information
|
|
regarding the version
|
|
|
|
2001-08-01 14:35 probert
|
|
|
|
* GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble: New
|
|
copyright information and minor template additions
|
|
|
|
2001-07-07 13:56 probert
|
|
|
|
* PCAppController.m, ProjectCenterInfo.plist: Default editor is now
|
|
vi, new version number added
|
|
|
|
2001-07-07 13:48 probert
|
|
|
|
* GNUmakefile, ProjectCenter_main.m: Little GUI modifications
|
|
|
|
2001-07-01 21:01 probert
|
|
|
|
* GNUmakefile.preamble: Applied patch from Adam Fedor
|
|
|
|
2001-01-26 09:45 robert
|
|
|
|
* GNUmakefile, Info-project.plist, PC.project,
|
|
ProjectCenterInfo.plist: updated the PC.project file and renamed
|
|
the plist file
|
|
|
|
2001-01-14 18:54 robert
|
|
|
|
* ChangeLog: Updated the ChangeLogs
|
|
|
|
2001-01-14 17:19 robert
|
|
|
|
* ProjectCenter_main.m: cleanup in main()
|
|
|
|
2001-01-14 16:38 robert
|
|
|
|
* PCPrefController.h, PCPrefController.m: UI cleanup and
|
|
optimisation
|
|
|
|
2001-01-10 16:19 robert
|
|
|
|
* GNUmakefile, ProjectCenter_rpm.tiff: Initial support for RPM SPEC
|
|
file creation
|
|
|
|
2001-01-07 15:43 robert
|
|
|
|
* Info-project.plist, PCAppController+MenuHandling.m: some more
|
|
minor fix and cleanup work
|
|
|
|
2000-11-10 19:27 robert
|
|
|
|
* PCPrefController.m: some daily work...
|
|
|
|
2000-11-10 15:07 robert
|
|
|
|
* ChangeLog: changelog for 0.2.0
|
|
|
|
2000-11-04 18:11 robert
|
|
|
|
* PCPrefController.m: some interface changes
|
|
|
|
2000-11-04 17:48 robert
|
|
|
|
* PCAppController.m, PCPrefController.m: the bundle path is now
|
|
depending on the GNUSTEP_LOCAL_ROOT env variable
|
|
|
|
2000-10-29 13:16 robert
|
|
|
|
* Info-project.plist: some GWorkspace additions
|
|
|
|
2000-10-29 13:01 robert
|
|
|
|
* Info-project.plist: 0.2 coming soon
|
|
|
|
2000-10-20 20:20 robert
|
|
|
|
* Makefile, Makefile.postamble, Makefile.preamble, PB.project:
|
|
remove old PB support
|
|
|
|
2000-10-20 20:18 robert
|
|
|
|
* PC.project: updated project file
|
|
|
|
2000-10-20 20:13 robert
|
|
|
|
* GNUmakefile, ProjectCenter_clean.tiff, ProjectCenter_debug.tiff,
|
|
ProjectCenter_install.tiff, ProjectCenter_make.tiff,
|
|
ProjectCenter_profile.tiff: added build images
|
|
|
|
2000-10-20 17:18 robert
|
|
|
|
* PCAppController.m: Support for protocols in file creation
|
|
|
|
2000-10-15 20:23 robert
|
|
|
|
* PCAppController.h, PCAppController.m: modified launching
|
|
behaviour
|
|
|
|
2000-10-15 14:25 robert
|
|
|
|
* PCPrefController.m: UI improvement
|
|
|
|
2000-09-21 09:32 robert
|
|
|
|
* PCPrefController.m: bundle path issue now fixed, hopefully...
|
|
|
|
2000-09-21 07:42 robert
|
|
|
|
* PCAppController.m, PCPrefController.m: open file now works, too
|
|
|
|
2000-09-20 17:50 robert
|
|
|
|
* ChangeLog: Added a changelog
|
|
|
|
2000-09-20 17:46 robert
|
|
|
|
* ProjectCenter_main.m: Added the font panel stuff
|
|
|
|
2000-09-20 12:35 robert
|
|
|
|
* PCPrefController.m: some more work on the preferences
|
|
|
|
2000-09-17 16:40 robert
|
|
|
|
* PCPrefController.h, PCPrefController.m: Basic preferences
|
|
handling
|
|
|
|
2000-09-17 14:12 robert
|
|
|
|
* GNUmakefile, Info-project.plist, PCAppController+MenuHandling.h,
|
|
PCAppController+MenuHandling.m, PCAppController.m,
|
|
PCMenuController.m, ProjectCenter_main.m, ProjectCentre_build.tiff,
|
|
ProjectCentre_find.tiff, ProjectCentre_prefs.tiff,
|
|
ProjectCentre_settings.tiff, ProjectCentre_uml.tiff: Updated some
|
|
images, fixed some bugs and enhanced the featurelist...
|
|
|
|
2000-09-14 11:04 robert
|
|
|
|
* PCAppController.m: another minor flaw
|
|
|
|
2000-09-14 10:28 robert
|
|
|
|
* PCAppController.m: fixed some bugs introduced by removing the
|
|
gmodel
|
|
|
|
2000-09-13 12:45 robert
|
|
|
|
* GNUmakefile, PCAppController+MenuHandling.h,
|
|
PCAppController+MenuHandling.m, PCAppController.h,
|
|
PCAppController.m, PCMenuController.h, PCMenuController.m,
|
|
ProjectCenter_main.m, English.lproj/ProjectCenter.gmodel: removed
|
|
the gmodels completely from ProjectCenter.app
|
|
|
|
2000-09-03 21:59 robert
|
|
|
|
* GNUmakefile.preamble, PC.project, PCAppController.m: minor stuff
|
|
|
|
2000-09-03 21:15 robert
|
|
|
|
* PCAppController.m: New DO code
|
|
|
|
2000-08-27 21:12 robert
|
|
|
|
* Makefile.preamble, PB.project, h.template, m.template, Makefile,
|
|
ProjectCenter_main.m, Makefile.postamble, PCAppController.h,
|
|
PCAppController.m, PCPrefController.h, PCPrefController.m,
|
|
PCFindController.h, PCFindController.m, PCInfoController.h,
|
|
PCInfoController.m, PCLogController.h, PCLogController.m,
|
|
PCMenuController.h, ProjectCenter.tiff, PCMenuController.m,
|
|
GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
|
PC.project, FileIcon_.m.tiff, ProjectCentre_documentation.tiff,
|
|
ProjectCentre_cvs.tiff, ProjectCentre_prefs.tiff,
|
|
ProjectCenter.app.tiff, FileIcon_rtf.tiff,
|
|
ProjectCentre_files.tiff, FileIcon_.c.tiff,
|
|
ProjectCentre_clean.tiff, ProjectCentre_find.tiff,
|
|
FileIcon_.h.tiff, Info-project.plist, ProjectCentre_add.tiff,
|
|
ProjectCentre_build.tiff, ProjectCentre_run.tiff,
|
|
ProjectCentre_uml.tiff, English.lproj/ProjectCenter.gmodel: Initial
|
|
revision
|
|
|
|
2000-08-27 21:12 robert
|
|
|
|
* Makefile.preamble, PB.project, h.template, m.template, Makefile,
|
|
ProjectCenter_main.m, Makefile.postamble, PCAppController.h,
|
|
PCAppController.m, PCPrefController.h, PCPrefController.m,
|
|
PCFindController.h, PCFindController.m, PCInfoController.h,
|
|
PCInfoController.m, PCLogController.h, PCLogController.m,
|
|
PCMenuController.h, ProjectCenter.tiff, PCMenuController.m,
|
|
GNUmakefile, GNUmakefile.postamble, GNUmakefile.preamble,
|
|
PC.project, FileIcon_.m.tiff, ProjectCentre_documentation.tiff,
|
|
ProjectCentre_cvs.tiff, ProjectCentre_prefs.tiff,
|
|
ProjectCenter.app.tiff, FileIcon_rtf.tiff,
|
|
ProjectCentre_files.tiff, FileIcon_.c.tiff,
|
|
ProjectCentre_clean.tiff, ProjectCentre_find.tiff,
|
|
FileIcon_.h.tiff, Info-project.plist, ProjectCentre_add.tiff,
|
|
ProjectCentre_build.tiff, ProjectCentre_run.tiff,
|
|
ProjectCentre_uml.tiff, English.lproj/ProjectCenter.gmodel: Initial
|
|
import
|
|
|