Commit graph

483 commits

Author SHA1 Message Date
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
b2739f91bb Corrected version information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17589 72102866-910b-0410-8b05-ffd578937521
2003-09-01 13:35:52 +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
d18b70deb2 Temporarily removing call to select class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17520 72102866-910b-0410-8b05-ffd578937521
2003-08-24 01:21:18 +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
4a57ded4ae Minor bug fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17518 72102866-910b-0410-8b05-ffd578937521
2003-08-23 12:54:13 +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
Fabien Vallon
125f542c34 Add visual help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17475 72102866-910b-0410-8b05-ffd578937521
2003-08-13 09:46:55 +00:00
Gregory John Casamento
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
cc8fffd7bf set a good path when adding Images
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17431 72102866-910b-0410-8b05-ffd578937521
2003-08-04 11:47:44 +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
d02ff72f08 Fix dnd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17429 72102866-910b-0410-8b05-ffd578937521
2003-08-04 09:34:31 +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
Fabien Vallon
a3af3e644a Add some todos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17425 72102866-910b-0410-8b05-ffd578937521
2003-08-03 09:02:32 +00:00
Fabien Vallon
c0e9eb5ce5 Claen up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17424 72102866-910b-0410-8b05-ffd578937521
2003-08-03 09:02:11 +00:00
Fabien Vallon
7c9e58f6ee Clean up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17423 72102866-910b-0410-8b05-ffd578937521
2003-08-03 09:01:48 +00:00
Fabien Vallon
e4bf463c97 Add offset When Pasting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17422 72102866-910b-0410-8b05-ffd578937521
2003-08-03 09:01:11 +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
b747859b74 Correction for Gorm to correspond with change in gui to make _menu private in NSResponder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17328 72102866-910b-0410-8b05-ffd578937521
2003-07-24 04:40:55 +00:00
Gregory John Casamento
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
109a1e129f Minor change to image inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17270 72102866-910b-0410-8b05-ffd578937521
2003-07-20 23:38:03 +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
d3489bacaa corrected minor compilation error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17268 72102866-910b-0410-8b05-ffd578937521
2003-07-20 22:00:34 +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
432db07c5f Minor correct to yesterdays' fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17231 72102866-910b-0410-8b05-ffd578937521
2003-07-16 05:06:10 +00:00
Gregory John Casamento
0c5b33bc1c A further correction of the header issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17216 72102866-910b-0410-8b05-ffd578937521
2003-07-15 04:57:37 +00:00
Gregory John Casamento
bb1ae37e31 Updated version information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17214 72102866-910b-0410-8b05-ffd578937521
2003-07-15 04:26:46 +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
Gregory John Casamento
2ce77f942c Fix was preventing import of actions. Corrected.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16996 72102866-910b-0410-8b05-ffd578937521
2003-06-22 06:08:16 +00:00