summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/pkg-plist
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-24 09:01:15 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-24 09:01:15 +0000
commitf6cff08d224cf98870fc44f2ea941349779fa0ae (patch)
tree9c827ccdde72df2999357d5e5a4a875836fd6eea /x11-toolkits/fox17/pkg-plist
parentSupport staging (diff)
- Update to 1.7.46
Changes: * FXIconSource now can use icon/image contents to detect file format type [the stream must be seekable]. * A default FXIconSource implementation in FOX will be used to load icons if not overloaded by a user-extended one explicitly. * Replaced FXIconDict with FXIconCache. * Replaced FXFileDict with FXFileAssociations. The new implementation uses FXDictionary, and the new FXIconCache. * Fixed problem in FXDictionary: object pointed to by data is itself not const. This affects const-accessors. * Fixed bug in Adie: dumping core when started with unknown commandline parameter. * Expunged FXDict and its subclasses. Now replaced with new implementations, see above. * FXFileList now has explicit pointer to FXIconSource, for image preview purposes. * Changed things around for FXFileAssociations to be more easily subclassable. * In FXIconCache, don't add to the hash table until loading was successful. * PathFinder icon previewing improved, more options for sizing. * PathFinder custom iconpath wasn't being saved. * In FXFileAssociations, don't add extension-association unless associated extension data from registry is fully and properly parsed. * Fixed compile problem in FXPipe.
Notes
Notes: svn path=/head/; revision=345786
Diffstat (limited to 'x11-toolkits/fox17/pkg-plist')
-rw-r--r--x11-toolkits/fox17/pkg-plist6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index 2bc57f6f0327..af75534f1d2e 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -105,7 +105,6 @@ include/fox-%%MAJORVER%%/FXDebugTarget.h
include/fox-%%MAJORVER%%/FXDelegator.h
include/fox-%%MAJORVER%%/FXDial.h
include/fox-%%MAJORVER%%/FXDialogBox.h
-include/fox-%%MAJORVER%%/FXDict.h
include/fox-%%MAJORVER%%/FXDictionary.h
include/fox-%%MAJORVER%%/FXDir.h
include/fox-%%MAJORVER%%/FXDirBox.h
@@ -128,8 +127,8 @@ include/fox-%%MAJORVER%%/FXExpression.h
include/fox-%%MAJORVER%%/FXExtentd.h
include/fox-%%MAJORVER%%/FXExtentf.h
include/fox-%%MAJORVER%%/FXFile.h
+include/fox-%%MAJORVER%%/FXFileAssociations.h
include/fox-%%MAJORVER%%/FXFileDialog.h
-include/fox-%%MAJORVER%%/FXFileDict.h
include/fox-%%MAJORVER%%/FXFileList.h
include/fox-%%MAJORVER%%/FXFileSelector.h
include/fox-%%MAJORVER%%/FXFileStream.h
@@ -167,7 +166,7 @@ include/fox-%%MAJORVER%%/FXIO.h
include/fox-%%MAJORVER%%/FXIOBuffer.h
include/fox-%%MAJORVER%%/FXIODevice.h
include/fox-%%MAJORVER%%/FXIcon.h
-include/fox-%%MAJORVER%%/FXIconDict.h
+include/fox-%%MAJORVER%%/FXIconCache.h
include/fox-%%MAJORVER%%/FXIconList.h
include/fox-%%MAJORVER%%/FXIconSource.h
include/fox-%%MAJORVER%%/FXId.h
@@ -289,7 +288,6 @@ include/fox-%%MAJORVER%%/FXStatusBar.h
include/fox-%%MAJORVER%%/FXStatusLine.h
include/fox-%%MAJORVER%%/FXStream.h
include/fox-%%MAJORVER%%/FXString.h
-include/fox-%%MAJORVER%%/FXStringDict.h
include/fox-%%MAJORVER%%/FXStringDictionary.h
include/fox-%%MAJORVER%%/FXSwitcher.h
include/fox-%%MAJORVER%%/FXSystem.h