Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: etk_icon_viewer.c mime.c remote_thumbnailer.c thumbnailer.c Log Message: * We do pdf now! Also double click in iconbox works again, thanks to CodeWarrior's ETK work =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_icon_viewer.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- etk_icon_viewer.c 13 May 2007 12:28:50 -0000 1.24 +++ etk_icon_viewer.c 25 Jun 2007 11:37:09 -0000 1.25 @@ -227,6 +227,8 @@ event = event_info; selected_count = 0; + printf("Button 1, but not double click - %d\n",event->flags); + if (!(icon = etk_iconbox_icon_get_at_xy(ETK_ICONBOX(viewer->iconbox), event->canvas.x, event->canvas.y, ETK_FALSE, ETK_TRUE, ETK_TRUE))) return; =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/mime.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- mime.c 23 Oct 2006 13:06:49 -0000 1.15 +++ mime.c 25 Jun 2007 11:37:09 -0000 1.16 @@ -55,6 +55,7 @@ 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"); + ecore_hash_set (mime_hash, ".pdf", "application/pdf"); plugin = entropy_malloc(sizeof(Entropy_Plugin_Mime)); =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/remote_thumbnailer.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- remote_thumbnailer.c 29 Dec 2006 13:02:53 -0000 1.15 +++ remote_thumbnailer.c 25 Jun 2007 11:37:09 -0000 1.16 @@ -37,6 +37,7 @@ ecore_list_append (types, "image/jpeg"); ecore_list_append (types, "image/png"); ecore_list_append (types, "image/gif"); + ecore_list_append (types, "application/pdf"); } =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/thumbnailer.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- thumbnailer.c 29 Dec 2006 13:02:53 -0000 1.14 +++ thumbnailer.c 25 Jun 2007 11:37:09 -0000 1.15 @@ -33,6 +33,7 @@ ecore_list_append (types, "video/x-msvideo"); ecore_list_append (types, "video/quicktime"); ecore_list_append (types, "image/tga"); + ecore_list_append (types, "application/pdf"); } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs