pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gworkspace Update gworkspace to 0.6.3. Notab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8574e797f526
branches:  trunk
changeset: 472497:8574e797f526
user:      rh <rh%pkgsrc.org@localhost>
date:      Sun Apr 11 03:20:34 2004 +0000

description:
Update gworkspace to 0.6.3.  Notable changes include:

  * GWNet
    new subproject
    GWNet is a smb and ftp file viewer.

  * GWorkspace/GWSplitView.m
    -updateDiskSpaceInfo: rewritten.

  * Viewers/IconsViewer/PathIcon.m
    -mouseUp: implemented.

  * GWorkspace/Inspectors/Tools.m
    fixed a bug that crashed the app because a view created in Gorm
    was not retained before releasing its window.

  * applied patch by Matt Rice <ratmice%yahoo.com@localhost> that changes the usage of
    setStringValue: on many NSButtons to setTitle.

  * Viewers/IconsViewer/IconsPanel.m
    Viewers/IconsViewer/IconsPath.m
    Viewers/IconsViewer/IconsViewer.m
    Viewers/SmallIconsViewer/SmallIcon.m
    Viewers/SmallIconsViewer/SmallIconsPanel.m
    Viewers/SmallIconsViewer/SmallIconsViewer.m
    applied patch by S.J. Chun <chunsj%embian.com@localhost> to not access superviews
    before they are set.

  * added the "GWRemoteFilenamesPboardType" in all the classes
    that implements the DraggingDestination protocol

  * GWLib/FSWatcher.m
    added a NSNotificationQueue.

  * GWorkspace/Fiend/Fiend.m
    GWorkspace/FiendLeaf/FiendLeaf.m
    added DraggingDestination methods to the window.

  * GWorkspace/Recycler/Recycler.m
    the DraggingDestination is now the window.

  * ContentViewers/PdfViewer/PdfViewer.m
    applied a patch (by Charles Philip Chan <cpchan%sympatico.ca@localhost>)
    to make the pdf Inspector work with Ghostscript 8.

  * GWorkspace/main.m
    the key equivalent for "Quit" is now "Q".

  * Version 0.6.2

  * GWorkspace/GWorkspace.m
    check the defaults for "NoWarnOnQuit"

  * ClipBook/ClipBookWindow.m
    added the DraggingDestination methods and removed them from the subviews.
    added support for the NSColorPboardType type.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    added support for the NSColorPboardType pasteboard type.

  * Version 0.6.1

  * ClipBook
    new subproject.

  * GWorkspace/Resources
    removed some duplicate files.

  * GWorkspace/TShelf/TShelfIconsView.m
    creates pasteboard icons also from dnd.

  * GWorkspace/TShelf/TShelfView.m
    reset the current selection when changing from a pasteboard tab
    to a normal one.

  * GWorkspace/FileOperations/FileOperation.m
    in -doDuplicate changed the suffix "_copy" appended to the file name
    to a prepended string, that is, "copy_of_".

  * All the DraggingSources now consider also the offset in
    -dragImage:at:offset:event:pasteboard:source:slideBack:
    (on GNUstep this does nothing but I need it for osx)

  * GWorkspace/Resources/Icons
    Added some icons for Mac OS X.

  * GWLib/externs.m
    added icons names.

  * GWorkspace/FileOperations/FileOperation.m
    Now works on Mac OS X, too.

  * GWorkspace/Resources/English.lproj
    Modified some .nib files.

  * A new Viewer opened on "/" now saves in the defaults its own shelf
    content and doesn't use anymore the shelf content of the main viewer.

  * Utilities/thumbnailer/thumbnailerInfo.plist
    moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
    they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
    thumbnail(s)".
    German translation by Martin Brecher <martin%mb-itconsulting.com@localhost>.

  * GWorkspace/Resources/German.lproj
    updated German Localized.strings (by Martin Brecher
    <martin%mb-itconsulting.com@localhost>)

  * ContentViewers/AppViewer/AppViewer.m
    shows also the extensions.

  * now the miniwindow icons reflect current directory icon
    instead of view type.

  * a new root viewer created has now the same shelf content of the first one.

  * Info->Preferences->Hidden files
    It is now possible to define directories as hidden.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    Added a dummy implementation of
    GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
    GormNSPopUpButtonCell and GormNSPopUpButton
    Now the viewer seems to works with all the Gorm objects.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    Enabled. Actually it works with many Gorm objects.
    Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.

  * ContentViewers/PasteboardViewer
    New contents viewer inspector.

  * Added support for cut, copy and paste operation to the Tabbed Shelf.

  * GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
    New files.

  * GWorkspace/Resources/Icons/
    Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
    gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
    tiffPboard.tiff.

  * GWorkspace/GWorkspace.m
    Added a "Do you really want to quit?" dialog
    in -applicationShouldTerminate:.
    Added some keyEquivalents to the tabbed shelf menues.

  * GWorkspace/TShelf/TShelfWin.m
    Reduced the height of the shelf by 6 pts.

  * GWorkspace/Desktop/DesktopView.m
    GWorkspace/Shelf/Shelf.m
    in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.

  * GWorkspace/FileOperations/FileOperation.m
    -calculateNumFiles doesn't block anymore.
    the stop button now works and the GWFileSystemDidChangeNotification is
    sent only with the processed files.

  * Viewers/SmallIconsViewer/SmallIconsPanel.m
    in -selectIconWithPath: now the view scroll to show the icon.

  * GWorkspace/Inspectors/Tools.m
    after setting the default application, the applications icons
    are now shown correctly.

  * Version 0.6

  * GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
    -sortedDirectoryContentsAtPath:
    -checkHiddenFiles:atPath:
    -setCachedMax:
    -addWatcherForPath:
    -removeWatcherForPath:
    -lockFiles:inDirectoryAtPath:
    -unLockFiles:inDirectoryAtPath:
    -isLockedPath:
    -existsAndIsDirectoryFileAtPath:
    -typeOfFileAt:
    -isPakageAtPath:
    -sortTypeForDirectoryAtPath:
    -setSortType:forDirectoryAtPath:
    -setDefSortType:
    -defSortType
    -setHideSysFiles:
    -hideSysFiles
    -iconForFile:ofType:
    -smallIconForFile:
    -smallIconForFiles:
    -smallHighlightIcon
    -setUseThumbnails:
    -imageExtensions
    all these methods have been moved in GWLib

