Commit graph

39 commits

Author SHA1 Message Date
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
Gregory John Casamento
8fef77ed94 General clean up. Moved some constants. added the beginnings of a new
inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16829 72102866-910b-0410-8b05-ffd578937521
2003-05-29 05:40:28 +00:00
Gregory John Casamento
194f1b0d9e Made some enhancements to class manager and inspector manager. General
clean up and corrected some bugs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16788 72102866-910b-0410-8b05-ffd578937521
2003-05-25 19:08:36 +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
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
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
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
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
Gregory John Casamento
9dc8e5105c Correcting issue with connections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15545 72102866-910b-0410-8b05-ffd578937521
2003-01-08 05:54:20 +00:00
Gregory John Casamento
ca5882b572 Adding .gorm file packages and adding sound support to gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14921 72102866-910b-0410-8b05-ffd578937521
2002-11-04 13:52:31 +00:00
Pierre-Yves Rivaille
01eee8a433 * GormDocument.m: change nameTable retaining policy from
NSNonRetainedObjectMapKeyCallBacks to NSObjectMapKeyCallBacks.
  This eliminates segfaults that happened when saving/testing multiple
  times. Note: this might not be the best solution, but it does work.

* GormInspectorsManager.m
* GormScrollViewEditor.m
* Palettes/3Containers/inspectors.m
* Palettes/4Data/inspectors.m
  Various updates to GormScrollViewEditor and to NSTextView support.
  (addition of GormTextViewEditor)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14869 72102866-910b-0410-8b05-ffd578937521
2002-10-29 18:30:05 +00:00
Adam Fedor
22a40338e5 Fix first responder methods, editing Form titles, etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14773 72102866-910b-0410-8b05-ffd578937521
2002-10-14 03:26:08 +00:00
Pierre-Yves Rivaille
f9ad0e9a14 * Gorm.m: fixes segfault when leaving test mode.
* GormDocument.m: fixes bad reactivating of editors.
* GormBoxEditor.m: commented unused drag'n'drop code.
* GormCustomView.m: added GormTestCustomView class to deal with unknown
  class name without raising an exception.
* GormInspectorsManager.m: fix to deal with new NSBrowser behaviour.
* GormObjectEditor.m: ([GormObjectEditor -rectForObject:]):
  Corrected returned rect.
* GormInternalViewEditor.m:
* GormViewEditor.m:
  updated drag'n'drop support.
* GormWindowEditor.m: commented unused code.
* GormButtonEditor.m:
  inline editing of button's title.

* Palettes/0Menus/GormMenuEditor.m
* Palettes/0Menus/GormMenuInspectors.m
* Palettes/0Menus/GormNSMenu.h
* Palettes/0Menus/GormNSMenu.m
* Palettes/0Menus/main.m
  Updated menu editing to support NSPopUpButton.
  Basic tag editing added.

* Palettes/2Controls/GormPopUpButtonEditor.m
* Palettes/2Controls/GNUmakefile
* Palettes/2Controls/inspectors.m
* Palettes/2Controls/main.m
* GormDocument.m
* Gorm.m
  Added support for NSPopUpButton.

* Palettes/3Containers/GormTableViewEditor.m
  Updated drag'n'drop for object connectiion.

* Palettes/4Data/main.m
  updated NSTextView initialization so that it resizes properly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14502 72102866-910b-0410-8b05-ffd578937521
