Commit graph

291 commits

Author SHA1 Message Date
Gregory John Casamento
d23519ef81 Removing commented out code. General cleanup of some of the code and documentation improvement. Also added "Autoenable" to the menu inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17984 72102866-910b-0410-8b05-ffd578937521
2003-10-28 05:25:14 +00:00
Gregory John Casamento
eb6f3a012b Added categories for old templates for compatiblity. Also removed some commented code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17978 72102866-910b-0410-8b05-ffd578937521
2003-10-25 20:56:14 +00:00
Gregory John Casamento
d8c22f676a Corrected bug which was causing a crash after attempting to add to a class which cannot be added to.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17934 72102866-910b-0410-8b05-ffd578937521
2003-10-20 03:08:54 +00:00
Gregory John Casamento
f9a6d82c8f Fix for segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17922 72102866-910b-0410-8b05-ffd578937521
2003-10-19 04:56:07 +00:00
Gregory John Casamento
90fec02a37 Code to remove all subviews of a view deleted from the GUI.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17918 72102866-910b-0410-8b05-ffd578937521
2003-10-18 06:20:45 +00:00
Gregory John Casamento
7b2f9f74b4 Correcting some menu difficulties with Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17827 72102866-910b-0410-8b05-ffd578937521
2003-10-13 03:32:51 +00:00
Gregory John Casamento
7c8894276f Some fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17820 72102866-910b-0410-8b05-ffd578937521
2003-10-12 05:45:44 +00:00
Gregory John Casamento
458a9f2d39 Adding defer functionality.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17797 72102866-910b-0410-8b05-ffd578937521
2003-10-08 05:00:21 +00:00
Gregory John Casamento
22c590249c Corrected date in ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17796 72102866-910b-0410-8b05-ffd578937521
2003-10-08 04:58:46 +00:00
Gregory John Casamento
afb10e522b Releasing 0.4.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17794 72102866-910b-0410-8b05-ffd578937521
2003-10-08 04:35:23 +00:00
Gregory John Casamento
daba72b9b9 Corrected Report #5205. Menus for Windows/Services should now be designated by Gorm and correctly shown when the .gorm file loads.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17742 72102866-910b-0410-8b05-ffd578937521
2003-09-28 23:31:35 +00:00
Gregory John Casamento
15253a9462 New .gorm based inspectors for menus and menu items. Also some general code cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17737 72102866-910b-0410-8b05-ffd578937521
2003-09-28 01:58:57 +00:00
Gregory John Casamento
6d36250f7e Corrected an issue with nonCustomSuperClassOf:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17645 72102866-910b-0410-8b05-ffd578937521
2003-09-09 02:57:30 +00:00
Gregory John Casamento
5829d599d0 Changes to correct the set name issue as well as some of the code to facilitate standalone views.:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17643 72102866-910b-0410-8b05-ffd578937521
2003-09-09 01:28:46 +00:00
Gregory John Casamento
130af7186b Updated GormInspectorsManager.m to check for problems when creating connections. If there is a problem the connection is cleared and an error is displayed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17642 72102866-910b-0410-8b05-ffd578937521
2003-09-08 03:53:49 +00:00
Gregory John Casamento
3b7d508e7d Added check for valid destination.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17641 72102866-910b-0410-8b05-ffd578937521
2003-09-08 03:34:40 +00:00
Gregory John Casamento
ccc7b38d8d Comitting fixes contributed by Andy to correct default encoding issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17634 72102866-910b-0410-8b05-ffd578937521
2003-09-07 14:42:24 +00:00
Gregory John Casamento
5a32088d14 Added GSStepper and GSStepperCell to the ClassInformation.plist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17600 72102866-910b-0410-8b05-ffd578937521
2003-09-01 18:17:36 +00:00
Gregory John Casamento
0cd892746d Committing for release 0.3.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17588 72102866-910b-0410-8b05-ffd578937521
2003-09-01 13:29:39 +00:00
Gregory John Casamento
5976bf5b2c Corrected #4390 and #4852 in Gorm's bug list. Now saves the images properly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17583 72102866-910b-0410-8b05-ffd578937521
2003-09-01 10:18:20 +00:00
Gregory John Casamento
3894b807de Override awakeWithContext: to prevent issues when loading .gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17577 72102866-910b-0410-8b05-ffd578937521
2003-08-31 03:46:46 +00:00
Gregory John Casamento
b8f1c90ade Fix for gcc < 3.x
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17573 72102866-910b-0410-8b05-ffd578937521
2003-08-30 15:04:34 +00:00
Gregory John Casamento
e8c70b7dc2 Fixed compilation with gcc < 3.x
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17570 72102866-910b-0410-8b05-ffd578937521
2003-08-29 23:28:15 +00:00
Gregory John Casamento
e647d64d34 Minor corrections. Reduced log output and added logic to prevent exception.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17561 72102866-910b-0410-8b05-ffd578937521
2003-08-28 04:32:41 +00:00
Gregory John Casamento
1891e72942 Bug fixes. Log statements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17536 72102866-910b-0410-8b05-ffd578937521
2003-08-25 04:53:45 +00:00
Gregory John Casamento
445a8c9cc5 Corrected issue which was causing custom class associations to not be deleted
when a class is replaced or removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17531 72102866-910b-0410-8b05-ffd578937521
2003-08-24 17:10:05 +00:00
Gregory John Casamento
6e3bb6428c Corrected selection problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17521 72102866-910b-0410-8b05-ffd578937521
2003-08-24 01:29:35 +00:00
Gregory John Casamento
066c79a723 Correction for Report #3270
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17519 72102866-910b-0410-8b05-ffd578937521
2003-08-23 17:51:59 +00:00
Gregory John Casamento
ddefb9580e Further bugfixes and improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17517 72102866-910b-0410-8b05-ffd578937521
2003-08-23 06:31:53 +00:00
Gregory John Casamento
b1cd469a9a Corrections to prevent .gorm file corruption.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17516 72102866-910b-0410-8b05-ffd578937521
2003-08-23 05:49:26 +00:00
Gregory John Casamento
ef9cf368da Modifications to make use of new templates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17512 72102866-910b-0410-8b05-ffd578937521
2003-08-23 01:04:36 +00:00
Adam Fedor
4797ad490a Use ADDITIONAL_GUI_LIBS for GormLib
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17486 72102866-910b-0410-8b05-ffd578937521
2003-08-16 20:42:25 +00:00
Fabien Vallon
8210db1b7c Add Visual help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17476 72102866-910b-0410-8b05-ffd578937521
2003-08-13 09:49:01 +00:00
Gregory John Casamento
e95739bc29 Added code to initialize a internal var before it is used. This was causing weirdness in the backend.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17466 72102866-910b-0410-8b05-ffd578937521
2003-08-10 20:18:56 +00:00
Gregory John Casamento
36af42bd09 Corrected NSMenuItem add problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17465 72102866-910b-0410-8b05-ffd578937521
2003-08-10 19:55:04 +00:00
Gregory John Casamento
3999531d91 Adding fix for outlet deletion exception.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17462 72102866-910b-0410-8b05-ffd578937521
2003-08-10 03:36:27 +00:00
Fabien Vallon
5b95b9555c minor Fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17432 72102866-910b-0410-8b05-ffd578937521
2003-08-04 11:49:38 +00:00
Fabien Vallon
e81b44f8c4 Fix dnd in GormImageEditor
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17430 72102866-910b-0410-8b05-ffd578937521
2003-08-04 09:34:59 +00:00
Fabien Vallon
157b407f38 Add offset when pasting, re-organize/clean Gorm.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17426 72102866-910b-0410-8b05-ffd578937521
2003-08-03 09:03:24 +00:00
Gregory John Casamento
2ecd14b4a8 Committing header updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17410 72102866-910b-0410-8b05-ffd578937521
2003-08-01 03:20:43 +00:00
Gregory John Casamento
a28d99df15 Adding changes to files for Gorm 0.3.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17330 72102866-910b-0410-8b05-ffd578937521
2003-07-24 05:03:38 +00:00
Gregory John Casamento
7992efeb9c Updated change log.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17329 72102866-910b-0410-8b05-ffd578937521
2003-07-24 05:01:16 +00:00
Gregory John Casamento
1ae5c3a2f3 Added changes to make Gorm compile in one go.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17271 72102866-910b-0410-8b05-ffd578937521
2003-07-21 03:44:59 +00:00
Gregory John Casamento
84ccb3b773 Adding inspector and interface for image inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17269 72102866-910b-0410-8b05-ffd578937521
2003-07-20 23:11:37 +00:00
Gregory John Casamento
049184d253 Corrected an issue with saving images/sounds
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17267 72102866-910b-0410-8b05-ffd578937521
2003-07-20 20:26:20 +00:00
Gregory John Casamento
9b150d6e34 Changes to correct header reading issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17212 72102866-910b-0410-8b05-ffd578937521
2003-07-15 04:20:09 +00:00
Gregory John Casamento
db162f282c Added code to correct problem where new classes are not showing up in the file's owner inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17070 72102866-910b-0410-8b05-ffd578937521
2003-06-30 02:15:00 +00:00
Gregory John Casamento
80c950ec34 Added code from Matt Rice to allow multiple selection of images/sounds.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17068 72102866-910b-0410-8b05-ffd578937521
2003-06-29 17:23:39 +00:00
Gregory John Casamento
f614f555d1 Added inspector for NSColorWell and added some stubbed methods to GormFontViewController
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17044 72102866-910b-0410-8b05-ffd578937521
2003-06-27 02:48:09 +00:00
Gregory John Casamento
1136d398d1 Added an inspector for NSProgressIndicator class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17036 72102866-910b-0410-8b05-ffd578937521
2003-06-26 03:00:13 +00:00