Commit graph

113 commits

Author SHA1 Message Date
Gregory John Casamento
958fdfcabb A sizable number of changes to correct some bugs and add external/custom palette support and the file prefs gui which allows the user to set which version a given .gorm should be saved as.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19719 72102866-910b-0410-8b05-ffd578937521
2004-07-12 04:16:09 +00:00
Gregory John Casamento
5548627a42 Added code to use the toolbar and added a .gorm for the document window to
reduce code.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19376 72102866-910b-0410-8b05-ffd578937521
2004-05-20 02:34:03 +00:00
Gregory John Casamento
6a8e6d49f0 Move of editor code into palettes. In general, editor classes should live in the palettes unless it's a class that Gorm can create without one, such as a box, splitview, or scrollview.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19331 72102866-910b-0410-8b05-ffd578937521
2004-05-14 22:39:24 +00:00
Gregory John Casamento
5c2cb798da Beginnings of new sound view and a correction for an issue in the class inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19226 72102866-910b-0410-8b05-ffd578937521
2004-05-01 15:45:47 +00:00
Gregory John Casamento
0116f965e4 Modifications to allow changes of color to guidelines (for now). More configurability to come. :)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19142 72102866-910b-0410-8b05-ffd578937521
2004-04-18 04:07:06 +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
8053f279cf Cleanup of preferences and addition of a new preferences module.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18597 72102866-910b-0410-8b05-ffd578937521
2004-02-15 00:50:50 +00:00
Gregory John Casamento
04a1e1aa59 Moved some common utility/convenience methods into functions. Improved cleanup of objects in the document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18503 72102866-910b-0410-8b05-ffd578937521
2004-01-30 04:19:11 +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
9a2e726278 Implementation of new inspector for split views.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18076 72102866-910b-0410-8b05-ffd578937521
2003-11-11 22:25:13 +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
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
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
fe9a5134a6 Added font view controller for accessory view in Gorm's font panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16899 72102866-910b-0410-8b05-ffd578937521
2003-06-10 01:38:38 +00:00
Gregory John Casamento
ba5c344474 Adding new inspector for classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16872 72102866-910b-0410-8b05-ffd578937521
2003-06-06 06:24:46 +00:00
Gregory John Casamento
057e99e7aa Some additional changes to improve the tab view inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16850 72102866-910b-0410-8b05-ffd578937521
2003-06-01 20:08:52 +00:00
Gregory John Casamento
0f2aaa0e35 Added images for tab view inspector
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16849 72102866-910b-0410-8b05-ffd578937521
2003-06-01 17:50:36 +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
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
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
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
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
Gregory John Casamento
4f740ef4b3 Adding preferences and adding initial support for preloading headers into Gorm Documents.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15446 72102866-910b-0410-8b05-ffd578937521
2003-01-02 06:17:15 +00:00
Gregory John Casamento
e150b5b43b Adding new interface file and enhancing Gorm.m to validate menu correctly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15439 72102866-910b-0410-8b05-ffd578937521
2003-01-01 17:50:17 +00:00
Pierre-Yves Rivaille
582b406902 * GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m
and GormImageEditor.m.
* GormGenericEditor.m: new abstract superclass of GormObjectEditor,
  GormImageEditor and GormSoundEditor.
* GormImageEditor.m: new class to deal with Images.
* GormSoundEditor.m: refactored code with GormGenericEditor,
  now looks like GormImageEditor.m
* GomCustomClassInspector.m: rewrote parts to stop using notification
  and use changeObject: method instead.
* Gorm.m, Gorm.h, GormPrivate.h, GormDocument.h, GormDocument.m:
  changes to accomodate new Image & Sound code.
* GormViewSizeInspector.m: new file. Contains code moved from
  GormObjectEditor.m.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15013 72102866-910b-0410-8b05-ffd578937521
