Commit graph

427 commits

Author SHA1 Message Date
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
8ae617dd6e * Palettes/1Windows/GNUmakefile: Added new classes and interface.
* Palettes/1Windows/GormDrawerAttributesInspector.gorm: Inspector 
	interface.
	* Palettes/1Windows/GormDrawerAttributesInspector.[hm]: Inspector.
	* Palettes/1Windows/inspectors.m: Added implementation for
	inspectorClassName.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23495 72102866-910b-0410-8b05-ffd578937521
2006-09-14 03:20:54 +00:00
Gregory John Casamento
a72d9dae48 * GormCore/GormWindowEditor.m: Remove IBApplicationAdditions category.
* Palettes/1Windows/DrawerSmall.tiff: icon for NSDrawer in objects 
        view.
        * Palettes/1Windows/Drawer.tiff: Icon for drawer on palette
        * Palettes/1Windows/GNUmakefile: Added new files.
        * Palettes/1Windows/inspectors.m: Add IBApplicationAdditions category
        for NSWindow (from GormWindowEditor above) and add category for
        NSDrawer.
        * Palettes/1Windows/WindowsPalette.h: Moved interface for 
        WindowsPalette here.
        * Palettes/1Windows/WindowsPalette.m: Removed interface and added
        #include
        * Resources/ClassInformation.plist: Added ivars which were missing 
        for NSDrawer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23479 72102866-910b-0410-8b05-ffd578937521
2006-09-13 03:12:59 +00:00
Gregory John Casamento
b05e6844d4 * Palettes/2Controls/GormFormAttributesInspector.m: Minor
cleanup in ok:
	* Palettes/2Controls/GormNSFormInspector.gorm: Added missing
	connections.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23317 72102866-910b-0410-8b05-ffd578937521
2006-08-19 23:19:39 +00:00
Gregory John Casamento
6ce43e3549 nib changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23074 72102866-910b-0410-8b05-ffd578937521
2006-06-17 14:56:02 +00:00
Gregory John Casamento
966d2b8409 Merge from NibCompatibility branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23033 72102866-910b-0410-8b05-ffd578937521
2006-06-05 02:12:00 +00:00
David Ayers
d8ffaf103a * Palettes/3Containers/GormNSTableView.m
([-tableView:objectValueForTableColumn:row:]): Do not assume that
	the identifier of the table column is an NSString.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22845 72102866-910b-0410-8b05-ffd578937521
