Localizable resources for application and framework was defined (English.lproj)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2006-12-26 17:04:57 +00:00
parent 62f062f726
commit c3973a8573
39 changed files with 48 additions and 25 deletions

View file

@ -1,3 +1,10 @@
2006-12-26 Serg Stoyan <stoyan255@gmail.com>
* Merge changes from UNSTABLE_0_5 into trunk.
* Localizable resources for application and framework was
defined (English.lproj)
2006-11-20 Serg Stoyan <stoyan255@ukr.net>
* Rewritte bundle loading mechanizm. Bundle now loaded on demand.

View file

@ -4,8 +4,8 @@ TODO
This is the GNUstep ProjectCenter TODO list.
Feel free to propose changes to this list or make suggestions!
ProjectCenter 0.4 Owner
----------------- ------
ProjectCenter 0.4 Owner/Status
----------------- ------------
- Review and cleanup of PC project bundles/templates [done!]
- Finish Project Inspector [done!]
@ -22,8 +22,6 @@ ProjectCenter 0.5
- Create ProjectWindow GORM file [done!]
- Add "Framework" project type [done!]
- Add "Resource Set" project type [done!]
- Add "Palette" project type stoyan
- Add "Component" project type stoyan
- Implement on demand loading of bundles [done!]
- Localization support for projects [done!]
- Finish save/restore size of split views in Project Window [done!]
@ -34,13 +32,12 @@ ProjectCenter 0.5
- Implement code parser (get it from CodeEditor?) [done!]
- Project Browser should show file structure. [done!]
- Click on Browser item should move cursor to line in file [done!]
- Implement Editor indentation stoyan
- Imlement pending adding/removal of files (history?) [done!]
--- Project Builder:
- Implement root build directory handling stoyan
- Finish options handling stoyan
- Parse gcc output stoyan
- Display warnings,errors,options etc. as clickable list stoyan
- Imlement pending adding/removal of files (history?) stoyan
- Finish FileNameIcon (draggable, files can be dragged to it) stoyan
- Review all dialogs and situations when dialogs must be
popped up stoyan
@ -49,10 +46,12 @@ ProjectCenter 0.6
-----------------
- Rewrite Preferences (3rd party sections etc.) stoyan
- Implement Editor syntax highlighting stoyan
- More options for file creation ???
- Better integration with other tools (Gorm) ???
- Create custom Info panel ???
- Add "Palette" project type stoyan
- Add "Component" project type stoyan
- Create custom Info panel stoyan
- More options for file creation stoyan
- Implement Editor indentation stoyan
- Better integration with other tools (Gorm) stoyan
ProjectCenter 0.7
-----------------
@ -60,7 +59,7 @@ ProjectCenter 0.7
- An initial project wide find feature ???
- Implement support for integrated debugging ???
- More project customisation possibilities ???
- CVS integration ???
- CVS/SVN integration ???
ProjectCenter 0.8
-----------------

View file

@ -88,14 +88,6 @@ ProjectCenter_OBJC_FILES = \
# Resources
#
ProjectCenter_RESOURCE_FILES = \
Resources/ProjectWindow.gorm \
Resources/NewSubproject.gorm \
Resources/NewFile.gorm \
Resources/ProjectInspector.gorm \
Resources/BuildAttributes.gorm \
Resources/ProjectAttributes.gorm \
Resources/ProjectDescription.gorm \
Resources/FileAttributes.gorm \
Resources/cfile.template \
Resources/cheader.template \
Resources/class.template \
@ -103,8 +95,25 @@ ProjectCenter_RESOURCE_FILES = \
Resources/header.template \
Resources/postamble.template \
Resources/protocol.template \
Resources/LogPanel.gorm \
Resources/Preferences.gorm
#
# Localization
#
ProjectCenter_LOCALIZED_RESOURCE_FILES = \
ProjectWindow.gorm \
NewSubproject.gorm \
NewFile.gorm \
ProjectInspector.gorm \
BuildAttributes.gorm \
ProjectAttributes.gorm \
ProjectDescription.gorm \
FileAttributes.gorm \
LogPanel.gorm \
Preferences.gorm
ProjectCenter_LANGUAGES = \
English
-include GNUmakefile.preamble

View file

@ -4,7 +4,6 @@
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
#
# Main application
@ -25,7 +24,6 @@ SUBPROJECTS = \
# Resource files
#
ProjectCenter_RESOURCE_FILES = \
Resources/ProjectCenter.gorm \
Resources/Info-gnustep.plist \
Images/ProjectCenter.tiff \
Images/FileRTF.tiff \
@ -80,6 +78,16 @@ Modules/Projects/Tool/Tool.project \
Modules/Editors/ProjectCenter/ProjectCenter.editor \
Modules/Parsers/ProjectCenter/ProjectCenter.parser
#
# Localization
#
ProjectCenter_LOCALIZED_RESOURCE_FILES = \
ProjectCenter.gorm
ProjectCenter_LANGUAGES = \
English
#
# Header files
#

View file

@ -25,7 +25,7 @@
#before-all:: header-links
before-install::
cp -r Headers/Protocols Library/ProjectCenter.framework/Headers
cp -r Headers/Protocols Framework/ProjectCenter.framework/Headers
after-clean::
# rm -rf ProjectCenter $(HEADER_LINK_DEPENDS)

View file

@ -16,7 +16,7 @@
LIBRARIES = ("gnustep-base","gnustep-gui");
LOCALIZED_RESOURCES = ();
MAKEFILEDIR = "$(GNUSTEP_MAKEFILES)";
INSTALLDIR = "$(HOME)/GNUstep/Library/Bundles";
INSTALLDIR = "$(GNUSTEP_BUNDLES)";
OBJC_COMPILEROPTIONS = "";
OTHER_RESOURCES = ();
OTHER_SOURCES = ();