<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/gworkspace/PLIST, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-16T07:58:21Z</updated>
<entry>
<title>Update GWLib and gworkspace to 0.6.5.  Changes are too numerous to list</title>
<updated>2004-11-16T07:58:21Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2004-11-16T07:58:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=465daf9d2120b194e63b061d887d13ca9dbaeafb'/>
<id>urn:sha1:465daf9d2120b194e63b061d887d13ca9dbaeafb</id>
<content type='text'>
here.  They include new applications (Desktop, Finder, Inspector), tons of
bug fixes, and feature enhancements.  This closes PR pkg/28116 by Francois
Briere, thanks!
</content>
</entry>
<entry>
<title>Update gworkspace to 0.6.3.  Notable changes include:</title>
<updated>2004-04-11T03:20:34Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2004-04-11T03:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7711c59a8d6e5950c1c46ad9e27e1cb9580203f0'/>
<id>urn:sha1:7711c59a8d6e5950c1c46ad9e27e1cb9580203f0</id>
<content type='text'>
  * 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 &lt;ratmice@yahoo.com&gt; 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 &lt;chunsj@embian.com&gt; 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 &lt;cpchan@sympatico.ca&gt;)
    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 &lt;martin@mb-itconsulting.com&gt;.

  * GWorkspace/Resources/German.lproj
    updated German Localized.strings (by Martin Brecher
    &lt;martin@mb-itconsulting.com&gt;)

  * 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-&gt;Preferences-&gt;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
</content>
</entry>
<entry>
<title>Update GWLib and gworkspace to 0.5.3.  There are numerous changes,</title>
<updated>2003-07-06T08:51:33Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2003-07-06T08:51:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=058cba92b1a62552a9b12a5019b44c1cb07cc260'/>
<id>urn:sha1:058cba92b1a62552a9b12a5019b44c1cb07cc260</id>
<content type='text'>
including much improved viewers and inspectors, improved iconisation, and
many bug fixes.

While at it, replace home grown PLIST substitution with standard GNUstep
buildlink2.mk symbols.
</content>
</entry>
<entry>
<title>Provide a PLIST_SUBST pattern for the machine specific directory installs</title>
<updated>2003-03-07T07:34:43Z</updated>
<author>
<name>jmc</name>
<email>jmc</email>
</author>
<published>2003-03-07T07:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a3f0eed91e17d8946c889abef487dc42190616d'/>
<id>urn:sha1:7a3f0eed91e17d8946c889abef487dc42190616d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Synch PLIST with reality to fix problems seen in Huberts latest bulk-build.</title>
<updated>2003-01-13T15:23:11Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2003-01-13T15:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=65af0da56b2e3ca992eae2f8031877193c325db0'/>
<id>urn:sha1:65af0da56b2e3ca992eae2f8031877193c325db0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of gworkspace-0.4, the GNUstep workspace and file manager.</title>
<updated>2002-09-28T02:19:51Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2002-09-28T02:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=20cf8db1dd5410c921e8f0b823c2d9b1d854d4b0'/>
<id>urn:sha1:20cf8db1dd5410c921e8f0b823c2d9b1d854d4b0</id>
<content type='text'>
</content>
</entry>
</feed>
