Gregory John Casamento
9be9b24dd8
Update image
2024-12-30 04:02:34 -05:00
Gregory John Casamento
07d7b65a27
Add .gorm file
2024-12-27 06:08:10 -05:00
Gregory John Casamento
85552db43e
Add OCProperty
2024-12-27 04:02:24 -05:00
Gregory John Casamento
f22ba14a5d
Add new views
2024-12-25 21:00:46 -05:00
Gregory John Casamento
4a23bc81e0
Cleanup code
2024-12-25 08:17:26 -05:00
Gregory John Casamento
90eb32c36f
Move icons for browser and outline to GormCore instead of the Application directory so that they load properly
2023-12-30 09:35:12 -05:00
Gregory Casamento
01e46d5c6a
Cleanup, ignore, or correct warnings
2023-10-22 14:39:24 -04:00
Gregory John Casamento
eda97765d2
Move Plugins so that they link after GormCore is built since this is required on Windows, WIN32 does not support late linking
2023-10-22 08:28:09 -04:00
Riccardo Mottola
eff440116d
fix build
2023-09-19 00:32:23 +02:00
Gregory John Casamento
637f83c13d
Fix all icons
2023-07-26 23:55:01 -04:00
Gregory John Casamento
8d88506d70
Move images to the proper place for the palette to access them
2023-07-26 19:18:33 -04:00
Gregory John Casamento
b164662d3d
Move trnslation to GormXLIFFDocument for XLIFF format
2023-07-17 15:20:59 -04:00
Gregory John Casamento
08d5367812
Add accessory view and methods to handle doing XLIFF export from Gorm application
2023-07-15 16:54:00 -04:00
Gregory John Casamento
947b350444
Add language view controller for accessory view to source
2023-07-14 16:33:03 -04:00
Gregory John Casamento
8ce232da73
Add NSViewController to classes plist, update Main Menu
2023-07-14 15:48:13 -04:00
Gregory John Casamento
91ec1c08c1
Move all model files to GormCore
2023-06-28 08:05:34 -04:00
Gregory John Casamento
17c2d9f9ca
Move common functions for delegate into superclass GormAbstractDelegate
2023-06-27 18:30:04 -04:00
Gregory John Casamento
d409d06143
Move images for target/action linking
2023-06-14 07:54:25 -04:00
Gregory John Casamento
2ec33abd2e
Update makefiles, move prefs, fix issue with Prefs image
2023-06-14 07:15:20 -04:00
Gregory John Casamento
48b1c4f38d
Update images and classes to load resources correctly, move plists
2023-06-14 06:18:24 -04:00
Gregory John Casamento
52b3262674
Update GNUmakefiles to build app and tools cleanly after framework-ification
2023-06-14 05:03:15 -04:00
Gregory John Casamento
e76bde7184
Add images to GNUmakefile
2023-06-14 03:45:20 -04:00
Gregory John Casamento
e7965029b0
Move resources and correct gorm loading logic
2023-06-14 03:40:51 -04:00
Gregory John Casamento
59775174d7
Fix build issue
2023-06-12 02:05:53 -04:00
Gregory John Casamento
96132510fb
Move plugins into core
2023-06-08 23:00:14 -04:00
Gregory John Casamento
bc6e15abb7
Add tools and update GormCode.h
2023-06-03 19:34:09 -04:00
Lars Sonchocky-Helldorf
94816bea7f
headers cleaned up: use umbrella headers when using headers from other subprojects (to make PCH easier in the future); umbrella headers created for GormCore, GormObjCHeaderParser, GormPrefs; GNUmakefiles updated accordingly; some stray .cvsignore files deleted
2019-11-03 02:57:39 +01:00
Gregory John Casamento
21c67d28a2
Move GormWindowTemplate to GormCore since it is shared between GormXibWrapperLoader and GormNibWrapperLoader.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34123 72102866-910b-0410-8b05-ffd578937521
2011-11-05 01:44:24 +00:00
Gregory John Casamento
b1b23f9a77
* GormCore/GNUmakefile: Added GormServer.h to the headers.
...
* GormCore/GormCustomClassInspector.m: Change tooltip when
a new custom class is selected from the list.
* GormCore/GormPalettesManager.m: Set autoresizing on drag view.
* GormCore/GormServer.h: Protocol for GormServer.
* GormCore/GormViewEditor.m: Add the class name to the
tooltip.
* Gorm.m: Vend the object so that other apps can talk
to Gorm via DO.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29499 72102866-910b-0410-8b05-ffd578937521
2010-02-07 10:42:42 +00:00
Gregory John Casamento
8f65229b42
* GormCore/GNUmakefile: Add files here.
...
* GormCore/GormNSPanel.[hm]
* GormCore/GormNSWindow.[hm]: Move GormNSPanel.[hm] and
GormWindow.[hm] here.
* Palettes/1Windows/GNUmakefile: Remove files from being compiled
* Palettes/1Windows/GormNSPanel.h
* Palettes/1Windows/GormNSPanel.m
* Palettes/1Windows/GormNSWindow.h
* Palettes/1Windows/GormNSWindow.m: Remove these from here
* Palettes/1Windows/GormWindowAttributesInspector.m
* Palettes/1Windows/WindowsPalette.m: Change to include
GormNSPanel/GormNSWindow from the correct area.
This was done to correct compilation on windows since the Nib plugin
needs the GormNSWindow class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29220 72102866-910b-0410-8b05-ffd578937521
2010-01-06 06:05:08 +00:00
Gregory John Casamento
92376549f6
* GormCore/GNUmakefile: Added reference to new classes.
...
* GormCore/GormBoxEditor.m: Cleanup.
* GormCore/GormClassManager.m: Correction for when loading from a
nib and there are no custom classes in the nib file.
* GormCore/GormDocumentWindow.m: Added awakeFromNib to accept
mouse moved events.
* GormCore/GormInternalViewEditor.m: Cleanup.
* GormCore/GormStandaloneViewEditor.[hm]: Addition of new class.
* GormCore/GormViewWithContentViewEditor.[hm]: Removal of
handleMouseOnKnob:ofView:withEvent:,
handleMouseOnView:withEvent: methods
* GormCore/GormViewWithSubviewsEditor.[hm]: Addition of
handleMouseOnKnob:ofView:withEvent:,
handleMouseOnView:withEvent: methods
* Palettes/0Menus/GormNSMenu.m: Cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28444 72102866-910b-0410-8b05-ffd578937521
2009-08-08 07:18:33 +00:00
Nicola Pero
131c05030e
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:09:11 +00:00
Nicola Pero
86137d3fa7
Set GNUSTEP_CORE_SOFTWARE to YES so that gorm is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27337 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:06:27 +00:00
Gregory John Casamento
d319fbee70
Remove SYSTEM domain in GormCore.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27158 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:52:39 +00:00
Gregory John Casamento
167ca6ab03
* GormCore/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN
...
* GormCore/GormCustomView.m: Reverted previous change. Need to
write a GormCustomViewEditor instead to handle this case.
* GormLib/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26833 72102866-910b-0410-8b05-ffd578937521
2008-09-06 20:12:47 +00:00
Gregory John Casamento
027ab2363a
* GNUmakefile: Added plugins as resources.
...
* GormCore/GNUmakefile: Remove classes from file
* GormCore/GormGModelWrapperLoader.m
* GormCore/GormGormWrapperBuilder.m
* GormCore/GormGormWrapperLoader.m
* GormCore/GormNibWrapperBuilder.m
* GormCore/GormNibWrapperLoader.m: Removed the loaders from GormCore.
* GormCore/GormProtocol.h: Added a new method.
* GormLib/IBPlugin.m: Added implementations to some of the methods.
* Gorm.m: Added a "pluginManager" method.
* Palettes/1Windows/GNUmakefile.preamble
* Palettes/2Controls/GNUmakefile.preamble
* Palettes/3Containers/GNUmakefile.preamble
* Palettes/4Data/GNUmakefile.preamble: Corrected issue with all
of the palette makefiles pointing to the wrong name.
* Plugins/GModel/GNUmakefile
* Plugins/GModel/GNUmakefile.preamble
* Plugins/GModel/GormGModelPlugin.m
* Plugins/GModel/GormGModelWrapperLoader.h
* Plugins/GModel/GormGModelWrapperLoader.m
* Plugins/Gorm/GNUmakefile
* Plugins/Gorm/GNUmakefile.preamble
* Plugins/Gorm/GormGormPlugin.m
* Plugins/Gorm/GormGormWrapperBuilder.m
* Plugins/Gorm/GormGormWrapperLoader.h
* Plugins/Gorm/GormGormWrapperLoader.m
* Plugins/Nib/GNUmakefile
* Plugins/Nib/GNUmakefile.preamble
* Plugins/Nib/GormNibPlugin.m
* Plugins/Nib/GormNibWrapperBuilder.m
* Plugins/Nib/GormNibWrapperLoader.h
* Plugins/Nib/GormNibWrapperLoader.m: Added new plugins for each
supported file type.
* Resources/Defaults.plist: Added the "BuiltinPlugins" default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26531 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:43:33 +00:00
Matt Rice
8b6d518d07
* GormCore/GNUmakefile: Add GormDocumentWindow.[h,m].
...
* GormCore/GormResourceManager.m: Add code to handle
image/sound/header files.
* GormCore/GormDocument.[h,m]: Add -viewWithTag: method.
* GormCore/GormClassEditor.m: Remove dragging destination code
for resources.
* GormCore/GormResourceEditor.m: Ditto.
* GormCore/GormObjectEditor.m: Ditto.
(addObject:): Change the editor to the GormObjectEditor.
* GormCore/GormDocument.m: Register the window for dragged types.
Implement -viewWithTag:.
* GormCore/GormDocumentWindow.[h,m]: New subclass of NSWindow which
handles drag and drop to GormResourceManager.
* GormCore/GormDocument.gorm: Set the main document window to a
GormDocumentWindow class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24129 72102866-910b-0410-8b05-ffd578937521
2006-11-19 00:48:34 +00:00
Gregory John Casamento
fc12745708
Implemented simple help inspector to set tool tips on objects in Gorm.
...
* English.lproj/GormHelpInspector.gorm: Help inspector .gorm file.
* GNUmakefile: Add .gorm file.
* GormCore/GNUmakefile: Add new class.
* GormCore/GormConnectionInspector.m: Call [super ok:] from ok: method.
* GormCore/GormHelpInspector.[hm]: Implemented the beginnings of
the help inspector.
* GormCore/GormObjectEditor.m: Add helpInspectorClassName
implementation to NSView category.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23947 72102866-910b-0410-8b05-ffd578937521
2006-10-23 05:16:42 +00:00
Gregory John Casamento
e4a7db7a1c
Modify GNUmakefiles to include Version to properly name .so libraries.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23926 72102866-910b-0410-8b05-ffd578937521
2006-10-21 00:09:12 +00:00
Nicola Pero
4ec1f9f55b
Do not set GNUSTEP_INSTALLATION_DIR in makefiles
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23811 72102866-910b-0410-8b05-ffd578937521
2006-10-09 22:07:35 +00:00
Gregory John Casamento
e46f1a4cbf
Changes to write nib files.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23195 72102866-910b-0410-8b05-ffd578937521
2006-08-01 04:16:34 +00:00
Gregory John Casamento
c221647c27
New GModel loader.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23058 72102866-910b-0410-8b05-ffd578937521
2006-06-15 04:51:33 +00:00
Gregory John Casamento
09fbac4ce3
Nib changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23052 72102866-910b-0410-8b05-ffd578937521
2006-06-14 05:47:54 +00:00
Gregory John Casamento
145a8afd69
Nib support changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23043 72102866-910b-0410-8b05-ffd578937521
2006-06-10 13:34:44 +00:00
Gregory John Casamento
966d2b8409
Merge from NibCompatibility branch.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23033 72102866-910b-0410-8b05-ffd578937521
2006-06-05 02:12:00 +00:00
Gregory John Casamento
9b6e2984bd
New inspector gorm for GormObjectInspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21624 72102866-910b-0410-8b05-ffd578937521
2005-08-08 01:07:35 +00:00
Gregory John Casamento
402f1a6f95
New header for GormConnectionInspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21623 72102866-910b-0410-8b05-ffd578937521
2005-08-07 14:17:05 +00:00
Gregory John Casamento
a926755a79
Split out GormConnectionInspector
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21622 72102866-910b-0410-8b05-ffd578937521
2005-08-07 12:29:43 +00:00
Gregory John Casamento
4ae3c45cd5
Enabled copy/paste in the objects editor, corrected a problem with the browser, expanded the capabilities of the resource manager and gormified the connection inspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21620 72102866-910b-0410-8b05-ffd578937521
2005-08-07 02:24:49 +00:00
Gregory John Casamento
a2bd3f3fda
Merged post 1.0 branch. Gorm 1.0 development will continue on a new gorm_1_0 branch.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21614 72102866-910b-0410-8b05-ffd578937521
2005-08-06 17:59:08 +00:00