diffstat:

 sysutils/gworkspace/Makefile         |    5 +-
 sysutils/gworkspace/Makefile.common  |   16 +-
 sysutils/gworkspace/PLIST            |  674 +++++++++++++++-------------------
 sysutils/gworkspace/distinfo         |    8 +-
 sysutils/gworkspace/patches/patch-aa |   31 -
 sysutils/gworkspace/patches/patch-ab |   21 -
 6 files changed, 301 insertions(+), 454 deletions(-)

diffs (truncated from 1457 to 300 lines):

diff -r b9e0d3e18216 -r 8574e797f526 sysutils/gworkspace/Makefile
--- a/sysutils/gworkspace/Makefile      Sun Apr 11 03:17:33 2004 +0000
+++ b/sysutils/gworkspace/Makefile      Sun Apr 11 03:20:34 2004 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/11 03:20:34 rh Exp $
 #
 
 .include "Makefile.common"
-PKGREVISION=   5
 
 COMMENT=       GNUstep Workspace manager
 
 pre-install:
        ${CP} ${FILESDIR}/GNUmakefile ${WRKSRC}/GWLib
 
-.include "../../sysutils/GWLib/buildlink2.mk"
+.include "../../sysutils/GWLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b9e0d3e18216 -r 8574e797f526 sysutils/gworkspace/Makefile.common
--- a/sysutils/gworkspace/Makefile.common       Sun Apr 11 03:17:33 2004 +0000
+++ b/sysutils/gworkspace/Makefile.common       Sun Apr 11 03:20:34 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.8 2004/01/24 15:06:57 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/04/11 03:20:34 rh Exp $
 #
 
-DISTNAME=              gworkspace-0.5.3
+DISTNAME=              gworkspace-0.6.3
 CATEGORIES?=           sysutils gnustep
 MASTER_SITES=          http://www.gnustep.it/enrico/gworkspace/        \
                        http://www.imago.ro/gworkspace/
