import gorm: GNUstep graphical object relationship modeller
Gorm stands for "Graphical Object Relationship Modeller" and is GNUstep's easy-to-use interface designer. OK landry@
This commit is contained in:
parent
f044dab519
commit
eb7987fe3f
26
x11/gnustep/gorm/Makefile
Normal file
26
x11/gnustep/gorm/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/25 09:43:28 sebastia Exp $
|
||||
|
||||
COMMENT= GNUstep graphical object relationship modeller
|
||||
|
||||
DISTNAME= gorm-1.2.12
|
||||
HOMEPAGE= http://www.gnustep.org/experience/Gorm.html
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/
|
||||
|
||||
SHARED_LIBS= GormCore 0.0 \
|
||||
GormPrefs 0.0 \
|
||||
Gorm 0.0 \
|
||||
GormObjCHeaderParser 0.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MODULES= x11/gnustep
|
||||
WANTLIB+= c m objc pthread gnustep-base gnustep-gui
|
||||
LIB_DEPENDS+= ::x11/gnustep/gui
|
||||
|
||||
CONFIGURE_STYLE=none
|
||||
MAKE_FLAGS+= libGormObjCHeaderParser_INTERFACE_VERSION=${LIBGormObjCHeaderParser_VERSION}
|
||||
MAKE_FLAGS+= GormPrefs_INTERFACE_VERSION=${LIBGormPrefs_VERSION}
|
||||
MAKE_FLAGS+= GormCore_INTERFACE_VERSION=${LIBGormCore_VERSION}
|
||||
MAKE_FLAGS+= libGorm_INTERFACE_VERSION=${LIBGorm_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnustep/gorm/distinfo
Normal file
5
x11/gnustep/gorm/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnustep/gorm-1.2.12.tar.gz) = ewaKNpBR+D1FDSoN1GTo7g==
|
||||
RMD160 (gnustep/gorm-1.2.12.tar.gz) = hxnMetA+4maQ5st4fMnQjIzEZqo=
|
||||
SHA1 (gnustep/gorm-1.2.12.tar.gz) = MTJbuyZellrua6CJteem8U55X0Q=
|
||||
SHA256 (gnustep/gorm-1.2.12.tar.gz) = znl9x1cjXne4BlaAqZAgf9d6ToatKCpEuM9ovSOlN0s=
|
||||
SIZE (gnustep/gorm-1.2.12.tar.gz) = 676832
|
14
x11/gnustep/gorm/patches/patch-GormCore_GNUmakefile
Normal file
14
x11/gnustep/gorm/patches/patch-GormCore_GNUmakefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-GormCore_GNUmakefile,v 1.1.1.1 2010/10/25 09:43:28 sebastia Exp $
|
||||
|
||||
Add the xxx_INTERFACE_VERSION to be able to tweak it.
|
||||
|
||||
--- GormCore/GNUmakefile.orig Mon Oct 25 02:17:56 2010
|
||||
+++ GormCore/GNUmakefile Mon Oct 25 02:19:46 2010
|
||||
@@ -32,6 +32,7 @@ PACKAGE_NAME=GormCore
|
||||
LIBRARY_VAR=GORMCORE
|
||||
LIBRARY_NAME=GormCore
|
||||
GormCore_HEADER_FILES_DIR=.
|
||||
+GormCore_INTERFACE_VERSION=$(VERSION)
|
||||
GormCore_HEADER_FILES_INSTALL_DIR=/GormCore
|
||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
||||
srcdir = .
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-GormObjCHeaderParser_GNUmakefile,v 1.1.1.1 2010/10/25 09:43:28 sebastia Exp $
|
||||
|
||||
Add the xxx_INTERFACE_VERSION to be able to tweak it.
|
||||
|
||||
--- GormObjCHeaderParser/GNUmakefile.orig Mon Oct 25 01:52:25 2010
|
||||
+++ GormObjCHeaderParser/GNUmakefile Mon Oct 25 01:53:32 2010
|
||||
@@ -18,6 +18,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
LIBRARY_VAR=GMOBJCHEADERPARSER
|
||||
LIBRARY_NAME=libGormObjCHeaderParser
|
||||
+libGormObjCHeaderParser_INTERFACE_VERSION=$(VERSION)
|
||||
libGormObjCHeaderParser_HEADER_FILES_DIR=.
|
||||
libGormObjCHeaderParser_HEADER_FILES_INSTALL_DIR=/GormObjCHeaderParser
|
||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
14
x11/gnustep/gorm/patches/patch-GormPrefs_GNUmakefile
Normal file
14
x11/gnustep/gorm/patches/patch-GormPrefs_GNUmakefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-GormPrefs_GNUmakefile,v 1.1.1.1 2010/10/25 09:43:28 sebastia Exp $
|
||||
|
||||
Add the xxx_INTERFACE_VERSION to be able to tweak it.
|
||||
|
||||
--- GormPrefs/GNUmakefile.orig Mon Oct 25 02:55:37 2010
|
||||
+++ GormPrefs/GNUmakefile Mon Oct 25 02:56:10 2010
|
||||
@@ -21,6 +21,7 @@ LIBRARY_VAR=GORMPREFS
|
||||
LIBRARY_NAME=GormPrefs
|
||||
|
||||
GormPrefs_HEADER_FILES_DIR=.
|
||||
+GormPrefs_INTERFACE_VERSION=$(VERSION)
|
||||
GormPrefs_HEADER_FILES_INSTALL_DIR=/GormPrefs
|
||||
ADDITIONAL_INCLUDE_DIRS = -I..
|
||||
srcdir = .
|
2
x11/gnustep/gorm/pkg/DESCR
Normal file
2
x11/gnustep/gorm/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Gorm stands for "Graphical Object Relationship Modeller" and is
|
||||
GNUstep's easy-to-use interface designer.
|
465
x11/gnustep/gorm/pkg/PLIST
Normal file
465
x11/gnustep/gorm/pkg/PLIST
Normal file
@ -0,0 +1,465 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/25 09:43:28 sebastia Exp $
|
||||
bin/Gorm
|
||||
include/GormCore/
|
||||
include/GormCore/GormBoxEditor.h
|
||||
include/GormCore/GormClassEditor.h
|
||||
include/GormCore/GormClassInspector.h
|
||||
include/GormCore/GormClassManager.h
|
||||
include/GormCore/GormClassPanelController.h
|
||||
include/GormCore/GormConnectionInspector.h
|
||||
include/GormCore/GormControlEditor.h
|
||||
include/GormCore/GormCustomClassInspector.h
|
||||
include/GormCore/GormCustomView.h
|
||||
include/GormCore/GormDocument.h
|
||||
include/GormCore/GormDocumentController.h
|
||||
include/GormCore/GormDocumentWindow.h
|
||||
include/GormCore/GormFilePrefsManager.h
|
||||
include/GormCore/GormFilesOwner.h
|
||||
include/GormCore/GormFontViewController.h
|
||||
include/GormCore/GormFunctions.h
|
||||
include/GormCore/GormGenericEditor.h
|
||||
include/GormCore/GormHelpInspector.h
|
||||
include/GormCore/GormImage.h
|
||||
include/GormCore/GormImageEditor.h
|
||||
include/GormCore/GormImageInspector.h
|
||||
include/GormCore/GormInspectorsManager.h
|
||||
include/GormCore/GormInternalViewEditor.h
|
||||
include/GormCore/GormMatrixEditor.h
|
||||
include/GormCore/GormNSPanel.h
|
||||
include/GormCore/GormNSSplitViewInspector.h
|
||||
include/GormCore/GormNSWindow.h
|
||||
include/GormCore/GormObjectEditor.h
|
||||
include/GormCore/GormObjectInspector.h
|
||||
include/GormCore/GormOpenGLView.h
|
||||
include/GormCore/GormOutlineView.h
|
||||
include/GormCore/GormPalettesManager.h
|
||||
include/GormCore/GormPlacementInfo.h
|
||||
include/GormCore/GormPlugin.h
|
||||
include/GormCore/GormPluginManager.h
|
||||
include/GormCore/GormPrivate.h
|
||||
include/GormCore/GormProtocol.h
|
||||
include/GormCore/GormResource.h
|
||||
include/GormCore/GormResourceEditor.h
|
||||
include/GormCore/GormResourceManager.h
|
||||
include/GormCore/GormScrollViewAttributesInspector.h
|
||||
include/GormCore/GormServer.h
|
||||
include/GormCore/GormSetNameController.h
|
||||
include/GormCore/GormSound.h
|
||||
include/GormCore/GormSoundEditor.h
|
||||
include/GormCore/GormSoundInspector.h
|
||||
include/GormCore/GormSoundView.h
|
||||
include/GormCore/GormSplitViewEditor.h
|
||||
include/GormCore/GormStandaloneViewEditor.h
|
||||
include/GormCore/GormViewEditor.h
|
||||
include/GormCore/GormViewKnobs.h
|
||||
include/GormCore/GormViewSizeInspector.h
|
||||
include/GormCore/GormViewWindow.h
|
||||
include/GormCore/GormViewWithContentViewEditor.h
|
||||
include/GormCore/GormViewWithSubviewsEditor.h
|
||||
include/GormCore/GormWindowEditor.h
|
||||
include/GormCore/GormWrapperBuilder.h
|
||||
include/GormCore/GormWrapperLoader.h
|
||||
include/GormCore/NSCell+GormAdditions.h
|
||||
include/GormCore/NSColorWell+GormExtensions.h
|
||||
include/GormCore/NSFontManager+GormExtensions.h
|
||||
include/GormCore/NSView+GormExtensions.h
|
||||
include/GormObjCHeaderParser/
|
||||
include/GormObjCHeaderParser/NSScanner+OCHeaderParser.h
|
||||
include/GormObjCHeaderParser/OCClass.h
|
||||
include/GormObjCHeaderParser/OCHeaderParser.h
|
||||
include/GormObjCHeaderParser/OCIVar.h
|
||||
include/GormObjCHeaderParser/OCIVarDecl.h
|
||||
include/GormObjCHeaderParser/OCMethod.h
|
||||
include/GormObjCHeaderParser/ParserFunctions.h
|
||||
include/GormPrefs/
|
||||
include/GormPrefs/GormColorsPref.h
|
||||
include/GormPrefs/GormGeneralPref.h
|
||||
include/GormPrefs/GormGuidelinePref.h
|
||||
include/GormPrefs/GormHeadersPref.h
|
||||
include/GormPrefs/GormPalettesPref.h
|
||||
include/GormPrefs/GormPluginsPref.h
|
||||
include/GormPrefs/GormPrefController.h
|
||||
include/GormPrefs/GormShelfPref.h
|
||||
include/InterfaceBuilder/
|
||||
include/InterfaceBuilder/IBApplicationAdditions.h
|
||||
include/InterfaceBuilder/IBCellAdditions.h
|
||||
include/InterfaceBuilder/IBCellProtocol.h
|
||||
include/InterfaceBuilder/IBConnectors.h
|
||||
include/InterfaceBuilder/IBDefines.h
|
||||
include/InterfaceBuilder/IBDocuments.h
|
||||
include/InterfaceBuilder/IBEditors.h
|
||||
include/InterfaceBuilder/IBInspector.h
|
||||
include/InterfaceBuilder/IBInspectorManager.h
|
||||
include/InterfaceBuilder/IBInspectorMode.h
|
||||
include/InterfaceBuilder/IBObjectAdditions.h
|
||||
include/InterfaceBuilder/IBObjectProtocol.h
|
||||
include/InterfaceBuilder/IBPalette.h
|
||||
include/InterfaceBuilder/IBPlugin.h
|
||||
include/InterfaceBuilder/IBProjectFiles.h
|
||||
include/InterfaceBuilder/IBProjects.h
|
||||
include/InterfaceBuilder/IBResourceManager.h
|
||||
include/InterfaceBuilder/IBSystem.h
|
||||
include/InterfaceBuilder/IBViewAdditions.h
|
||||
include/InterfaceBuilder/IBViewProtocol.h
|
||||
include/InterfaceBuilder/IBViewResourceDragging.h
|
||||
include/InterfaceBuilder/InterfaceBuilder.h
|
||||
@lib lib/libGorm.so.${LIBGorm_VERSION}
|
||||
@lib lib/libGormCore.so.${LIBGormCore_VERSION}
|
||||
@lib lib/libGormObjCHeaderParser.so.${LIBGormObjCHeaderParser_VERSION}
|
||||
@lib lib/libGormPrefs.so.${LIBGormPrefs_VERSION}
|
||||
libexec/GNUstep/
|
||||
libexec/GNUstep/Gorm.app/
|
||||
@bin libexec/GNUstep/Gorm.app/Gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/0Menus.palette/0Menus
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuAttributesInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuDrag.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/GormMenuItemAttributesInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/MenusPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/0Menus.palette/Resources/palette.table
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/1Windows.palette/1Windows
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/Drawer.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/DrawerSmall.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormDrawerAttributesInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormDrawerAttributesInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormDrawerAttributesInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormDrawerAttributesInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/GormNSWindowSizeInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/WindowDrag.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/WindowsPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/1Windows.palette/Resources/palette.table
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/2Controls.palette/2Controls
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/ControlsPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSBoxInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSButtonInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSCellInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSColorWellInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSFormInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSMatrixInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSPopUpButtonInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSProgressIndicatorInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSSliderInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSStepperInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/GormNSTextFieldInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/2Controls.palette/Resources/palette.table
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/3Containers.palette/3Containers
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/ContainersPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSBrowserInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableColumnSizeInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormNSTableViewInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/GormTabViewInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/3Containers.palette/Resources/palette.table
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/4Data.palette/4Data
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/DataPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSComboBoxInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSDateFormatterInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSImageViewInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSNumberFormatterInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/GormNSTextViewInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/4Data.palette/Resources/palette.table
|
||||
libexec/GNUstep/Gorm.app/Resources/ClassInformation.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/Defaults.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/Gorm.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/Gorm.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/Gorm.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/Gorm.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassEditor.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassEditor.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassEditor.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassEditor.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormClassPanel.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormConnectionInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormConnectionInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormConnectionInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormConnectionInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormCustomClassInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDocument.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDocument.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDocument.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDocument.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDummyInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDummyInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDummyInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormDummyInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormFontView.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormFontView.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormFontView.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormFontView.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormHelpInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormHelpInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormHelpInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormHelpInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormImageInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInconsistenciesPanel.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInconsistenciesPanel.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInconsistenciesPanel.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInconsistenciesPanel.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInspectorPanel.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInspectorPanel.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInspectorPanel.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormInspectorPanel.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormNSSplitViewInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormObjectInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormObjectInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormObjectInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormObjectInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPalettePanel.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPalettePanel.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPalettePanel.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPalettePanel.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefColors.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGeneral.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefGuideline.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefHeaders.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPalettes.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPlugins.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPlugins.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPlugins.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPrefPlugins.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPreferences.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPreferences.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPreferences.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormPreferences.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormScrollViewAttributesInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSetName.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSetName.gorm/Gorm.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSetName.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSetName.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSetName.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormShelfPref.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/ff.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/pause.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/play.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/rec.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/rw.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormSoundInspector.gorm/stop.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/data.classes
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/data.info
|
||||
libexec/GNUstep/Gorm.app/Resources/English.lproj/GormViewSizeInspector.gorm/objects.gorm
|
||||
libexec/GNUstep/Gorm.app/Resources/FileIcon_gmodel.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GModel.plugin/
|
||||
libexec/GNUstep/Gorm.app/Resources/GModel.plugin/GModel.so
|
||||
libexec/GNUstep/Gorm.app/Resources/GModel.plugin/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/GModel.plugin/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/GModel.plugin/stamp.make
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.desktop
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.plugin/
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.plugin/Gorm.so
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.plugin/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.plugin/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.plugin/stamp.make
|
||||
libexec/GNUstep/Gorm.app/Resources/Gorm.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormAction.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormActionSelected.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormClass.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormEHCoil.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormEHLine.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormEVCoil.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormEVLine.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormFile.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormFilesOwner.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormFirstResponder.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormFontManager.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormImage.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormInfo.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/GormLinkImage.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormMHCoil.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormMHLine.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormMVCoil.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormMVLine.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormMenu.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormNib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormObject.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormOutlet.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormOutletSelected.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormPalette.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormSound.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormSourceTag.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormTargetTag.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormTesting.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormUnknown.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormView.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/GormWindow.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/LeftArr.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/Nib.plugin/
|
||||
libexec/GNUstep/Gorm.app/Resources/Nib.plugin/Nib.so
|
||||
libexec/GNUstep/Gorm.app/Resources/Nib.plugin/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/Nib.plugin/Resources/Info-gnustep.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/Nib.plugin/stamp.make
|
||||
libexec/GNUstep/Gorm.app/Resources/RightArr.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/Sunday_seurat.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/VersionProfiles.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/bezel_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/browserView.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/button_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/centeralign_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/date_formatter.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconAbove_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconBelow_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconBottomLeft_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconBottomRight_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconBottom_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconCenterLeft_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconCenterRight_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconCenter_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconLeft_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconOnly_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconRight_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconTopLeft_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconTopRight_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/iconTop_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/justifyalign_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/leftalign_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/line_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/naturalalign_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/noBorder_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/number_formatter.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/outlineView.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/photoframe_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/ridge_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/rightalign_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/shortbutton_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/tabbot_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/tabtop_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/titleOnly_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/stamp.make
|
Loading…
Reference in New Issue
Block a user