2006-05-01 07:51:35 +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
f96739125d Correction bug#16050.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22639 72102866-910b-0410-8b05-ffd578937521
2006-03-11 22:07:33 +00:00
Gregory John Casamento
33c6e0ce88 Correction for bug#15987
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22595 72102866-910b-0410-8b05-ffd578937521
2006-03-05 00:46:42 +00:00
Gregory John Casamento
8562675080 Correction for bug#15780.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22517 72102866-910b-0410-8b05-ffd578937521
2006-02-19 17:08:18 +00:00
Gregory John Casamento
edac6ea119 Correction for bug#15642.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22446 72102866-910b-0410-8b05-ffd578937521
2006-02-07 02:06:59 +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
54062ff098 Correction for minor issue with Window attributes setting.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22351 72102866-910b-0410-8b05-ffd578937521
2006-01-25 09:29:00 +00:00
Gregory John Casamento
2b3a549b4f Correction for bug#13994.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22318 72102866-910b-0410-8b05-ffd578937521
2006-01-16 21:27:08 +00:00
Gregory John Casamento
0066b2f214 Correction for bug#15236.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22317 72102866-910b-0410-8b05-ffd578937521
2006-01-16 17:24:36 +00:00
Gregory John Casamento
d70f725da2 Correction for gcc < 3.x compatibility.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22003 72102866-910b-0410-8b05-ffd578937521
2005-11-14 15:00:55 +00:00
Gregory John Casamento
ec0d95b96f Corrected minor compilation warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21993 72102866-910b-0410-8b05-ffd578937521
2005-11-12 21:33:26 +00:00
Gregory John Casamento
ce7f46450a Corrected resize issues with text inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21939 72102866-910b-0410-8b05-ffd578937521
2005-11-03 01:18:18 +00:00
Gregory John Casamento
ffcc443606 Correction to window size inspector to prevent changes to window size while editing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21777 72102866-910b-0410-8b05-ffd578937521
2005-10-06 00:23:02 +00:00
Fabien Vallon
eb37c02013 Add delegate method for forms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21775 72102866-910b-0410-8b05-ffd578937521
2005-10-05 13:13:41 +00:00
Gregory John Casamento
19137f67d5 Corrected spelling of "deactivate".
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21773 72102866-910b-0410-8b05-ffd578937521
2005-10-05 04:22:16 +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
eb7c76758e Added autosize switch for forms.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21689 72102866-910b-0410-8b05-ffd578937521
2005-08-30 02:40:32 +00:00
Gregory John Casamento
47ddce6e20 Corrected bug#14004
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21655 72102866-910b-0410-8b05-ffd578937521
2005-08-18 03:32:21 +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
5157232268 Corrected a problem with pasting table columns.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21629 72102866-910b-0410-8b05-ffd578937521
2005-08-11 00:56:36 +00:00
Gregory John Casamento
8647cb211f Possible correction for #14004. Also, improvement in the table view inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21628 72102866-910b-0410-8b05-ffd578937521
2005-08-10 06:28:55 +00:00
Gregory John Casamento
63115670b7 Added inspectors.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21627 72102866-910b-0410-8b05-ffd578937521
2005-08-10 00:37:34 +00:00
Gregory John Casamento
4ae3c45cd5 Enabled copy/paste in the objects editor, corrected a problem with the browser, expanded the capabilities of the resource manager and gormified the connection inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21620 72102866-910b-0410-8b05-ffd578937521
2005-08-07 02:24:49 +00:00
Gregory John Casamento
cde6e64c5e Improved button inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21618 72102866-910b-0410-8b05-ffd578937521
2005-08-06 21:46:01 +00:00
Gregory John Casamento
0a4eb9ce3a Move all IBObjectAdditions definitions from various files into one file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21616 72102866-910b-0410-8b05-ffd578937521
2005-08-06 19:32:38 +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
Gregory John Casamento
3731a5475e Memory fix and remove uneeded FIXME.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21588 72102866-910b-0410-8b05-ffd578937521
2005-08-01 09:39:17 +00:00
Gregory John Casamento
d37c771ac9 allocSubstitute for NSPanel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21587 72102866-910b-0410-8b05-ffd578937521
2005-07-31 23:07:30 +00:00
Gregory John Casamento
223da3ea64 Correction for size inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21565 72102866-910b-0410-8b05-ffd578937521
2005-07-29 12:13:25 +00:00
Gregory John Casamento
391b37df31 Correct resize attributes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21545 72102866-910b-0410-8b05-ffd578937521
2005-07-27 00:55:12 +00:00
Gregory John Casamento
b1b9a402d5 Correction for bug #13780.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21528 72102866-910b-0410-8b05-ffd578937521
2005-07-24 16:26:46 +00:00
Gregory John Casamento
b3e06f2c19 Reverted back to the change previously used for window inspection in Gorm. It seems as though using sendEvent: was causing too many problems. Overriding orderWindow:relativeTo: is an acceptable fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21527 72102866-910b-0410-8b05-ffd578937521
2005-07-24 15:15:52 +00:00
Gregory John Casamento
a568609f3c 2005-07-23 18:02 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormInspectorsManager.m: Remove extra revert: call.
	* GormLib/IBInspector.m: Touch changes the inspector X to the broken
	X, per specs.
	* Gorm.m:
	* Palettes/0Menus/main.m: Added to authors list.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21524 72102866-910b-0410-8b05-ffd578937521
