Add file for basic XIB loading. This is only partly working and will

need some more polishing and testing. Feel free to help with that.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-14 23:07:53 +00:00
parent 03301b8b30
commit 4c75baa42b
3 changed files with 1336 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2010-03-15 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSXibLoader.m: New file with basic XIB format
loading.
* Source/GNUmakefile: Add new file.
2010-03-13 German Arias <german@xelalug.org>
* Source/NSSpellChecker.m: Added missing internationalisation.

View file

@ -236,6 +236,7 @@ GSModelLoaderFactory.m \
GSGormLoader.m \
GSGModelLoader.m \
GSNibLoader.m \
GSXibLoader.m \
NSManagedObjectContext.m
# Turn off NSMenuItem warning that NSMenuItem conforms to <NSObject>,

1329
Source/GSXibLoader.m Normal file

File diff suppressed because it is too large Load diff