Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_fileman.edc Log Message: lots of debugging - but most of all - removable device support now uses e_dbus (optional if you built it) and uses dbus for mount, unmount dev and volume detection, creates icons and changes their state etc. and automounts on double-click of volume etc. may have bugs. pants on. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v retrieving revision 1.58 retrieving revision 1.59 diff -u -3 -r1.58 -r1.59 --- default_fileman.edc 12 Jun 2007 11:59:15 -0000 1.58 +++ default_fileman.edc 16 Jun 2007 16:18:44 -0000 1.59 @@ -9260,7 +9260,49 @@ FILEMAN_ICON_CLICKABLE("file"); FILEMAN_ICON("home"); FILEMAN_ICON("desktop"); -FILEMAN_ICON("hd"); + +group { + name: "e/icons/fileman/hd"; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + align: 0.5 0.0; + color: 255 255 255 128; + image { + normal: "e17_icon_fileman_hd.png"; + } + } + description { + state: "disabled" 0.0; + inherit: "default" 0.0; + color: 255 255 255 255; + } + } + } + programs { + program { + name: "full"; + signal: "e,state,removable,full"; + source: "e"; + action: STATE_SET "disabled" 0.0; + transition: LINEAR 0.5; + target: "icon"; + } + program { + name: "empty"; + signal: "e,state,removable,empty"; + source: "e"; + action: STATE_SET "default" 0.0; + transition: LINEAR 0.5; + target: "icon"; + } + } +} FILEMAN_MIME("application/pdf","pdf"); FILEMAN_MIME("text/x-csrc","c"); ------------------------------------------------------------------------- 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