2005-07-24 01:17:16 +00:00
Fabien Vallon
fc6913b7ff Fixed bug #13872
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21507 72102866-910b-0410-8b05-ffd578937521
2005-07-21 11:41:04 +00:00
Gregory John Casamento
534babbb2d Reverted previous change, it had some unintended side effects.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21505 72102866-910b-0410-8b05-ffd578937521
2005-07-21 03:34:04 +00:00
Gregory John Casamento
bdc52169e7 Correction for bug#13838.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21503 72102866-910b-0410-8b05-ffd578937521
2005-07-19 04:31:00 +00:00
Gregory John Casamento
3d4490ef38 Now shows selection of window/panel when title bar is clicked.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21502 72102866-910b-0410-8b05-ffd578937521
2005-07-19 03:50:29 +00:00
Gregory John Casamento
5de62d0575 Removed old code, correction for crash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21469 72102866-910b-0410-8b05-ffd578937521
2005-07-14 04:01:33 +00:00
Gregory John Casamento
2be1a8d168 Corrected bug#13756.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21468 72102866-910b-0410-8b05-ffd578937521
2005-07-14 02:48:06 +00:00
Fabien Vallon
38d5a6efcc Add minimum column size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21461 72102866-910b-0410-8b05-ffd578937521
2005-07-12 15:42:20 +00:00
Fabien Vallon
050eaff97b Add minimum column size for NSBrowser inspector ( improve it with a slider ? )
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21460 72102866-910b-0410-8b05-ffd578937521
2005-07-12 15:41:47 +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
684b19f983 Fix bad layout when doing a matrix of NSForms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21447 72102866-910b-0410-8b05-ffd578937521
2005-07-11 13:12:12 +00:00
Gregory John Casamento
b3bdb1606c Corrected issue with testing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21433 72102866-910b-0410-8b05-ffd578937521
2005-07-08 17:32:06 +00:00
Gregory John Casamento
03dfa955f4 Made a more generic cell replacement algorith for custom classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21423 72102866-910b-0410-8b05-ffd578937521
2005-07-08 02:08:16 +00:00
Gregory John Casamento
7aac9ffaa4 Removal of some old code and correction for table data source.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21419 72102866-910b-0410-8b05-ffd578937521
2005-07-07 17:23:56 +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
Fabien Vallon
9bb2454f1f improve ui : set setNextView: / initialFirstResponder & delegate method for textfield
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21413 72102866-910b-0410-8b05-ffd578937521
2005-07-07 12:43:21 +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
0471cd39bf Removed +new from use in some classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21325 72102866-910b-0410-8b05-ffd578937521
2005-06-17 21:28:50 +00:00
Gregory John Casamento
f05bc9d063 Code cleanup. Removal of "new" call.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21319 72102866-910b-0410-8b05-ffd578937521
2005-06-17 11:52:30 +00:00
Gregory John Casamento
4d39d97c82 Updated gorm file version to handle window autopositioning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21281 72102866-910b-0410-8b05-ffd578937521
2005-06-04 11:46:43 +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
744858ea30 New address and some small changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21260 72102866-910b-0410-8b05-ffd578937521
2005-05-26 03:08:06 +00:00
Gregory John Casamento
d9356d6300 Implemented logic to use canSubstituteForClass: to determine what classes should appear in the custom class inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21157 72102866-910b-0410-8b05-ffd578937521
2005-04-24 15:21:12 +00:00
Gregory John Casamento
2c832d7795 Refactored code out of GormPrivate and into separate headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21149 72102866-910b-0410-8b05-ffd578937521
2005-04-23 18:43:36 +00:00
Gregory John Casamento
e2bd7a4fc5 Removed extra attach.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21142 72102866-910b-0410-8b05-ffd578937521
2005-04-22 16:41:17 +00:00
Gregory John Casamento
9e92da8d1b Corrected a problem with pasting menu items/menus.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21141 72102866-910b-0410-8b05-ffd578937521
2005-04-22 16:27:35 +00:00
Gregory John Casamento
3b0820f7e3 Corrected minor problem with palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21132 72102866-910b-0410-8b05-ffd578937521
2005-04-20 10:31:56 +00:00
Gregory John Casamento
42aeea536e Bugfix for button/textview problem and bugfix for NSSecureTextField problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21123 72102866-910b-0410-8b05-ffd578937521
2005-04-18 00:54:54 +00:00
Gregory John Casamento
aef0f307df improvments to palette loading.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21115 72102866-910b-0410-8b05-ffd578937521
2005-04-16 21:25:33 +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
73bf25235a Improvments to the palette code and a way to connect from table columns.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21110 72102866-910b-0410-8b05-ffd578937521
2005-04-15 06:39:21 +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
fabc6eb8cc Correction for Bug#12224
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20870 72102866-910b-0410-8b05-ffd578937521
2005-03-08 03:12:32 +00:00
Gregory John Casamento
77ae28f421 Updated button inspector and corrected menu item title.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20661 72102866-910b-0410-8b05-ffd578937521
2005-02-05 20:21:08 +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
5c8d967dff Correction for crash when document is minimized.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20632 72102866-910b-0410-8b05-ffd578937521
2005-01-30 00:14:02 +00:00
Gregory John Casamento
dfc97a2944 Corrected problem with stepper cell inspector not displaying.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20630 72102866-910b-0410-8b05-ffd578937521
2005-01-29 02:46:00 +00:00
Gregory John Casamento
bfd0718573 Size inspector change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20628 72102866-910b-0410-8b05-ffd578937521
2005-01-28 05:48:33 +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
64e6c59d8a Update to data.classes format and layout changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20532 72102866-910b-0410-8b05-ffd578937521
2005-01-09 06:40:05 +00:00
Gregory John Casamento
01a4bfe708 New form/section for miniwindow icon.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20508 72102866-910b-0410-8b05-ffd578937521
2004-12-31 19:26:21 +00:00
Gregory John Casamento
cfa2fe4385 Corrected rect drawing bug under ART and simplified headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20506 72102866-910b-0410-8b05-ffd578937521
2004-12-31 13:21:30 +00:00
Gregory John Casamento
fb898530c6 Gorm portion of fix for bug#11409.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20499 72102866-910b-0410-8b05-ffd578937521
2004-12-28 17:07:59 +00:00
Gregory John Casamento
cbffe63197 Improvement on previous correction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20497 72102866-910b-0410-8b05-ffd578937521
2004-12-28 13:35:52 +00:00
Gregory John Casamento
027c7540a0 Correction for bug#11410.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20494 72102866-910b-0410-8b05-ffd578937521
2004-12-28 03:00:32 +00:00
Gregory John Casamento
0d3289f6c3 Correction for a number of issues found today.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20492 72102866-910b-0410-8b05-ffd578937521
2004-12-28 02:25:18 +00:00
Gregory John Casamento
0778f595b4 Changes to make class editor more self sufficient. Some minor refactoring.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20421 72102866-910b-0410-8b05-ffd578937521
2004-12-05 20:52:36 +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
ed4499f43b Changes to use IBObjectAdditions informal protocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20418 72102866-910b-0410-8b05-ffd578937521
2004-12-04 22:55:39 +00:00
Gregory John Casamento
1d23eafdf9 Correction for bug #10118. Table color selection was sticking.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20374 72102866-910b-0410-8b05-ffd578937521
2004-11-24 05:06:32 +00:00
Gregory John Casamento
a9793b7a10 Also updated these gorms.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20366 72102866-910b-0410-8b05-ffd578937521
2004-11-20 18:29:55 +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
59aa176c14 Changed stepper inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20324 72102866-910b-0410-8b05-ffd578937521
2004-11-09 14:10:11 +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
78f716b8b8 Code to allow addition of sounds/images to cells in an NSMatrix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20191 72102866-910b-0410-8b05-ffd578937521
2004-10-03 16:48:24 +00:00
Gregory John Casamento
4aaea1a5e8 Documentation improvement and a fix for an annoying error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20184 72102866-910b-0410-8b05-ffd578937521
2004-10-02 05:13:38 +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
ecc3f3a69a Improved title widgets in controls palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20076 72102866-910b-0410-8b05-ffd578937521
2004-09-17 04:54:47 +00:00
Gregory John Casamento
30006bfbc0 Correction and cleanup for recent segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20028 72102866-910b-0410-8b05-ffd578937521
2004-09-08 01:04: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
00bbf07af3 Corrected issue with getting the cell classname and added the image cell to the class plist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20006 72102866-910b-0410-8b05-ffd578937521
2004-09-06 12:53:43 +00:00
Gregory John Casamento
d14d1c458b Class plist updated and making the table column editor nicer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20005 72102866-910b-0410-8b05-ffd578937521
2004-09-06 12:40:46 +00:00
Gregory John Casamento
7fe9b40726 More enhancements for cells in table columns.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20000 72102866-910b-0410-8b05-ffd578937521
2004-09-05 16:21:47 +00:00
Gregory John Casamento
8e55cad2a1 Added capability to the column inspector to update the data cell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19997 72102866-910b-0410-8b05-ffd578937521
2004-09-05 13:42:45 +00:00
Gregory John Casamento
b26ee4cfc1 Corrected font setting issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19923 72102866-910b-0410-8b05-ffd578937521
2004-08-26 01:57:34 +00:00
Gregory John Casamento
57c523f577 Correction for issue #9683.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19906 72102866-910b-0410-8b05-ffd578937521
2004-08-23 19:03:20 +00:00
Gregory John Casamento
fc97b591db Corrected crash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19899 72102866-910b-0410-8b05-ffd578937521
2004-08-22 02:01:37 +00:00
Gregory John Casamento
41ac255873 Some fixes including one for bug #10026.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19878 72102866-910b-0410-8b05-ffd578937521
2004-08-18 04:19:45 +00:00
Gregory John Casamento
6b57e185f3 Correction for problem found by Christopher Culver. The code which was
closing the popup was also calling editedObject uncondition on the selection
owner which may or may not be an editor.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19848 72102866-910b-0410-8b05-ffd578937521
2004-08-08 20:14:31 +00:00
Gregory John Casamento
074d1c7493 Removed some debugging information and added a forgotted changelog entry.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19844 72102866-910b-0410-8b05-ffd578937521
2004-08-08 17:38:04 +00:00
Gregory John Casamento
6915b501c0 Corrected problem with window being brough forward after document close.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19843 72102866-910b-0410-8b05-ffd578937521
2004-08-08 17:23:17 +00:00
Gregory John Casamento
a7e80c4de1 Quick fix for Bug#9827.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19829 72102866-910b-0410-8b05-ffd578937521
2004-08-06 11:17:45 +00:00
Gregory John Casamento
eb74dd22f3 Changes to fix Report#9771.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19827 72102866-910b-0410-8b05-ffd578937521
2004-08-05 05:34:41 +00:00
Gregory John Casamento
8141cbdef1 Added new gorm file for Controls palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19822 72102866-910b-0410-8b05-ffd578937521
2004-08-04 04:52:43 +00:00
Gregory John Casamento
042b670b40 Minor fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19821 72102866-910b-0410-8b05-ffd578937521
2004-08-03 03:16:28 +00:00
Gregory John Casamento
021f7d7078 Removed unecessary call.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19811 72102866-910b-0410-8b05-ffd578937521
2004-08-02 04:09:48 +00:00
Gregory John Casamento
25947784ca Correction for Report#9830 and other improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19810 72102866-910b-0410-8b05-ffd578937521
2004-08-02 03:18:45 +00:00
Gregory John Casamento
ee2888370c Implementation for enhancement req/bug #5024.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19779 72102866-910b-0410-8b05-ffd578937521
2004-07-27 06:20:45 +00:00
Gregory John Casamento
47d5d55cc6 Some memory leak fixes and some minor improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19754 72102866-910b-0410-8b05-ffd578937521
2004-07-21 01:49:07 +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
d5609b6226 Added a connection to ok:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19699 72102866-910b-0410-8b05-ffd578937521
2004-07-09 20:17:44 +00:00
Gregory John Casamento
2552d4417c Some corrections to recently discovered bugs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19656 72102866-910b-0410-8b05-ffd578937521
2004-06-30 05:22:25 +00:00
Gregory John Casamento
bf5616de62 Corrected segfault. Wasn't retaining the savedColor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19477 72102866-910b-0410-8b05-ffd578937521
2004-06-07 02:36:53 +00:00
Gregory John Casamento
da69e277a7 Corrected an issue with the background color of the table/outline view not being saved.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19476 72102866-910b-0410-8b05-ffd578937521
2004-06-07 02:28:57 +00:00
Gregory John Casamento
3a6b0cfd40 Correction to window inspector spacing. Improvment to how services/windows menus are handled.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19425 72102866-910b-0410-8b05-ffd578937521
2004-05-29 19:18:22 +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
6a8e6d49f0 Move of editor code into palettes. In general, editor classes should live in the palettes unless it's a class that Gorm can create without one, such as a box, splitview, or scrollview.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19331 72102866-910b-0410-8b05-ffd578937521
2004-05-14 22:39:24 +00:00
Gregory John Casamento
e58da6f7b8 Some additional memory management improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19302 72102866-910b-0410-8b05-ffd578937521
2004-05-13 22:48:14 +00:00
Gregory John Casamento
a840e3a7ee Rearrangement, refactoring and a memory leak fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19296 72102866-910b-0410-8b05-ffd578937521
2004-05-13 05:13:36 +00:00
Gregory John Casamento
9358afe12b Some additional fixes for menu editing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19230 72102866-910b-0410-8b05-ffd578937521
2004-05-02 11:39:58 +00:00
Gregory John Casamento
8f7aedada1 Corrected the bug where the menus are appearing in the windows menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19224 72102866-910b-0410-8b05-ffd578937521
2004-05-01 13:02:04 +00:00
Gregory John Casamento
0db2a1bb38 Fix for longstanding Menu display bug in Gorm. Thank goodness. ;)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19220 72102866-910b-0410-8b05-ffd578937521
2004-05-01 00:05:53 +00:00
Gregory John Casamento
16caf8e697 Corrected an issue with menu editing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19207 72102866-910b-0410-8b05-ffd578937521
2004-04-28 02:13:57 +00:00
Gregory John Casamento
ace7f1b036 Correction for a few recently discovered bugs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19187 72102866-910b-0410-8b05-ffd578937521
2004-04-26 03:26:23 +00:00
Gregory John Casamento
633963751f Color well allows modification of tableview background color.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19141 72102866-910b-0410-8b05-ffd578937521
2004-04-17 17:15:05 +00:00
Gregory John Casamento
5ffb1d5e65 Minor correction for last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19139 72102866-910b-0410-8b05-ffd578937521
2004-04-17 15:10:22 +00:00
Gregory John Casamento
0c7061e1a9 Adding code to allow expansion or deletion of columns from the table in the inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19138 72102866-910b-0410-8b05-ffd578937521
2004-04-17 15:04:26 +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
03adac38a7 New way to set the default item selected in a popupbutton.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19033 72102866-910b-0410-8b05-ffd578937521
2004-04-06 04:23:40 +00:00
Gregory John Casamento
772c73fc2c Correction for bug which was allowing an entire menu to be dragged into an existing one. This caused an issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18885 72102866-910b-0410-8b05-ffd578937521
2004-03-24 20:22:39 +00:00
Gregory John Casamento
28946211c7 Additional improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18876 72102866-910b-0410-8b05-ffd578937521
2004-03-24 05:00:08 +00:00
Gregory John Casamento
8861f4f3c7 Improvements in menu handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18875 72102866-910b-0410-8b05-ffd578937521
2004-03-24 03:08:02 +00:00
Gregory John Casamento
edd54b35db Start of Font Manager changes, and correction to code which makes connections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18860 72102866-910b-0410-8b05-ffd578937521
2004-03-21 15:33:28 +00:00
Gregory John Casamento
52db475527 Several important fixes. Document cleanup, menu management.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18859 72102866-910b-0410-8b05-ffd578937521
2004-03-21 05:12:27 +00:00
Gregory John Casamento
04a1c007b5 Code cleanup and some fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18759 72102866-910b-0410-8b05-ffd578937521
2004-03-04 04:01:09 +00:00
Gregory John Casamento
a7bd9866f3 Cleanup of logging and new prefs section for archives.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18637 72102866-910b-0410-8b05-ffd578937521
2004-02-21 18:48:48 +00:00
Gregory John Casamento
2e59ae0924 Revamped the preferences a little more.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18636 72102866-910b-0410-8b05-ffd578937521
2004-02-21 06:35:17 +00:00
Gregory John Casamento
34a2fbf832 Fix for window focus, and a modification which prevents objects with preset connections from retaining them after they're added to the document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18542 72102866-910b-0410-8b05-ffd578937521
2004-02-05 04:20:43 +00:00
Gregory John Casamento
055582406c Correction for bug #3439.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18517 72102866-910b-0410-8b05-ffd578937521
2004-02-01 02:16:45 +00:00
Gregory John Casamento
04a1e1aa59 Moved some common utility/convenience methods into functions. Improved cleanup of objects in the document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18503 72102866-910b-0410-8b05-ffd578937521
2004-01-30 04:19:11 +00:00
Gregory John Casamento
7914bf834d Minor correction to the code which attaches objects to the document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18411 72102866-910b-0410-8b05-ffd578937521
2004-01-14 06:37:54 +00:00
Gregory John Casamento
3414504517 Corrected issue #6467.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18374 72102866-910b-0410-8b05-ffd578937521
2004-01-11 18:03:45 +00:00
Gregory John Casamento
79fad1e58a New logic to add predefined connectors and some documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18321 72102866-910b-0410-8b05-ffd578937521
2004-01-06 06:11:24 +00:00
Gregory John Casamento
06a8edb796 Retraction of fix for Report #6345 as it was causing an issue. Correction of text on inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18229 72102866-910b-0410-8b05-ffd578937521
2003-11-28 23:21:58 +00:00
Gregory John Casamento
efce7b72f9 Removed assertion which is no longer needed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18135 72102866-910b-0410-8b05-ffd578937521
2003-11-24 06:32:01 +00:00
Gregory John Casamento
548283c666 Make NSPanel resizable in Gorm. Correction for Report #6344.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18108 72102866-910b-0410-8b05-ffd578937521
2003-11-23 15:04:11 +00:00
Gregory John Casamento
c1d9ea7597 Fix for 5253. positional determination of splitview orientation and order.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18087 72102866-910b-0410-8b05-ffd578937521
2003-11-15 21:53:00 +00:00
Gregory John Casamento
d23519ef81 Removing commented out code. General cleanup of some of the code and documentation improvement. Also added "Autoenable" to the menu inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17984 72102866-910b-0410-8b05-ffd578937521
2003-10-28 05:25:14 +00:00
Gregory John Casamento
f9a6d82c8f Fix for segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17922 72102866-910b-0410-8b05-ffd578937521
2003-10-19 04:56:07 +00:00
Gregory John Casamento
7b2f9f74b4 Correcting some menu difficulties with Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17827 72102866-910b-0410-8b05-ffd578937521
2003-10-13 03:32:51 +00:00
Gregory John Casamento
458a9f2d39 Adding defer functionality.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17797 72102866-910b-0410-8b05-ffd578937521
2003-10-08 05:00:21 +00:00
Gregory John Casamento
7fd2cbcbf8 Changed version number and minor cleanup in GormNSMenu.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17763 72102866-910b-0410-8b05-ffd578937521
2003-10-01 23:11:01 +00:00
Gregory John Casamento
daba72b9b9 Corrected Report #5205. Menus for Windows/Services should now be designated by Gorm and correctly shown when the .gorm file loads.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17742 72102866-910b-0410-8b05-ffd578937521
2003-09-28 23:31:35 +00:00
Gregory John Casamento
15253a9462 New .gorm based inspectors for menus and menu items. Also some general code cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17737 72102866-910b-0410-8b05-ffd578937521
2003-09-28 01:58:57 +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
ef9cf368da Modifications to make use of new templates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17512 72102866-910b-0410-8b05-ffd578937521
2003-08-23 01:04:36 +00:00
Fabien Vallon
125f542c34 Add visual help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17475 72102866-910b-0410-8b05-ffd578937521
2003-08-13 09:46:55 +00:00
Gregory John Casamento
b747859b74 Correction for Gorm to correspond with change in gui to make _menu private in NSResponder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17328 72102866-910b-0410-8b05-ffd578937521
2003-07-24 04:40:55 +00:00
Gregory John Casamento
f614f555d1 Added inspector for NSColorWell and added some stubbed methods to GormFontViewController
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17044 72102866-910b-0410-8b05-ffd578937521
2003-06-27 02:48:09 +00:00
Gregory John Casamento
1136d398d1 Added an inspector for NSProgressIndicator class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17036 72102866-910b-0410-8b05-ffd578937521
2003-06-26 03:00:13 +00:00
Gregory John Casamento
e3733a243d Added button inspector key equivalent pull down.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16853 72102866-910b-0410-8b05-ffd578937521
2003-06-01 23:49:18 +00:00
Gregory John Casamento
057e99e7aa Some additional changes to improve the tab view inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16850 72102866-910b-0410-8b05-ffd578937521
2003-06-01 20:08:52 +00:00
Gregory John Casamento
0f2aaa0e35 Added images for tab view inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16849 72102866-910b-0410-8b05-ffd578937521
2003-06-01 17:50:36 +00:00
Gregory John Casamento
4a749387da Added code to inspect scroll views.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16844 72102866-910b-0410-8b05-ffd578937521
2003-06-01 04:51:41 +00:00
Gregory John Casamento
0aa897ddd7 Forgot to add this one...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16830 72102866-910b-0410-8b05-ffd578937521
2003-05-29 05:44:34 +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
Fabien Vallon
f5f3d2a5f4 previous change was stupid
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16801 72102866-910b-0410-8b05-ffd578937521
2003-05-26 18:19:28 +00:00
Fabien Vallon
5be6eda3e0 Remove nib loading for NSTableView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16800 72102866-910b-0410-8b05-ffd578937521
2003-05-26 18:06:51 +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
Adam Fedor
51ebbb3154 Update app name, info menu item
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16125 72102866-910b-0410-8b05-ffd578937521
2003-03-04 16:47:54 +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
0169623822 Fixing GormTableViewEditor issue which was causing an exception when no columns were selected.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15862 72102866-910b-0410-8b05-ffd578937521
2003-02-03 01:52:08 +00:00
Gregory John Casamento
d7e21278a0 Started implementing new feature and fixed a bug with the NSWindowTemplate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15607 72102866-910b-0410-8b05-ffd578937521
2003-01-16 04:09:07 +00:00
Gregory John Casamento
ec5593d988 Corrected problem w/ size inspector for tab view.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15559 72102866-910b-0410-8b05-ffd578937521
2003-01-09 03:57:58 +00:00