raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=337aee11998603bdfe42a3027af628fc4ab44156
commit 337aee11998603bdfe42a3027af628fc4ab44156 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Aug 27 18:12:44 2014 +0900 theme - improve efm icons provided by ApB this fixes T575 wishlist item and improved the icons in default @feature --- data/themes/Makefile.am | 5 ++ data/themes/edc/O/efm_icons.edc | 56 +++++++++++++++++++-- data/themes/img/efm_generic_icon_content_cad.png | Bin 0 -> 830 bytes data/themes/img/efm_generic_icon_content_iso.png | Bin 0 -> 2249 bytes data/themes/img/efm_generic_icon_content_lib.png | Bin 0 -> 1486 bytes data/themes/img/efm_generic_icon_content_ruby.png | Bin 0 -> 4528 bytes data/themes/img/efm_generic_icon_content_trash.png | Bin 0 -> 1157 bytes 7 files changed, 56 insertions(+), 5 deletions(-) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 562c56e..2de990b 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -279,6 +279,11 @@ img/efm_generic_icon_over_empty.png \ img/efm_generic_icon_over.png \ img/efm_generic_icon_shadow_empty.png \ img/efm_generic_icon_shadow.png \ +img/efm_generic_icon_content_cad.png \ +img/efm_generic_icon_content_iso.png \ +img/efm_generic_icon_content_lib.png \ +img/efm_generic_icon_content_ruby.png \ +img/efm_generic_icon_content_trash.png \ img/emo-angry.png \ img/emo-angry-shout.png \ img/emo-crazy-laugh.png \ diff --git a/data/themes/edc/O/efm_icons.edc b/data/themes/edc/O/efm_icons.edc index dd7a9ea..d7056b3 100644 --- a/data/themes/edc/O/efm_icons.edc +++ b/data/themes/edc/O/efm_icons.edc @@ -71,9 +71,37 @@ EFM_MIME_ICON("application/x-python-bytecode", "efm_generic_icon_content_python.png", (114/115), (114/115), ".PYC", 240, 0.5); EFM_MIME_ICON("application/x-python", "efm_generic_icon_content_python.png", (114/115), (114/115), ".PY", 240, 0.5); - + EFM_MIME_ICON("text/x-python", "efm_generic_icon_content_python.png", (114/115), (114/115), ".PY", 240, 0.5); + //.pyo .pyd??????????????????// +//Ruby// + + EFM_MIME_ICON("application/x-ruby", "efm_generic_icon_content_ruby.png", (114/114), (114/114), ".RB", 240, 0.5); + EFM_MIME_ICON("text/x-ruby", "efm_generic_icon_content_ruby.png", (114/114), (114/114), ".RB", 240, 0.5); + + //.rbw???// + +//CAD// + + EFM_MIME_ICON("application/acad", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("application/x-acad", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("application/autocad_dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("image/x-dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("application/dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("application/x-dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("application/x-autocad", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("image/vnd.dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + EFM_MIME_ICON("drawing/dwg", "efm_generic_icon_content_cad.png", (114/130), (114/130), ".DWG", 240, 0.5); + +//ISO// + + EFM_MIME_ICON("application/x-iso9660-image", "efm_generic_icon_content_iso.png", (114/114), (114/114), ".ISO", 240, 0.5); + +//Cue// + + EFM_MIME_ICON("application/x-cue", "efm_generic_icon_content_iso.png", (114/114), (114/114), ".CUE", 240, 0.5); + //Audio// EFM_MIME_ICON("audio/mpeg", "efm_generic_icon_content_audio.png", (54/154), (54/154), ".MP3", 240, 0.5); @@ -85,6 +113,7 @@ EFM_MIME_ICON("application/x-audacity-project","efm_generic_icon_content_audio.png",(54/154), (54/154), ".AUP", 240, 0.5); EFM_MIME_ICON("audio/x-ms-wma","efm_generic_icon_content_audio.png", (54/154), (54/154),".WMA", 240, 0.5); EFM_MIME_ICON("audio/opus","efm_generic_icon_content_audio.png", (54/154), (54/154),".OPUS", 240, 0.5); + EFM_MIME_ICON("audio/ogg","efm_generic_icon_content_audio.png", (54/154), (54/154),".OPUS", 240, 0.5); EFM_MIME_ICON("audio/ape","efm_generic_icon_content_audio.png", (54/154), (54/154), ".APE", 240, 0.5); EFM_MIME_ICON("audio/webm","efm_generic_icon_content_audio.png", (54/154), (54/154), ".WEBA", 240, 0.5); EFM_MIME_ICON("audio/mp4","efm_generic_icon_content_audio.png", (54/154), (54/154), ".MP4", 240, 0.5); @@ -93,6 +122,9 @@ EFM_MIME_ICON("audio/aac","efm_generic_icon_content_audio.png", (54/154), (54/154),".AAC", 240, 0.5); EFM_MIME_ICON("audio/vnd.rn-realaudio","efm_generic_icon_content_audio.png", (54/154), (54/154),".RA", 240, 0.5); + EFM_MIME_ICON("application/x-mpegurl","efm_generic_icon_content_audio.png", (54/154), (54/154),".M3U", 240, 0.5); + EFM_MIME_ICON("application/vnd.apple.mpegurl","efm_generic_icon_content_audio.png", (54/154), (54/154),".M3U", 240, 0.5); + //Code// EFM_MIME_ICON("text/x-csrc","efm_generic_icon_content_code.png", (114/88), (114/88), ".C", 240, 0.3); @@ -100,7 +132,10 @@ EFM_MIME_ICON("text/x-c++src","efm_generic_icon_content_code.png", (114/88), (114/88), ".C++", 240, 0.3); EFM_MIME_ICON("text/x-csharp","efm_generic_icon_content_code.png", (114/88), (114/88), ".C#", 240, 0.3); EFM_MIME_ICON("application/x-awk","efm_generic_icon_content_code.png", (114/88), (114/88), ".AWK", 240, 0.3); - + EFM_MIME_ICON("text/x-hdr","efm_generic_icon_content_code.png", (114/88), (114/88), ".HPP", 240, 0.3); + EFM_MIME_ICON("text/x-fortran","efm_generic_icon_content_code.png", (114/88), (114/88), ".F", 240, 0.3); + EFM_MIME_ICON("text/x-perl","efm_generic_icon_content_code.png", (114/88), (114/88), ".PL", 240, 0.3); + //add moreeeeeee// //Text// @@ -108,6 +143,7 @@ EFM_MIME_ICON("text/x-patch","efm_generic_icon_content_text.png", (114/126), (114/126), ".PATCH", 240, 0.5); EFM_MIME_ICON("text/plain","efm_generic_icon_content_text.png", (114/126), (114/126), ".TXT", 240, 0.5); EFM_MIME_ICON("text/x-log","efm_generic_icon_content_text.png", (114/126), (114/126), ".LOG", 240, 0.5); + EFM_MIME_ICON("application/x-md5","efm_generic_icon_content_text.png", (114/126), (114/126), ".MD5", 240, 0.5); //Web// @@ -192,9 +228,10 @@ //Font// - EFM_MIME_ICON("application/x-font-ttf","efm_generic_icon_content_image.png", (114/93), (114/93), ".TTF", 240, 0.5); - EFM_MIME_ICON("application/x-font-pcf","efm_generic_icon_content_image.png", (114/93), (114/93), ".PCF", 240, 0.5); - EFM_MIME_ICON("application/x-font-bdf","efm_generic_icon_content_image.png", (114/93), (114/93), ".BDF", 240, 0.5); + EFM_MIME_ICON("application/x-font-ttf","efm_generic_icon_content_font.png", (114/93), (114/93), ".TTF", 240, 0.5); + EFM_MIME_ICON("application/x-font-pcf","efm_generic_icon_content_font.png", (114/93), (114/93), ".PCF", 240, 0.5); + EFM_MIME_ICON("application/x-font-bdf","efm_generic_icon_content_font.png", (114/93), (114/93), ".BDF", 240, 0.5); + EFM_MIME_ICON("application/x-font-otf","efm_generic_icon_content_font.png", (114/93), (114/93), ".BDF", 240, 0.5); //PS (fallback)// @@ -267,10 +304,18 @@ EFM_MIME_ICON_SIMPLE("application/x-executable","efm_generic_icon_content_executable.png", (114/114), (114/114), 240, 0.5); EFM_MIME_ICON_SIMPLE("application/x-ms-dos-executable","efm_generic_icon_content_executable.png", (114/114), (114/114), 240, 0.5); +//Libraries// + + EFM_MIME_ICON_SIMPLE("application/x-sharedlib","efm_generic_icon_content_lib.png", (114/114), (114/114), 240, 0.5); + //Unknown// EFM_MIME_ICON_SIMPLE("application/x-object","efm_generic_icon_content_unknown.png", (100/154), (100/154), 240, 0.5); +//Trash// + + EFM_MIME_ICON_SIMPLE("application/x-trash","efm_generic_icon_content_trash.png", (114/142), (114/142), 240, 0.5); + //Octet-Stream// EFM_MIME_ICON_SIMPLE("application/octet-stream","efm_generic_icon_content_text.png",(114/126), (114/126), 240, 0.5); @@ -347,3 +392,4 @@ MIMEICON("application/x-7z-compressed","icon_mime_package.png", 128); MIMEICON("application/vnd.ms-cab-compressed","icon_mime_package.png", 128); + diff --git a/data/themes/img/efm_generic_icon_content_cad.png b/data/themes/img/efm_generic_icon_content_cad.png new file mode 100644 index 0000000..f74ecf2 Binary files /dev/null and b/data/themes/img/efm_generic_icon_content_cad.png differ diff --git a/data/themes/img/efm_generic_icon_content_iso.png b/data/themes/img/efm_generic_icon_content_iso.png new file mode 100644 index 0000000..6e574af Binary files /dev/null and b/data/themes/img/efm_generic_icon_content_iso.png differ diff --git a/data/themes/img/efm_generic_icon_content_lib.png b/data/themes/img/efm_generic_icon_content_lib.png new file mode 100644 index 0000000..c9a5e25 Binary files /dev/null and b/data/themes/img/efm_generic_icon_content_lib.png differ diff --git a/data/themes/img/efm_generic_icon_content_ruby.png b/data/themes/img/efm_generic_icon_content_ruby.png new file mode 100644 index 0000000..eb7d65f Binary files /dev/null and b/data/themes/img/efm_generic_icon_content_ruby.png differ diff --git a/data/themes/img/efm_generic_icon_content_trash.png b/data/themes/img/efm_generic_icon_content_trash.png new file mode 100644 index 0000000..55bc134 Binary files /dev/null and b/data/themes/img/efm_generic_icon_content_trash.png differ --
