[Goodies-commits] r2562 - in thunar-thumbnailers/trunk: . mime raw-thumbnailer

Erlend Davidson erland at xfce.org
Fri Mar 23 21:02:54 CET 2007


Author: erland
Date: 2007-03-23 20:02:54 +0000 (Fri, 23 Mar 2007)
New Revision: 2562

Modified:
   thunar-thumbnailers/trunk/ChangeLog
   thunar-thumbnailers/trunk/mime/thunar-thumbnailers.xml
   thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer
   thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer.desktop.in
Log:
Fixed bug #3001
Added Sony Raw Image support

Modified: thunar-thumbnailers/trunk/ChangeLog
===================================================================
--- thunar-thumbnailers/trunk/ChangeLog	2007-03-23 20:02:30 UTC (rev 2561)
+++ thunar-thumbnailers/trunk/ChangeLog	2007-03-23 20:02:54 UTC (rev 2562)
@@ -1,3 +1,8 @@
+2007-03-23	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
+
+	* Fixed bug #3001 (thunar-thumbnailers raw plugin doesn't work if directory contains space)
+	* Added arw mimetype for Sony Raw images
+
 2007-02-27	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
 
 	* Fixed bug #2953 (dcraw thumbnailer doesn't escape paths properly)

Modified: thunar-thumbnailers/trunk/mime/thunar-thumbnailers.xml
===================================================================
--- thunar-thumbnailers/trunk/mime/thunar-thumbnailers.xml	2007-03-23 20:02:30 UTC (rev 2561)
+++ thunar-thumbnailers/trunk/mime/thunar-thumbnailers.xml	2007-03-23 20:02:54 UTC (rev 2562)
@@ -54,4 +54,10 @@
 		<comment xml:lang="en-GB">Olympus raw image</comment>
 		<glob pattern="*.orf"/>
 	</mime-type>
+	<mime-type type="image/x-sony-arw">
+		<comment>Sony raw image</comment>
+		<comment xml:lang="en">Sony raw image</comment>
+		<comment xml:lang="en-GB">Sony raw image</comment>
+		<glob pattern="*.arw"/>
+	</mime-type>
 </mime-info>

Modified: thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer
===================================================================
--- thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer	2007-03-23 20:02:30 UTC (rev 2561)
+++ thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer	2007-03-23 20:02:54 UTC (rev 2562)
@@ -9,6 +9,6 @@
 ifile=$1
 ofile=$2
 size=$3
- 
+
 # invoke convert (ImageMagick)
 exec dcraw -c -e "$ifile" | convert - -scale "$sizex$size" "png:$ofile"

Modified: thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer.desktop.in
===================================================================
--- thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer.desktop.in	2007-03-23 20:02:30 UTC (rev 2561)
+++ thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer.desktop.in	2007-03-23 20:02:54 UTC (rev 2562)
@@ -4,5 +4,5 @@
 Type=X-Thumbnailer
 Name=Raw Thumbnailer
 TryExec=dcraw
-MimeType=image/x-canon-crw;image/x-fuji-raf;image/x-minolta-mrw;image/x-nikon-nef;image/x-kodak-dcr;image/x-kodak-kdc;image/x-olympus-orf;
+MimeType=image/x-canon-crw;image/x-fuji-raf;image/x-minolta-mrw;image/x-nikon-nef;image/x-kodak-dcr;image/x-kodak-kdc;image/x-olympus-orf;image/x-sony-arw;
 X-Thumbnailer-Exec=@libexecdir@/raw-thumbnailer %i %o %s




More information about the Goodies-commits mailing list