2002-11-18 20:54:26 +00:00
Adam Fedor
d3a55312fb Some preliminary work on loading gmodels (not working yet).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14987 72102866-910b-0410-8b05-ffd578937521
2002-11-13 16:10:22 +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
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
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
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
240d6ebadf Added some additional visual effect to the outline view to make it more
apparent which type of attribute is being edited. GJC


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14096 72102866-910b-0410-8b05-ffd578937521
2002-07-09 00:28:22 +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
3f892d52a9 ChangeLog
GormWindowEditor.m
GNUmakefile
GormObjectEditor.m
GormTableViewEditor.m
ClassInformation.plist
GormDocument.m
Palettes/3Containers/main.m
Palettes/3Containers/GNUmakefile
Palettes/3Containers/inspectors.m
Palettes/2Controls/GormBoxInspector.gorm
Palettes/2Controls/GormTextFieldInspector.gorm
Palettes/2Controls/GormSliderInspector.gorm
Palettes/2Controls/GormFormInspector.gorm
Palettes/2Controls/GormButtonInspector.gorm
Resources/GormViewSizeInspector.gorm
Resources/GormViewSizeInspector.classes
Palettes/3Containers/GormNSOutlineView.m
Palettes/3Containers/GormNSOutlineView.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13277 72102866-910b-0410-8b05-ffd578937521
2002-03-31 15:59:18 +00:00
Pierre-Yves Rivaille
1ff190361e ClassInformation.plist
GNUmakefile
GormDocument.m
GormPrivate.h GormWindowEditor.m
Palettes/3Containers/GNUmakefile
Palettes/3Containers/GormNSTableView.m
Palettes/3Containers/GormNSTableView.h
Palettes/3Containers/inspectors.m
GormTableViewEditor.m
Palettes/3Containers/GormTableColumnInspector.gorm
Palettes/3Containers/GormTableColumnInspector.classes
Palettes/3Containers/GormTableColumnSizeInspector.gorm
Palettes/3Containers/GormTableColumnSizeInspector.classes


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13270 72102866-910b-0410-8b05-ffd578937521
2002-03-29 16:30:01 +00:00
Laurent Julliard
0c2af746d9 data palette and new icons added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11437 72102866-910b-0410-8b05-ffd578937521
2001-11-20 16:47:52 +00:00
Laurent Julliard
053c315dcf New icons added to resources
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11262 72102866-910b-0410-8b05-ffd578937521
2001-10-27 20:34:04 +00:00
Adam Fedor
bfc6f87df4 Add support for custom views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11078 72102866-910b-0410-8b05-ffd578937521
2001-10-03 17:38:46 +00:00
Adam Fedor
6f5ebc106f Fixes to handle matrixes better. Editable matrix cells. Improved
editors for window size and buttons.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10917 72102866-910b-0410-8b05-ffd578937521
2001-09-16 18:53:33 +00:00
Richard Frith-Macdonald
e14559b683 Added controbuted patch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10306 72102866-910b-0410-8b05-ffd578937521
2001-07-06 17:10:51 +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
Adam Fedor
42735b21f4 Install in system root
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9685 72102866-910b-0410-8b05-ffd578937521
2001-04-25 03:12:39 +00:00
Adam Fedor
ac73ea871d Update docs, version 0.0.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9684 72102866-910b-0410-8b05-ffd578937521
2001-04-25 03:08:40 +00:00
Adam Fedor
82ff01134f Remove Doc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@6054 72102866-910b-0410-8b05-ffd578937521
2000-02-22 04:20:36 +00:00
Richard Frith-MacDonald
8d00bfa6f2 Info panel update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5941 72102866-910b-0410-8b05-ffd578937521
2000-02-06 09:33:37 +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
99caf18cb8 Be a well-behaved app - use NSApplicationMain()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5684 72102866-910b-0410-8b05-ffd578937521
2000-01-07 11:11:08 +00:00
Richard Frith-MacDonald
472f55d440 Changes for update to make package for palettes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5680 72102866-910b-0410-8b05-ffd578937521
2000-01-07 06:47:08 +00:00
Richard Frith-MacDonald
042bb78eb2 Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5655 72102866-910b-0410-8b05-ffd578937521
2000-01-04 12:37:00 +00:00
Richard Frith-MacDonald
d5b56eea8e Loads of tidying up etc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5654 72102866-910b-0410-8b05-ffd578937521
2000-01-04 12:21:17 +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
188843121e Pretty up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5612 72102866-910b-0410-8b05-ffd578937521
1999-12-22 12:20:22 +00:00
Richard Frith-MacDonald
d4c39ad834 Added autoresizing stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5597 72102866-910b-0410-8b05-ffd578937521
1999-12-21 15:32:54 +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
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
d25e669b93 link image
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5562 72102866-910b-0410-8b05-ffd578937521
1999-12-17 21:34:36 +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
46b4a92b7b More images from Andrew
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5556 72102866-910b-0410-8b05-ffd578937521
1999-12-17 12:44:06 +00:00
Richard Frith-MacDonald
caf45f1d8b New palettes layout
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5540 72102866-910b-0410-8b05-ffd578937521
1999-12-16 21:41:21 +00:00
Richard Frith-MacDonald
01100bd4b6 Removed GormResourcesManager
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5511 72102866-910b-0410-8b05-ffd578937521
1999-12-14 19:55:18 +00:00
Richard Frith-MacDonald
d8cab2129d Import some knob drawing code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5498 72102866-910b-0410-8b05-ffd578937521
1999-12-13 20:04:31 +00:00
Richard Frith-MacDonald
e1b3f57a27 Various restructuring and fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5493 72102866-910b-0410-8b05-ffd578937521
1999-12-13 17:01:35 +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