Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: distribution_thumbnailer.c mime.c thumbnailer.c Log Message: * Small update for tga file thumbnailing. Really should get around to redoing the filetype registration for thumbnailers/mime =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/distribution_thumbnailer.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- distribution_thumbnailer.c 20 Jul 2006 15:19:19 -0000 1.8 +++ distribution_thumbnailer.c 23 Oct 2006 13:06:49 -0000 1.9 @@ -25,6 +25,7 @@ ecore_list_append (types, "image/jpeg"); ecore_list_append (types, "image/png"); ecore_list_append (types, "image/gif"); + ecore_list_append (types, "image/tga"); ecore_list_append (types, "video/x-ms-wmv"); ecore_list_append (types, "video/mpeg"); ecore_list_append (types, "video/x-msvideo"); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/mime.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- mime.c 6 Sep 2006 11:09:22 -0000 1.14 +++ mime.c 23 Oct 2006 13:06:49 -0000 1.15 @@ -54,6 +54,7 @@ ecore_hash_set (mime_hash, ".txt", "text/plain"); ecore_hash_set (mime_hash, ".mov", "video/quicktime"); ecore_hash_set (mime_hash, ".asf", "video/x-ms-asf"); + ecore_hash_set (mime_hash, ".tga" ,"image/tga"); plugin = entropy_malloc(sizeof(Entropy_Plugin_Mime)); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/thumbnailer.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- thumbnailer.c 7 Sep 2006 13:40:15 -0000 1.12 +++ thumbnailer.c 23 Oct 2006 13:06:49 -0000 1.13 @@ -32,6 +32,7 @@ ecore_list_append (types, "video/mpeg"); ecore_list_append (types, "video/x-msvideo"); ecore_list_append (types, "video/quicktime"); + ecore_list_append (types, "image/tga"); } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs