mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
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:
parent
03301b8b30
commit
4c75baa42b
3 changed files with 1336 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
1329
Source/GSXibLoader.m
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue