Commit graph

58 commits

Author SHA1 Message Date
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
a91fcf8e6b 2008-04-14 17:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormImageEditor.m
        * GormCore/GormOutlineView.m
        * GormCore/GormResourceManager.m
        * GormCore/GormSoundInspector.m
        * GormCore/GormSplitViewEditor.m
        * GormLib/IBInspectorManager.m
        * Palettes/2Controls/GormBoxAttributesInspector.m
        * Palettes/4Data/GormDateFormatterAttributesInspector.m
        * Palettes/4Data/GormImageViewAttributesInspector.m
        * Palettes/4Data/GormNumberFormatterAttributesInspector.m: General
        clean up and compilation fixes to allow Gorm to compile without
        warnings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26447 72102866-910b-0410-8b05-ffd578937521
2008-04-14 21:40:11 +00:00
Gregory John Casamento
89386fd640 Changed header to reflect license change to GPLv3.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25559 72102866-910b-0410-8b05-ffd578937521
2007-11-05 23:44:36 +00:00
Gregory John Casamento
9628e807f1 * English.lproj/GormClassEditor.gorm: Added new gorm file to hold
classes view contents as well as search and operations drop down.
	* English.lproj/GormDocument.gorm: Removed seatch and drop down
	* GNUmakefile: Added new gorm file.
	* GormCore/GormClassEditor.h: new outlets classesView and mainView, 
	added declarations for methods createSubclass:, createClassFiles:, 
	instantiateClass:, removeClass:
	* GormCore/GormClassEditor.m: Changes to methods to use the above.
	* GormCore/GormDocument.h: Removed duplicate declarations.
	* GormCore/GormDocument.m: Remove code for methods and replace with
	simple calls to the editor.
	* Palettes/2Controls/GormBoxAttributesInspector.m: ok: and revert:
	changed to convert to integer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23765 72102866-910b-0410-8b05-ffd578937521
2006-10-05 17:20:40 +00:00
Gregory John Casamento
1e18b6b1db * English.lproj/GormDocument.gorm: Make connection to
fileType in GormFilePrefsManager.
	* GormCore/GormDocumentController.m: Move the window when 
	"New Application" is selected.
	* GormCore/GormDocument.m: Add call in awakeFromNib
	to setFileTypeName:.
	* GormCore/GormFilePrefsManager.h: add setFileTypeName: and
	fileTypeName.
	* GormCore/GormFilePrefsManager.m: add setFileTypeName: and
	fileTypeName.
	* Palettes/4Data/GormTextViewEditor.m: Remove commented out 
	windowAndRect:forObject:


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23747 72102866-910b-0410-8b05-ffd578937521
2006-10-04 04:16:47 +00:00
Gregory John Casamento
3ec0137332 * English.lproj/GormDocument.gorm: Added section in file section
to show fileType.
	* GormCore/GormFilePrefsManager.m: Changed version number from 
	1,1,0 to 1,1,2.
	* GormCore/GormInspectorsManager.m: Removed kludge from 
	setCurrentInspector:.
	* GormCore/GormScrollViewEditor.m: Remove code which returns 
	the table view editor in editorClassName.  In mouseDown:
	remove check in mouseDown: for NSScroller and subclasses.
	* GormCore/GormViewEditor.h: Declare frameDidChange:
	* Palettes/3Containers/GormTableViewEditor.m: Remove redundant
	implementation of performDragOperation:.  Call draggingUpdated 
	instead.
	* Palettes/4Data/DataPalette.m: Change minimum size.
	* Palettes/4Data/GormTextViewEditor.m: Add handleNotification: 
	and add initWithObject:inDocument:.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23700 72102866-910b-0410-8b05-ffd578937521
