Commit graph

559 commits

Author SHA1 Message Date
Gregory John Casamento
9aeb738c5b Minor cleanup. Remove commented out code. 2020-02-10 06:32:18 -05:00
Sergii Stoian
8ad8ce08a8
Merge branch 'master' into UsabilityEnhancements 2020-01-11 01:30:33 +02:00
Sergii Stoian
da8e911f0b * GormCore/GormInspectorsManager.m (setCurrentInspector:): get width from Inspector's minSize when new minSize is about to be set. 2020-01-05 03:25:20 +02:00
Sergii Stoian
5bcdc44706 * GormCore/GormInspectorsManager.m (setCurrentInspector:): increase height of
inspector panel frame if inspector taller then previous; set minimum size
accordingly.
* Palettes/2Controls/GormNSMatrixInspector.gorm: made inspector content taller
to look better and as a test case for change in GorInspectorManager.
2020-01-04 02:01:36 +02:00
Sergii Stoian
1ce96d0d79 * GormCore/GormConnectionInspector.m (ok:): return on problem with making connection, don't mark document as edited; update "Outlets" browser after makeing changes to connections - updates "connected" image on selected outlet. 2019-12-28 01:13:38 +02:00
Sergii Stoian
35c2b55e35 * GormCore/GormConnectionInspector.m: use custom cell class for "Outlets" browser to draw dimple image on connected outlets. 2019-12-27 02:37:37 +02:00
Sergii Stoian
b04f63b4ff * GormCore/GormInspectorsManager.m (setCurrentInspector:): do not resize inspector
panel on inspector change.
2019-12-23 18:11:52 +02:00
Sergii Stoian
98befb031c * GormCore/GormPalettesManager.m (resizeWithOldSuperviewSize:): new method.
Fixes correct placement of palette view on panel resize.
(init): disable auroresizing of dragView.
2019-12-23 15:48:30 +02:00
Sergii Stoian
f227f3008b * GormCore/GormPalettesManager.m (loadPalette): commented out code that leads to issues with scrolling (although, code supposed to fix issues with scrolling :(). 2019-12-23 13:43:54 +02:00
Sergii Stoian
aff9e80077 * GormCore/GormPalettesManager.m (init): autohide scroller of selection ScrollView. 2019-12-23 02:46:16 +02:00
Sergii Stoian
017bead07a Palette Panel: set window title from original window title of selected palette; window titles were added/fixed for palettes. 2019-12-23 01:46:59 +02:00
Sergii Stoian
55c2c8dfbc * GormCore/GormPalettesManager.m (init): made dragView is not autoresizable to omit problems with palettes visibility. 2019-12-23 01:36:17 +02:00
Sergii Stoian
011d0fda17 GormPalettesManager: palettes selection icons now display selection with white color of selected icon background; removed arrows from scroller; icons are replaced to make selection color visible. 2019-12-23 01:14:25 +02:00
Sergii Stoian
77b6ad3c68 NSSplitViewInspector: fixed size, position, autosize; refuse first responder on matrix cells. 2019-12-21 13:48:29 +02:00
Lars Sonchocky-Helldorf
94816bea7f headers cleaned up: use umbrella headers when using headers from other subprojects (to make PCH easier in the future); umbrella headers created for GormCore, GormObjCHeaderParser, GormPrefs; GNUmakefiles updated accordingly; some stray .cvsignore files deleted 2019-11-03 02:57:39 +01:00
fredkiefer
85247d72a3 * GormCore/GormInspectorsManager.m: Disable menu update during
bulk change.
2019-07-26 23:37:11 +02:00
fredkiefer
d587e3f195 Add .gitignore.
Fix a few compiler warnings.
2019-07-26 21:29:00 +02:00
Gregory John Casamento
6a42c50648 Commit before release 2019-02-07 02:15:01 -05:00
David Chisnall
04554d25c8 Fix accidental variable shadowing.
We were looking up the ivar, but then not using the result, so got null
pointer dereferences later.

This should have been caught by normal compiler warnings, but apparently
Gorm turns them off.
2019-02-03 09:23:14 +00:00
fredkiefer
0d3ab06c92 * GormCore/GormDocument.m: Fix wrong string type in David Chisnall
fix for the new libobjc.
2019-01-25 13:14:55 +01:00
David Chisnall
c3c93818af Fix typo in last commit. 2018-12-30 17:30:48 +00:00
David Chisnall
c554b72b74 Fix Gorm with the new ABI.
Now that @private is enforced by the linker, we can't just bypass it
with categories.  Instead, either access public interfaces or use
reflection to look up instance variables.
2018-12-30 17:24:56 +00:00
Riccardo
dcbf7d7746
Merge pull request #3 from alexmyczko/patch-1
Update GormObjectEditor.m
2018-10-23 12:54:57 +02:00
Alex Myczko
cbafbd8ccb
Update GormResourceEditor.m
fix typo
2018-09-13 13:06:34 +02:00
Alex Myczko
e68486f6cc
Update GormObjectEditor.m
fix typo
2018-09-13 13:05:48 +02:00
Gregory John Casamento
8cdfc782d8 Fix bug#52494: Loading translations should now handle exceptions. 2018-01-24 21:11:39 -05:00
Graham Lee
ab57b33375 Remove redundant Gorm->documents collection and unused method that referenced it 2017-10-26 17:10:00 +01:00
Gregory John Casamento
2ef9a6d656 Update version numbers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@40026 72102866-910b-0410-8b05-ffd578937521
2016-07-19 17:08:46 +00:00
Gregory John Casamento
cb0e765961 Fix issue found by Riccardo and Fred when reading in a nib, a panel will get decoded as a NSWindow instead of an NSPanel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39156 72102866-910b-0410-8b05-ffd578937521
2015-11-06 01:42:51 +00:00
Riccardo Mottola
4a816635df argument is float, so use fabs() and cast to int
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39012 72102866-910b-0410-8b05-ffd578937521
2015-09-22 16:01:51 +00:00
Gregory John Casamento
122fa03d06 Disabling repairFile: pending further development. Update version files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38513 72102866-910b-0410-8b05-ffd578937521
2015-05-20 10:18:40 +00:00
Riccardo Mottola
c7651517ef Use cast to larger type for string formatting to allow compilation on Solaris
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38459 72102866-910b-0410-8b05-ffd578937521
2015-04-17 17:52:51 +00:00
Gregory John Casamento
14b3cc8602 Fix for bug#42782
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38136 72102866-910b-0410-8b05-ffd578937521
2014-10-28 07:09:52 +00:00
Fred Kiefer
9c9af61d37 * GormCore/GormDocument.m: Rewrite fix for bug #39072 to stop
leaking memory.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38052 72102866-910b-0410-8b05-ffd578937521
2014-08-31 19:47:45 +00:00
Fred Kiefer
abce1603c7 * GormCore/GormImage.m: Fix the init issue for the second
method as well. Small cleanup.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38002 72102866-910b-0410-8b05-ffd578937521
2014-07-21 07:21:48 +00:00
Gregory John Casamento
2af7de1105 Fix bug #28644
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37931 72102866-910b-0410-8b05-ffd578937521
2014-05-31 15:00:47 +00:00
Riccardo Mottola
7d0d96a1bc Explicitely cast NSIntegers to avoid warning and problems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37916 72102866-910b-0410-8b05-ffd578937521
2014-05-28 07:02:41 +00:00
Gregory John Casamento
4ff11ce871 Fix for bug#28646
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37912 72102866-910b-0410-8b05-ffd578937521
2014-05-27 07:27:32 +00:00
Gregory John Casamento
3b78ac2018 Fix bug #39072
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37911 72102866-910b-0410-8b05-ffd578937521
2014-05-27 07:17:37 +00:00
Fred Kiefer
1fb82b12ec * Palettes/2Controls/GormButtonAttributesInspector.h: Use
NSButton instead of the non-existign NSSwitch.
        * GormCore/GormViewKnobs.m: Replace DPS calls. Only realloc
        rect lists if needed.
        * Plugins/Gorm/GormGormWrapperBuilder.m,
        * Palettes/2Controls/GormPopUpButtonAttributesInspector.m,
        * Palettes/2Controls/GormButtonEditor.m: Remove compiler
        warnings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37618 72102866-910b-0410-8b05-ffd578937521
2014-01-19 19:25:44 +00:00
Fred Kiefer
facac34b47 Remove compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37617 72102866-910b-0410-8b05-ffd578937521
2014-01-19 11:19:59 +00:00
Fred Kiefer
311fe1003b * GormCore/GormResourceManager.m (-resourcePasteboardTypes): Add
IBMenuPboardType to work around menus not being draggable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37529 72102866-910b-0410-8b05-ffd578937521
2013-12-31 13:46:08 +00:00
Riccardo Mottola
1e7c9315b6 cast to fix warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37366 72102866-910b-0410-8b05-ffd578937521
2013-11-06 08:53:04 +00:00
Gregory John Casamento
e87fd029b4 int -> NSInteger transition.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37359 72102866-910b-0410-8b05-ffd578937521
2013-11-04 15:02:25 +00:00
Sebastian Reitenbach
6ef0a5f06a * GormCore/GormClassEditor.m
* GormCore/GormFilePrefsManager.m
        * Palettes/3Containers/GormBrowserAttributesInspector.m
        * Palettes/3Containers/GormTabViewAttributesInspector.m
        fix format strings



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37255 72102866-910b-0410-8b05-ffd578937521
2013-10-19 16:07:04 +00:00
Riccardo Mottola
681db60988 Make runModal return NSInteger
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36696 72102866-910b-0410-8b05-ffd578937521
2013-06-05 13:26:08 +00:00
Sebastian Reitenbach
30f4e9a6ff * Palettes/3Containers/GormNSOutlineView.m
* GormCore/GormMatrixEditor.m
        * GormCore/GormClassEditor.m
          some int -> NSInteger and float -> CGFloat transitions
          spotted by libobjc2 runtime in debug mode


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36656 72102866-910b-0410-8b05-ffd578937521
2013-05-26 12:04:43 +00:00
Gregory John Casamento
50545e8f5a Update file manager.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36529 72102866-910b-0410-8b05-ffd578937521
2013-04-14 17:20:55 +00:00
Gregory John Casamento
62eacb0443 * GormCore/GormViewEditor.m: -handleNotification: touch document
when text editing is completed.
	Fixes for bug #28643.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36289 72102866-910b-0410-8b05-ffd578937521
2013-03-06 06:45:57 +00:00
Gregory John Casamento
d92bf3d1e1 * GormCore/GormDocument.m: Touch document when aligning views in
-alignSelectedObjects:.
	* Palettes/4Data/DataPalette.m: -depositViewResourceFromPasteboard:..
	touch document when adding formatter.
	* Palettes/4Data/GormDateFormatterAttributesInspector.m
	* Palettes/4Data/GormNumberFormatterAttributesInspector.m:
	-ok: touch document when changing formatter.
	Fixes forbug #28643.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36288 72102866-910b-0410-8b05-ffd578937521
2013-03-06 05:07:51 +00:00
Gregory John Casamento
187ceaf5e7 * GormInternalViewEditor.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36286 72102866-910b-0410-8b05-ffd578937521
2013-03-06 01:22:16 +00:00
Gregory John Casamento
2acd3d425a * GormCore/GormWindowEditor.m: Second try to fix the previous
issue.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36198 72102866-910b-0410-8b05-ffd578937521
2013-02-25 20:07:57 +00:00
Gregory John Casamento
4523eaca35 * GormCore/GormWindowEditor.m: Check the _firstResponder on
the window to see if it is the same as the _initialFirstResponder.
	If it is, set it to nil as well in -unsetInitialFirstResponder:.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36196 72102866-910b-0410-8b05-ffd578937521
2013-02-25 09:15:52 +00:00
Sebastian Reitenbach
b74dcdfa9a * GormCore/GormObjectEditor.h
* GormCore/GormObjectEditor.m 
        * GormCore/GormPalettesManager.m      
        * GormCore/GormSplitViewEditor.m      
        * GormCore/GormViewEditor.m   
        * GormCore/GormViewWithSubviewsEditor.m       
        * GormCore/GormWindowEditor.m 
        * Palettes/0Menus/GormMenuEditor.m    
        * Palettes/3Containers/GormTableViewEditor.m  
        * Palettes/4Data/GormTextViewEditor.m 
        * adapt to -gui changes for DnD

OK Fred, Gregory



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36191 72102866-910b-0410-8b05-ffd578937521
2013-02-23 08:07:56 +00:00
Gregory John Casamento
c92bf0ebfb * GormCore/GormViewEditor.m: -editedObjectFrameDidChange:
alter code so that allViews under the editor are collected
	and set to not post notifications.  This change prevents
	a notification/setFrame cycle which was occurring when
	certain controls were added as subviews to NSTabView or
	NSBox.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36155 72102866-910b-0410-8b05-ffd578937521
2013-02-17 01:11:32 +00:00
David Chisnall
3cd12bee73 Next bit of NSInteger cleanup for -gui.
Fix all of the current warnings in Gorm so that it can be used to test
NSInteger things.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36039 72102866-910b-0410-8b05-ffd578937521
2013-01-30 12:43:27 +00:00
David Chisnall
b259b857d0 Fix NSUInteger / unsigned mismatch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36031 72102866-910b-0410-8b05-ffd578937521
2013-01-28 14:04:38 +00:00
Gregory John Casamento
2e946568b1 * GormCore/GormDocument.m: Corrected issue with adding cells to
object tree so that the can be properly addressed in connections.
	Change to -attachObject:toParent:.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36024 72102866-910b-0410-8b05-ffd578937521
2013-01-27 01:43:35 +00:00
Gregory John Casamento
2ca9057318 * GormCore/GormViewSizeInspector.m: Correct bug#30886: Gorm should
change the document to edited when changing resize attributes.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35964 72102866-910b-0410-8b05-ffd578937521
2013-01-13 22:48:22 +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
d7a2c8488f * GormCore/GormDocument.m: Apply patch suggested by Sebastian.
This appears to correct an issue seen by Sergey causing an out of
	memory error.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35318 72102866-910b-0410-8b05-ffd578937521
2012-07-26 02:34:50 +00:00
Gregory John Casamento
272e9c73ca Version 1.2.18
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35215 72102866-910b-0410-8b05-ffd578937521
2012-06-19 04:47:30 +00:00
Gregory John Casamento
d49d1fd71a * GormCore/GormDocument.m
* GormCore/GormFilePrefsManager.m
	* GormCore/GormStandaloneViewEditor.m
	* GormCore/GormViewWithContentViewEditor.m
	* GormCore/GormWindowTemplate.m
	* Palettes/0Menus/GormMenuEditor.m
	* Palettes/0Menus/MenusPalette.m: Eliminate as many of the remaining
	warnings in the code as possible.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35133 72102866-910b-0410-8b05-ffd578937521
2012-05-02 03:26:17 +00:00
Gregory John Casamento
95434c6620 Fix compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35096 72102866-910b-0410-8b05-ffd578937521
2012-04-20 22:55:27 +00:00
Gregory John Casamento
0f780c7001 * GormCore/GormCustomView.m
* GormCore/GormFilesOwner.m
	* GormCore/GormFunctions.m
	* GormObjCHeaderParser/OCHeaderParser.m
	* Palettes/2Controls/ControlsPalette.m
	* Palettes/2Controls/GNUmakefile
	* Palettes/2Controls/GormPopUpButtonEditor.m
	* Palettes/3Containers/GormNSBrowser.m
	* Palettes/4Data/GormImageViewAttributesInspector.m: Correct
	compiler warnings found by clang.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35094 72102866-910b-0410-8b05-ffd578937521
2012-04-20 16:03:21 +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
4bc5ea7ede * GormCore/GormMatrixEditor.m: Change modifier to Ctrl+Shift since
these two keys are never remapped and Alt does not always exist
	on european and some US keyboards.   This change should address
	bug#36096.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35028 72102866-910b-0410-8b05-ffd578937521
2012-04-05 18:40:59 +00:00
Gregory John Casamento
9da8b0aaf6 Bump version number to indicate unstable svn version.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34787 72102866-910b-0410-8b05-ffd578937521
2012-02-20 01:04:49 +00:00
Gregory John Casamento
d856f0eb5e * GormCore/GormPrivate.m: Remove poseAs: override. Fix for
compilation with ObjC2.0 compilers.
	* Palettes/3Containers/GormNSTableColumnInspector.gorm:
	Correction for tableView column identifiers.   Delegate
	wasn't connected.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34763 72102866-910b-0410-8b05-ffd578937521
2012-02-15 23:00:44 +00:00
Gregory John Casamento
cac4665e45 Update version in prefs manager.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34725 72102866-910b-0410-8b05-ffd578937521
2012-02-06 07:13:32 +00:00
Gregory John Casamento
cda5a97ccc * Version: 1.2.16
* GormInfo.plist
	* Documentation/news.texi: Update version and documentation.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34723 72102866-910b-0410-8b05-ffd578937521
2012-02-06 07:09:34 +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
Eric Wasylishen
570a14f01c * GormCore/GormFunctions.m: change float to CGFloat to match
change in gui of -[NSColor getRed:green:blue:alpha:] method


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34121 72102866-910b-0410-8b05-ffd578937521
2011-11-04 18:19:54 +00:00
Fred Kiefer
7cf6d8e775 Get the formatter panel working again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33840 72102866-910b-0410-8b05-ffd578937521
2011-09-15 08:59:22 +00:00
Gregory John Casamento
280ec14edf * GormCore/GormStandaloneViewEditor.h:
* GormCore/GormStandaloneViewEditor.m: Improve support for standalone 
	views.  Correct issue with ungrouping.  Correct issues with editing
	subviews in a standalone view.
	* GormCore/GormViewSizeInspector.m: Remove code which 
	made standalone views uneditable in the size inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33058 72102866-910b-0410-8b05-ffd578937521
2011-05-18 00:32:50 +00:00
Wolfgang Lux
473806659d Make connections to a whole matrix possible again in Gorm for matrixes
with small intercell spacing.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31832 72102866-910b-0410-8b05-ffd578937521
2011-01-04 18:40:27 +00:00
Wolfgang Lux
00d92dbb9a Correct declaration bug in previous commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31831 72102866-910b-0410-8b05-ffd578937521
2011-01-04 18:02:39 +00:00
Wolfgang Lux
ae4cfbd955 Allow making connections to individual cells of a matrix in Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31830 72102866-910b-0410-8b05-ffd578937521
2011-01-04 17:05:36 +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
Eric Wasylishen
ff74ede114 Gorm: tweaks to use ObjectiveC2 runtime API
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31359 72102866-910b-0410-8b05-ffd578937521
2010-09-16 05:04:00 +00:00
Gregory John Casamento
3dddb006f1 2010-08-04 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com>
* English.lproj/Gorm.gorm: Add "Recent Documents" to menu.
	* GormCore/GormClassManager.m: Post notifications when files 
	are created.
	* GormInfo.plist: Update my email address and list of authors to
	include Wolfgang and Adam.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31082 72102866-910b-0410-8b05-ffd578937521
2010-08-04 17:10:45 +00:00
Gregory John Casamento
c06e0663ef * English.lproj/GormFontView.gorm: Fix problem with popup showing
as Button.
	* GormCore/GormDocument.m: Add the NSMenu as a top level item only
	if it has filesOwner as it's parent.
	* GormCore/GormPalettesManager.m: remove the restriction for having
	just one instance of NSMenu in the document at the top level.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30547 72102866-910b-0410-8b05-ffd578937521
2010-06-02 21:38:53 +00:00
Gregory John Casamento
87a0e31e32 * GormCore/GormDocument.m: In
[GormDocument loadFileWrapperRepresentation:ofType:] call
	updateChangeCount: to clear changes so that the document
	doesn't show as modified on load.	


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30483 72102866-910b-0410-8b05-ffd578937521
2010-05-30 07:00:29 +00:00
Wolfgang Lux
b8cc207f46 Add support for a recent documents menu in gorm documents.
Add a recent documents menu to the file menu and undo and redo
commands to the edit menu in Gorm's palette.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30465 72102866-910b-0410-8b05-ffd578937521
2010-05-28 21:41:25 +00:00
Gregory John Casamento
87fc1464c0 * GormCore/GormFilePrefsManager.m: Update version
* GormInfo.plist: Update version
	* Palettes/2Controls/GormPopUpButtonEditor.m: Override
	method to prevent changes to appearance during editing.
	* Version: Change to 1.2.13 for SVN version of Gorm.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30432 72102866-910b-0410-8b05-ffd578937521
2010-05-20 07:58:02 +00:00
Gregory John Casamento
25198ace11 Update panel to use designated init.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30421 72102866-910b-0410-8b05-ffd578937521
2010-05-19 01:44:50 +00:00
Gregory John Casamento
021eddc82a Use new designated init when testing window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30420 72102866-910b-0410-8b05-ffd578937521
2010-05-19 01:43:34 +00:00
Gregory John Casamento
c68cfb869e Update version number.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30418 72102866-910b-0410-8b05-ffd578937521
2010-05-19 00:31:02 +00:00
Gregory John Casamento
2f64f6a5a5 * English.lproj/Gorm.gorm: Remove delegate connection, since it's
manually set in the Gorm NSApplication subclass to self.
	* GormCore/GormDocumentController.[hm]: Added new method 
	buildDocumentType:
	* GormCore/GormDocument.m: Added call to touch in setName: so that
	the document would be set as modified when the user alters
	the name of an object in the document.
	* GormCore/GormDocumentWindow.m: Remove methods preventing
	document window from assuming main/key status.
	* GormCore/GormPalettesManager.m: Remove methods allowing palette
	window to assume main/key status
	* Gorm.m: Added delegate methods to handle opening a document, if
	in a mode which requires a default document to be created.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30417 72102866-910b-0410-8b05-ffd578937521
2010-05-19 00:26:34 +00:00
Gregory John Casamento
3846644d89 Correction for bug #28643
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30416 72102866-910b-0410-8b05-ffd578937521
2010-05-18 23:35:30 +00:00
Gregory John Casamento
e8e2904494 * GormCore/GormClassManager.m: Correct bug#29795: Unable to change
superclass of NSOwner...  This bug was due to the owner class name
	being released and a subsequent set failing on NSOwner in the 
	parseHeader: method.  


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30300 72102866-910b-0410-8b05-ffd578937521
2010-05-06 00:54:29 +00:00
Gregory John Casamento
c8360459a3 * GormCore/GormClassInspector.m:
[GormClassInspector selectClass:] Refresh connections so that
	when the class is reparented only those connections which aren't
	present anymore get broken.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30299 72102866-910b-0410-8b05-ffd578937521
2010-05-05 16:36:58 +00:00
Gregory John Casamento
4e7a5d8005 * GormCore/GormClassInspector.m: Allow a class' name to be changed
in the GormClassInspector without it disconnecting all connections
	for that class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30293 72102866-910b-0410-8b05-ffd578937521
2010-05-04 23:22:50 +00:00
Gregory John Casamento
68e2aca62e Applied patch submitted by qmathe.
* GormCore/GormClassManager.m: Remove include for GSCategories.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30276 72102866-910b-0410-8b05-ffd578937521
2010-05-02 05:08:35 +00:00
Richard Frith-MacDonald
bb91ba25e5 update for latest base library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29852 72102866-910b-0410-8b05-ffd578937521
2010-03-05 10:52:41 +00:00
Gregory John Casamento
91bf9734ad * GormCore/GormFunctions.m: Correct the function which enumerates
over the list of methods in a class when adding from a palette.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29599 72102866-910b-0410-8b05-ffd578937521
2010-02-13 00:59:10 +00:00
Gregory John Casamento
e296fcf111 * GormCore/GormServer.h: Added deleteClass: method
* Gorm.m: Added implementation for deleteClass:


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29509 72102866-910b-0410-8b05-ffd578937521
2010-02-08 11:43:41 +00:00
Gregory John Casamento
b1b23f9a77 * GormCore/GNUmakefile: Added GormServer.h to the headers.
* GormCore/GormCustomClassInspector.m: Change tooltip when
	a new custom class is selected from the list.
	* GormCore/GormPalettesManager.m: Set autoresizing on drag view.
	* GormCore/GormServer.h: Protocol for GormServer.
	* GormCore/GormViewEditor.m: Add the class name to the 
	tooltip.
	* Gorm.m: Vend the object so that other apps can talk 
	to Gorm via DO.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29499 72102866-910b-0410-8b05-ffd578937521
2010-02-07 10:42:42 +00:00
Wolfgang Lux
1923d95b45 Remove the former container view from its parent after an ungroup
operation.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29306 72102866-910b-0410-8b05-ffd578937521
2010-01-17 10:42:55 +00:00
Gregory John Casamento
1d8d80af92 Changes so that the proper window can get the menu on Windows.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29280 72102866-910b-0410-8b05-ffd578937521
2010-01-14 11:44:40 +00:00
Gregory John Casamento
8f65229b42 * GormCore/GNUmakefile: Add files here.
* GormCore/GormNSPanel.[hm]
	* GormCore/GormNSWindow.[hm]: Move GormNSPanel.[hm] and 
	GormWindow.[hm] here.
	* Palettes/1Windows/GNUmakefile: Remove files from being compiled
	* Palettes/1Windows/GormNSPanel.h
	* Palettes/1Windows/GormNSPanel.m
	* Palettes/1Windows/GormNSWindow.h
	* Palettes/1Windows/GormNSWindow.m: Remove these from here
	* Palettes/1Windows/GormWindowAttributesInspector.m
	* Palettes/1Windows/WindowsPalette.m: Change to include
	GormNSPanel/GormNSWindow from the correct area.

	This was done to correct compilation on windows since the Nib plugin
	needs the GormNSWindow class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29220 72102866-910b-0410-8b05-ffd578937521
2010-01-06 06:05:08 +00:00
Germán Arias
183b008816 Changes to prevent menus placed off screen on screens with low resolution
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29089 72102866-910b-0410-8b05-ffd578937521
2009-12-01 19:08:28 +00:00
Gregory John Casamento
d152324c22 * GormCore/GormFunctions.m: Temporary change to fix compilation
problem.
	* GormCore/GormViewEditor.m: Added code to show id of the object 
	as a tooltip


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28825 72102866-910b-0410-8b05-ffd578937521
2009-10-14 03:52:34 +00:00
Gregory John Casamento
23e066acd5 * GormCore/GormViewWithSubviewsEditor.m: Call super instead of
parent.  Corrects issue with connecting to NSBox and 
	NSProgressIndicator.
	Patch by Wolfgang Lux <wolfgang.lux@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28724 72102866-910b-0410-8b05-ffd578937521
2009-09-22 21:01:24 +00:00
Gregory John Casamento
4585271703 * English.lproj/Gorm.gorm
* GormCore/GormGenericEditor.h
	* GormCore/GormViewWithContentViewEditor.h
	* GormCore/GormViewWithContentViewEditor.m
	* Gorm.m: Beginning of implementation of groupSelectionInView:


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28618 72102866-910b-0410-8b05-ffd578937521
2009-09-07 03:56:08 +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
e40c813e22 * GormCore/GormDefines.h: Move defines for certain things here
so that they are centralized.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28447 72102866-910b-0410-8b05-ffd578937521
2009-08-10 14:02:19 +00:00
Gregory John Casamento
92376549f6 * GormCore/GNUmakefile: Added reference to new classes.
* GormCore/GormBoxEditor.m: Cleanup.
	* GormCore/GormClassManager.m: Correction for when loading from a
	nib and there are no custom classes in the nib file.
	* GormCore/GormDocumentWindow.m: Added awakeFromNib to accept
	mouse moved events.
	* GormCore/GormInternalViewEditor.m: Cleanup.
	* GormCore/GormStandaloneViewEditor.[hm]: Addition of new class.
	* GormCore/GormViewWithContentViewEditor.[hm]: Removal of
	handleMouseOnKnob:ofView:withEvent:,
	handleMouseOnView:withEvent: methods
	* GormCore/GormViewWithSubviewsEditor.[hm]: Addition of
	handleMouseOnKnob:ofView:withEvent:,
	handleMouseOnView:withEvent: methods
	* Palettes/0Menus/GormNSMenu.m: Cleanup.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28444 72102866-910b-0410-8b05-ffd578937521
2009-08-08 07:18:33 +00:00
Gregory John Casamento
3d32f289bd Update version to unstable release number.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28370 72102866-910b-0410-8b05-ffd578937521
2009-06-24 02:18:26 +00:00
Gregory John Casamento
a52ff1b253 Version 1.2.10.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28317 72102866-910b-0410-8b05-ffd578937521
2009-06-02 01:25:12 +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
0c49a332f7 * GormCore/GormClassInspector.m: Change the cell to scrollable
to allow long action/outlet names.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28033 72102866-910b-0410-8b05-ffd578937521
2009-03-03 23:18:51 +00:00
Gregory John Casamento
d495893e23 * GormCore/GormDocument.m: Remove call to deprecated method.
* GormCore/GormInternalViewEditor.m: Minor cleanup
	* GormObjCHeaderParser/OCMethod.m: Minor cleanup
	* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct issue
	with misspelled outlet name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27841 72102866-910b-0410-8b05-ffd578937521
2009-02-11 06:25:12 +00:00
Gregory John Casamento
e2c3acfe5d * GormCore/GormBoxEditor.m
* GormCore/GormInternalViewEditor.m
	* GormCore/GormViewWithSubviewsEditor.m: Changes to support
	standalone views.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27751 72102866-910b-0410-8b05-ffd578937521
2009-02-01 14:13:19 +00:00
Gregory John Casamento
4ff4b72168 Allow addition of plain NSView to gorm file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27748 72102866-910b-0410-8b05-ffd578937521
2009-01-31 23:37:33 +00:00
Gregory John Casamento
9791aa6c61 * GormCore/GormViewWindow.m: Change the color used for standalone
views.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27688 72102866-910b-0410-8b05-ffd578937521
2009-01-25 14:39:37 +00:00
Gregory John Casamento
1ccf166c4b * GormCore/GormFilePrefsManager.m
* GormInfo.plist: Change version to 1.2.9 (SVN) unstable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27682 72102866-910b-0410-8b05-ffd578937521
2009-01-25 11:52:45 +00:00
Fred Kiefer
07a4efe71d Make sure an action name of ":" gets ignored.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27534 72102866-910b-0410-8b05-ffd578937521
2009-01-06 14:14:48 +00:00
Gregory John Casamento
e94700d7a7 * ANNOUNCE
* Documentation/news.texi
	* GormCore/GormFilePrefsManager.m
	* GormInfo.plist
	* NEWS: Update with new version information.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27433 72102866-910b-0410-8b05-ffd578937521
2008-12-26 18:47:22 +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
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
b5c94828fb Corrects bug #25001
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27225 72102866-910b-0410-8b05-ffd578937521
2008-12-06 16:00:16 +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
d319fbee70 Remove SYSTEM domain in GormCore.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27158 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:52:39 +00:00
Gregory John Casamento
248a59ef7c * GormCore/GormDocument.m: Change to apply labels in the document
to cells in a matrix.
	* GormCore/GormFilePrefsManager.m: Update version to 1.2.7
	* GormInfo.plist: Same
	* Version: Same


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27043 72102866-910b-0410-8b05-ffd578937521
2008-11-14 04:31:29 +00:00
Gregory John Casamento
b4f90a407d Changes for 1.2.6 release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26965 72102866-910b-0410-8b05-ffd578937521
2008-10-25 22:34:59 +00:00
Gregory John Casamento
523ef5bf4b Added patch by Wolfgang
* GormCore/GormGenericEditor.h
	* GormCore/GormGenericEditor.m
	* GormCore/GormImageEditor.m
	* GormCore/GormObjectEditor.m
	* GormCore/GormSoundEditor.m: Observe notification IBWillCloseDocument
	and remove the reference to the document when that is recieved to 
	avoid a crash.
	* Resources/ClassInformation.plist: Add outlet for delegate to
	NSSplitView.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26940 72102866-910b-0410-8b05-ffd578937521
2008-10-20 01:48:37 +00:00
Gregory John Casamento
98c835c50c * English.lproj/GormPreferences.gorm
* English.lproj/GormPrefPlugins.gorm
	* GNUmakefile
	* GormCore/GormPluginManager.m
	* GormPrefs/GNUmakefile
	* GormPrefs/GormPalettesPref.h
	* GormPrefs/GormPluginsPref.h
	* GormPrefs/GormPluginsPref.m
	* GormPrefs/GormPrefController.h
	* GormPrefs/GormPrefController.m: Changes to allow addition of 
	plugins by users.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26891 72102866-910b-0410-8b05-ffd578937521
2008-09-28 03:01:18 +00:00
Gregory John Casamento
4b4435cb68 * GormCore/GormPalettesManager.h
* GormCore/GormPalettesManager.m: Reverted the previous change to the 
	palettes manager.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26890 72102866-910b-0410-8b05-ffd578937521
2008-09-28 01:10:06 +00:00
Gregory John Casamento
167ca6ab03 * GormCore/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN
* GormCore/GormCustomView.m: Reverted previous change.  Need to
        write a GormCustomViewEditor instead to handle this case.
        * GormLib/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26833 72102866-910b-0410-8b05-ffd578937521
2008-09-06 20:12:47 +00:00
Gregory John Casamento
adefb08ae6 Fixing standalone view handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26818 72102866-910b-0410-8b05-ffd578937521
2008-08-24 17:20:16 +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
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
Fabien Vallon
b68527e3ec implement draggingExited: to autoscroll during the IBAction connection if needed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26544 72102866-910b-0410-8b05-ffd578937521
2008-05-20 17:49:54 +00:00
Gregory John Casamento
b908ca07b1 Correction for segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26540 72102866-910b-0410-8b05-ffd578937521
2008-05-18 23:17:31 +00:00
Gregory John Casamento
e0a131320d * GormCore/GormPluginManager.h
* GormCore/GormPluginManager.m: Added manager class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26533 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:47:38 +00:00
Gregory John Casamento
adc5d81e91 Added plugin class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26532 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:46:36 +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
56f0325c24 Correct exception
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26490 72102866-910b-0410-8b05-ffd578937521
2008-05-04 22:26:04 +00:00
Gregory John Casamento
2dc0287a63 * GormCore/GormPalettesManager.m: Cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26489 72102866-910b-0410-8b05-ffd578937521
2008-05-04 22:10:22 +00:00
Gregory John Casamento
bbedb6dd68 Correction for palette clipping issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26488 72102866-910b-0410-8b05-ffd578937521
2008-05-04 22:01:03 +00:00
Gregory John Casamento
5ad1715061 Change back to large toolbar on document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26478 72102866-910b-0410-8b05-ffd578937521
2008-04-28 21:33:05 +00:00
Gregory John Casamento
c51b7b4e4b * English.lproj/GormPalettePanel.gorm: Moved palette window to
gorm file.
	* GNUmakefile: Added new gorm here.
	* GormCore/GormDocument.m: Made toolbar items smaller
	* GormCore/GormPalettesManager.[hm]: Added toolbar implementation
	to this class to allow the user to switch palettes using the toolbar.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26477 72102866-910b-0410-8b05-ffd578937521
2008-04-27 23:34:38 +00:00
Gregory John Casamento
0a0af253db * English.lproj/GormDocument.gorm: Corrected possition.
* GormCore/GormInspectorsManager.m: Show the name of the object 
        which is being edited in the inspector title.
        * Palettes/1Windows/GormNSWindowInspector.gorm: Added support for 
        setting the frame save name.
        * Palettes/1Windows/GormWindowAttributesInspector.h: Added ivar
        * Palettes/1Windows/GormWindowAttributesInspector.m: Modified ok: and
        revert:



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26474 72102866-910b-0410-8b05-ffd578937521
2008-04-25 21:43:54 +00:00
Gregory John Casamento
605ca74210 * GormCore/GormDocument.m: change to log to debug instead.
* GormCore/GormImageEditor.m: properly dealloc the image code.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26468 72102866-910b-0410-8b05-ffd578937521
2008-04-24 05:22:44 +00:00
Gregory John Casamento
63126d63f7 * English.lproj/GormDocument.gorm: Correct issue with window.
* GormCore/GormDocument.m
	* GormCore/GormImageEditor.m
	* GormCore/GormObjectEditor.m
	* GormCore/GormSoundEditor.m: Fix memory leak.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26467 72102866-910b-0410-8b05-ffd578937521
2008-04-24 04:55:40 +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
de80c16c94 Move to SVN 1.2.5.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26439 72102866-910b-0410-8b05-ffd578937521
2008-04-07 23:01:07 +00:00
Gregory John Casamento
4885ca5241 Version 1.2.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26432 72102866-910b-0410-8b05-ffd578937521
2008-04-07 01:09:52 +00:00
Gregory John Casamento
6161138b6c Correction for c99'ism to allow compilation with gcc < 3.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26217 72102866-910b-0410-8b05-ffd578937521
2008-03-06 01:45:39 +00:00
Gregory John Casamento
03ec2e7792 * GormCore/GormViewEditor.m
* GormCore/GormViewWindow.m: Minor correction to view resizing for
	windowless views to show contents properly.  Still working on
	editor issues.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26081 72102866-910b-0410-8b05-ffd578937521
2008-02-17 17:50:04 +00:00
Gregory John Casamento
a253bae6ee * GormCore/GormInternalViewEditor.m
* GormCore/GormScrollViewEditor.m
	* GormCore/GormSplitViewEditor.m
	* GormCore/GormViewEditor.m
	* GormCore/GormViewWithContentViewEditor.m: Corrections for bug#18171.
	Fixes issues with grouping and ungrouping.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26077 72102866-910b-0410-8b05-ffd578937521
2008-02-17 06:08:27 +00:00
Adam Fedor
efe1aa64f3 Avoid segfaults on solaris machines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26047 72102866-910b-0410-8b05-ffd578937521
2008-02-10 03:00:51 +00:00
Gregory John Casamento
87874e0737 Change background color of object view.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26045 72102866-910b-0410-8b05-ffd578937521
2008-02-09 17:15:43 +00:00
Gregory John Casamento
4d6ba13fb2 * GormCore/GormGenericEditor.m: Removed patch for bug#17539. Was
causing issues on load.
	* GormCore/GormNibWrapperLoader.m: Removed extra NSLog(...);


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25893 72102866-910b-0410-8b05-ffd578937521
2008-01-07 23:51:52 +00:00
Gregory John Casamento
e7534d0a71 * GormCore/GormNibWrapperLoader.m: Minor issues corrected with c99
changes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25892 72102866-910b-0410-8b05-ffd578937521
2008-01-07 23:39:25 +00:00
Riccardo Mottola
15ec85b917 removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25877 72102866-910b-0410-8b05-ffd578937521
2008-01-06 00:32:18 +00:00
Riccardo Mottola
11fd9e5214 removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25876 72102866-910b-0410-8b05-ffd578937521
2008-01-06 00:18:42 +00:00
Riccardo Mottola
1ce306e181 removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25875 72102866-910b-0410-8b05-ffd578937521
2008-01-05 22:28:49 +00:00
Riccardo Mottola
9294743e9c removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25871 72102866-910b-0410-8b05-ffd578937521
2008-01-05 19:03:45 +00:00
Gregory John Casamento
01d9259623 Get the editor for the standalone view and activate it.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25864 72102866-910b-0410-8b05-ffd578937521
2008-01-04 23:39:30 +00:00
Gregory John Casamento
4b62dcb807 * English.lproj/Gorm.gorm: Changed delete to require command,
it was causing issues with editing text fields.
        * English.lproj/GormScrollViewAttributesInspector.gorm
        * GormCore/GormScrollViewAttributesInspector.h
        * GormCore/GormScrollViewAttributesInspector.m: Added ruler switches
        to inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25861 72102866-910b-0410-8b05-ffd578937521
2008-01-04 18:23:10 +00:00
Gregory John Casamento
1347eb518d Addition of code for bug#17892.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25860 72102866-910b-0410-8b05-ffd578937521
2008-01-04 17:06:44 +00:00
Gregory John Casamento
3b0658b1e9 * GormCore/GormGenericEditor.m: Reformed and applied patch provided
by Sergey Golovin.  Corrects bug#17539.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25852 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:40:18 +00:00
Gregory John Casamento
ae4cd37e77 Correction for bug#19792
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25850 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:03:54 +00:00
Gregory John Casamento
29b9223701 Changed variable name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25849 72102866-910b-0410-8b05-ffd578937521
2008-01-04 00:41:02 +00:00
Gregory John Casamento
e3a196346f Make knobs more visually apparent.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25848 72102866-910b-0410-8b05-ffd578937521
2008-01-03 22:24:14 +00:00
Gregory John Casamento
6e3b735155 Correction for invalid window level. bug#21723
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25847 72102866-910b-0410-8b05-ffd578937521
2008-01-03 19:51:16 +00:00
Gregory John Casamento
c5122085ce Touch the document if corrections were made.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25832 72102866-910b-0410-8b05-ffd578937521
2008-01-02 04:08:05 +00:00
Gregory John Casamento
674495a9cb Cleanup array after errors/warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25831 72102866-910b-0410-8b05-ffd578937521
2008-01-02 03:58:37 +00:00
Gregory John Casamento
d5f30e29c8 More corrections to repair file. Changed info to reflect SVN only status.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25814 72102866-910b-0410-8b05-ffd578937521
2008-01-01 19:04:15 +00:00
Gregory John Casamento
d047746fce Added code and gorm file to show inconsistencies in gorm files when they are detected.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25813 72102866-910b-0410-8b05-ffd578937521
2008-01-01 02:24:35 +00:00
Gregory John Casamento
c1f3e4d48c Correction bug#21845, made corrections to _repairFile method to fix issues with old Gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25761 72102866-910b-0410-8b05-ffd578937521
2007-12-20 00:13:14 +00:00
Gregory John Casamento
b8375677d9 Preparing for release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25584 72102866-910b-0410-8b05-ffd578937521
2007-11-11 20:39: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
88eba73015 Added new column title field to the inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25558 72102866-910b-0410-8b05-ffd578937521
2007-11-05 23:22:02 +00:00
Gregory John Casamento
079e761dc5 Correction for bug#21478
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25552 72102866-910b-0410-8b05-ffd578937521
2007-11-05 06:58:00 +00:00
Gregory John Casamento
235f48c5ea Corrected issue found by Riccardo for version 0 gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25414 72102866-910b-0410-8b05-ffd578937521
2007-08-24 04:51:53 +00:00
Gregory John Casamento
cf01cd1f26 Corrected 20274.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25294 72102866-910b-0410-8b05-ffd578937521
2007-06-27 23:33:35 +00:00
Matt Rice
fdb080a601 * GormCore/GormDocument.m (_real_close): New function.
(handleNotification:): Move document closing code to _real_close.
        (close:): Call _real_close.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24467 72102866-910b-0410-8b05-ffd578937521
2007-02-04 22:17:42 +00:00
Gregory John Casamento
7fa91a4e06 * GormCore/GormDocument.h: Change declaration for window member
from NSWindow to GormDocumentWindow.
	* GormCore/GormDocument.m: Move cast from call to setDocument:
	to call to _docWindow private method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24181 72102866-910b-0410-8b05-ffd578937521
2006-12-04 01:06:28 +00:00
Gregory John Casamento
c86b0ada46 * GormCore/GormDocument.m: Use setDocument: method in awakeFromNib.
* GormCore/GormDocumentWindow.h: Add setDocument: method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24180 72102866-910b-0410-8b05-ffd578937521
2006-12-04 00:35:31 +00:00
Matt Rice
4a03adccea * Palettes/0Menus/GormMenuEditor.m (-mouseDown:): Call
startConnecting.
        * GormCore/GormViewEditor.m (-startConnectingObject:withEvent:): Ditto.
        * GormCore/GormObjectEditor.m (-mouseDown:): Ditto.
        * GormCore/GormDocument.m (changeToViewWithTag:): Don't change the
        selection if connecting.
        * GormCore/GormResourceManager.m: Revert previous commit.
        * Gorm.m (-startConnecting:): Remove checks for a nil
        connectDestination.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24178 72102866-910b-0410-8b05-ffd578937521
2006-12-03 01:11:26 +00:00
Matt Rice
6826102d00 * GormCore/GormResourceManager.m: Temporarily comment out some code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24164 72102866-910b-0410-8b05-ffd578937521
2006-11-27 15:36:07 +00:00
Matt Rice
3f873b490f 2006-11-18 Matt Rice <ratmice@gmail.com>
* GormCore/GormDocumentWindow.[h,m]: Add copyright headers.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24130 72102866-910b-0410-8b05-ffd578937521
2006-11-19 01:26:27 +00:00
Matt Rice
8b6d518d07 * GormCore/GNUmakefile: Add GormDocumentWindow.[h,m].
* GormCore/GormResourceManager.m: Add code to handle
        image/sound/header files.
        * GormCore/GormDocument.[h,m]: Add -viewWithTag: method.
        * GormCore/GormClassEditor.m: Remove dragging destination code
        for resources.
        * GormCore/GormResourceEditor.m: Ditto.
        * GormCore/GormObjectEditor.m: Ditto.
        (addObject:): Change the editor to the GormObjectEditor.
        * GormCore/GormDocument.m: Register the window for dragged types.
        Implement -viewWithTag:.
        * GormCore/GormDocumentWindow.[h,m]: New subclass of NSWindow which
        handles drag and drop to GormResourceManager.
        * GormCore/GormDocument.gorm: Set the main document  window to a
        GormDocumentWindow class.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24129 72102866-910b-0410-8b05-ffd578937521
2006-11-19 00:48:34 +00:00
Gregory John Casamento
1bc8528853 Resizing correction and blank text field when object does not have a tooltip.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23948 72102866-910b-0410-8b05-ffd578937521
2006-10-23 05:24:39 +00:00
Gregory John Casamento
fc12745708 Implemented simple help inspector to set tool tips on objects in Gorm.
* English.lproj/GormHelpInspector.gorm: Help inspector .gorm file.
	* GNUmakefile: Add .gorm file.
	* GormCore/GNUmakefile: Add new class.
	* GormCore/GormConnectionInspector.m: Call [super ok:] from ok: method.
	* GormCore/GormHelpInspector.[hm]: Implemented the beginnings of
	the help inspector.
	* GormCore/GormObjectEditor.m: Add helpInspectorClassName 
	implementation to NSView category.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23947 72102866-910b-0410-8b05-ffd578937521
2006-10-23 05:16:42 +00:00
Gregory John Casamento
b6bfd4b2cb * GormCore/GormConnectionInspector.m: Added awakeFromNib method
to call setDoubleAction: on the newBrowser (connection) object
	so that double click will now cause a connection to be made.
	* GormCore/GormGenericEditor.m: Initialize local variables in
	refreshCells method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23939 72102866-910b-0410-8b05-ffd578937521
2006-10-21 20:07:42 +00:00
Gregory John Casamento
e4a7db7a1c Modify GNUmakefiles to include Version to properly name .so libraries.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23926 72102866-910b-0410-8b05-ffd578937521
2006-10-21 00:09:12 +00:00
Gregory John Casamento
e3fb4c592f * GormCore/GormClassManager.m: Retain File's Owner setting, if
class is being updated.
        Correction for bug #18035 


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23918 72102866-910b-0410-8b05-ffd578937521
2006-10-20 03:13:04 +00:00
Gregory John Casamento
0b54892c78 * GormCore/GormClassManager.[hm]: Added actionExists:onClassNamed: and
outletExists:onClassNamed: methods to query the existence of a
        given action/outlet on a given class.
        * GormCore/GormDocument.[hm]: Added refreshConnectionsForClassNamed:
        method.
        * Images/GormFile.tiff: Added "gorm" in the center to make it obvious
        which type this is for.
        * Images/GormNib.tiff: Added "nib" in the center to make it obvious
        which type this is for.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23917 72102866-910b-0410-8b05-ffd578937521
2006-10-20 02:59:11 +00:00
Gregory John Casamento
94708f88b1 * English.lproj/GormClassEditor.gorm: Make button momentary push
and remove the image.
        * English.lproj/GormPrefGeneral.gorm: Change box title.
        * GormCore/GormClassEditor.[hm]: Change switchView to 
        switchViewToDefault, add method toggleView:, add code to change
        image as appropriate.
        * GormPrefs/GormGeneralPref.m: Remove notification in classesAction:
        so that the default changes don't effect all class editors.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23841 72102866-910b-0410-8b05-ffd578937521
2006-10-11 00:58:56 +00:00
Gregory John Casamento
d535960de1 * English.lproj/GormClassEditor.gorm: Added button and search image.
* GNUmakefile: Added new tiff files to images.
	* GormCore/GormClassEditor.m: Added toggleView: method.
	* Images/browserView.tiff: Browser image.
	* Images/outlineView.tiff: Outline image.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23831 72102866-910b-0410-8b05-ffd578937521
2006-10-10 04:01:57 +00:00
Nicola Pero
4ec1f9f55b Do not set GNUSTEP_INSTALLATION_DIR in makefiles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23811 72102866-910b-0410-8b05-ffd578937521
2006-10-09 22:07:35 +00:00
Richard Frith-MacDonald
404980e059 Fix visual bugs when dragging items from pallette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23776 72102866-910b-0410-8b05-ffd578937521
2006-10-06 13:03:51 +00:00
Gregory John Casamento
f0119f3465 Minor cleanup in handleNotification: method of GormClassEditor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23771 72102866-910b-0410-8b05-ffd578937521
2006-10-06 04:17:37 +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