Implemented support for fredesktop.org thumbnail icons.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-09-01 17:00:24 +00:00
parent aa667be71a
commit 1e93141946

View file

@ -1,3 +1,19 @@
2003-09-01 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep.m
[canInitWithData:], [imageRepsWithData:] and [initWithData:]
protect against data being nil. [imageRepsWithFile:] check if the
file exists and only return an array when it contains objects.
* Source/NSWorkspace.m
New method [_saveImageFor:] used in all places in this file where
an icon is created from a file name. New method
[thumbnailForFile:] calculated the name of the corresponding
FreeDeskTop.org thumbnail file for a given file name. This does
not chack if this file exists!. In [iconForFile:] use this
thumbnails if the user default GSUseFreedesktopThumbnails is YES.
* Documentation/GuiUser/DefaultsSummary.gsdoc
Documented the new user default value GSUseFreedesktopThumbnails.
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/GSNibTemplates.m: [GSNibContainer awakeWithContext:]