Fred Kiefer
2aa362da0e
Enable the storing of the Ink Document.gorm as a NIB.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37287 72102866-910b-0410-8b05-ffd578937521
2013-10-26 21:35:26 +00:00
Riccardo Mottola
ef9a3eca84
Write warnings of respectively the proper nil object.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37286 72102866-910b-0410-8b05-ffd578937521
2013-10-26 20:44:58 +00:00
Gregory John Casamento
1c60f26d3a
* GormCore/GormViewEditor.m: Prevent recursive frame/bounds
...
notifications when resizing a view.
* Plugins/Nib/GormNibWrapperLoader.m: Preliminary changes to support
reading nibs as files instead of packages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35882 72102866-910b-0410-8b05-ffd578937521
2012-12-12 17:35:27 +00:00
Gregory John Casamento
4671ec0870
* GormCore/GormClassInspector.m
...
* GormCore/GormClassManager.m
* GormCore/GormDocument.m
* GormCore/GormGenericEditor.m
* GormCore/GormObjectInspector.m
* GormCore/GormOutlineView.m
* GormCore/GormPrivate.h
* GormCore/GormPrivate.m
* Palettes/0Menus/GormMenuEditor.m
* Palettes/1Windows/GormDrawerAttributesInspector.m
* Palettes/3Containers/GormTableColumnAttributesInspector.m
* Palettes/3Containers/GormTableViewEditor.m
* Palettes/4Data/DataPalette.m
* Palettes/4Data/GormNumberFormatterAttributesInspector.m: Change int/unsigned int to NSInteger
and NSUInteger to address 64-bit issues. Patch by
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Plugins/Gorm/GormGormWrapperLoader.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.m
* Plugins/Xib/GormXibWrapperLoader.m: Clean up warnings found by clang.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35091 72102866-910b-0410-8b05-ffd578937521
2012-04-20 06:12:32 +00:00
Gregory John Casamento
21c67d28a2
Move GormWindowTemplate to GormCore since it is shared between GormXibWrapperLoader and GormNibWrapperLoader.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34123 72102866-910b-0410-8b05-ffd578937521
2011-11-05 01:44:24 +00:00
Fred Kiefer
74b14040ce
Get XIB files to be loaded.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34113 72102866-910b-0410-8b05-ffd578937521
2011-11-03 10:47:52 +00:00
Fred Kiefer
0f8b9f3d20
* Palettes/0Menu/GormMenuEditor.m: Protect against the menu parent
...
being a popup button cell.
* Plugins/Xib/GormXibWrapperLoader.m: Move additional methods
into gui and correct handling of file owner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34056 72102866-910b-0410-8b05-ffd578937521
2011-10-25 09:09:15 +00:00
Gregory John Casamento
d541fa067d
Update license text
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33056 72102866-910b-0410-8b05-ffd578937521
2011-05-17 21:21:40 +00:00
Gregory John Casamento
86a898e927
011-04-28 14:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
...
* Plugins/Xib/GormXibWrapperLoader.m: Correct compilation errors
and warnings in Xib loading code. Correct loading code so that
Xib file partially loads.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32937 72102866-910b-0410-8b05-ffd578937521
2011-04-28 18:32:48 +00:00
Riccardo Mottola
dce7c06f1f
removed c99-ism
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31578 72102866-910b-0410-8b05-ffd578937521
2010-11-01 13:06:01 +00:00
Gregory John Casamento
901327122b
* GNUmakefile: Added Xib.plugin to resources.
...
* GormInfo.plist: Added xib to the list of files Gorm can load
* Gorm.m: Change to recieve notifications to add/delete classes.
* Plugins/GNUmakefile: Added Xib plugin to subprojects list.
* Plugins/Xib/GNUmakefile
* Plugins/Xib/GNUmakefile.preamble
* Plugins/Xib/GormXibCustomResource.h
* Plugins/Xib/GormXibCustomResource.m
* Plugins/Xib/GormXibPlugin.m
* Plugins/Xib/GormXibWrapperLoader.h
* Plugins/Xib/GormXibWrapperLoader.m: Initial code for XIB plugin.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30482 72102866-910b-0410-8b05-ffd578937521
2010-05-30 06:55:26 +00:00
Gregory John Casamento
2806b5ba47
Fix for nib loading. Correct behavior of NSWindowTemplate when loading nibs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29184 72102866-910b-0410-8b05-ffd578937521
2009-12-31 04:39:18 +00:00
Gregory John Casamento
63a656b958
* Gorm.m
...
* Plugins/Nib/GNUmakefile: Add new class to makefile.
* Plugins/Nib/GormNibWrapperLoader.m: Modified to use
GormWindowTemplate.
* Plugins/Nib/GormWindowTemplate.[hm]: Replace flags
used only at runtime when the template is loaded. This is
so, for example, the released when closed flag will not cause
issues when editing the window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29168 72102866-910b-0410-8b05-ffd578937521
2009-12-27 06:16:54 +00:00
Gregory John Casamento
b199545b3d
* GormCore/GormOutlineView.m: Remove .tiff from the end of the images.
...
This is interfering with theming in gorm since it's not pulling the
right images in this case.
* Plugins/Nib/GormNibCustomResource.[hm]: Handle custom resources
in gorm, currently just images/sounds.
* Plugins/Nib/GormNibWrapperLoader.h: Include nib resource header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28509 72102866-910b-0410-8b05-ffd578937521
2009-08-22 22:05:57 +00:00
Gregory John Casamento
dab982b111
* GormCore/GormWrapperLoader.m: Allow handling of wrappers which
...
are not directories.
* Plugins/Gorm/GormGormWrapperLoader.m: Change logic to accommodate
previous generation of .gorm files which were not packages. Also
correct the code so that a return is not made within the NS_DURING
block.
* Plugins/Nib/GormNibWrapperLoader.m: Do not load if the
wrapper is not a directory.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28101 72102866-910b-0410-8b05-ffd578937521
2009-03-20 03:40:53 +00:00
Gregory John Casamento
f725e855b7
* Plugins/Nib/GormNibWrapperLoader.m: Correct the code so that
...
return is not called from within an NS_DURING block.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28089 72102866-910b-0410-8b05-ffd578937521
2009-03-17 05:06:37 +00:00
Gregory John Casamento
375cc2622f
Correct compilation error.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28088 72102866-910b-0410-8b05-ffd578937521
2009-03-17 00:18:56 +00:00
Nicola Pero
131c05030e
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:09:11 +00:00
Nicola Pero
86137d3fa7
Set GNUSTEP_CORE_SOFTWARE to YES so that gorm is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27337 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:06:27 +00:00
Gregory John Casamento
0d369e2d7e
* Plugins/Nib/GormNibWrapperBuilder.m: -[GormNibWrapperBuilder archiver:
...
willEncodeObject:] add back code to replace GormFirstResponder with nil.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27328 72102866-910b-0410-8b05-ffd578937521
2008-12-18 05:47:18 +00:00
Gregory John Casamento
b656a67d81
* GormCore/GormInspectorsManager.m: Fix for bug#25111.
...
* Plugins/Nib/GormNibWrapperBuilder.m: Remove code which adds nil
to the map if the object is a GormFirstResponder
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27327 72102866-910b-0410-8b05-ffd578937521
2008-12-18 05:16:40 +00:00
Gregory John Casamento
c1baf0ea52
* GormCore/GormCustomView.m
...
* GormCore/GormDocument.m
* GormCore/GormFilePrefsManager.m
* GormCore/GormHelpInspector.m
* GormCore/GormPrivate.h
* GormCore/GormPrivate.m
* Palettes/1Windows/GormNSPanel.m
* Palettes/1Windows/GormNSWindow.m
* Palettes/1Windows/GormWindowSizeInspector.m
* Palettes/1Windows/WindowsPalette.m
* Plugins/Gorm/GormGormWrapperBuilder.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.h: Use new header files for
nib/gorm loading.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27190 72102866-910b-0410-8b05-ffd578937521
2008-12-02 07:54:31 +00:00
Gregory John Casamento
e9969f3190
* GNUmakefile: Remove default install to SYSTEM, per bug #24673 .
...
* Plugins/Gorm/GormGormWrapperLoader.m: Minor grammatical correction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27157 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:47:14 +00:00
Gregory John Casamento
090f40d417
* GormCore/GormWrapperBuilder.h
...
* GormCore/GormWrapperBuilder.m
* GormCore/GormWrapperLoader.h
* GormCore/GormWrapperLoader.m
* Plugins/GModel/GormGModelPlugin.m
* Plugins/GModel/GormGModelWrapperLoader.h
* Plugins/GModel/GormGModelWrapperLoader.m
* Plugins/Gorm/GormGormPlugin.m
* Plugins/Gorm/GormGormWrapperBuilder.m
* Plugins/Gorm/GormGormWrapperLoader.m
* Plugins/Nib/GormNibPlugin.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.m: Change method name from "type"
to "fileType" to avoid issues with gcc < 3.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26706 72102866-910b-0410-8b05-ffd578937521
2008-06-24 23:18:16 +00:00
Gregory John Casamento
08f8fa896c
Move type method declaration to superclass.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26698 72102866-910b-0410-8b05-ffd578937521
2008-06-24 22:09:55 +00:00
Gregory John Casamento
b2bbde6826
Remove ;
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26692 72102866-910b-0410-8b05-ffd578937521
2008-06-23 22:47:01 +00:00
Gregory John Casamento
704ea0b55a
Temporary fix for OpenBSD compilation issue.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26691 72102866-910b-0410-8b05-ffd578937521
2008-06-23 22:42:30 +00:00
Gregory John Casamento
e383a5eec4
Fix for compilation error.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26571 72102866-910b-0410-8b05-ffd578937521
2008-05-25 13:10:00 +00:00
Gregory John Casamento
027ab2363a
* GNUmakefile: Added plugins as resources.
...
* GormCore/GNUmakefile: Remove classes from file
* GormCore/GormGModelWrapperLoader.m
* GormCore/GormGormWrapperBuilder.m
* GormCore/GormGormWrapperLoader.m
* GormCore/GormNibWrapperBuilder.m
* GormCore/GormNibWrapperLoader.m: Removed the loaders from GormCore.
* GormCore/GormProtocol.h: Added a new method.
* GormLib/IBPlugin.m: Added implementations to some of the methods.
* Gorm.m: Added a "pluginManager" method.
* Palettes/1Windows/GNUmakefile.preamble
* Palettes/2Controls/GNUmakefile.preamble
* Palettes/3Containers/GNUmakefile.preamble
* Palettes/4Data/GNUmakefile.preamble: Corrected issue with all
of the palette makefiles pointing to the wrong name.
* Plugins/GModel/GNUmakefile
* Plugins/GModel/GNUmakefile.preamble
* Plugins/GModel/GormGModelPlugin.m
* Plugins/GModel/GormGModelWrapperLoader.h
* Plugins/GModel/GormGModelWrapperLoader.m
* Plugins/Gorm/GNUmakefile
* Plugins/Gorm/GNUmakefile.preamble
* Plugins/Gorm/GormGormPlugin.m
* Plugins/Gorm/GormGormWrapperBuilder.m
* Plugins/Gorm/GormGormWrapperLoader.h
* Plugins/Gorm/GormGormWrapperLoader.m
* Plugins/Nib/GNUmakefile
* Plugins/Nib/GNUmakefile.preamble
* Plugins/Nib/GormNibPlugin.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.h
* Plugins/Nib/GormNibWrapperLoader.m: Added new plugins for each
supported file type.
* Resources/Defaults.plist: Added the "BuiltinPlugins" default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26531 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:43:33 +00:00
Gregory John Casamento
eee7e21f96
Add dummy makefiles for plugins.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25816 72102866-910b-0410-8b05-ffd578937521
2008-01-01 20:26:55 +00:00
Gregory John Casamento
7fe5b21476
Add makefile and directories for plugins.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25815 72102866-910b-0410-8b05-ffd578937521
2008-01-01 20:22:11 +00:00
Gregory John Casamento
9f4ab26ceb
First cut at adding plugin support to Gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25650 72102866-910b-0410-8b05-ffd578937521
2007-11-30 20:59:03 +00:00