Commit graph

21 commits

Author SHA1 Message Date
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
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
707a0260e7 Changes to make the implementation of IntefaceBuilder spec more precise in Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20442 72102866-910b-0410-8b05-ffd578937521
2004-12-12 19:58:28 +00:00
Gregory John Casamento
ed4499f43b Changes to use IBObjectAdditions informal protocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20418 72102866-910b-0410-8b05-ffd578937521
2004-12-04 22:55:39 +00:00
Gregory John Casamento
3d23397134 Changes to make the inspectors for formatters as well as drag and drop of formatter objects into controls work properly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20230 72102866-910b-0410-8b05-ffd578937521
2004-10-17 14:43:28 +00:00
Gregory John Casamento
5203d67e8d Code cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20010 72102866-910b-0410-8b05-ffd578937521
2004-09-06 21:41:32 +00:00
Gregory John Casamento
ee2888370c Implementation for enhancement req/bug #5024.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19779 72102866-910b-0410-8b05-ffd578937521
2004-07-27 06:20:45 +00:00
Gregory John Casamento
2d45fa3a29 Warning corrections, so that Gorm compiles completely clean without any noise from the compiler. Also a new header to properly declare the knob functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19076 72102866-910b-0410-8b05-ffd578937521
2004-04-12 01:41:32 +00:00
Gregory John Casamento
945bf86e50 Corrected some issues with class manager and font issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19008 72102866-910b-0410-8b05-ffd578937521
2004-04-03 18:21:54 +00:00
Gregory John Casamento
6eb2f09927 Lots of bugfixes. Update to editors to remove edited objects when groups are deleted.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18498 72102866-910b-0410-8b05-ffd578937521
2004-01-29 06:24:55 +00:00
Gregory John Casamento
a38969cb36 Prevents Gorm from using NSWindow internals in this editor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18483 72102866-910b-0410-8b05-ffd578937521
2004-01-25 22:54:17 +00:00
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
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
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
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
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
Pierre-Yves Rivaille
8da3ca9c07 * GormViewEditor.m
* GormInternalViewEditor.m
* GormViewWithContentViewEditor.m
  Multiple selection through mouse dragging is back.
  When attempting to start a connection, make sure the current
  widget is selected.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15296 72102866-910b-0410-8b05-ffd578937521
2002-12-14 14:31:43 +00:00
Pierre-Yves Rivaille
ca8fb4f95a * Gorm.m: added menu item for "group in scroll view".
* GNUmakefile: added GormScrollViewEditor.m
* GormScrollViewEditor.m: new file.
* GormInternalViewEditor.m: added support for NSScrollView
  contents editing.
* Palettes/3Containers/GormTableViewEditor.m: removed old support
  for NSScrollView.
* GormViewWithContentViewEditor.m: added support for keyboard
  moving & resizing of elements & support for "group in scroll view".

* Palettes/0Menus/GormMenuEditor.m: fixes when adding a menu item
  into an NSPopupButton.

* Palettes/2Controls/GormBoxInspector.gorm:
* Palettes/1Windows/GormWindowInspector.gorm:
* Palettes/1Windows/GormWindowSizeInspector.gorm:
  updated for better visual aspect.

* GormButtonEditor.m: fixed inline title editing.

* GormDocument.m: do not save the last directory if the save/openpanel
  do not return NSOKButton.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14677 72102866-910b-0410-8b05-ffd578937521
2002-10-08 20:17:17 +00:00
Gregory John Casamento
7fb3cb11ff Corrected compilation problem on gcc < 3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14637 72102866-910b-0410-8b05-ffd578937521
2002-10-04 06:13:19 +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
Pierre-Yves Rivaille
420c315961 GormBoxEditor.h
GormBoxEditor.m
GormButtonEditor.h
GormButtonEditor.m
GormControlEditor.h
GormControlEditor.m
GormInternalViewEditor.h
GormInternalViewEditor.m
GormMatrixEditor.h
GormPlacementInfo.h
GormPosingView.h
GormPosingView.m
GormSplitViewEditor.h
GormSplitViewEditor.m
GormTabViewEditor.h
GormTabViewEditor.m
GormViewEditor.h
GormViewEditor.m
GormViewWithContentViewEditor.h
GormViewWithContentViewEditor.m
GormViewWithSubviewsEditor.h
GormViewWithSubviewsEditor.m
Palettes/3Containers/GormTableViewEditor.h
Palettes/3Containers/GormTableViewEditor.m
ChangeLog
GNUmakefile
Gorm.h
Gorm.m
GormClassEditor.m
GormClassManager.m
GormCustomClassInspector.m
GormCustomView.m
GormDocument.m
GormMatrixEditor.m
GormObjectEditor.m
GormOutlineView.m
GormPrivate.h
GormWindowEditor.m
Palettes/0Menus/GormMenuEditor.m
Palettes/1Windows/main.m
Palettes/2Controls/GormBoxInspector.gorm
Palettes/2Controls/GormButtonInspector.gorm
Palettes/2Controls/GormTextFieldInspector.gorm
Palettes/2Controls/main.m
Palettes/3Containers/GNUmakefile
Palettes/3Containers/GormNSBrowser.m
Palettes/3Containers/GormNSOutlineView.m
Palettes/3Containers/GormNSTableView.h
Palettes/3Containers/GormTableColumnInspector.classes
Palettes/3Containers/GormTableColumnInspector.gorm
Palettes/3Containers/GormTableViewInspector.gorm
Palettes/3Containers/inspectors.m
Palettes/3Containers/main.m
Palettes/4Data/inspectors.m
Palettes/4Data/main.m


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14267 72102866-910b-0410-8b05-ffd578937521
2002-08-14 00:01:42 +00:00