Commit graph

1190 commits

Author SHA1 Message Date
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
bbc211c363 * Gorm.m: [Gorm init] added code to force menu interface style
to NSNextStepInterfaceStyle.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24275 72102866-910b-0410-8b05-ffd578937521
2006-12-28 04:03:05 +00:00
Matt Rice
c1531e8d73 * Palettes/3Menus/GormTableViewEditor.m: Start a connection when
control-mousing the selected table column.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24183 72102866-910b-0410-8b05-ffd578937521
2006-12-04 09:51:03 +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
Gregory John Casamento
744cd628d5 * English.lproj/GormDocument.gorm: Move initial position of
Gorm document window back to the lower left of the screen.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24156 72102866-910b-0410-8b05-ffd578937521
2006-11-24 03:24:04 +00:00
Gregory John Casamento
85fc93f51d Updated version requirements to indicate Gorm's dependence on code recently added to gui.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24155 72102866-910b-0410-8b05-ffd578937521
2006-11-23 16:04:29 +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
Nicola Pero
d72994d445 Do not set GNUSTEP_INSTALLATION_DIR in examples
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24101 72102866-910b-0410-8b05-ffd578937521
2006-11-15 17:28:07 +00:00
Gregory John Casamento
dbfa8e281f * Palettes/2Controls/GormNSSliderInspector.gorm: Added switch
and textfield to hold the number of tickmarks.
	* Palettes/2Controls/GormSliderAttributesInspector.[hm]: Added
	method and ivar to handle tick marks.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24072 72102866-910b-0410-8b05-ffd578937521
2006-11-11 05:16:11 +00:00
Gregory John Casamento
09b7d2c257 * Palettes/3Containers/GormTableViewEditor.m: Add scrollToPoint:
method to call the super_view. Corrects bug #18143.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23997 72102866-910b-0410-8b05-ffd578937521
2006-10-30 00:23:55 +00:00
Gregory John Casamento
f7a4a54dd7 Add tool tips to the class editor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23981 72102866-910b-0410-8b05-ffd578937521
2006-10-28 13:43:23 +00:00
Matt Rice
382ab03052 * Palettes/3Containers/GormTableViewEditor.m: Change documentRect to
documentVisibleRect.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23974 72102866-910b-0410-8b05-ffd578937521
2006-10-27 21:38:14 +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
49032a0328 * Palettes/3Containers/GormNSTableViewInspector.gorm: Added
connection from tag form to tagForm instance variable.
	* Palettes/3Containers/GormTableViewAttributesInspector.m: Cleaned
	up includes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23942 72102866-910b-0410-8b05-ffd578937521
2006-10-22 03:53:31 +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
260f3233c2 Applied Matt's patch for bug#18073.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23933 72102866-910b-0410-8b05-ffd578937521
2006-10-21 15:48:47 +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
57bc5a5108 Redid palette, nib and gmodel icons.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23904 72102866-910b-0410-8b05-ffd578937521
2006-10-18 18:03:29 +00:00
Gregory John Casamento
09adacfb56 * Images/GormFile.tiff: New Gorm file icon, based on new Gorm icon.
* Images/GormTesting.tiff: New testing icon.
	* Images/Gorm.tiff: Switch to icon by Jesse Ross.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23884 72102866-910b-0410-8b05-ffd578937521
2006-10-15 23:35:30 +00:00
Gregory John Casamento
9b8677ab08 * GNUmakefile: Install into SYSTEM domain by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23845 72102866-910b-0410-8b05-ffd578937521
2006-10-11 02:46:36 +00:00
Gregory John Casamento
22950c742d * GormLib/IBInspector.m: Remove uneeded call to
[window setDocumentEdited:] in touch: method.
	* Palettes/2Controls/GormButtonAttributesInspector.m:
	In ok: call [super ok:].


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23844 72102866-910b-0410-8b05-ffd578937521
2006-10-11 01:29:53 +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
c6a2cea11f * English.lproj/GormClassEditor.gorm: Aligned the toggle with
the classesView.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23832 72102866-910b-0410-8b05-ffd578937521
2006-10-10 04:37: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
Gregory John Casamento
154705a4d2 * Resources/ClassInformation.plist: Add NSSearchField and
NSSearchFieldCell.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23791 72102866-910b-0410-8b05-ffd578937521
2006-10-09 00:33:08 +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
5ef4bde45d corrected minor spelling error in ChangeLog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23766 72102866-910b-0410-8b05-ffd578937521
2006-10-05 17:26:27 +00:00
Gregory John Casamento
9628e807f1 * English.lproj/GormClassEditor.gorm: Added new gorm file to hold
classes view contents as well as search and operations drop down.
	* English.lproj/GormDocument.gorm: Removed seatch and drop down
	* GNUmakefile: Added new gorm file.
	* GormCore/GormClassEditor.h: new outlets classesView and mainView, 
	added declarations for methods createSubclass:, createClassFiles:, 
	instantiateClass:, removeClass:
	* GormCore/GormClassEditor.m: Changes to methods to use the above.
	* GormCore/GormDocument.h: Removed duplicate declarations.
	* GormCore/GormDocument.m: Remove code for methods and replace with
	simple calls to the editor.
	* Palettes/2Controls/GormBoxAttributesInspector.m: ok: and revert:
	changed to convert to integer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23765 72102866-910b-0410-8b05-ffd578937521
2006-10-05 17:20:40 +00:00
Gregory John Casamento
97f5a14d37 * GormCore/GormCustomView.m: Minor cleanup in initWithFrame:
* GormCore/GormGormWrapperLoader.m: Added logic to _repairFile
        to correct issue with views that don't have a name in the nametable.
        * GormCore/GormViewWithContentViewEditor.m: Properly add 
        the subview back into the document in ungroup method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23763 72102866-910b-0410-8b05-ffd578937521