2006-10-02 02:47:22 +00:00
Gregory John Casamento
007379dab5 Clarify inspector labels.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22708 72102866-910b-0410-8b05-ffd578937521
2006-03-25 15:32:59 +00:00
Gregory John Casamento
4cb9f45f13 Improved look of some inspectors, new testing icon.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22706 72102866-910b-0410-8b05-ffd578937521
2006-03-24 22:35:51 +00:00
Gregory John Casamento
a05c71fae7 Applied patch for 15988
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22641 72102866-910b-0410-8b05-ffd578937521
2006-03-12 01:41:26 +00:00
Gregory John Casamento
617c3a1119 Correction for bug#15556
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22403 72102866-910b-0410-8b05-ffd578937521
2006-02-02 03:10:00 +00:00
Gregory John Casamento
74e8726643 Call revert to show changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21695 72102866-910b-0410-8b05-ffd578937521
2005-09-04 14:15:41 +00:00
Gregory John Casamento
7057978020 Removed #warning messages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21694 72102866-910b-0410-8b05-ffd578937521
2005-09-04 13:59:16 +00:00
Gregory John Casamento
b471f14c0b Added new inspector files pulled out of inspectors.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21631 72102866-910b-0410-8b05-ffd578937521
2005-08-12 02:52:49 +00:00
Gregory John Casamento
2cbb6a93ed Copied main.m files to files with meaningful names.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21615 72102866-910b-0410-8b05-ffd578937521
2005-08-06 19:17:05 +00:00
Gregory John Casamento
a2bd3f3fda Merged post 1.0 branch. Gorm 1.0 development will continue on a new gorm_1_0 branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21614 72102866-910b-0410-8b05-ffd578937521
2005-08-06 17:59:08 +00:00
Fabien Vallon
a8b16e954b set firstInitialFirstResponder
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21450 72102866-910b-0410-8b05-ffd578937521
2005-07-11 14:01:07 +00:00
Fabien Vallon
0f59658a99 improve ui , set nextKeyView: initialFirstResponder and delegate method for textfield
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21414 72102866-910b-0410-8b05-ffd578937521
2005-07-07 12:45:45 +00:00
Gregory John Casamento
793695920e Minor correction in data palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21403 72102866-910b-0410-8b05-ffd578937521
2005-07-03 16:51:33 +00:00
Gregory John Casamento
b742588aea Implemented view resource delegate functionality.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21402 72102866-910b-0410-8b05-ffd578937521
2005-07-03 16:27:52 +00:00
Gregory John Casamento
2d1582f27c Inspector mode changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21398 72102866-910b-0410-8b05-ffd578937521
2005-07-02 20:16:10 +00:00
Gregory John Casamento
f5d58d88ac Change of address change for FSF.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21261 72102866-910b-0410-8b05-ffd578937521
2005-05-26 03:37:38 +00:00
Gregory John Casamento
0ef62e3d93 Added palette.table as a resource.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21114 72102866-910b-0410-8b05-ffd578937521
2005-04-16 20:40:23 +00:00
Gregory John Casamento
db6fe33741 Merge from branch: build_reorg_branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21012 72102866-910b-0410-8b05-ffd578937521
2005-03-31 03:01:36 +00:00
Nicola Pero
d3158d23da Make it build out of the box on Windows under Mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20958 72102866-910b-0410-8b05-ffd578937521
2005-03-22 04:36:33 +00:00
Nicola Pero
b324bfa6c7 Fixed linking palette against libGorm
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20950 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:18:43 +00:00
Gregory John Casamento
39017d82d8 Added code to inspectors to prevent marking the document as modified when the user selects a widget which has color. The adds an extension category.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20634 72102866-910b-0410-8b05-ffd578937521
2005-01-30 05:52:22 +00:00
Gregory John Casamento
9eb5c02771 Corrected bug#11346. Redid background for all inspectors.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20627 72102866-910b-0410-8b05-ffd578937521
2005-01-28 05:41:55 +00:00
Gregory John Casamento
b53a7e50eb Correction for a segfault, corrections for all inspectors when resizing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20419 72102866-910b-0410-8b05-ffd578937521
2004-12-05 13:00:36 +00:00
Gregory John Casamento
71a9a54e2b Updated all of the existing .gorm files to the latest format.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20365 72102866-910b-0410-8b05-ffd578937521
2004-11-20 18:27:16 +00:00
Gregory John Casamento
c0e1de4049 Cleanup of warnings with gcc 3.4.x and some minor bug fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20357 72102866-910b-0410-8b05-ffd578937521
2004-11-18 05:34:19 +00:00
Gregory John Casamento
f4bd5d1982 Improved documentation and additional libs for palettes on windows declared in the makefile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20278 72102866-910b-0410-8b05-ffd578937521
2004-11-02 05:56:47 +00:00
Gregory John Casamento
ef3a42faf4 Correction for MinGW for win32.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20253 72102866-910b-0410-8b05-ffd578937521
2004-10-24 05:05:39 +00:00
Gregory John Casamento
3d23397134 Changes to make the inspectors for formatters as well as drag and drop of formatter objects into controls work properly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20230 72102866-910b-0410-8b05-ffd578937521
2004-10-17 14:43:28 +00:00
Gregory John Casamento
ae18408529 Changed field sizes to prevent clipping.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20137 72102866-910b-0410-8b05-ffd578937521
2004-09-25 11:17:03 +00:00
Gregory John Casamento
0e4837f371 Committed data.info files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20008 72102866-910b-0410-8b05-ffd578937521
2004-09-06 19:36:38 +00:00
Gregory John Casamento
e27f516dfd Temporary fix and revamped formatter inspectors.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20007 72102866-910b-0410-8b05-ffd578937521
2004-09-06 19:33:48 +00:00
Gregory John Casamento
958fdfcabb A sizable number of changes to correct some bugs and add external/custom palette support and the file prefs gui which allows the user to set which version a given .gorm should be saved as.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19719 72102866-910b-0410-8b05-ffd578937521
2004-07-12 04:16:09 +00:00
Gregory John Casamento
cc275bf43c Changed the border type to NSBezelBorder for some of the controls. This is the standard on MOSX and OPENSTEP.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19417 72102866-910b-0410-8b05-ffd578937521
2004-05-29 12:49:01 +00:00
Gregory John Casamento
e4b52efd3f Updated the layout of this a little.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19413 72102866-910b-0410-8b05-ffd578937521
2004-05-29 10:10:22 +00:00
Gregory John Casamento
2d45fa3a29 Warning corrections, so that Gorm compiles completely clean without any noise from the compiler. Also a new header to properly declare the knob functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19076 72102866-910b-0410-8b05-ffd578937521
2004-04-12 01:41:32 +00:00
Gregory John Casamento
066c79a723 Correction for Report #3270
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17519 72102866-910b-0410-8b05-ffd578937521
2003-08-23 17:51:59 +00:00
Gregory John Casamento
8fef77ed94 General clean up. Moved some constants. added the beginnings of a new
inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16829 72102866-910b-0410-8b05-ffd578937521
2003-05-29 05:40:28 +00:00
Gregory John Casamento
dc86bbbd18 Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16776 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:25:34 +00:00
Adam Fedor
fe43fc2f1f Don't install palettes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16590 72102866-910b-0410-8b05-ffd578937521
2003-05-01 04:20:22 +00:00
Adam Fedor
eacb1b3b6b Update instpectors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16126 72102866-910b-0410-8b05-ffd578937521
2003-03-04 17:07:09 +00:00
Richard Frith-Macdonald
2852d2e510 Fix use of #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16111 72102866-910b-0410-8b05-ffd578937521
2003-03-03 09:15:48 +00:00
Gregory John Casamento
b5ecfcdaa2 Replacing old style .gorm/.classes files with .gorm packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15488 72102866-910b-0410-8b05-ffd578937521
2003-01-04 04:51:12 +00:00
Gregory John Casamento
941ef0858c Adding new NSComboBox inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15094 72102866-910b-0410-8b05-ffd578937521
2002-11-25 03:55:11 +00:00
Gregory John Casamento
3bb991f44f Removing old versions of the .gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15093 72102866-910b-0410-8b05-ffd578937521
2002-11-25 03:34:20 +00:00
Pierre-Yves Rivaille
01eee8a433 * GormDocument.m: change nameTable retaining policy from
NSNonRetainedObjectMapKeyCallBacks to NSObjectMapKeyCallBacks.
  This eliminates segfaults that happened when saving/testing multiple
  times. Note: this might not be the best solution, but it does work.

* GormInspectorsManager.m
* GormScrollViewEditor.m
* Palettes/3Containers/inspectors.m
* Palettes/4Data/inspectors.m
  Various updates to GormScrollViewEditor and to NSTextView support.
  (addition of GormTextViewEditor)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14869 72102866-910b-0410-8b05-ffd578937521
2002-10-29 18:30:05 +00:00