2002-09-21 15:24:59 +00:00
Gregory John Casamento
7e9a778000 Lots and lots of fixes and enhancements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14191 72102866-910b-0410-8b05-ffd578937521
2002-07-22 15:24:37 +00:00
Gregory John Casamento
4955a36d4f Adding a class editor to the outline view in Gorm. Currently this
only works for viewing.  I am going to add the editing functionlity later
this week.  GJC


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14068 72102866-910b-0410-8b05-ffd578937521
2002-07-08 04:45:23 +00:00
Pierre-Yves Rivaille
1dbef9900b GormObjectEditor.m
ClassInformation.plist
Gorm.m
GormWindowEditor.m
GormTableViewEditor.m
GormDocument.m
GormInspectorsManager.m
Palettes/0Menus/main.m
Palettes/0Menus/GormMenuEditor.m
Palettes/0Menus/GNUmakefile
Palettes/0Menus/GormNSMenu.m
Palettes/0Menus/GormNSMenu.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13391 72102866-910b-0410-8b05-ffd578937521
2002-04-07 22:02:41 +00:00
Laurent Julliard
26a3cd1f4e drag and drop logic for formatters
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11628 72102866-910b-0410-8b05-ffd578937521
2001-12-04 22:26:00 +00:00
Laurent Julliard
a76799770b Controls embedded in NSScrollView must be handled differently
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11438 72102866-910b-0410-8b05-ffd578937521
2001-11-20 16:48:18 +00:00
Adam Fedor
7b342746be New inspectors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11031 72102866-910b-0410-8b05-ffd578937521
2001-09-28 03:37:59 +00:00
Richard Frith-Macdonald
9a45909aab iCustom class modifications
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9897 72102866-910b-0410-8b05-ffd578937521
2001-05-08 09:43:11 +00:00
Richard Frith-MacDonald
2f6ba566c3 Minor tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9016 72102866-910b-0410-8b05-ffd578937521
2001-02-07 07:06:16 +00:00
Richard Frith-MacDonald
308f97b6ba Limited menu support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5741 72102866-910b-0410-8b05-ffd578937521
2000-01-13 21:19:03 +00:00
Richard Frith-MacDonald
5c947ee917 Tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5669 72102866-910b-0410-8b05-ffd578937521
2000-01-05 17:06:48 +00:00
Richard Frith-MacDonald
4330b2ccbf Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5619 72102866-910b-0410-8b05-ffd578937521
1999-12-23 18:05:49 +00:00
Richard Frith-MacDonald
81e2adb9d1 Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5616 72102866-910b-0410-8b05-ffd578937521
1999-12-23 11:14:20 +00:00
Richard Frith-MacDonald
dc5e41f84c tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5615 72102866-910b-0410-8b05-ffd578937521
1999-12-23 07:49:27 +00:00
Richard Frith-MacDonald
065ccf7f75 Checks for edited documents
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5599 72102866-910b-0410-8b05-ffd578937521
1999-12-21 16:48:32 +00:00
Richard Frith-MacDonald
e40f8fce22 More connection improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5592 72102866-910b-0410-8b05-ffd578937521
1999-12-21 08:13:35 +00:00
Richard Frith-MacDonald
7569ec0975 Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5590 72102866-910b-0410-8b05-ffd578937521
1999-12-20 15:21:26 +00:00
Richard Frith-MacDonald
2a6f2299ed Connection management code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5587 72102866-910b-0410-8b05-ffd578937521
1999-12-20 14:20:06 +00:00
Richard Frith-MacDonald
e76017e72f Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5574 72102866-910b-0410-8b05-ffd578937521
1999-12-18 07:42:09 +00:00
Richard Frith-MacDonald
8c82a8d800 Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5572 72102866-910b-0410-8b05-ffd578937521
1999-12-18 06:40:48 +00:00
Richard Frith-MacDonald
c01d75390e Connection mechanism started.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5558 72102866-910b-0410-8b05-ffd578937521
1999-12-17 17:22:18 +00:00
Richard Frith-MacDonald
80be408118 Use popup button in inspector palette
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5554 72102866-910b-0410-8b05-ffd578937521
1999-12-17 12:10:42 +00:00
Richard Frith-MacDonald
481c60d327 Stuff for testing mode.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5521 72102866-910b-0410-8b05-ffd578937521
1999-12-15 15:29:27 +00:00
Richard Frith-MacDonald
37a4b1ef7b Removed old log stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5417 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:23:37 +00:00
Richard Frith-MacDonald
2d0fe9b5c2 Update to correct version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5415 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:19:11 +00:00
Richard Frith-MacDonald
b24b1706c8 Gorm source
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5409 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:04:57 +00:00