Gregory John Casamento
359633e4f1
Add GNUmakefile changes
CI / Ubuntu x64 Clang gnustep-1.9 (push) Waiting to run
CI / Ubuntu x64 Clang gnustep-2.0 (push) Waiting to run
CI / Ubuntu x64 GCC (push) Waiting to run
2025-02-14 10:09:36 -05:00
Gregory John Casamento
427831b439
Update makefile
2024-05-30 01:10:32 -04:00
Gregory Casamento
98807d5272
Update GNUmakefiles to correct compilation issues on WIN32
2023-10-22 09:50:49 -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
Gregory John Casamento
1a71d2cafb
Update ignore file
2023-06-14 04:09:37 -04:00
Gregory John Casamento
e7965029b0
Move resources and correct gorm loading logic
2023-06-14 03:40:51 -04:00
Gregory John Casamento
343cc439d5
Initial move to Applications subdirectory
2023-06-13 15:29:43 -04:00
Gregory John Casamento
9e5e9f8c04
Fix plugin loading from framework
2023-06-12 03:50:05 -04:00
Gregory John Casamento
59775174d7
Fix build issue
2023-06-12 02:05:53 -04:00
Gregory John Casamento
37bac6a8e9
Update tool and linking
2023-06-05 04:36:11 -04:00
Gregory John Casamento
028a22cd7b
Add help file.
2021-05-10 00:57:30 -04:00
Riccardo Mottola
5f00cd1203
make NSIS packageable
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39891 72102866-910b-0410-8b05-ffd578937521
2016-06-21 08:07:08 +00:00
Richard Frith-MacDonald
af70396e29
use gnustep-config
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@39146 72102866-910b-0410-8b05-ffd578937521
2015-11-04 12:43:05 +00:00
Gregory John Casamento
901327122b
* GNUmakefile: Added Xib.plugin to resources.
...
* GormInfo.plist: Added xib to the list of files Gorm can load
* Gorm.m: Change to recieve notifications to add/delete classes.
* Plugins/GNUmakefile: Added Xib plugin to subprojects list.
* Plugins/Xib/GNUmakefile
* Plugins/Xib/GNUmakefile.preamble
* Plugins/Xib/GormXibCustomResource.h
* Plugins/Xib/GormXibCustomResource.m
* Plugins/Xib/GormXibPlugin.m
* Plugins/Xib/GormXibWrapperLoader.h
* Plugins/Xib/GormXibWrapperLoader.m: Initial code for XIB plugin.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30482 72102866-910b-0410-8b05-ffd578937521
2010-05-30 06:55:26 +00:00
Gregory John Casamento
d495893e23
* GormCore/GormDocument.m: Remove call to deprecated method.
...
* GormCore/GormInternalViewEditor.m: Minor cleanup
* GormObjCHeaderParser/OCMethod.m: Minor cleanup
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct issue
with misspelled outlet name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27841 72102866-910b-0410-8b05-ffd578937521
2009-02-11 06:25:12 +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
e9969f3190
* GNUmakefile: Remove default install to SYSTEM, per bug #24673 .
...
* Plugins/Gorm/GormGormWrapperLoader.m: Minor grammatical correction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27157 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:47:14 +00:00
Gregory John Casamento
98c835c50c
* English.lproj/GormPreferences.gorm
...
* English.lproj/GormPrefPlugins.gorm
* GNUmakefile
* GormCore/GormPluginManager.m
* GormPrefs/GNUmakefile
* GormPrefs/GormPalettesPref.h
* GormPrefs/GormPluginsPref.h
* GormPrefs/GormPluginsPref.m
* GormPrefs/GormPrefController.h
* GormPrefs/GormPrefController.m: Changes to allow addition of
plugins by users.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26891 72102866-910b-0410-8b05-ffd578937521
2008-09-28 03:01:18 +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
Gregory John Casamento
c51b7b4e4b
* English.lproj/GormPalettePanel.gorm: Moved palette window to
...
gorm file.
* GNUmakefile: Added new gorm here.
* GormCore/GormDocument.m: Made toolbar items smaller
* GormCore/GormPalettesManager.[hm]: Added toolbar implementation
to this class to allow the user to switch palettes using the toolbar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26477 72102866-910b-0410-8b05-ffd578937521
2008-04-27 23:34:38 +00:00
Gregory John Casamento
d047746fce
Added code and gorm file to show inconsistencies in gorm files when they are detected.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25813 72102866-910b-0410-8b05-ffd578937521
2008-01-01 02:24:35 +00:00
Gregory John Casamento
9f4ab26ceb
First cut at adding plugin support to Gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25650 72102866-910b-0410-8b05-ffd578937521
2007-11-30 20:59:03 +00:00
Gregory John Casamento
b8375677d9
Preparing for release.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25584 72102866-910b-0410-8b05-ffd578937521
2007-11-11 20:39:11 +00:00
Gregory John Casamento
33b20b7b63
Initial changes for controllers palette.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25400 72102866-910b-0410-8b05-ffd578937521
2007-08-20 01:22:58 +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
9b8677ab08
* GNUmakefile: Install into SYSTEM domain by default.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23845 72102866-910b-0410-8b05-ffd578937521
2006-10-11 02:46:36 +00:00
Gregory John Casamento
d535960de1
* English.lproj/GormClassEditor.gorm: Added button and search image.
...
* GNUmakefile: Added new tiff files to images.
* GormCore/GormClassEditor.m: Added toggleView: method.
* Images/browserView.tiff: Browser image.
* Images/outlineView.tiff: Outline image.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23831 72102866-910b-0410-8b05-ffd578937521
2006-10-10 04:01:57 +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
9628e807f1
* English.lproj/GormClassEditor.gorm: Added new gorm file to hold
...
classes view contents as well as search and operations drop down.
* English.lproj/GormDocument.gorm: Removed seatch and drop down
* GNUmakefile: Added new gorm file.
* GormCore/GormClassEditor.h: new outlets classesView and mainView,
added declarations for methods createSubclass:, createClassFiles:,
instantiateClass:, removeClass:
* GormCore/GormClassEditor.m: Changes to methods to use the above.
* GormCore/GormDocument.h: Removed duplicate declarations.
* GormCore/GormDocument.m: Remove code for methods and replace with
simple calls to the editor.
* Palettes/2Controls/GormBoxAttributesInspector.m: ok: and revert:
changed to convert to integer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23765 72102866-910b-0410-8b05-ffd578937521
2006-10-05 17:20:40 +00:00
Gregory John Casamento
d60e614943
Added SVN url to GNUmakefile.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23355 72102866-910b-0410-8b05-ffd578937521
2006-08-29 04:34:43 +00:00
Gregory John Casamento
e2bd157958
Change package name to correct issue with tagging.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23354 72102866-910b-0410-8b05-ffd578937521
2006-08-29 04:18:10 +00:00
Gregory John Casamento
929f3bc667
Improved icon.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22696 72102866-910b-0410-8b05-ffd578937521
2006-03-22 00:54:43 +00:00
Gregory John Casamento
7281aa2bfc
Added new icons.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22692 72102866-910b-0410-8b05-ffd578937521
2006-03-21 03:42:51 +00:00
Gregory John Casamento
6dc0477648
Added GormDummyInspector.gorm and made additional changes to use it.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21715 72102866-910b-0410-8b05-ffd578937521
2005-09-13 02:42:18 +00:00
Gregory John Casamento
c865883bf3
Added inspector panel for inspector. The gui was previously hard coded.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21714 72102866-910b-0410-8b05-ffd578937521
2005-09-13 02:16:53 +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
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
744858ea30
New address and some small changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21260 72102866-910b-0410-8b05-ffd578937521
2005-05-26 03:08:06 +00:00
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
de93235a77
Correction to previous commit.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20971 72102866-910b-0410-8b05-ffd578937521
2005-03-26 06:38:55 +00:00
Gregory John Casamento
e13a923c4d
Enhanced build.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20970 72102866-910b-0410-8b05-ffd578937521
2005-03-26 06:29:56 +00:00
Nicola Pero
d3158d23da
Make it build out of the box on Windows under Mingw
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20958 72102866-910b-0410-8b05-ffd578937521
2005-03-22 04:36:33 +00:00
Gregory John Casamento
d10aef8928
Added new preferences panel for guideline spacing.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20927 72102866-910b-0410-8b05-ffd578937521
2005-03-19 09:50:47 +00:00
Gregory John Casamento
2536d5b694
Removed Testing from the makefile.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20900 72102866-910b-0410-8b05-ffd578937521
2005-03-12 02:25:42 +00:00
Gregory John Casamento
c80afb4514
Added some code which tries another way to change the font if the responder chain isn't sucessful in locating the object to call changeFont: on.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20871 72102866-910b-0410-8b05-ffd578937521
2005-03-08 05:11:41 +00:00
Gregory John Casamento
0178caba77
Refactoring of Image/Sound editors.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20854 72102866-910b-0410-8b05-ffd578937521
2005-03-06 04:05:03 +00:00
Gregory John Casamento
5b7a963bcf
Refactoring of GormImage/GormSource to GormResource subclasses.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20824 72102866-910b-0410-8b05-ffd578937521
2005-03-02 02:27:55 +00:00
Gregory John Casamento
39017d82d8
Added code to inspectors to prevent marking the document as modified when the user selects a widget which has color. The adds an extension category.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20634 72102866-910b-0410-8b05-ffd578937521
2005-01-30 05:52:22 +00:00
Gregory John Casamento
5503a33008
Cleaned up GNUmakefile
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20598 72102866-910b-0410-8b05-ffd578937521
2005-01-22 19:18:25 +00:00