Fabien Vallon
819aa1e91b
Fix typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16787 72102866-910b-0410-8b05-ffd578937521
2003-05-25 12:33:29 +00:00
Fabien Vallon
3df86b7e01
Add Localization
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16786 72102866-910b-0410-8b05-ffd578937521
2003-05-24 12:40:54 +00:00
Fabien Vallon
d1f357a5bf
refactored new documents in Gorm.m , add tags for new documents in Gorm.gorm.
...
intelligent window placement (cascade)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16785 72102866-910b-0410-8b05-ffd578937521
2003-05-24 11:18:11 +00:00
Fabien Vallon
9fa942061d
eplace newApplication: newPalettes: , newInspector: newEmpty by
...
newGormDocument:
Add intelligent window placement (cascade)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16784 72102866-910b-0410-8b05-ffd578937521
2003-05-24 11:12:09 +00:00
Fabien Vallon
605c4bf62a
replace newApplication: newPalettes: , newInspector: newEmpty by newGormDocument:
...
Add intelligent window placement (cascade)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16783 72102866-910b-0410-8b05-ffd578937521
2003-05-24 11:11:18 +00:00
Fabien Vallon
82b28558d8
Add tags for in items for newApplication, newEmpty, newInspector,
...
newPalettes, replace newApplication: newPalettes: , newInspector: newEmpty
by newGormDocument:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16782 72102866-910b-0410-8b05-ffd578937521
2003-05-24 11:10:05 +00:00
Gregory John Casamento
dcd8956ff5
removing -Werror from GormLib
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16781 72102866-910b-0410-8b05-ffd578937521
2003-05-24 05:37:59 +00:00
Gregory John Casamento
b33b4819e1
Fixed minor segfault.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16780 72102866-910b-0410-8b05-ffd578937521
2003-05-24 05:29:35 +00:00
Gregory John Casamento
543999b06c
Forgot to remove this file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16777 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:28:48 +00:00
Gregory John Casamento
dc86bbbd18
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16776 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:25:34 +00:00
Gregory John Casamento
ae0687d0fc
Submitting patch by fabien vallon to toggle the guidlines.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16752 72102866-910b-0410-8b05-ffd578937521
2003-05-20 03:57:37 +00:00
Gregory John Casamento
cfcc4d2f9d
Fixed minor bug.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16746 72102866-910b-0410-8b05-ffd578937521
2003-05-18 02:06:38 +00:00
Gregory John Casamento
0141a9145e
Forgot to add this in last commit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16706 72102866-910b-0410-8b05-ffd578937521
2003-05-13 04:13:57 +00:00
Gregory John Casamento
b5f14f087d
Adding patch supplied by Fabien Vallon
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16705 72102866-910b-0410-8b05-ffd578937521
2003-05-13 04:10:12 +00:00
Gregory John Casamento
dfa2cef136
Cleaned up some of the code in GormDocument and also corrected the copy/paste
...
bug.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16686 72102866-910b-0410-8b05-ffd578937521
2003-05-11 06:06:38 +00:00
Gregory John Casamento
70d53d483a
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
...
-Werror option so that future warnings will be treated as errors.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16685 72102866-910b-0410-8b05-ffd578937521
2003-05-10 21:19:25 +00:00
Gregory John Casamento
2795d5b995
Corrected a bug which was causing issues with custom classes and gorm file
...
corruption.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16684 72102866-910b-0410-8b05-ffd578937521
2003-05-10 17:34:45 +00:00
Gregory John Casamento
1678fafeae
Fixed a bug which was causing issues with custom classes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16679 72102866-910b-0410-8b05-ffd578937521
2003-05-09 04:02:41 +00:00
Gregory John Casamento
b0c1c7c958
Adding changes necessary to use the icon by Andrew Lindesay as the file icon
...
for .gmodel files. Patch submitted by Rob Burns.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16670 72102866-910b-0410-8b05-ffd578937521
2003-05-08 04:56:10 +00:00
Adam Fedor
fe43fc2f1f
Don't install palettes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16590 72102866-910b-0410-8b05-ffd578937521
2003-05-01 04:20:22 +00:00
Richard Frith-Macdonald
28612c2376
Tidyups
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16482 72102866-910b-0410-8b05-ffd578937521
2003-04-18 05:40:25 +00:00
Adam Fedor
0abf8972bb
Remove initialize_gnustep_backend()
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16389 72102866-910b-0410-8b05-ffd578937521
2003-04-07 19:42:40 +00:00
Gregory John Casamento
4ed098146a
Made a fix to GormFilesOwner to correct a bug reported by Scott Cristely
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16383 72102866-910b-0410-8b05-ffd578937521
2003-04-07 04:00:30 +00:00
Adam Fedor
409b0f6cf2
Version 0.2.6
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16133 72102866-910b-0410-8b05-ffd578937521
2003-03-05 19:38:55 +00:00
Adam Fedor
eacb1b3b6b
Update instpectors
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16126 72102866-910b-0410-8b05-ffd578937521
2003-03-04 17:07:09 +00:00
Adam Fedor
51ebbb3154
Update app name, info menu item
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16125 72102866-910b-0410-8b05-ffd578937521
2003-03-04 16:47:54 +00:00
Richard Frith-Macdonald
2852d2e510
Fix use of #import
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16111 72102866-910b-0410-8b05-ffd578937521
2003-03-03 09:15:48 +00:00
Richard Frith-Macdonald
0f8a9bc08c
Tidied
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16109 72102866-910b-0410-8b05-ffd578937521
2003-03-02 19:26:51 +00:00
Richard Frith-Macdonald
106830ca99
Minor class outline view vix
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15954 72102866-910b-0410-8b05-ffd578937521
2003-02-13 13:32:59 +00:00
Richard Frith-Macdonald
2746219035
Improve connection inspector highlighting
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15930 72102866-910b-0410-8b05-ffd578937521
2003-02-11 06:55:50 +00:00
Pierre-Yves Rivaille
a8ebc11e39
* GormInspectorsManager.m: _internalCall:
...
only reload the column when needed, this was causing segfaults
with the new lockFocus code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15928 72102866-910b-0410-8b05-ffd578937521
2003-02-10 20:20:04 +00:00
Gregory John Casamento
0169623822
Fixing GormTableViewEditor issue which was causing an exception when no columns were selected.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15862 72102866-910b-0410-8b05-ffd578937521
2003-02-03 01:52:08 +00:00
Gregory John Casamento
719c82309b
General cleanup.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15742 72102866-910b-0410-8b05-ffd578937521
2003-01-28 03:20:22 +00:00
Gregory John Casamento
8b5d9b34c6
Correcting minor compilation error.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15682 72102866-910b-0410-8b05-ffd578937521
2003-01-23 04:39:39 +00:00
Adam Fedor
dc50f55fd0
Version 0.2.5
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15669 72102866-910b-0410-8b05-ffd578937521
2003-01-21 15:18:30 +00:00
Gregory John Casamento
aa25a9ed53
Removed extra NSLog() call
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15617 72102866-910b-0410-8b05-ffd578937521
2003-01-17 05:45:01 +00:00
Gregory John Casamento
0f19e9a112
Correcting testInterface bug.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15612 72102866-910b-0410-8b05-ffd578937521
2003-01-17 03:55:55 +00:00
Gregory John Casamento
d7e21278a0
Started implementing new feature and fixed a bug with the NSWindowTemplate.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15607 72102866-910b-0410-8b05-ffd578937521
2003-01-16 04:09:07 +00:00
Gregory John Casamento
a939756a02
Corrected another small problem w/ custom class support.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15593 72102866-910b-0410-8b05-ffd578937521
2003-01-14 06:50:45 +00:00
Gregory John Casamento
6a4fdb042f
Removed some extraneous log statements
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15592 72102866-910b-0410-8b05-ffd578937521
2003-01-14 06:31:50 +00:00
Gregory John Casamento
b7931b0b4f
Fixed a bug with custom classes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15591 72102866-910b-0410-8b05-ffd578937521
2003-01-14 06:29:34 +00:00
Gregory John Casamento
8c0b18b4ab
Improved GModel support.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15581 72102866-910b-0410-8b05-ffd578937521
2003-01-13 07:15:18 +00:00
Gregory John Casamento
a03ab599c2
Some bug fixes to header parsing and a documentation change.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15579 72102866-910b-0410-8b05-ffd578937521
2003-01-12 06:29:19 +00:00
Gregory John Casamento
82b8ee1eb4
Change log entries for GormCustomView.m modifications
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15577 72102866-910b-0410-8b05-ffd578937521
2003-01-10 03:01:55 +00:00
Gregory John Casamento
8b3b4c8a2e
Fixed minor bug in custom view
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15576 72102866-910b-0410-8b05-ffd578937521
2003-01-10 01:57:56 +00:00
Gregory John Casamento
d0d355ec92
Remove of action/outlet/class now acts correctly when user cancels.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15568 72102866-910b-0410-8b05-ffd578937521
2003-01-09 07:03:36 +00:00
Gregory John Casamento
7801ab1a9c
Added code to remove connections when an action, outlet or class is deleted.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15567 72102866-910b-0410-8b05-ffd578937521
2003-01-09 06:17:07 +00:00
Gregory John Casamento
242b6d5b82
Fixed font panel problem
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15566 72102866-910b-0410-8b05-ffd578937521
2003-01-09 05:52:19 +00:00
Gregory John Casamento
ec5593d988
Corrected problem w/ size inspector for tab view.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15559 72102866-910b-0410-8b05-ffd578937521
2003-01-09 03:57:58 +00:00
Gregory John Casamento
2d454a88de
Fixing bugs. Outlets were not showing up in the inspector for custom classes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15558 72102866-910b-0410-8b05-ffd578937521
2003-01-09 03:39:27 +00:00