2006-10-05 02:39:50 +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
b1b7c581b6 * GormCore/GormClassEditor.m: Correct issue with class selection in
deleteSelection method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23703 72102866-910b-0410-8b05-ffd578937521
2006-10-02 03:08:55 +00:00
Gregory John Casamento
cb24a7e17b * English.lproj/GormDocument.gorm: Remove some extra classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23701 72102866-910b-0410-8b05-ffd578937521
2006-10-02 02:51:28 +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
1fbfdd1200 * GormCore/GormGModelWrapperLoader.m: Cleanup NSLog()
calls.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23686 72102866-910b-0410-8b05-ffd578937521
2006-10-01 03:09:55 +00:00
Gregory John Casamento
b310241acd * GormCore/GormClassManager.h: Added declaration findByClassName:
* GormCore/GormClassManager.m: Added findClassByName: method to 
	find classes with partial text matches.
	* GormCore/GormDocument.m: Modified controlTextDidChange: to call
	findClassByName:.
	* GormCore/GormGModelWrapperLoader.m: Change className to cm
	in initWithModelUnarchiver: to avoid warning.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23684 72102866-910b-0410-8b05-ffd578937521
2006-09-30 16:08:29 +00:00
Gregory John Casamento
ee19d1de23 * English.lproj/GormDocument.gorm: Added "Remove" to Operations
menu.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23675 72102866-910b-0410-8b05-ffd578937521
2006-09-30 03:29:21 +00:00
Gregory John Casamento
9f6579fa41 * English.lproj/GormDocument.gorm: Added "Operations" item to
prevent accidental subclassing.   Aligned with side of view and
        changed resizing properties.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23674 72102866-910b-0410-8b05-ffd578937521
2006-09-30 02:29:40 +00:00
Gregory John Casamento
bc0a78c47a * GormCore/GormClassManager.m: Allow addClassNamed:... to accept
arguments superClass, actions, and outlets as nil.
	* GormObjCHeaderParser/OCClass.m: Correctly recognize a category
	in [OCClass parse];  Corrects bug#17804.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23660 72102866-910b-0410-8b05-ffd578937521
2006-09-29 02:28:49 +00:00
Gregory John Casamento
d5e5de02c9 * English.lproj/GormDocument.gorm: Added search field and drop down
for loading reading and subclassing.
	* GormCore/GormClassManager.m: Removed sorting from allSuperclassesOf:
	* GormCore/GormDocument.m: Added delegate method for search field.
	Implemments suggestions in bug#17802 (Change request).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23659 72102866-910b-0410-8b05-ffd578937521
2006-09-29 00:41:30 +00:00
Gregory John Casamento
8cdc16adab * Make the browser classes view the default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23649 72102866-910b-0410-8b05-ffd578937521
2006-09-28 04:44:05 +00:00
Gregory John Casamento
7e89a2e6c2 * GormCore/GormClassEditor.m: Correct problem which caused
class inspector to loose focus.
	* GormInfo.plist: Update version to reflect SVN.
	* GormPrefs/GormGuidelinePref.m: Eliminate warning.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23648 72102866-910b-0410-8b05-ffd578937521
2006-09-28 04:38:26 +00:00
Gregory John Casamento
7762f68ce4 Sort subclass names to make navigation easier when editing classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23647 72102866-910b-0410-8b05-ffd578937521
2006-09-28 02:31:06 +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
a1f235be53 * GormCore/GormBoxEditor.m: Check to see if the subview responds
to destroyAndListSubviews.
	* GormCore/GormViewWithContentViewEditor.m: 
	[GormViewWithContentViewEditor ungroup] added local
	variable "v" to hold the view.
	* Gorm.m: Remove NSLog from ungroup method.
	Partial correction for bug#17538.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23341 72102866-910b-0410-8b05-ffd578937521
2006-08-27 05:39:47 +00:00
Gregory John Casamento
a1aac66d2c * GormCore/GormDocument.m: Modify outdated "upgrade" warning in
fileWrapperRepresentationOfType:.
	* GormCore/GormGormWrapperLoader.m: Set .gorms of version 1 as 
	old in buildFileWrapperDictionaryWithDocument:.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23319 72102866-910b-0410-8b05-ffd578937521
2006-08-20 16:25:23 +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
32c3144b50 * GormCore/GormDocument.m: Simplify message in
fileRepresentationOfType:.
	* GormCore/GormNibWrapperBuilder.m: Correct test for menu which
	was causing the app to crash in openItems method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23299 72102866-910b-0410-8b05-ffd578937521
2006-08-16 04:56:24 +00:00
Gregory John Casamento
6aba750c3b * GormCore/GormWrapperLoader.m: Correct problem introduced in
previous commit in [GormWrapperLoader loadFileWrapper: 
	withDocument:];
	


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23297 72102866-910b-0410-8b05-ffd578937521
2006-08-15 21:51:48 +00:00
Gregory John Casamento
1a0b921b56 * GormCore/GormFilePrefsManager.h: Add declaration for
nibDataWithOpenObjects:
	* GormCore/GormFilePrefsManager.m: Rename nibData to 
	nibDataWithOpenObjects:
	* GormCore/GormNibWrapperBuilder.m: Create the IBOpenObjects
	list in buildWrapper...
	* GormCore/GormResource.m: Properly assign the data to the ivar
	in initWithData:...
	* GormCore/GormWrapperBuilder.m: Correct image loading and saving
	issue.
	* GormCore/GormWrapperLoader.m: Correct image problem.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23293 72102866-910b-0410-8b05-ffd578937521
