diff options
author | rh <rh@pkgsrc.org> | 2004-04-11 03:16:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-04-11 03:16:36 +0000 |
commit | 6d91e1199be83ba628e2b227d91a3cfecdca87de (patch) | |
tree | 3aa559ddfb6e9f9ff2f36230c86c5abd9a9f6f06 /sysutils/GWLib/PLIST | |
parent | 427d1756d8383dd8ed2eeec45e8e32226404d4be (diff) | |
download | pkgsrc-6d91e1199be83ba628e2b227d91a3cfecdca87de.tar.gz |
Update GWLib to 0.6.3. Notable changes include:
in -unselectNameEditor redraw the editor rect only if nameEditor
exists in the subviews.
-concludeRemoteFilesDragOperation: new method.
added a NSNotificationQueue.
added icons names.
-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
+ (id)workspaceApp
new method.
in cutFileLabelText() new algo used.
Diffstat (limited to 'sysutils/GWLib/PLIST')
-rw-r--r-- | sysutils/GWLib/PLIST | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/GWLib/PLIST b/sysutils/GWLib/PLIST index 1d646d59591..61e270043ce 100644 --- a/sysutils/GWLib/PLIST +++ b/sysutils/GWLib/PLIST @@ -1,15 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2003/07/06 08:51:33 rh Exp $ -share/GNUstep/System/Headers/GWorkspace/BNameEditor.h -share/GNUstep/System/Headers/GWorkspace/Browser2.h -share/GNUstep/System/Headers/GWorkspace/ContentViewersProtocol.h -share/GNUstep/System/Headers/GWorkspace/GWFunctions.h -share/GNUstep/System/Headers/GWorkspace/GWLib.h -share/GNUstep/System/Headers/GWorkspace/GWNotifications.h -share/GNUstep/System/Headers/GWorkspace/GWProtocol.h -share/GNUstep/System/Headers/GWorkspace/IconViewsProtocol.h -share/GNUstep/System/Headers/GWorkspace/InspectorsProtocol.h -share/GNUstep/System/Headers/GWorkspace/PreferencesProtocol.h -share/GNUstep/System/Headers/GWorkspace/ViewersProtocol.h -share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so -share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}/gnu-gnu-gnu/libGWorkspace.so.1.0.0 -@dirrm share/GNUstep/System/Headers/GWorkspace +@comment $NetBSD: PLIST,v 1.3 2004/04/11 03:16:36 rh Exp $ +share/GNUstep/System/Library/Headers/GWorkspace/BNameEditor.h +share/GNUstep/System/Library/Headers/GWorkspace/Browser2.h +share/GNUstep/System/Library/Headers/GWorkspace/ContentViewersProtocol.h +share/GNUstep/System/Library/Headers/GWorkspace/GWFunctions.h +share/GNUstep/System/Library/Headers/GWorkspace/GWLib.h +share/GNUstep/System/Library/Headers/GWorkspace/GWNotifications.h +share/GNUstep/System/Library/Headers/GWorkspace/GWProtocol.h +share/GNUstep/System/Library/Headers/GWorkspace/IconViewsProtocol.h +share/GNUstep/System/Library/Headers/GWorkspace/InspectorsProtocol.h +share/GNUstep/System/Library/Headers/GWorkspace/PreferencesProtocol.h +share/GNUstep/System/Library/Headers/GWorkspace/ViewersProtocol.h +share/GNUstep/System/Library/Libraries/libGWorkspace.so +share/GNUstep/System/Library/Libraries/libGWorkspace.so.1.0.0 +@dirrm share/GNUstep/System/Library/Headers/GWorkspace |