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
Gregory John Casamento
194491fe6c
Improved palette import.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21116 72102866-910b-0410-8b05-ffd578937521
2005-04-16 23:33:23 +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
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
33bee67221
Added missing classes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21109 72102866-910b-0410-8b05-ffd578937521
2005-04-14 05:46:15 +00:00
Gregory John Casamento
3861edb3fa
Simplfied code. started outlet/action export code.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21108 72102866-910b-0410-8b05-ffd578937521
2005-04-14 04:40:48 +00:00
Gregory John Casamento
13ebd044a8
Correction for notification issue and connection problem.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21102 72102866-910b-0410-8b05-ffd578937521
2005-04-13 00:32:33 +00:00
Gregory John Casamento
f1ab2ddbb1
More corrections/improvements.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21094 72102866-910b-0410-8b05-ffd578937521
2005-04-12 03:29:00 +00:00
Gregory John Casamento
20a69d296f
Correction for crash.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21093 72102866-910b-0410-8b05-ffd578937521
2005-04-12 02:54:24 +00:00
Gregory John Casamento
9c1037fd7b
Correction for "double drag" problem.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21092 72102866-910b-0410-8b05-ffd578937521
2005-04-11 23:27:16 +00:00
Gregory John Casamento
2c60ce5777
Improved documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21091 72102866-910b-0410-8b05-ffd578937521
2005-04-11 20:42:33 +00:00
Gregory John Casamento
80bcf1a1ec
More improvements to the resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21086 72102866-910b-0410-8b05-ffd578937521
2005-04-11 05:43:19 +00:00
Gregory John Casamento
5a0150c3bb
Correction for resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21085 72102866-910b-0410-8b05-ffd578937521
2005-04-11 05:09:40 +00:00
Gregory John Casamento
1465667ceb
Corrections for IBResourceManager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21084 72102866-910b-0410-8b05-ffd578937521
2005-04-11 04:05:30 +00:00
Gregory John Casamento
99380cf45a
Updated version to 0.9.7.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21083 72102866-910b-0410-8b05-ffd578937521
2005-04-11 02:47:00 +00:00
Gregory John Casamento
d9cc373584
Implementation of resource manager handling for adding objects to the document.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21082 72102866-910b-0410-8b05-ffd578937521
2005-04-11 00:16:01 +00:00
Gregory John Casamento
660c9fd7ad
Improved attachObject:toParent: and implemented more of the resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21080 72102866-910b-0410-8b05-ffd578937521
2005-04-10 22:21:59 +00:00
Gregory John Casamento
5e2a90da82
Implementation for IBResourceManager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21039 72102866-910b-0410-8b05-ffd578937521
2005-04-03 11:42:35 +00:00
Gregory John Casamento
2b77b33078
Update the version of the file when it's saved.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21019 72102866-910b-0410-8b05-ffd578937521
2005-03-31 04:37:40 +00:00
Gregory John Casamento
32ccadfa82
Updating version.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21018 72102866-910b-0410-8b05-ffd578937521
2005-03-31 03:44:57 +00:00
Gregory John Casamento
4af202a535
Removed files which were modified on the branch and manually merged back.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21013 72102866-910b-0410-8b05-ffd578937521
2005-03-31 03:04:43 +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
Gregory John Casamento
10a906ca42
Correction for minor bug.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20981 72102866-910b-0410-8b05-ffd578937521
2005-03-27 11:16:36 +00:00
Gregory John Casamento
71299b7722
Adding shell script for mingw on windows.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20972 72102866-910b-0410-8b05-ffd578937521
2005-03-26 15:07:22 +00:00
Gregory John Casamento
de93235a77
Correction to previous commit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20971 72102866-910b-0410-8b05-ffd578937521
2005-03-26 06:38:55 +00:00
Gregory John Casamento
e13a923c4d
Enhanced build.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20970 72102866-910b-0410-8b05-ffd578937521
2005-03-26 06:29:56 +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
06f235397f
Fixed Windows building
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20951 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:19:23 +00:00
Gregory John Casamento
5d1448ad99
Inspector should now show the name of an image when it's added to the button (or whatever view).
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20931 72102866-910b-0410-8b05-ffd578937521
2005-03-20 15:08:59 +00:00
Gregory John Casamento
a80f102678
Added new file to the GormLib.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20929 72102866-910b-0410-8b05-ffd578937521
2005-03-19 20:56:22 +00:00
Gregory John Casamento
e538fd2c68
Corrected problem with guideline adjustment.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20928 72102866-910b-0410-8b05-ffd578937521
2005-03-19 10:31:38 +00:00
Gregory John Casamento
d10aef8928
Added new preferences panel for guideline spacing.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20927 72102866-910b-0410-8b05-ffd578937521
2005-03-19 09:50:47 +00:00
Gregory John Casamento
2989e661d0
Change AllowsUserBundles default to YES.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20926 72102866-910b-0410-8b05-ffd578937521
2005-03-19 08:22:10 +00:00
Gregory John Casamento
2536d5b694
Removed Testing from the makefile.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20900 72102866-910b-0410-8b05-ffd578937521
2005-03-12 02:25:42 +00:00
Gregory John Casamento
a703c5f2ae
Removed GormTest.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20898 72102866-910b-0410-8b05-ffd578937521
2005-03-12 02:20:18 +00:00
Gregory John Casamento
c80afb4514
Added some code which tries another way to change the font if the responder chain isn't sucessful in locating the object to call changeFont: on.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20871 72102866-910b-0410-8b05-ffd578937521
2005-03-08 05:11:41 +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
e8d1671cfc
Documentation improvement.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20859 72102866-910b-0410-8b05-ffd578937521
2005-03-06 11:14:43 +00:00
Gregory John Casamento
0178caba77
Refactoring of Image/Sound editors.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20854 72102866-910b-0410-8b05-ffd578937521
2005-03-06 04:05:03 +00:00
Gregory John Casamento
6005156b82
Streamlined implementation of image/sound editor. Also prepared for eventual refactorization of image/sound editors into GormResourceEditor.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20842 72102866-910b-0410-8b05-ffd578937521
2005-03-04 08:55:36 +00:00
Gregory John Casamento
5b7a963bcf
Refactoring of GormImage/GormSource to GormResource subclasses.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20824 72102866-910b-0410-8b05-ffd578937521
2005-03-02 02:27:55 +00:00
Gregory John Casamento
c284b32f12
Bump CVS application version.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20816 72102866-910b-0410-8b05-ffd578937521
2005-03-01 01:04:54 +00:00
Gregory John Casamento
eaf814b07d
Commit for 0.9.2 release of Gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20814 72102866-910b-0410-8b05-ffd578937521
2005-03-01 00:45:23 +00:00
Gregory John Casamento
a7db8606cb
More documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20807 72102866-910b-0410-8b05-ffd578937521
2005-02-27 16:59:03 +00:00
Gregory John Casamento
cf2d17a4b1
autogsdoc generates GormLib docs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20803 72102866-910b-0410-8b05-ffd578937521
2005-02-27 05:14:48 +00:00
Gregory John Casamento
581590973a
Palette documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20802 72102866-910b-0410-8b05-ffd578937521
2005-02-27 04:55:22 +00:00
Gregory John Casamento
719fc1f1bf
Improved documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20800 72102866-910b-0410-8b05-ffd578937521
2005-02-27 03:06:03 +00:00
Gregory John Casamento
183c4898d9
Improved gmodel import.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20765 72102866-910b-0410-8b05-ffd578937521
2005-02-20 17:41:27 +00:00
Gregory John Casamento
6a418628a1
Code to mitigate issues with loadable bundles.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20749 72102866-910b-0410-8b05-ffd578937521
2005-02-19 07:24:39 +00:00
Gregory John Casamento
2688176533
Removed GormPosingView.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20728 72102866-910b-0410-8b05-ffd578937521
2005-02-16 04:31:25 +00:00
Gregory John Casamento
f9af79eb27
Font correction and disabling of poseAs:/poseAsClass:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20727 72102866-910b-0410-8b05-ffd578937521
2005-02-16 04:19:50 +00:00
Gregory John Casamento
1b3157f3d6
Added category handling.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20720 72102866-910b-0410-8b05-ffd578937521
2005-02-15 04:29:32 +00:00
Gregory John Casamento
f016e032d8
Corrected problem with header parser.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20703 72102866-910b-0410-8b05-ffd578937521
2005-02-14 05:54:39 +00:00
Gregory John Casamento
5454bafb52
Mark the document as edited. This prevents the user from loosing work
...
when importing a gmodel. Also make a "new" document edited since it is
unsaved.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20702 72102866-910b-0410-8b05-ffd578937521
2005-02-13 14:30:55 +00:00
Gregory John Casamento
faf7f3c0cc
Corrected problem with connection and compiler warning.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20701 72102866-910b-0410-8b05-ffd578937521
2005-02-13 14:22:04 +00:00
Gregory John Casamento
94a6c491f8
Corrected an issue loading .gmodels from "gopen" or from the workspace app.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20699 72102866-910b-0410-8b05-ffd578937521
2005-02-13 09:40:12 +00:00
Gregory John Casamento
2feadabe19
Minor correction in -saveAsDocument:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20665 72102866-910b-0410-8b05-ffd578937521
2005-02-06 15:38:10 +00:00
Gregory John Casamento
581db167d0
Corrected box title color
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20664 72102866-910b-0410-8b05-ffd578937521
2005-02-06 07:06:35 +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
779ab1bc2a
Remove windows opened during testing and addd titles to warning panels.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20660 72102866-910b-0410-8b05-ffd578937521
2005-02-05 14:11:57 +00:00
Gregory John Casamento
77e2765461
Minor corrections.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20649 72102866-910b-0410-8b05-ffd578937521
2005-02-03 03:41:18 +00:00
Gregory John Casamento
5e5f831079
Version 0.9.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20643 72102866-910b-0410-8b05-ffd578937521
2005-02-02 05:06:54 +00:00
Gregory John Casamento
4048a284b9
Varios fixes and a fix for bug#11778.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20641 72102866-910b-0410-8b05-ffd578937521
2005-02-01 04:30:17 +00:00
Gregory John Casamento
329813de0b
Correction for bug#11777
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20637 72102866-910b-0410-8b05-ffd578937521
2005-01-31 06:32:16 +00:00
Gregory John Casamento
769457a1cb
Improved parser and corrected background color.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20636 72102866-910b-0410-8b05-ffd578937521
2005-01-30 19:30:56 +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
6682de3e48
Further refinement of previous fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20633 72102866-910b-0410-8b05-ffd578937521
2005-01-30 03:32:12 +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
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
e66d2777ca
Prevent empty strings from appearing in formatted result.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20605 72102866-910b-0410-8b05-ffd578937521
2005-01-23 05:40:38 +00:00
Gregory John Casamento
ccdcd69734
More strict/precise formatting for outlets/actions.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20599 72102866-910b-0410-8b05-ffd578937521
2005-01-22 20:38:45 +00:00
Gregory John Casamento
5503a33008
Cleaned up GNUmakefile
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20598 72102866-910b-0410-8b05-ffd578937521
2005-01-22 19:18:25 +00:00
Gregory John Casamento
4daa2f0bf7
Improved resource management.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20597 72102866-910b-0410-8b05-ffd578937521
2005-01-22 17:16:16 +00:00
Gregory John Casamento
a001e2aed0
Corrected background color.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20544 72102866-910b-0410-8b05-ffd578937521
2005-01-12 03:05:44 +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
6663b0eced
Fixed some include issues.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20531 72102866-910b-0410-8b05-ffd578937521
2005-01-08 23:39:09 +00:00
Gregory John Casamento
1fc9adcce8
Correction for bug#11534.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20530 72102866-910b-0410-8b05-ffd578937521
2005-01-08 23:08:18 +00:00
Gregory John Casamento
82e6a77348
Reconcile the position of a view with it's parent. Ensures that the subview will always be pasted into a viewable area.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20527 72102866-910b-0410-8b05-ffd578937521
2005-01-08 17:30:09 +00:00
Gregory John Casamento
452e9e9d0f
Improved resource handling.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20517 72102866-910b-0410-8b05-ffd578937521
2005-01-04 04:52:46 +00:00
Gregory John Casamento
b9e8478246
Correction for exception when dragging images/sounds.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20513 72102866-910b-0410-8b05-ffd578937521
2005-01-02 20:07:36 +00:00
Gregory John Casamento
6d04958743
Improved docs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20511 72102866-910b-0410-8b05-ffd578937521
2005-01-01 15:29:40 +00:00
Gregory John Casamento
a7690ef937
Completed documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20510 72102866-910b-0410-8b05-ffd578937521
2005-01-01 14:56:11 +00:00
Gregory John Casamento
49c7adba2b
New classes/headers, fleshed out document class, added document.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20509 72102866-910b-0410-8b05-ffd578937521
2005-01-01 07:39:12 +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
162768468f
Improved image handling.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20501 72102866-910b-0410-8b05-ffd578937521
2004-12-29 02:21:11 +00:00
Gregory John Casamento
985d7c9a41
Enhancement to allow loading of older palettes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20500 72102866-910b-0410-8b05-ffd578937521
2004-12-28 21:37:44 +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
edf2035650
Removed some methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20493 72102866-910b-0410-8b05-ffd578937521
2004-12-28 02:37:02 +00:00