@@ -10,13 +10,9 @@
 HOMEPAGE?=             http://www.gnustep.it/enrico/gworkspace/
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/gw/GW/}
-USE_BUILDLINK2=                YES
-USE_GNU_TOOLS+=                make
-USE_X11=               YES
-MAKEFILE=              GNUmakefile
-GNU_CONFIGURE=         YES
-GNU_CONFIGURE_PREFIX=  ${PREFIX}/share/GNUstep
+USE_BUILDLINK3=                yes
+USE_X11=               yes
 
-.include "../../x11/gnustep-back/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/gnustep-back/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/ghostscript.mk"
diff -r b9e0d3e18216 -r 8574e797f526 sysutils/gworkspace/PLIST
--- a/sysutils/gworkspace/PLIST Sun Apr 11 03:17:33 2004 +0000
+++ b/sysutils/gworkspace/PLIST Sun Apr 11 03:20:34 2004 +0000
@@ -1,15 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2003/07/06 08:51:34 rh Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/04/11 03:20:34 rh Exp $
 share/GNUstep/System/Applications/GWorkspace.app/GWorkspace
+share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/AppViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/Resources/Info-gnustep.plist
 share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/AppViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/AppViewer.inspector/stamp.make
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/BrowserViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Dutch.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root
@@ -24,37 +22,24 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/English.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/French.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/German.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Italian.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Portuguese.lproj/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/BrowserViewerPref.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Resources/English.lproj/BrowserViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Romanian.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/Spanish.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/BrowserViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/BrowserViewer.viewer/stamp.make
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight_osx.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize_dimm.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-0.tiff
@@ -69,22 +54,18 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-9.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Date-Colon.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Date.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/Dimple.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/DragableDocument.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Finder.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/Dutch.lproj/MainMenu-OSX.gsmarkup
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/.gwsort
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/AttributesPanel.gorm/CVS/Repository
@@ -145,14 +126,18 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/classes.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/info.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/DeskTopPref.nib/objects.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/.gwdir
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOps.gorm/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/classes.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/info.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOperationWin.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/FileOpsPref.gorm/CVS/Root
@@ -209,12 +194,23 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/info.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/InspectorsWin.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu-OSX.gsmarkup
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/classes.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/info.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/MainMenu.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/classes.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/info.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/OpenWith.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/PermissionsPanel.gorm/CVS/Root
@@ -242,6 +238,12 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.gorm/objects.gorm
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/classes.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/info.nib
+share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/RunExternal.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/ShelfPref.gorm/CVS/Root
@@ -280,11 +282,13 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_alt.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_osx.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_alt.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_osx.tiff
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff
+share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/FolderViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/Resources/Info-gnustep.plist
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/Resources/InspectorInfo.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/FolderViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/FolderViewer.inspector/stamp.make
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/CVS/Repository
@@ -292,16 +296,10 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Finder.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/MainMenu-OSX.gsmarkup
 share/GNUstep/System/Applications/GWorkspace.app/Resources/GWorkspace.desktop
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/CVS/Repository
@@ -309,28 +307,17 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/data.classes
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/classes.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/info.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Finder.nib/objects.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/Localizable.strings
-share/GNUstep/System/Applications/GWorkspace.app/Resources/German.lproj/MainMenu-OSX.gsmarkup
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/IconsViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Dutch.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewPref.gorm/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root
@@ -342,41 +329,27 @@
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/classes.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/info.nib
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/English.lproj/IconsViewerPref.nib/objects.nib
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/French.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/German.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Info-gnustep.plist
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Italian.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Portuguese.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Entries
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Repository
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/CVS/Entries
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/CVS/Repository
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/CVS/Root
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/data.classes
+share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/IconsViewerPref.gorm/objects.gorm
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/data.classes
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Resources/English.lproj/IconsViewerPref.gorm/objects.gorm
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Romanian.lproj/CVS/Root
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Entries
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Repository
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/Spanish.lproj/CVS/Root
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/Resources/miniwindow.tiff
-share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/IconsViewer
 share/GNUstep/System/Applications/GWorkspace.app/Resources/IconsViewer.viewer/stamp.make
+share/GNUstep/System/Applications/GWorkspace.app/Resources/ImageViewer.inspector/ImageViewer



Home | Main Index | Thread Index | Old Index