2006-08-15 06:18:50 +00:00
Gregory John Casamento
38808c068b 2006-08-14 21:48-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormNibWrapperBuilder.m: Properly encode oids as
	integers in -[NSIBObjectData initWithDocument:] since bug#17426
	is corrected.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23290 72102866-910b-0410-8b05-ffd578937521
2006-08-15 01:49:18 +00:00
Gregory John Casamento
94afd25de3 Temporary workaround in -[NSIBObjectData initWithDocument] until bug#17426 is resolved.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23288 72102866-910b-0410-8b05-ffd578937521
2006-08-14 05:05:56 +00:00
Gregory John Casamento
c7ce49dca4 Remove old method, correct oid issue, correct image issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23286 72102866-910b-0410-8b05-ffd578937521
2006-08-14 01:52:20 +00:00
Gregory John Casamento
92933fd3a5 Changed default backing store type to "Buffered".
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23256 72102866-910b-0410-8b05-ffd578937521
2006-08-11 15:14:35 +00:00
Gregory John Casamento
91a2a62ea0 Correct issues encoding as a NSCustomView. Now loads properly in IB.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23250 72102866-910b-0410-8b05-ffd578937521
2006-08-11 05:55:16 +00:00
Gregory John Casamento
7a60003663 Corrections to prevent errors when loading nibs created by Gorm into IB.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23229 72102866-910b-0410-8b05-ffd578937521
2006-08-09 06:31:12 +00:00
Gregory John Casamento
3a12289000 Remove initWithCoder: in GormFilesOwner, add code in -[NSIBObjectData initWithDocument:] to set NSFramework value to IBCocoaFramework as it is in nib files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23208 72102866-910b-0410-8b05-ffd578937521
2006-08-06 04:39:29 +00:00
Gregory John Casamento
5f803300ed Nib changes to properly generate oids and names, encoding of info.nib and changes to properly encode classes.nib.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23205 72102866-910b-0410-8b05-ffd578937521
2006-08-05 12:48:45 +00:00
Gregory John Casamento
e46f1a4cbf Changes to write nib files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23195 72102866-910b-0410-8b05-ffd578937521
2006-08-01 04:16:34 +00:00
Gregory John Casamento
e26b4303fd Changes for encoding GormObjectProxy as NSCustomObject also some minor cleanup of the minimalContainerFrame() function.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23179 72102866-910b-0410-8b05-ffd578937521
2006-07-19 03:09:16 +00:00
Gregory John Casamento
a73cd2aaa2 Improved placement of standalone views and automatically determine the minimum size for the view based on the positions of it's subviews.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23172 72102866-910b-0410-8b05-ffd578937521
2006-07-17 03:14:57 +00:00
Gregory John Casamento
c757b8f0a3 Slightly improved icon. Based on suggestions from people on #gnustep. More improvements to come.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23168 72102866-910b-0410-8b05-ffd578937521
2006-07-15 22:35:02 +00:00
Gregory John Casamento
040a0850dc Use the menu items with "terminate:" call deferredEndTesting: instead of terminate. This prevents the test mode from being able to quit the application.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23158 72102866-910b-0410-8b05-ffd578937521
2006-07-12 04:33:25 +00:00
Gregory John Casamento
4025566690 In loadFileWrapper:withDocument: removed the check for the info file. Some earlier versions of the .gorm wrapper don't have this file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23156 72102866-910b-0410-8b05-ffd578937521
2006-07-10 05:34:43 +00:00
Gregory John Casamento
7d5e68a2c0 Resolve connection dest/src when pointing to a NSWindowTemplate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23154 72102866-910b-0410-8b05-ffd578937521
2006-07-10 03:28:10 +00:00
Gregory John Casamento
d77a7fa239 Correction for issue which was causing size inspector not to update when a view was moved or changed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23153 72102866-910b-0410-8b05-ffd578937521
2006-07-09 22:01:08 +00:00
Gregory John Casamento
9674692ac1 Correct test for custom class in loadFileWrapper:withDocument:. The NSLog was indicating a problem when there wasn't one.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23152 72102866-910b-0410-8b05-ffd578937521
2006-07-09 17:05:45 +00:00
Gregory John Casamento
43fd188678 Removal of dead code and correction of custom view problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23151 72102866-910b-0410-8b05-ffd578937521
2006-07-09 15:19:44 +00:00
Gregory John Casamento
defb7ce217 Gorm version 2 changes and nib file reading improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23149 72102866-910b-0410-8b05-ffd578937521
2006-07-09 14:50:34 +00:00
Gregory John Casamento
e3ac238603 Assign testContainer top level objects to topObjects in testInterface method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23135 72102866-910b-0410-8b05-ffd578937521
2006-07-06 00:18:34 +00:00
Gregory John Casamento
fb005e339f Correct problem with testInterface.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23134 72102866-910b-0410-8b05-ffd578937521
2006-07-05 23:58:14 +00:00
Gregory John Casamento
fc17434efb Added warning if custom class or name comes back nil.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23128 72102866-910b-0410-8b05-ffd578937521
2006-07-05 04:03:58 +00:00
Gregory John Casamento
6c4dab7c20 Remove category which declared/implemented setSuperview:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23121 72102866-910b-0410-8b05-ffd578937521
2006-07-03 21:19:40 +00:00
Gregory John Casamento
ebab43f63f Use best possible non-custom superclass when loading a nib that has a custom view with subviews.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23118 72102866-910b-0410-8b05-ffd578937521
2006-07-02 04:55:30 +00:00
Gregory John Casamento
fd10b886b4 Remove "_" from _isTopLevelObject:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23105 72102866-910b-0410-8b05-ffd578937521
2006-06-25 00:50:34 +00:00
Gregory John Casamento
7dcc22a791 Improve message window when there is a problem while testing interface. Also use the "objects" map to determine what is a top level object, since a top level object will always return either a nil, or the file's owner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23104 72102866-910b-0410-8b05-ffd578937521
2006-06-25 00:45:18 +00:00
Gregory John Casamento
1039379c21 Remove swappedObjects ivar and references in init and dealloc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23103 72102866-910b-0410-8b05-ffd578937521
2006-06-24 14:37:41 +00:00
Gregory John Casamento
cbba5cb5c7 Use the "classes" map from the nib instead of the "swappedObjects" dictionary. Remove the (now unecessary) delegate code which was building it.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23102 72102866-910b-0410-8b05-ffd578937521
2006-06-24 14:26:32 +00:00
Gregory John Casamento
7d9741531c Clear changes after gmodel load and use key objects from map returned by -names to populate the Gorm data structures. The "names" objects in the nib are analogous to the Gorm name table and should easily translate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23099 72102866-910b-0410-8b05-ffd578937521
2006-06-23 05:03:36 +00:00
Gregory John Casamento
f112aa80be Code to remove NSIBHelpConnector instances from the connections array.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23081 72102866-910b-0410-8b05-ffd578937521
2006-06-18 18:41:28 +00:00
Gregory John Casamento
5298a0ee49 Move resizing change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23079 72102866-910b-0410-8b05-ffd578937521
2006-06-18 00:41:02 +00:00
Gregory John Casamento
2ab6ac351b Properly resize window after loading .nib file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23076 72102866-910b-0410-8b05-ffd578937521
2006-06-17 16:46:24 +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
1c824fd1aa Corrections for document and connections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23070 72102866-910b-0410-8b05-ffd578937521
2006-06-17 10:55:14 +00:00
Gregory John Casamento
f77fb0e8a1 Fix for connections to NSOwner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23069 72102866-910b-0410-8b05-ffd578937521
2006-06-17 10:26:20 +00:00
Gregory John Casamento
c221647c27 New GModel loader.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23058 72102866-910b-0410-8b05-ffd578937521
2006-06-15 04:51:33 +00:00
Gregory John Casamento
da0073d8c8 Gorm/nib support fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23057 72102866-910b-0410-8b05-ffd578937521
2006-06-15 02:47:27 +00:00
Gregory John Casamento
09fbac4ce3 Nib changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23052 72102866-910b-0410-8b05-ffd578937521
2006-06-14 05:47:54 +00:00
Gregory John Casamento
cd5032d192 removed some uneeded code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23047 72102866-910b-0410-8b05-ffd578937521
2006-06-11 01:17:10 +00:00
Gregory John Casamento
3abcd4b201 Improvements to gorm encoding.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23044 72102866-910b-0410-8b05-ffd578937521
2006-06-10 14:30:33 +00:00
Gregory John Casamento
145a8afd69 Nib support changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23043 72102866-910b-0410-8b05-ffd578937521
2006-06-10 13:34:44 +00:00
Gregory John Casamento
5fa3ae3247 Improved automatic name generation in the name table.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23035 72102866-910b-0410-8b05-ffd578937521
2006-06-06 01:25:51 +00:00
Gregory John Casamento
8cf554d371 Nib compatibility work.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23034 72102866-910b-0410-8b05-ffd578937521
2006-06-05 05:48:10 +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
Gregory John Casamento
3236e82774 Clarified changelog for merge.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22963 72102866-910b-0410-8b05-ffd578937521
2006-05-20 23:48:51 +00:00
Gregory John Casamento
d23cc3fa50 Updated change log.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22958 72102866-910b-0410-8b05-ffd578937521
2006-05-20 22:21:00 +00:00
Gregory John Casamento
9c8d2c41f2 Nib compatibility changes. These simply allow Gorm to compile with the nib code present. Changes to read nibs will be merged at a later date.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22956 72102866-910b-0410-8b05-ffd578937521
2006-05-20 22:05:59 +00:00
Gregory John Casamento
f02f7ed53b Updating files for 1.0.8 release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22942 72102866-910b-0410-8b05-ffd578937521
2006-05-20 08:49:53 +00:00
Gregory John Casamento
95abbaf5b4 Further correction for bug#16587.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22937 72102866-910b-0410-8b05-ffd578937521
2006-05-16 05:00:20 +00:00
Gregory John Casamento
5c7c120367 Correction for bug #16587
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22936 72102866-910b-0410-8b05-ffd578937521
2006-05-16 02:59:45 +00:00
Gregory John Casamento
e1f767c200 Update 1.0.7.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22934 72102866-910b-0410-8b05-ffd578937521
2006-05-16 01:29:26 +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
David Ayers
dd7c51c1f4 * GormCore/GormCustomClassInspector.m
([-_replaceWithCellClassForClassName:]): Cast to NSCell to invoke
	type to disambiguate incompatible method signatures.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22841 72102866-910b-0410-8b05-ffd578937521
2006-04-30 09:17:09 +00:00
Gregory John Casamento
77a43cc5ef Add version and change the file prefs manager.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22767 72102866-910b-0410-8b05-ffd578937521
2006-04-08 19:16:23 +00:00
Gregory John Casamento
076c88e7f5 Added version 1.0.6.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22763 72102866-910b-0410-8b05-ffd578937521
2006-04-08 19:01:40 +00:00
Gregory John Casamento
14d81135ab Change for new release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22758 72102866-910b-0410-8b05-ffd578937521
2006-04-08 18:40:24 +00:00
Gregory John Casamento
b5df9b2866 Update of date.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22750 72102866-910b-0410-8b05-ffd578937521
2006-04-06 11:30:04 +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
d349be0aa1 Change to make .xpm render a little more nicely.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22697 72102866-910b-0410-8b05-ffd578937521
2006-03-22 01:03:58 +00:00
Gregory John Casamento
929f3bc667 Improved icon.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22696 72102866-910b-0410-8b05-ffd578937521
2006-03-22 00:54:43 +00:00
Gregory John Casamento
7281aa2bfc Added new icons.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22692 72102866-910b-0410-8b05-ffd578937521
2006-03-21 03:42:51 +00:00
Gregory John Casamento
b6dc4e01ac Recreated images.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22689 72102866-910b-0410-8b05-ffd578937521
2006-03-20 04:39:17 +00:00
Gregory John Casamento
ec7e04e639 Update date.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22688 72102866-910b-0410-8b05-ffd578937521
2006-03-20 03:42:33 +00:00
Gregory John Casamento
74fcc67962 Improved images.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22687 72102866-910b-0410-8b05-ffd578937521
2006-03-20 02:43:32 +00:00
Gregory John Casamento
5a923726a1 Correction for problem found by Riccardo Mattolla. Cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22676 72102866-910b-0410-8b05-ffd578937521
2006-03-19 01:16:18 +00:00
Gregory John Casamento
270338574f Correction to table column handling when table isn't selected.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22668 72102866-910b-0410-8b05-ffd578937521
2006-03-16 11:34:35 +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
b17de24bf8 Correction for bug#16049.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22630 72102866-910b-0410-8b05-ffd578937521
2006-03-10 06:26:38 +00:00
Gregory John Casamento
d1c3acdb2d Recreated coil/line graphics.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22627 72102866-910b-0410-8b05-ffd578937521
2006-03-09 10:19:02 +00:00
Gregory John Casamento
577559fdcc Correction for bug#15989
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22601 72102866-910b-0410-8b05-ffd578937521
2006-03-06 01:11:47 +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
b434b37722 Corrected minor issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22562 72102866-910b-0410-8b05-ffd578937521
2006-02-23 03:53:26 +00:00
Gregory John Casamento
21853c4d2c Correction for bug#15817
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22521 72102866-910b-0410-8b05-ffd578937521
2006-02-20 14:08:15 +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
1ee89c80e2 Updated version information.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22451 72102866-910b-0410-8b05-ffd578937521
2006-02-10 04:37:36 +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
fc7fe09848 Corrected problem with scrollview.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22425 72102866-910b-0410-8b05-ffd578937521
2006-02-04 02:57:16 +00:00
Gregory John Casamento
f6cb9eb796 Updated with new version info.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22404 72102866-910b-0410-8b05-ffd578937521
2006-02-02 04:25:07 +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
eac86292e0 Release 1.0.4 of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22352 72102866-910b-0410-8b05-ffd578937521
2006-01-25 10:23:23 +00:00
Gregory John Casamento
a4119701cb A slightly more elegant solution to the original standalone view issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22343 72102866-910b-0410-8b05-ffd578937521
2006-01-21 05:22:01 +00:00
Gregory John Casamento
e3b123eb05 Minor fix in view size inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22320 72102866-910b-0410-8b05-ffd578937521
2006-01-17 04:21: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
56d153ffc4 Correction for bug#15178
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22171 72102866-910b-0410-8b05-ffd578937521
2005-12-16 00:10:23 +00:00
Gregory John Casamento
0c96d0e0af Correction for bug#15178
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22168 72102866-910b-0410-8b05-ffd578937521
2005-12-15 03:12:26 +00:00
Gregory John Casamento
e650c71898 1.0.1 release of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22045 72102866-910b-0410-8b05-ffd578937521
2005-11-20 05:33:47 +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
720681d60e Corrected handling of image/text cells.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21999 72102866-910b-0410-8b05-ffd578937521
2005-11-14 04:19:20 +00:00
Richard Frith-Macdonald
e57534e771 Bugfix for resource location.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21997 72102866-910b-0410-8b05-ffd578937521
2005-11-13 09:10:31 +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
99bc1eab25 Corrected problem with table column selection.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21992 72102866-910b-0410-8b05-ffd578937521
2005-11-12 20:35:35 +00:00
Gregory John Casamento
1bec36dab3 Corrected problem with cell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21942 72102866-910b-0410-8b05-ffd578937521
2005-11-04 05:21:00 +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
c4ec40f55b Forgot to update these with the 1.0.0 version.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21903 72102866-910b-0410-8b05-ffd578937521
2005-10-29 13:17:16 +00:00
Gregory John Casamento
5a7cce4806 Updated files for 1.0 release. Fixed a minor issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21902 72102866-910b-0410-8b05-ffd578937521
2005-10-29 13:07:31 +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
085c65e366 GormButtonAttributesInspector.m Add delegate method for forms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21776 72102866-910b-0410-8b05-ffd578937521
2005-10-05 13:14:15 +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
76af904f00 Correction for bug.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21772 72102866-910b-0410-8b05-ffd578937521
2005-10-05 01:17:10 +00:00
Gregory John Casamento
0c864577da Corrected resizing problems.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21758 72102866-910b-0410-8b05-ffd578937521
2005-09-29 23:40:18 +00:00
Gregory John Casamento
b4b6c39964 Correction in setCurrentInspector:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21745 72102866-910b-0410-8b05-ffd578937521
2005-09-25 18:41:17 +00:00
Gregory John Casamento
ca69dba62e Correction for inspector resizing issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21743 72102866-910b-0410-8b05-ffd578937521
2005-09-25 16:57:11 +00:00
Gregory John Casamento
90a920d9cb Corrected minor inspector sizing problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21718 72102866-910b-0410-8b05-ffd578937521
2005-09-15 04:55:04 +00:00
Gregory John Casamento
6dc0477648 Added GormDummyInspector.gorm and made additional changes to use it.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21715 72102866-910b-0410-8b05-ffd578937521
2005-09-13 02:42:18 +00:00
Gregory John Casamento
c865883bf3 Added inspector panel for inspector. The gui was previously hard coded.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21714 72102866-910b-0410-8b05-ffd578937521
2005-09-13 02:16:53 +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
b6d2395208 Corrected transparency issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21687 72102866-910b-0410-8b05-ffd578937521
2005-08-29 23:39:54 +00:00
Gregory John Casamento
b12a81f134 Updated version and added logic to add menu items from a popup button to the document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21662 72102866-910b-0410-8b05-ffd578937521
2005-08-19 04:25:52 +00:00
Gregory John Casamento
81ef7c4c41 Fixed problem with retrieval of objects.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21661 72102866-910b-0410-8b05-ffd578937521
2005-08-19 03:24:23 +00:00
Gregory John Casamento
4258edcf1c Attach menu items and menus.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21660 72102866-910b-0410-8b05-ffd578937521
2005-08-19 02:22:30 +00:00
Gregory John Casamento
05a4b62108 Further improvements to attachObject:toParent:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21659 72102866-910b-0410-8b05-ffd578937521
2005-08-19 01:33:16 +00:00
Gregory John Casamento
08f846d1df parent->child connection fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21658 72102866-910b-0410-8b05-ffd578937521
2005-08-19 01:05:46 +00:00
Gregory John Casamento
831d3256d2 Removed some commented out code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21657 72102866-910b-0410-8b05-ffd578937521
2005-08-19 00:22:23 +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
7eea631946 Correction for crash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21632 72102866-910b-0410-8b05-ffd578937521
2005-08-12 05:13:50 +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
9b6e2984bd New inspector gorm for GormObjectInspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21624 72102866-910b-0410-8b05-ffd578937521
2005-08-08 01:07:35 +00:00
Gregory John Casamento
402f1a6f95 New header for GormConnectionInspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21623 72102866-910b-0410-8b05-ffd578937521
2005-08-07 14:17:05 +00:00
Gregory John Casamento
a926755a79 Split out GormConnectionInspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21622 72102866-910b-0410-8b05-ffd578937521
2005-08-07 12:29:43 +00:00
Gregory John Casamento
604aaf3501 Updated version of app.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21621 72102866-910b-0410-8b05-ffd578937521
2005-08-07 12:21:12 +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
de2a5082ea Corrected problem in IBInspector.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21619 72102866-910b-0410-8b05-ffd578937521
2005-08-06 21:55:23 +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
4b9b7ec20b Version 0.11.0 -- 1.0 release candidate #1.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21610 72102866-910b-0410-8b05-ffd578937521
2005-08-06 13:51:06 +00:00
Gregory John Casamento
b158f03566 Key equivalents for drop downs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21592 72102866-910b-0410-8b05-ffd578937521
2005-08-02 00:22:11 +00:00
Gregory John Casamento
5400a8841d Return autoreleased copy of classname from _currentClass method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21589 72102866-910b-0410-8b05-ffd578937521
2005-08-01 11:50:59 +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
e5abeefe0d Removed uneeded class and corrected default creation of inspectors and palettes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21586 72102866-910b-0410-8b05-ffd578937521
2005-07-31 22:53:05 +00:00
Gregory John Casamento
791ff6c4bf Updated changelog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21580 72102866-910b-0410-8b05-ffd578937521
2005-07-31 14:50:27 +00:00
Gregory John Casamento
5b906baf18 Removed code which blanks out the connector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21579 72102866-910b-0410-8b05-ffd578937521
2005-07-31 14:49:06 +00:00
Gregory John Casamento
22b1aed493 reverted previous change in init.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21578 72102866-910b-0410-8b05-ffd578937521
2005-07-31 12:35:47 +00:00
Gregory John Casamento
d0ab85ac95 Corrected crash when changing class hierarchy.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21576 72102866-910b-0410-8b05-ffd578937521
2005-07-30 19:53:09 +00:00
Gregory John Casamento
738aefb672 Added documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21573 72102866-910b-0410-8b05-ffd578937521
2005-07-30 13:22:42 +00:00
Gregory John Casamento
689c79c572 Added documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21567 72102866-910b-0410-8b05-ffd578937521
2005-07-30 08:21:57 +00:00
Gregory John Casamento
71f668b9f2 Saves w/ window template when appropriate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21566 72102866-910b-0410-8b05-ffd578937521
2005-07-30 08:10:01 +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
e012b61325 Removed user bundle check. The code will issue a warning in the log if poseAs: is called. Also corrected the implementation of IBObjectAdditions in GormImage and GormSound.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21563 72102866-910b-0410-8b05-ffd578937521
2005-07-28 04:01:24 +00:00
Gregory John Casamento
182a1a4e05 Removed synchronize from prefs classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21549 72102866-910b-0410-8b05-ffd578937521
2005-07-27 06:05:22 +00:00
Gregory John Casamento
5bf31114f7 Added documentation. Corrected a minor issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21547 72102866-910b-0410-8b05-ffd578937521
2005-07-27 05:42:04 +00:00
Gregory John Casamento
37d98a0127 Separated out GormWindowEditor.h and added documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21546 72102866-910b-0410-8b05-ffd578937521
2005-07-27 02:49:57 +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
428716326e Corrected a crash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21541 72102866-910b-0410-8b05-ffd578937521
2005-07-26 03:23:04 +00:00
Gregory John Casamento
f7c68eb629 Simplified dependencies.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21530 72102866-910b-0410-8b05-ffd578937521
2005-07-24 20:37:05 +00:00
Gregory John Casamento
8fbffd384b Correction for bug#13754.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21529 72102866-910b-0410-8b05-ffd578937521
2005-07-24 20:26:17 +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
Gregory John Casamento
60c9f57054 Additional documentation generation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21521 72102866-910b-0410-8b05-ffd578937521
2005-07-23 14:04:14 +00:00
Fabien Vallon
0c42df975b Fix bug #13872
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21508 72102866-910b-0410-8b05-ffd578937521
2005-07-21 11:42:57 +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
7192134d1c Further correction for previous fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21497 72102866-910b-0410-8b05-ffd578937521
2005-07-17 19:43:13 +00:00
Gregory John Casamento
0e96a7e16b Various fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21496 72102866-910b-0410-8b05-ffd578937521
2005-07-17 19:04:52 +00:00
Gregory John Casamento
59330879dd Removed uneeded type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21493 72102866-910b-0410-8b05-ffd578937521
2005-07-17 12:40:06 +00:00
Gregory John Casamento
61fb2596fc Corrected notification-update loop.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21492 72102866-910b-0410-8b05-ffd578937521
2005-07-17 03:31:09 +00:00
Gregory John Casamento
4e21cb1174 Removed excess logging statement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21482 72102866-910b-0410-8b05-ffd578937521
2005-07-16 01:44:41 +00:00
Gregory John Casamento
2f9ccc2a40 Changed a log and added some exception handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21480 72102866-910b-0410-8b05-ffd578937521
2005-07-15 04:51:27 +00:00
Gregory John Casamento
5c90039127 Usability change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21473 72102866-910b-0410-8b05-ffd578937521
2005-07-14 16:36:48 +00:00
Gregory John Casamento
0e4671f628 Updated toolbar delegate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21470 72102866-910b-0410-8b05-ffd578937521
2005-07-14 13:00:28 +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
Gregory John Casamento
37914f9227 Corrected problem selecting NSObject.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21464 72102866-910b-0410-8b05-ffd578937521
2005-07-13 12:58:04 +00:00
Gregory John Casamento
9b1d69cbc7 Refactored code in GormClassEditor.m to re-use functionality, corrected a palette problem, and made GormClassManager deal with root classes more generically.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21463 72102866-910b-0410-8b05-ffd578937521
2005-07-13 06:19:16 +00:00
Fabien Vallon
1976bc7dba Add minimum column size for Browser Inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21462 72102866-910b-0410-8b05-ffd578937521
2005-07-12 15:44:21 +00:00
Fabien Vallon
1d63c1e3fb Fix browserView/OutlineView switch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21458 72102866-910b-0410-8b05-ffd578937521
2005-07-12 14:28:49 +00:00
Fabien Vallon
44b7654d9e set intialFirstResponder to some inspectors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21451 72102866-910b-0410-8b05-ffd578937521
2005-07-11 14:01:58 +00:00
Fabien Vallon
714c0a21f1 improve NSForm / update documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21448 72102866-910b-0410-8b05-ffd578937521
2005-07-11 13:15:27 +00:00
Gregory John Casamento
1255c14101 Correction to interface file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21446 72102866-910b-0410-8b05-ffd578937521
2005-07-11 00:35:04 +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
f6526cbc54 Added checks to prevent error when changing cell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21426 72102866-910b-0410-8b05-ffd578937521
2005-07-08 08:35:20 +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
01252416bf Update Documentation / improve UI (Gorm.gorm)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21418 72102866-910b-0410-8b05-ffd578937521
2005-07-07 14:58:48 +00:00
Gregory John Casamento
f55c5147da Set selection based on top level editor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21411 72102866-910b-0410-8b05-ffd578937521
2005-07-06 14:47:33 +00:00
Gregory John Casamento
9d116f0f2a Corrected bug where gorm incorrectly claims to update a file. Added documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21409 72102866-910b-0410-8b05-ffd578937521
2005-07-05 14:58:42 +00:00
Gregory John Casamento
f9f27fa0ae Correction for crash when connected to NSOwner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21407 72102866-910b-0410-8b05-ffd578937521
2005-07-05 01:17:58 +00:00
Gregory John Casamento
450e7b6f4e Removed some duplicate connections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21406 72102866-910b-0410-8b05-ffd578937521
2005-07-05 00:43:44 +00:00
Gregory John Casamento
58f3adfdec Added new alignment and layout menus.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21405 72102866-910b-0410-8b05-ffd578937521
2005-07-04 21:53:33 +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
f5c1bcf9e0 Updated code in -[Gorm applicationWillTerminate:] to save the state of the inspector/palette when closing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21378 72102866-910b-0410-8b05-ffd578937521
2005-06-30 04:45:40 +00:00
Gregory John Casamento
eb44c977c5 Change to make the view visible when testing, but not to allow it to use
OpenGL, since we don't want to introduce an unecessary dependency.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21334 72102866-910b-0410-8b05-ffd578937521
2005-06-21 00:04:36 +00:00
Gregory John Casamento
c1c8b949d8 Added demo opengl view as well as corrected a memory leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21333 72102866-910b-0410-8b05-ffd578937521
2005-06-20 23:44:20 +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
5ab6e00e3e Minor code cleanup. Replaced deprecated method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21317 72102866-910b-0410-8b05-ffd578937521
2005-06-17 04:41:24 +00:00
Gregory John Casamento
7f8251ed59 Code cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21316 72102866-910b-0410-8b05-ffd578937521
2005-06-17 04:17:39 +00:00
Gregory John Casamento
5a8506b4fb Prevent a call to "stop:" from the test session from killing the app.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21314 72102866-910b-0410-8b05-ffd578937521
2005-06-17 03:43:43 +00:00
Gregory John Casamento
9ce0b44f38 Added revert to setObject:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21313 72102866-910b-0410-8b05-ffd578937521
2005-06-16 23:42:34 +00:00
Gregory John Casamento
ecb1e77bfa Correction for translate to display the windows after translation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21309 72102866-910b-0410-8b05-ffd578937521
2005-06-15 00:34:36 +00:00
Gregory John Casamento
98da5d2ea6 Double click method _handleDoubleClick: calls NSDebugLog instead of NSLog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21307 72102866-910b-0410-8b05-ffd578937521
2005-06-13 03:31:18 +00:00
Gregory John Casamento
b62d1ce425 Added GormProtocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21306 72102866-910b-0410-8b05-ffd578937521
2005-06-13 03:18:39 +00:00
Gregory John Casamento
56110eebb2 Updates to fix minor issues with outline view and translation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21305 72102866-910b-0410-8b05-ffd578937521
2005-06-13 03:14:57 +00:00
Gregory John Casamento
3d9eb1203b More translation code to allow for the user to translate from one language to another.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21300 72102866-910b-0410-8b05-ffd578937521
2005-06-11 18:06:43 +00:00
Gregory John Casamento
d6989fa187 Added logic to translate method to assist in user translation from one language to another.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21299 72102866-910b-0410-8b05-ffd578937521
2005-06-11 09:08:47 +00:00
Gregory John Casamento
9d70705d9d Added translation and corrected infinite loop.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21295 72102866-910b-0410-8b05-ffd578937521
2005-06-10 11:43:51 +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
2a30191e74 Changes to enable disable remove button in gui when actions/outlets are selected as appropriate.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21252 72102866-910b-0410-8b05-ffd578937521
2005-05-24 04:28:17 +00:00
Gregory John Casamento
edafe3f8c9 Fix to prevent resize issues in the outline view.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21246 72102866-910b-0410-8b05-ffd578937521
2005-05-22 04:40:06 +00:00
Gregory John Casamento
5ac7372ea2 Corrected problem with outline/browser view shrinking when switched.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21243 72102866-910b-0410-8b05-ffd578937521
2005-05-21 17:17:00 +00:00
Gregory John Casamento
d4ce568b41 Changes to allow the user to switch between a browser and an outline view for classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21242 72102866-910b-0410-8b05-ffd578937521
2005-05-21 15:10:14 +00:00
Gregory John Casamento
b06b7c8924 Corrected time.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21235 72102866-910b-0410-8b05-ffd578937521
2005-05-20 04:04:40 +00:00
Gregory John Casamento
b38e36d071 Committing release information.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21234 72102866-910b-0410-8b05-ffd578937521
2005-05-20 04:01:51 +00:00
Gregory John Casamento
7c7e2deac1 Correction for crash after gmodel conversion.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21193 72102866-910b-0410-8b05-ffd578937521
2005-05-07 10:49:24 +00:00
Gregory John Casamento
69bc03eb7e Improved gmodel decoding and start of code for class browser.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21192 72102866-910b-0410-8b05-ffd578937521
2005-05-07 10:34:26 +00:00
Gregory John Casamento
9b9575fb7f Correction for a bug which was preventing editing of class names in the outline view also, preparations for the use of NSBrowser to view the classes (in addition to the outline).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21186 72102866-910b-0410-8b05-ffd578937521
2005-05-04 09:34:49 +00:00
Gregory John Casamento
cc62de25fb Change log entry for correction to GormClassManager.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21173 72102866-910b-0410-8b05-ffd578937521
2005-05-01 05:18:51 +00:00
Gregory John Casamento
e203f18136 Correction for crash seen by Banlu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21163 72102866-910b-0410-8b05-ffd578937521
2005-04-28 12:50:50 +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
c7f0afb590 Brings up alert if header can't be parsed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21151 72102866-910b-0410-8b05-ffd578937521
2005-04-24 03:00:18 +00:00
Gregory John Casamento
314f0e9d38 Improved top level editor switching functionality.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21150 72102866-910b-0410-8b05-ffd578937521
2005-04-24 00:15:57 +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
9d4a74153b Refactored NSCell additions out of GormPrivate and added a new method for pboard type registration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21148 72102866-910b-0410-8b05-ffd578937521
2005-04-23 17:16:10 +00:00
Gregory John Casamento
91ddcae2a9 Code to allow drag and drop parsing of headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21146 72102866-910b-0410-8b05-ffd578937521
2005-04-23 06:54:22 +00:00
Gregory John Casamento
577c17a847 Corrected a problem with switching top level editors during drag and drop.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21144 72102866-910b-0410-8b05-ffd578937521
2005-04-22 21:27:14 +00:00
Gregory John Casamento
2d0b6fc07e Added method which switches to the appropriate editor to accept a drag.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21143 72102866-910b-0410-8b05-ffd578937521
2005-04-22 20:02:45 +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
6618ced98b Added new resource manager.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21139 72102866-910b-0410-8b05-ffd578937521
2005-04-22 00:43:10 +00:00
Gregory John Casamento
a685897ef9 Fix for duplicate call to setView:. Also eliminates a recursive notification loop.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21136 72102866-910b-0410-8b05-ffd578937521
2005-04-21 04:41:57 +00:00
Gregory John Casamento
564893d37a Fix to prevent a problem in unarchiving from crashing the app.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21134 72102866-910b-0410-8b05-ffd578937521
2005-04-21 03:04:08 +00:00
Gregory John Casamento
d71b1e88b8 Improved standalone view support.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21133 72102866-910b-0410-8b05-ffd578937521
2005-04-21 01:56:08 +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
6a0a061693 Implemented SubstituteClasses mechanism. This allows palettes to use subclasses of the class to edit and they will be saved as the real class when the gorm file is save and read as the substitute class when the gorm class is loaded by Gorm.app.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21120 72102866-910b-0410-8b05-ffd578937521
2005-04-17 16:14:12 +00:00
Gregory John Casamento
d6c63c9e96 Send the connector as the object in the notification sent by removeConnector:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21118 72102866-910b-0410-8b05-ffd578937521
2005-04-17 01:48:49 +00:00