Added:
branches/e17/bits/iconmime.edc
branches/e17/bits/icons.edc.bak
branches/e17/bits/old_efm_mime_contextmenu_icons.edc
branches/e17/icons-txt.edc
branches/e17/icons/icon_colors.png (contents, props changed)
branches/e17/icons/icon_desklock_menu.png (contents, props changed)
branches/e17/icons/icon_desktops.png (contents, props changed)
branches/e17/icons/icon_efm_cd.png (contents, props changed)
branches/e17/icons/icon_efm_copy.png (contents, props changed)
branches/e17/icons/icon_efm_cut.png (contents, props changed)
branches/e17/icons/icon_efm_delete.png (contents, props changed)
branches/e17/icons/icon_efm_desktop.png (contents, props changed)
branches/e17/icons/icon_efm_file.png (contents, props changed)
branches/e17/icons/icon_efm_flash.png (contents, props changed)
branches/e17/icons/icon_efm_folder.png (contents, props changed)
branches/e17/icons/icon_efm_hdd.png (contents, props changed)
branches/e17/icons/icon_efm_home.png (contents, props changed)
branches/e17/icons/icon_efm_open.png (contents, props changed)
branches/e17/icons/icon_efm_paste.png (contents, props changed)
branches/e17/icons/icon_efm_properties.png (contents, props changed)
branches/e17/icons/icon_efm_refresh.png (contents, props changed)
branches/e17/icons/icon_efm_rename.png (contents, props changed)
branches/e17/icons/icon_efm_root.png (contents, props changed)
branches/e17/icons/icon_efm_tmp.png (contents, props changed)
branches/e17/icons/icon_fonts.png (contents, props changed)
branches/e17/icons/icon_globe.png (contents, props changed)
branches/e17/icons/icon_halt.png (contents, props changed)
branches/e17/icons/icon_hibernate.png (contents, props changed)
branches/e17/icons/icon_intl.png (contents, props changed)
branches/e17/icons/icon_keys.png (contents, props changed)
branches/e17/icons/icon_logout.png (contents, props changed)
branches/e17/icons/icon_lost_windows.png (contents, props changed)
branches/e17/icons/icon_mime_audio_generic.png (contents, props
changed)
branches/e17/icons/icon_mime_font_generic.png (contents, props changed)
branches/e17/icons/icon_mime_image_generic.png (contents, props
changed)
branches/e17/icons/icon_mime_pdf.png (contents, props changed)
branches/e17/icons/icon_mime_text_generic.png (contents, props changed)
branches/e17/icons/icon_mime_text_html.png (contents, props changed)
branches/e17/icons/icon_mime_video_generic.png (contents, props
changed)
branches/e17/icons/icon_mixer.png (contents, props changed)
branches/e17/icons/icon_mouse.png (contents, props changed)
branches/e17/icons/icon_mouse_clean.png (contents, props changed)
branches/e17/icons/icon_new.png (contents, props changed)
branches/e17/icons/icon_reboot.png (contents, props changed)
branches/e17/icons/icon_reset.png (contents, props changed)
branches/e17/icons/icon_run.png (contents, props changed)
branches/e17/icons/icon_screen_setup.png (contents, props changed)
branches/e17/icons/icon_screensaver.png (contents, props changed)
branches/e17/icons/icon_suspend.png (contents, props changed)
branches/e17/icons/icon_theme.png (contents, props changed)
branches/e17/icons/icon_wallpaper.png (contents, props changed)
branches/e17/icons/icon_warning.png (contents, props changed)
branches/e17/icons/icon_window_manipulation.png (contents, props
changed)
branches/e17/icons/icon_window_remembers.png (contents, props changed)
branches/e17/icons/icon_winlist.png (contents, props changed)
Modified:
branches/e17/AUTHORS
branches/e17/bits/about_detour.edc
branches/e17/bits/fileman.edc
branches/e17/bits/pager.edc
branches/e17/images.edc
branches/e17/images/pager_im1.png
branches/e17/main.edc
Log:
What a freaking mess!
Modified: branches/e17/AUTHORS
==============================================================================
--- branches/e17/AUTHORS (original)
+++ branches/e17/AUTHORS Mon Apr 20 21:17:07 2009
@@ -3,3 +3,5 @@
Rexford Smith (xxr...@gmail.com)
Stephen Houston (unix...@gmail.com)
+//
+iconmime.edc is taken from the default E17 theme.
Modified: branches/e17/bits/about_detour.edc
==============================================================================
--- branches/e17/bits/about_detour.edc (original)
+++ branches/e17/bits/about_detour.edc Mon Apr 20 21:17:07 2009
@@ -438,13 +438,14 @@
part {
name: "project_version";
type: TEXT;
- effect: NONE;
+ effect: SHADOW;
mouse_events: 0;
scale: 1;
description {
state: "default" 0.0;
color: 60 60 60 255;
+ color3: 255 255 255 192;
fixed: 1 1;
rel1 {
Modified: branches/e17/bits/fileman.edc
==============================================================================
--- branches/e17/bits/fileman.edc (original)
+++ branches/e17/bits/fileman.edc Mon Apr 20 21:17:07 2009
@@ -5562,2838 +5562,4 @@
}
}
-group {
- name: "e/fileman/default/button/open";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/document-open.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/copy";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-copy.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/cut";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-cut.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/paste";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-paste.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/delete";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-delete.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/properties";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/document-properties.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/new";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/document-new.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/new_dir";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/folder-new.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/refresh";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/view-refresh.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/rename";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/filesaveas.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/select";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/stock_select-all.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/sort";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-find-replace.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/ordering";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-find-replace.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/view";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/edit-find.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/fileman/default/button/hidden_files";
-
- parts {
- part {
- name: "whole";
- type: IMAGE;
-
- description {
- state: "default" 0.0;
- max: 16 16;
- aspect: 1.0 1.0;
-
- rel1 {
- relative: 0.0 0.0;
- offset: 0 0;
- }
-
- rel2 {
- relative: 1.0 1.0;
- offset: -1 -1;
- }
-
- image {
- normal: "icons/applications-system-16.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/icons/fileman/home";
-
- 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;
-
- image {
- normal: "icons/user-home.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "default";
- signal: "default";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-
-group {
- name: "e/icons/fileman/desktop";
-
- 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;
-
- image {
- normal: "icons/user-desktop.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "default";
- signal: "default";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-
-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: "icons/drive-harddisk.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- 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";
- }
- }
-}
-
-group {
- name: "e/icons/fileman/hdd";
-
- 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;
-
- image {
- normal: "icons/computer.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "default";
- signal: "default";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-
-/*
-#if ENABLE_CUSTOM_ICONS == 0
-#else
-#if ENABLE_CUSTOM_ICONS == 1
-group {
- name: "e/icons/fileman/notebook";
-
- 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;
-
- image {
- normal: "computer.png";
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "default";
- signal: "default";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-#endif
-#endif
-*/
-
-
-group {
- name: "e/icons/fileman/folder";
-
- parts {
- part {
- name: "icon";
- type: IMAGE;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
-/* TODO: create open folder icon */
-
- description {
- state: "clicked" 0.0;
- align: 0.5 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "clicked";
- signal: "clicked";
- source: "";
- action: STATE_SET "clicked" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "unclicked";
- signal: "unclicked";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "enable";
- signal: "default";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-
-
-group {
- name: "e/icons/fileman/file";
-
- parts {
- part {
- name: "icon";
- type: IMAGE;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- align: 0.5 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
-/* TODO: create open file icon */
-
- description {
- state: "clicked" 0.0;
- align: 0.5 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- program {
- name: "clicked";
- signal: "clicked";
- source: "";
- action: STATE_SET "clicked" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "unclicked";
- signal: "unclicked";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "disable";
- signal: "disable";
- source: "";
- action: STATE_SET "disabled" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
-
- program {
- name: "enable";
- source: "";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.1;
- target: "icon";
- }
- }
-}
-
-# ifdef PROG
-# undef PROG
-# endif
-#define PROG() \
-program { \
- name: "disable"; \
- signal: "disable"; \
- source: ""; \
- action: STATE_SET "disabled" 0.0; \
- transition: LINEAR 0.1; \
- target: "icon"; \
-} \
-program { \
- name: "enable"; \
- signal: "default"; \
- source: ""; \
- action: STATE_SET "default" 0.0; \
- transition: LINEAR 0.1; \
- target: "icon"; \
-}
-
-group {
- name: "e/icons/fileman/tmp";
-
- parts {
- part {
- name: "icon";
- type: IMAGE;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
- align: 0.5 0.0;
-
- image {
- normal: "icons/gnome-dev-removable-usb.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/icons/fileman/root";
-
- parts {
- part {
- name: "icon";
- type: IMAGE;
- mouse_events: 0;
-
- description {
- state: "default" 0.0;
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
- align: 0.5 0.0;
-
- image {
- normal: "icons/computer.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
- }
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/pdf";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/gnome-mime-application-pdf.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_gnome-mime-application-pdf.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/x-csrc";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/x-chdr";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-object";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-shellscript";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/image/png";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/image-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_image-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/image/jpeg";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/image-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_image-x-generic.png";
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/video/x-msvideo";
-
- 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;
-
- image {
- normal: "icons/video-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/audio/mpeg";
-
- 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;
-
- image {
- normal: "icons/audio-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-xcf";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/image-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_image-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/x-c++src";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/x-csharp";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/x-patch";
-
- 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;
-
- image {
- normal: "icons/shellscript.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/msword";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/document.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_document.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/ogg";
-
- 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;
-
- image {
- normal: "icons/audio-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/plain";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-bzip";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-deb";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-font-ttf";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/font-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_font-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-font-pcf";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/font-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_font-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-font-bdf";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/font-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_font-x-generic.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/css";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-html.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-html.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/htm";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-html.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-html.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text/html";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-html.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-html.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/zip";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-gzip";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-bzip-compressed-tar";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-bzip2-compressed-tar";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-compressed-tar";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-tar";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/video/mpeg";
-
- 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;
-
- image {
- normal: "icons/video-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/video";
-
- 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;
-
- image {
- normal: "icons/video-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/text";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/text-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_text-x-generic.png";
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/image";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/image-x-generic.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_image-x-generic.png";
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/audio";
-
- 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;
-
- image {
- normal: "icons/audio-x-generic.png";
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
-
-group {
- name: "e/icons/fileman/mime/application/x-rar";
-
- 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;
-
- image {
- #if ENABLE_CUSTOM_ICONS == 0
- normal: "icons/folder_tar.png";
- #else
- #if ENABLE_CUSTOM_ICONS == 1
- normal: "custom/cd_folder_tar.png";
- #endif
- #endif
- }
-
- fill {
- #if USE_SMOOTH_IMAGES == 0
- smooth: 0;
- #else
- #if USE_SMOOTH_IMAGES == 1
- smooth: 1;
- #endif
- #endif
- }
- }
-
- description {
- state: "disabled" 0.0;
- inherit: "default" 0.0;
- color: 128 128 128 255;
- }
- }
- }
-
- programs {
- PROG()
- }
-}
Added: branches/e17/bits/iconmime.edc
==============================================================================
--- (empty file)
+++ branches/e17/bits/iconmime.edc Mon Apr 20 21:17:07 2009
@@ -0,0 +1,333 @@
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(NAME, FILE, SIZE) \
+group { name: "e/icons/"NAME ; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ repeat_events: 1; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+#define ICONMIME(NAME, FILE, SIZE) ICON("mimetypes/"NAME, FILE, SIZE)
+
+/* FreeDesktop.Org Icons
+ *
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+ *
+ * In the comment you can find the old e icon name.
+ *
+ * Icons marked with *** are not mentioned in the spec, but we still try to
+ * follow the naming convention.
+ *
+ * TO ADD A NEW ICON:
+ * 1. Search for a name in the spec OR
+ * 2. Search for a name in kde (oxigen) and gnome (tango - human) icon set
OR
+ * 3. Try to follow the naming convention
+ */
+
+//Standard Action Icons
+//ICON("help-about","logo_black_128.png",64)
// "enlightenment/about"
+//ICON("list-add","icon_add.png",64)
// "widget/add"
+//ICON("list-remove","icon_del.png",64)
// "widget/del"
+//ICON("go-up","icon_up_arrow.png",64)
// "widget/up_arrow" "widget/up_dir"
+//ICON("go-down","icon_down_arrow.png",64)
// "widget/down_arrow"
+//ICON("go-next","icon_right_arrow.png",64)
// "widget/new_dialog"
+//ICON("go-previous","icon_left_arrow.png",64) // none
+//ICON("bookmark-new","icon_add_fav.png",64)
// "widget/add_fav"
+//ICON("edit-swap","icon_swap.png",64) // ***
// "widget/swap"
+ICON("edit-copy","icons/icon_efm_copy.png",16) //
EFMBUTTON("copy" +
+ICON("edit-cut","icons/icon_efm_cut.png",16) //
EFMBUTTON("cut" +
+ICON("edit-paste","icons/icon_efm_paste.png",16) //
EFMBUTTON("paste" +
+ICON("edit-delete","icons/icon_efm_delete.png",16) //
EFMBUTTON("delete" +
+ICON("edit-rename","icons/icon_efm_rename.png",16) //
EFMBUTTON("rename" +
+//ICON("edit-select-all","icon_efm_select.png",16) //
EFMBUTTON("select"
+
+ICON("document-open","icons/icon_efm_open.png",16)
// "widget/open" EFMBUTTON("open") EFMBUTTON("new") +
+ICON("document-new","icons/icon_new.png",64)
// "widget/new" +
+ICON("document-properties","icons/icon_efm_properties.png",16) //
EFMBUTTON("properties" +
+//ICON("folder-new","icon_efm_new_dir.png",16) //
EFMBUTTON("new_dir"
+//ICON("view-sort","icon_efm_sort.png",16) // *** //
EFMBUTTON("sort",
+//ICON("view-order","icon_efm_sort.png",16) // *** //
EFMBUTTON("ordering"
+//ICON("view-hidden-files","icon_efm_view.png",16) // *** //
EFMBUTTON("hidden_files"
+//ICON("configure","icon_config.png",64)
// "widget/config"
+ICON("system-run","icons/icon_run.png",64)
// "enlightenment/run" +
+ICON("system-shutdown","icons/icon_halt.png",128)
// "enlightenment/halt" +
+ICON("system-restart","icons/icon_reboot.png",128)
// "enlightenment/reboot" +
+ICON("system-suspend","icons/icon_suspend.png",128)
// "enlightenment/suspend" +
+ICON("system-suspend-hibernate","icons/icon_hibernate.png",128)
// "enlightenment/hibernate" +
+ICON("system-log-out","icons/icon_logout.png",128)
// "enlightenment/logout" +
+ICON("system-restart","icons/icon_reset.png",128)
// "enlightenment/reset" "widget/reset" +
+ICON("system-lock-screen","icons/icon_desklock_menu.png",128)
// "enlightenment/desklock_menu" +
+//ICON("window-close","icon_close.png",64)
// "widget/close"
+//ICON("dialog-ok-apply","icon_check.png",64)
// "enlightenment/check"
+//ICON("transform-scale","icon_resize.png",64)
// "widget/resize"
+//ICON("transform-move","icons/icon_autoscroll.png",64)
// "enlightenment/autoscroll"
+ICON("view-refresh","icons/icon_efm_refresh.png",16) //
EFMBUTTON("refresh" +
+//ICON("view-inherit","icon_dummy.png",64) // *** //
EFMBUTTON("inherit"
+
+//Standard Status Icons
+ICON("dialog-warning","icons/icon_warning.png",128)
// "enlightenment/warning" +
+ICON("dialog-error","icons/icon_warning.png",128)
// "enlightenment/error" +
+//ICON("unknown","icon_dummy.png",64) // ***
// "enlightenment/unknown"
+
+//Standard Application Icons
+ICON("preferences-desktop","icons/icon_desktops.png",64)
// "enlightenment/desktops"
+
+ICON("preferences-desktop-theme","icons/icon_theme.png",64)
// "enlightenment/themes"
+
+ICON("preferences-desktop-wallpaper","icons/icon_wallpaper.png",64)
// "enlightenment/background"
+
+ICON("preferences-desktop-color","icons/icon_colors.png",64)
// "enlightenment/colors"
+
+ICON("preferences-desktop-font","icons/icon_fonts.png",64)
// "enlightenment/fonts"
+
+ICON("preferences-desktop-screensaver","icons/icon_screensaver.png",64)
// "enlightenment/screensaver"
+
+ICON("preferences-desktop-display","icons/icon_screen_setup.png",64)
// "enlightenment/screen_setup"
+
+ICON("preferences-desktop-keyboard","icons/icon_keys.png",64)
// "enlightenment/keys"
+
+ICON("preferences-desktop-pointer","icons/icon_mouse.png",64)
// *** // "enlightenment/mouse" +
+ICON("preferences-desktop-mouse","icons/icon_mouse_clean.png",64)
// "enlightenment/mouse_clean"
+
+//ICON("preferences-desktop-mouse-left","icon_mouse_left.png",64) //
*** // "enlightenment/mouse_left"
+//ICON("preferences-desktop-mouse-right","icon_mouse_right.png",64) //
*** // "enlightenment/mouse_right"
+//ICON("preferences-desktop-mouse-middle","icon_mouse_middle.png",64) //
*** // "enlightenment/mouse_middle"
+//ICON("preferences-desktop-mouse-wheel","icon_mouse_wheel.png",64) //
*** // "enlightenment/mouse_wheel"
+//ICON("preferences-desktop-mouse-extra","icon_mouse_extra.png",64) //
*** // "enlightenment/mouse_extra"
+ICON("preferences-desktop-locale","icons/icon_intl.png",64)
// "enlightenment/intl"
+
+ICON("preferences-desktop-mixer","icons/icon_mixer.png",64)
// "enlightenment/mixer"
+
+
+//ICON("preferences-desktop-shelf","icons/icon_shelf.png",64)
//
*** // "enlightenment/shelf"
+ICON("preferences-desktop-shelf-bottom-desk","icons/icon_shelf_bottom_desk.png",64)//
***
// "enlightenment/shelf_bottom_desk" +
+ICON("preferences-desktop-shelf-custom","icons/icon_shelf_custom.png",64)
//
*** // "enlightenment/shelf_custom" +
+ICON("preferences-desktop-shelf-dock","icons/icon_shelf_dock.png",64)
//
*** // "enlightenment/shelf_dock" +
+ICON("preferences-desktop-shelf-menu-bar","icons/icon_shelf_menu_bar.png",64)
//
*** // "enlightenment/shelf_menu_bar" +
+ICON("preferences-desktop-shelf-panel","icons/icon_shelf_panel.png",64)
//
*** // "enlightenment/shelf_panel" +
+ICON("preferences-desktop-shelf-top-desk","icons/icon_shelf_top_desk.png",64)
//
*** // "enlightenment/shelf_top_desk" +
+ICON("preferences-desktop-window-remember","icons/icon_window_remembers.png",64)
//
*** // "enlightenment/window_remembers" +
+
+ICON("preferences-position-bottom","icons/icon_shelf_bottom.png",64)
//
*** // "enlightenment/shelf_position_bottom" +
+ICON("preferences-position-bottom-left","icon_shelf_bottom_left.png",64)
//
*** // "enlightenment/shelf_position_bottom_left" +
+ICON("preferences-position-bottom-right","icons/icon_shelf_bottom_right.png",64)
//
*** // "enlightenment/shelf_position_bottom_right" +
+ICON("preferences-position-top","icons/icon_shelf_top.png",64)
//
*** // "enlightenment/shelf_position_top" +
+ICON("preferences-position-top-left","icons/icon_shelf_top_left.png",64)
//
*** // "enlightenment/shelf_position_top_left" +
+ICON("preferences-position-top-right","icons/icon_shelf_top_right.png",64)
//
*** // "enlightenment/shelf_position_top_right" +
+ICON("preferences-position-left","icons/icon_shelf_left.png",64)
//
*** // "enlightenment/shelf_position_left" +
+ICON("preferences-position-left-top","icons/icon_shelf_left_top.png",64)
//
*** // "enlightenment/shelf_position_left_top" +
+ICON("preferences-position-left-bottom","icons/icon_shelf_left_bottom.png",64)
//
*** // "enlightenment +/shelf_position_left_bottom"
+ICON("preferences-position-right","icons/icon_shelf_right.png",64)
//
*** // "enlightenment/shelf_position_right" +
+ICON("preferences-position-right-top","icons/icon_shelf_right_top.png",64)
//
*** // "enlightenment/shelf_position_right_top" +
+ICON("preferences-position-right-bottom","icons/icon_shelf_right_bottom.png",64)
//
*** // "enlightenment/shelf_position_right_bottom" +
+
+ICON("preferences-window-manipulation","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_manipulation" +
+ICON("preferences-window-maximize","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_maximize" +
+ICON("preferences-window-stacking","icons/icon_winlist.png",64)
//
*** // "enlightenment/window_stacking" +
+ICON("preferences-window-geometry","icons/icon_window_manipulation.png",64)
//
*** // "enlightenment/window_geometry" +
+ICON("preferences-windows-lost","icons/icon_lost_windows.png",64)
//
*** // "enlightenment/lost_windows" +
+
+//ICON("preferences-gradient","icon_gradient.png",64) // ***
// "enlightenment/gradient"
+//ICON("preferences-focus","icon_window_focus.png",64) // ***
// "enlightenment/focus"
+//ICON("preferences-engine","icon_engine.png",64) // ***
// "enlightenment/engine"
+//ICON("preferences-dialogs","icon_dummy.png",64) // ***
// "enlightenment/dialogs"
+//ICON("preferences-interaction","icon_interaction.png",64) // ***
// "enlightenment/interaction"
+//ICON("preferences-imc","icon_imc.png",64) // ***
// "enlightenment/imc"
+//ICON("preferences-desklock","icons/icon_desklock.png",64) //
*** // "enlightenment/desklock"
+//ICON("preferences-icon-theme","icon_icon_theme.png",64) // ***
// "enlightenment/icon_theme"
+//ICON("preferences-transitions","icon_transitions.png",64) // ***
// "enlightenment/transitions"
+//ICON("preferences-toolbar","icon_toolbar.png",64) // ***
// "enlightenment/toolbar"
+//ICON("preferences-profiles","icon_profiles.png",64) // ***
// "enlightenment/profiles"
+//ICON("preferences-startup","icon_startup.png",64) // ***
// "enlightenment/startup"
+//ICON("preferences-winlist","icon_winlist.png",64) // ***
// "enlightenment/winlist"
+//ICON("preferences-menus","icon_menus.png",64) // ***
// "enlightenment/menus"
+//ICON("preferences-menu-settings","icon_menu_settings.png",64) // ***
// "enlightenment/menu_settings"
+//ICON("preferences-advanced","icon_advanced.png",64) // ***
// "enlightenment/advanced"
+//ICON("preferences-behavior","icon_behavior.png",64) // ***
// "enlightenment/behavior"
+//ICON("preferences-appearance","icon_appearance.png",64) // ***
// "enlightenment/appearance"
+//ICON("preferences-extensions","icon_extensions.png",64) // ***
// "enlightenment/extensions"
+//ICON("preferences-file-icons","icon_file_icons.png",64) // ***
// "enlightenment/file_icons"
+//ICON("preferences-pager","icon_pager.png",64) // ***
// "enlightenment/pager"
+//ICON("preferences-scale","icon_scale.png",64) // ***
// "enlightenment/scale"
+//ICON("preferences-directories","icon_directories.png",64) // ***
// "enlightenment/directories"
+
+//ICON("preferences-screen-normal","icon_screen_normal.png",64) // ***
// "enlightenment/screen_normal"
+//ICON("preferences-screen-around","icon_screen_around.png",64) // ***
// "enlightenment/screen_around"
+//ICON("preferences-screen-left","icon_screen_left.png",64) // ***
// "enlightenment/screen_left"
+//ICON("preferences-screen-right","icon_screen_right.png",64) // ***
// "enlightenment/screen_right"
+//ICON("preferences-screen-vflip","icon_screen_vflip.png",64) // ***
// "enlightenment/screen_vflip"
+//ICON("preferences-screen-hflip","icon_screen_hflip.png",64) // ***
// "enlightenment/screen_hflip"
+
+//ICON("preferences-applications","icon_applications.png",64)
//
*** // "enlightenment/applications"
+//ICON("preferences-applications-add","icon_applications_new.png",64)
//
*** // "enlightenment/add_application"
+//ICON("preferences-applications-ibar","icon_applications_ibar.png",64)
//
*** // "enlightenment/ibar_applications"
+//ICON("preferences-applications-restart","icon_applications_restart.png",64)
//
*** // "enlightenment/restart_applications"
+//ICON("preferences-applications-startup","icon_applications_startup.png",64)
//
*** // "enlightenment/startup_applications"
+
+//ICON("preferences-plugin","icon_modules.png",64)
// "enlightenment/modules"
+//ICON("preferences-system","icon_configuration.png",64)
// "enlightenment/configuration" "enlightenment/settings"
+//ICON("preferences-system-windows","icon_windows.png",64)
// "enlightenment/windows" "enlightenment/showhide"
+//ICON("preferences-system-performance","icon_performance.png",64)
// "enlightenment/performance"
+//ICON("preferences-system-power-management","icon_power_management.png",64)
// "enlightenment/power_management"
+//ICON("preferences-system-screen-resolution","icon_screen_resolution.png",64)//
***
// "enlightenment/screen_resolution"
+ICON("system-file-manager","icons/icon_efm_folder.png",64)
// "enlightenment/fileman"
+//ICON("application-exit","icon_logout.png",64)
// "enlightenment/exit"
+//ICON("enlightenment","logo_white_128.png",64)
//
*** // "enlightenment/e"
+
+//Standard Emblem Icons
+//ICON("emblem-symbolic-link","icon_dummy.png",64) //
EFMBUTTON("symlink"
+
+//Standard Place Icons
+ICON("folder","icons/icon_efm_folder.png",64)
// "fileman/folder" +
+ICON("user-home","icons/icon_efm_home.png",64)
// "fileman/home" +
+ICON("user-temp","icons/icon_efm_tmp.png",64) // ***
// "fileman/tmp" +
+ICON("user-desktop","icons/icon_efm_desktop.png",64)
// "fileman/desktop" +
+//ICON("user-bookmarks","icon_favorites.png",64)
// "enlightenment/favorites"
+ICON("folder-image","icons/icon_wallpaper.png",64)
// "enlightenment/picture"
+ICON("network-website","icons/icon_globe.png",64)
// "enlightenment/website" +
+//ICON("system","icons/icon_system.png",64) // ***
// "enlightenment/system"
+
+//Standard Device Icons
+ICON("computer","icons/icon_efm_root.png", 64)
// "fileman/root" +
+ICON("drive-harddisk","icons/icon_efm_hdd.png", 128)
// "fileman/hd" "fileman/hdd" +
+ICON("drive-optical","icons/icon_efm_cd.png", 128)
// "fileman/??" +
+ICON("media-flash","icons/icon_efm_flash.png", 128)
// "fileman/??" +
+
+/* End of FreeDesktop.Org icons */
+
+ICONMIME("inode/chardevice","icons/icon_efm_file.png",128)
+ICONMIME("inode/blockdevice","icons/icon_efm_file.png",128)
+ICONMIME("inode/directory-locked","icons/icon_efm_file.png",128)
+ICONMIME("inode/directory","icons/icon_efm_folder.png",128)
+ICONMIME("inode/fifo","icons/icon_efm_file.png",128)
+ICONMIME("inode/socket","icons/icon_efm_file.png",128)
+
+// EFM icons //
+
+#define EFMICON(NAME, FILE, SIZE) \
+group { name: "e/icons/fileman/"NAME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+//EFMICON("folder","icon_efm_folder.png", 128)
+EFMICON("chrdev","icons/icon_efm_file.png", 128)
+EFMICON("blkdev","icons/icon_efm_file.png", 128)
+EFMICON("fifo","icons/icon_efm_file.png", 128)
+EFMICON("socket","icons/icon_efm_file.png", 128)
+EFMICON("executable","icons/icon_efm_file.png", 128)
+EFMICON("file","icons/icon_efm_file.png", 128)
+//EFMICON("home","icon_efm_home.png", 128)
+//EFMICON("root","icon_efm_root.png", 128)
+//EFMICON("tmp","icon_efm_tmp.png", 128)
+//EFMICON("desktop","icon_efm_desktop.png", 128)
+//EFMICON("hdd","icon_efm_hdd.png", 128)
+//EFMICON("hd","icon_efm_hdd.png", 128)
+
+
+// EFM Mime type icons //
+
+#define MIMEICON(NAME, FILE, SIZE) \
+group { name: "e/icons/fileman/mime/"NAME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "icon"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE ; \
+ } \
+ } \
+ } \
+}
+
+MIMEICON("application/pdf","icons/icon_mime_pdf.png", 128); // +
+//MIMEICON("application/x-deb","icon_mime_deb.png", 128);
+//MIMEICON("application/x-bzip","icon_mime_package.png", 128);
+//MIMEICON("application/zip","icon_mime_package.png", 128);
+//MIMEICON("application/x-gzip","icon_mime_package.png", 128);
+//MIMEICON("application/x-bzip-compressed-tar","icon_mime_package.png",
128);
+//MIMEICON("application/x-bzip2-compressed-tar","icon_mime_package.png",128);
+//MIMEICON("application/x-compressed-tar","icon_mime_package.png",128);
+//MIMEICON("application/x-tar","icon_mime_package.png", 128);
+//MIMEICON("application/x-rar","icon_mime_package.png", 128);
+
+// Dynamic MIME Icons //
+
+#define MIMEBASE(MIME, FILE, NAME, SIZE) \
+group { name: "e/icons/fileman/mime/"MIME; \
+ max: SIZE SIZE; \
+ parts { \
+ part { name: "base"; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.image: FILE COMP; \
+ image.normal: FILE; \
+ } \
+ } \
+ part { name: "name"; \
+ type: TEXT; \
+ mouse_events: 0; \
+ description { state: "default" 0.0; \
+ rel1.relative: 0.2444 0.6797; \
+ rel2.relative: 0.7478 0.8894; \
+ color: 245 245 245 255; \
+ text { \
+ text: NAME; \
+ font: "Sans:style=Bold"; \
+ size: 4; \
+ fit: 1 1; \
+ min: 1 1; \
+ align: 0.5 0.0; \
+ } \
+ } \
+ } \
+ } \
+}
+
+MIMEBASE("video/mpeg","icons/icon_mime_video_generic.png", ".MPEG", 128);
// +
+MIMEBASE("application/ogg","icons/icon_mime_video_generic.png", ".OGG",
128);
+MIMEBASE("video/x-theora+ogg","icons/icon_mime_video_generic.png", ".OGG",
128);
+MIMEBASE("video/x-msvideo","icons/icon_mime_video_generic.png", ".AVI",
128);
+
+MIMEBASE("image/png","icons/icon_mime_image_generic.png", ".PNG", 128);
+MIMEBASE("image/jpeg","icons/icon_mime_image_generic.png", ".JPEG", 128);
+MIMEBASE("image/gif","icons/icon_mime_image_generic.png", ".GIF", 128);
+MIMEBASE("image/bmp","icons/icon_mime_image_generic.png", ".BMP", 128);
+MIMEBASE("application/x-xcf","icons/icon_mime_image_generic.png", ".XCF",
128);
+
+MIMEBASE("audio/mpeg","icons/icon_mime_audio_generic.png", ".MP3", 128);
+MIMEBASE("audio/x-wav","icons/icon_mime_audio_generic.png", ".WAV", 128);
+MIMEBASE("audio/x-flac","icons/icon_mime_audio_generic.png", ".FLAC", 128);
+MIMEBASE("audio/x-musepack","icons/icon_mime_audio_generic.png", ".MPC",
128);
+
+MIMEBASE("text/css","icons/icon_mime_text_generic.png", ".CSS", 128);
+MIMEBASE("text/html","icons/icon_mime_text_html.png", ".HTML", 128);
+MIMEBASE("text/x-csrc","icons/icon_mime_text_generic.png", ".C", 128);
+MIMEBASE("text/x-chdr","icons/icon_mime_text_generic.png", ".H", 128);
+MIMEBASE("text/x-c++src","icons/icon_mime_text_generic.png", ".C++", 128);
+MIMEBASE("text/x-csharp","icons/icon_mime_text_generic.png", ".C#", 128);
+MIMEBASE("text/x-patch","icons/icon_mime_text_generic.png", ".PATCH", 128);
+MIMEBASE("text/plain","icons/icon_mime_text_generic.png", ".TXT", 128);
+MIMEBASE("application/x-msword","icons/icon_mime_text_generic.png", ".DOC",
128);
+MIMEBASE("application/x-abiword","icons/icon_mime_text_generic.png", ".ABW",
128);
+
+//MIMEBASE("application/x-object","icon_efm_file.png", "", 128);
+//MIMEBASE("application/x-shellscript","icon_applications.png", "", 128);
+
+MIMEBASE("application/x-font-ttf","icons/icon_mime_font_generic.png", ".TTF",
128);
+MIMEBASE("application/x-font-pcf","icons/icon_mime_font_generic.png", ".PCF",
128);
+MIMEBASE("application/x-font-bdf","icons/icon_mime_font_generic.png", ".BDF",
128);
+
Added: branches/e17/bits/icons.edc.bak
==============================================================================
--- (empty file)
+++ branches/e17/bits/icons.edc.bak Mon Apr 20 21:17:07 2009
@@ -0,0 +1,644 @@
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,IMAGE_NAME) \
+group { \
+ name: "e/icons/enlightenment/"GROUP_NAME; \
+ max: 256 256; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ mouse_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ max: 256 256; \
+ image { \
+ normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+ } \
+}
+
+/* Enlightenment Settings icons */
+
+ICON("advanced", "icons/gnome-devel.png")
+ICON("appearance", "icons/applications-graphics.png")
+ICON("applications", "icons/applications-office.png")
+ICON("background", "icons/preferences-desktop-wallpaper.png")
+ICON("behavior", "icons/input-gaming.png")
+ICON("colors", "icons/view-colors.png") /* improve */
+ICON("configuration", "icons/preferences-desktop.png")
+ICON("desklock", "icons/system-lock-screen.png")
+ICON("desklock_menu", "icons/system-lock-screen.png")
+ICON("desktops", "icons/workspace-switcher.png")
+ICON("directories", "icons/system-search.png")
+ICON("engine", "icons/emblem-system.png")
+ICON("exit", "icons/gnome-session-logout.png")
+ICON("extensions", "icons/gnome-run.png")
+ICON("favorites", "icons/emblem-favorite.png")
+ICON("file_icons", "icons/text-x-generic.png")
+ICON("fileman", "icons/system-file-manager.png")
+ICON("focus", "icons/window-new.png")
+ICON("fonts", "icons/preferences-desktop-font.png")
+ICON("halt", "icons/gnome-session-halt.png")
+ICON("hibernate", "icons/gnome-session-hibernate.png")
+ICON("ibar_applications", "icons/applications-other.png")
+ICON("icon_theme", "icons/applications-accessories.png")
+ICON("imc", "icons/preferences-desktop-locale.png")
+ICON("intl", "icons/preferences-desktop-language.png")
+ICON("keys", "icons/preferences-desktop-keyboard-shortcuts.png")
+ICON("logout", "icons/gnome-session-logout.png")
+ICON("lost_windows", "icons/gnome-lost-window-menu.png")
+ICON("menus", "icons/alacarte.png")
+ICON("menu_settings", "icons/alacarte.png")
+ICON("mixer", "icons/audio-card.png")
+ICON("modules", "icons/applications-other.png")
+ICON("mouse", "icons/input-mouse.png")
+ICON("mouse_clean", "icons/gnome-dev-mouse-optical.png")
+ICON("pager", "icons/workspace-switcher.png")
+ICON("performance", "icons/preferences-system.png")
+ICON("power_management", "icons/battery.png")
+ICON("profiles", "icons/system-users.png")
+ICON("reboot", "icons/gnome-session-reboot.png")
+ICON("regenerate_menus", "icons/view-refresh.png")
+ICON("reset", "icons/gnome-session-reboot.png")
+ICON("restart_applications", "icons/application-x-executable.png")
+ICON("run", "icons/applications-system.png")
+ICON("scale", "icons/font-x-generic.png")
+ICON("screensaver", "icons/preferences-desktop-screensaver.png")
+ICON("screen_resolution", "icons/display-size.png")
+ICON("screen_setup", "icons/video-display.png")
+ICON("settings", "icons/preferences-desktop.png")
+ICON("shelf", "icons/gnome-panel-window-list.png")
+ICON("suspend", "icons/gnome-session-suspend.png")
+ICON("startup", "icons/system-shutdown.png")
+ICON("startup_applications", "icons/applications-other2.png") /* improve */
+ICON("system", "icons/preferences-system-session.png")
+ICON("themes", "icons/preferences-desktop-theme.png")
+ICON("transitions", "icons/image-loading.png")
+ICON("unknown", "icons/gnome-lost-window-menu.png")
+ICON("windows", "icons/preferences-system-windows.png")
+ICON("window_geometry", "images/button_detail_basic.png") /* empty */
+ICON("window_manipulation", "icons/wmtweaks.png")
+ICON("window_maximize", "images/button_detail_basic.png") /* empty */
+ICON("window_remembers", "icons/window-remembers.png")
+ICON("window_stacking" ,"icons/window-stacking.png")
+ICON("winlist", "icons/preferences-windows-list.png")
+
+/* missing icons */
+
+ICON("autoscroll", "images/button_detail_basic.png") /* empty */
+ICON("showhide", "images/button_detail_basic.png") /* empty */
+ICON("toolbar", "images/button_detail_basic.png") /* empty */
+
+/* Enlightenment wallpaper options icons */
+
+ICON("gradient", "icons/xfce4-workspaces.png")
+ICON("picture", "icons/preferences-desktop-wallpaper-16.png")
+ICON("website", "icons/internet-web-browser.png")
+
+/* Enlightenment logo icons */
+
+ICON("about", "images/e17_logo.png")
+ICON("e", "images/e17_logo.png")
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,IMAGE_NAME) \
+group { \
+ name: "e/icons/"GROUP_NAME; \
+ max: 256 256; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ mouse_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ max: 256 256; \
+ image { \
+ normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+ } \
+}
+
+/* Enlightenment Desktop Icons */
+
+ICON("media-flash", "icons/media-flash.png")
+ICON("drive-harddisk", "icons/drive-harddisk.png")
+ICON("drive-optical", "icons/media-optical.png")
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,IMAGE_NAME) \
+group { \
+ name: "e/icons/enlightenment/"GROUP_NAME; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ mouse_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ max: 24 24; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image { \
+ normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+ } \
+}
+
+/* Shelf icons: orientation */
+
+ICON("shelf_bottom_desk", "icons/icon_shelf_bottom_desk.png")
+ICON("shelf_custom", "icons/icon_shelf_custom.png")
+ICON("shelf_dock", "icons/icon_shelf_dock.png")
+ICON("shelf_menu_bar", "icons/icon_shelf_menu_bar.png")
+ICON("shelf_panel", "icons/icon_shelf_panel.png")
+ICON("shelf_top_desk", "icons/icon_shelf_top_desk.png")
+ICON("shelf_position_bottom", "icons/icon_shelf_bottom.png")
+ICON("shelf_position_bottom_left", "icons/icon_shelf_bottom_left.png")
+ICON("shelf_position_bottom_right", "icons/icon_shelf_bottom_right.png")
+ICON("shelf_position_top", "icons/icon_shelf_top.png")
+ICON("shelf_position_top_left", "icons/icon_shelf_top_left.png")
+ICON("shelf_position_top_right", "icons/icon_shelf_top_right.png")
+ICON("shelf_position_left", "icons/icon_shelf_left.png")
+ICON("shelf_position_left_top", "icons/icon_shelf_left_top.png")
+ICON("shelf_position_left_bottom", "icons/icon_shelf_left_bottom.png")
+ICON("shelf_position_right", "icons/icon_shelf_right.png")
+ICON("shelf_position_right_top", "icons/icon_shelf_right_top.png")
+ICON("shelf_position_right_bottom", "icons/icon_shelf_right_bottom.png")
+
+/* Screen rotation and mirroring icons */
+
+ICON("screen_normal", "icons/screen_normal.png")
+ICON("screen_around", "icons/screen_around.png")
+ICON("screen_left", "icons/screen_left.png")
+ICON("screen_right", "icons/screen_right.png")
+ICON("screen_vflip", "icons/screen_vflip.png")
+ICON("screen_hflip", "icons/screen_hflip.png")
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,SIZE,IMAGE_NAME) \
+group { \
+ name: "e/icons/widget/"GROUP_NAME; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ mouse_events: 0; \
+ description { \
+ state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ max: SIZE; \
+ image { \
+ normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+ } \
+}
+
+/* Widget icons: icons that go on top of widgets */
+
+ICON("add", 16 16, "icons/list-add.png")
+ICON("add_fav", 16 16, "icons/emblem-favorite-16.png")
+ICON("config", 16 16, "icons/document-properties.png")
+ICON("del", 16 16, "icons/list-remove.png")
+ICON("down_arrow", 14 17, "icons/button-down.png")
+ICON("new", 16 16, "icons/document-new.png")
+ICON("new_dialog", 18 15, "icons/button-forward.png")
+ICON("up_arrow", 14 17, "icons/button-up.png")
+ICON("up_dir", 14 17, "icons/button-up.png")
+ICON("resize", 16 16, "icons/go-first.png")
+ICON("swap", 16 16, "icons/mail-send-receive.png")
+
+/* ?? */
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,SIZE,IMAGE_NAME) \
+group { \
+ name: "e/icons/"GROUP_NAME; \
+ parts { \
+ part { \
+ name: "icon"; \
+ type: IMAGE; \
+ repeat_events: 1; \
+ description { \
+ state: "default" 0.0; \
+ max: SIZE; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image.normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+}
+
+ICON("enlightenment/check", 16 16, "images/screen_im0.png")
+
+# ifdef ICON
+# undef ICON
+# endif
+#define ICON(GROUP_NAME,IMAGE_NAME) \
+group { \
+ name: "e/icons/enlightenment/"GROUP_NAME; \
+ min: 24 24; \
+ max: 24 24; \
+ parts { \
+ part { \
+ name: "screen"; \
+ type: IMAGE; \
+ mouse_events: 0; \
+ description { \
+ min: 24 24; \
+ max: 24 24; \
+ fixed: 1 1; \
+ state: "default" 0.0; \
+ aspect: 1.0 1.0; \
+ aspect_preference: BOTH; \
+ image { \
+ normal: IMAGE_NAME; \
+ } \
+ } \
+ } \
+ } \
+}
+
+/* Wallpaper fill and stretch icons */
+
+ICON("wallpaper_center", "icons/wallscreen_im2.png")
+ICON("wallpaper_scale_aspect_in", "icons/wallscreen_im5.png")
+ICON("wallpaper_scale_aspect_out", "icons/wallscreen_im3.png")
+ICON("wallpaper_stretch", "icons/wallscreen_im1.png")
+ICON("wallpaper_tile", "icons/wallscreen_im4.png")
+
+/* Gradient background and definitions*/
+
+group {
+ name: "e/icons/enlightenment/gradient_h";
+ min: 24 24;
+ max: 24 24;
+
+ parts {
+ part {
+ name: "background";
+ type: IMAGE;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ min: 24 24;
+ max: 24 24;
+ fixed: 1 1;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ normal: "icons/wallscreen_im0.png";
+ }
+ }
+ }
+
+ part {
+ name: "screen";
+ type: GRADIENT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+
+ rel1 {
+ to: "background";
+ offset: 5 5;
+ }
+
+ rel2 {
+ to: "background";
+ offset: -6 -6;
+ }
+
+ gradient {
+ spectrum: "example_gradient";
+ rel1.relative: 0 0.5;
+ rel1.offset: 0 0;
+ rel2.relative: 1 0.5;
+ rel2.offset: -1 0;
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/enlightenment/gradient_v";
+ min: 24 24;
+ max: 24 24;
+
+ parts {
+ part {
+ name: "background";
+ mouse_events: 0;
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ min: 24 24;
+ max: 24 24;
+ fixed: 1 1;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ normal: "icons/wallscreen_im0.png";
+ }
+ }
+ }
+
+ part {
+ name: "screen";
+ type: GRADIENT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+
+ rel1 {
+ to: "background";
+ offset: 5 5;
+ }
+
+ rel2 {
+ to: "background";
+ offset: -6 -6;
+ }
+
+ gradient {
+ spectrum: "example_gradient";
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/enlightenment/gradient_du";
+ min: 24 24;
+ max: 24 24;
+
+ parts {
+ part {
+ name: "background";
+ mouse_events: 0;
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ min: 24 24;
+ max: 24 24;
+ fixed: 1 1;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ normal: "icons/wallscreen_im0.png";
+ }
+ }
+ }
+
+ part {
+ name: "screen";
+ type: GRADIENT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+
+ rel1 {
+ to: "background";
+ offset: 5 5;
+ }
+
+ rel2 {
+ to: "background";
+ offset: -6 -6;
+ }
+
+ gradient {
+ spectrum: "example_gradient";
+ rel1.relative: 0 1;
+ rel1.offset: 0 -1;
+ rel2.relative: 1 0;
+ rel2.offset: -1 0;
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/enlightenment/gradient_dd";
+ min: 24 24;
+ max: 24 24;
+
+ parts {
+ part {
+ name: "background";
+ mouse_events: 0;
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ min: 24 24;
+ max: 24 24;
+ fixed: 1 1;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ normal: "icons/wallscreen_im0.png";
+ }
+ }
+ }
+
+ part {
+ name: "screen";
+ type: GRADIENT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+
+ rel1 {
+ to: "background";
+ offset: 5 5;
+ }
+
+ rel2 {
+ to: "background";
+ offset: -6 -6;
+ }
+
+ gradient {
+ spectrum: "example_gradient";
+ rel1.relative: 0 0;
+ rel1.offset: 0 0;
+ rel2.relative: 1 1;
+ rel2.offset: -1 -1;
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/enlightenment/gradient_rad";
+ min: 24 24;
+ max: 24 24;
+
+ parts {
+ part {
+ name: "background";
+ mouse_events: 0;
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ min: 24 24;
+ max: 24 24;
+ fixed: 1 1;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ normal: "icons/wallscreen_im0.png";
+ }
+ }
+ }
+
+ part {
+ name: "screen";
+ type: GRADIENT;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+
+ rel1 {
+ to: "background";
+ offset: 5 5;
+ }
+
+ rel2 {
+ to: "background";
+ offset: -6 -6;
+ }
+
+ gradient {
+ spectrum: "example_gradient";
+ type: "radial";
+ }
+
+ fill {
+ origin.relative: 0.5 0.5;
+ }
+ }
+ }
+ }
+}
+
+/*
+group {
+ name: "e/icons/enlightenment/e";
+ max: 256 256;
+
+ parts {
+ part {
+ name: "e";
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+ max: 256 256;
+
+ image {
+ normal: "e17_logo_small.png";
+ }
+ }
+ }
+
+ part {
+ name: "e_glow";
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ color: 255 255 255 0;
+ visible: 0;
+
+ rel1 {
+ to: "e";
+ }
+
+ rel2 {
+ to: "e";
+ }
+
+
+ image {
+ normal: "e17_icon_e_glow_0.png";
+ }
+ }
+
+ description {
+ state: "hilited" 0.0;
+ inherit: "default" 0.0;
+ color: 255 255 255 128;
+ visible: 1;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "e_in";
+ signal: "e,state,selected";
+ source: "e";
+ action: STATE_SET "hilited" 0.0;
+ transition: DECELERATE 0.5;
+ target: "e_glow";
+ }
+
+ program {
+ name: "e_out";
+ signal: "e,state,unselected";
+ source: "e";
+ action: STATE_SET "default" 0.0;
+ transition: DECELERATE 1.0;
+ target: "e_glow";
+ }
+ }
+}
+*/
+
Added: branches/e17/bits/old_efm_mime_contextmenu_icons.edc
==============================================================================
--- (empty file)
+++ branches/e17/bits/old_efm_mime_contextmenu_icons.edc Mon Apr 20
21:17:07 2009
@@ -0,0 +1,2835 @@
+group {
+ name: "e/fileman/default/button/open";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/document-open.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/copy";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-copy.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/cut";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-cut.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/paste";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-paste.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/delete";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-delete.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/properties";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/document-properties.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/new";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/document-new.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/new_dir";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/folder-new.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/refresh";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/view-refresh.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/rename";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/filesaveas.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/select";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/stock_select-all.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/sort";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-find-replace.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/ordering";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-find-replace.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/view";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/edit-find.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/fileman/default/button/hidden_files";
+
+ parts {
+ part {
+ name: "whole";
+ type: IMAGE;
+
+ description {
+ state: "default" 0.0;
+ max: 16 16;
+ aspect: 1.0 1.0;
+
+ rel1 {
+ relative: 0.0 0.0;
+ offset: 0 0;
+ }
+
+ rel2 {
+ relative: 1.0 1.0;
+ offset: -1 -1;
+ }
+
+ image {
+ normal: "icons/applications-system-16.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/fileman/home";
+
+ 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;
+
+ image {
+ normal: "icons/user-home.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "default";
+ signal: "default";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+
+group {
+ name: "e/icons/fileman/desktop";
+
+ 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;
+
+ image {
+ normal: "icons/user-desktop.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "default";
+ signal: "default";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+
+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: "icons/drive-harddisk.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ 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";
+ }
+ }
+}
+
+group {
+ name: "e/icons/fileman/hdd";
+
+ 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;
+
+ image {
+ normal: "icons/computer.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "default";
+ signal: "default";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+
+/*
+#if ENABLE_CUSTOM_ICONS == 0
+#else
+#if ENABLE_CUSTOM_ICONS == 1
+group {
+ name: "e/icons/fileman/notebook";
+
+ 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;
+
+ image {
+ normal: "computer.png";
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "default";
+ signal: "default";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+#endif
+#endif
+*/
+
+
+group {
+ name: "e/icons/fileman/folder";
+
+ parts {
+ part {
+ name: "icon";
+ type: IMAGE;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ align: 0.5 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+/* TODO: create open folder icon */
+
+ description {
+ state: "clicked" 0.0;
+ align: 0.5 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "clicked";
+ signal: "clicked";
+ source: "";
+ action: STATE_SET "clicked" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "unclicked";
+ signal: "unclicked";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "enable";
+ signal: "default";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+
+
+group {
+ name: "e/icons/fileman/file";
+
+ parts {
+ part {
+ name: "icon";
+ type: IMAGE;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ align: 0.5 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+/* TODO: create open file icon */
+
+ description {
+ state: "clicked" 0.0;
+ align: 0.5 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ program {
+ name: "clicked";
+ signal: "clicked";
+ source: "";
+ action: STATE_SET "clicked" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "unclicked";
+ signal: "unclicked";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "disable";
+ signal: "disable";
+ source: "";
+ action: STATE_SET "disabled" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+
+ program {
+ name: "enable";
+ source: "";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.1;
+ target: "icon";
+ }
+ }
+}
+
+# ifdef PROG
+# undef PROG
+# endif
+#define PROG() \
+program { \
+ name: "disable"; \
+ signal: "disable"; \
+ source: ""; \
+ action: STATE_SET "disabled" 0.0; \
+ transition: LINEAR 0.1; \
+ target: "icon"; \
+} \
+program { \
+ name: "enable"; \
+ signal: "default"; \
+ source: ""; \
+ action: STATE_SET "default" 0.0; \
+ transition: LINEAR 0.1; \
+ target: "icon"; \
+}
+
+group {
+ name: "e/icons/fileman/tmp";
+
+ parts {
+ part {
+ name: "icon";
+ type: IMAGE;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+ align: 0.5 0.0;
+
+ image {
+ normal: "icons/gnome-dev-removable-usb.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/fileman/root";
+
+ parts {
+ part {
+ name: "icon";
+ type: IMAGE;
+ mouse_events: 0;
+
+ description {
+ state: "default" 0.0;
+ aspect: 1.0 1.0;
+ aspect_preference: BOTH;
+ align: 0.5 0.0;
+
+ image {
+ normal: "icons/computer.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+ }
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/pdf";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/gnome-mime-application-pdf.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_gnome-mime-application-pdf.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/x-csrc";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/x-chdr";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-object";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-shellscript";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/image/png";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/image-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_image-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/image/jpeg";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/image-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_image-x-generic.png";
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/video/x-msvideo";
+
+ 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;
+
+ image {
+ normal: "icons/video-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/audio/mpeg";
+
+ 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;
+
+ image {
+ normal: "icons/audio-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-xcf";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/image-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_image-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/x-c++src";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/x-csharp";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/x-patch";
+
+ 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;
+
+ image {
+ normal: "icons/shellscript.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/msword";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/document.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_document.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/ogg";
+
+ 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;
+
+ image {
+ normal: "icons/audio-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/plain";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-bzip";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-deb";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-font-ttf";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/font-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_font-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-font-pcf";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/font-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_font-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-font-bdf";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/font-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_font-x-generic.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/css";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-html.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-html.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/htm";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-html.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-html.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text/html";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-html.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-html.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/zip";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-gzip";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-bzip-compressed-tar";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-bzip2-compressed-tar";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-compressed-tar";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-tar";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/video/mpeg";
+
+ 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;
+
+ image {
+ normal: "icons/video-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/video";
+
+ 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;
+
+ image {
+ normal: "icons/video-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/text";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/text-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_text-x-generic.png";
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/image";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/image-x-generic.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_image-x-generic.png";
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/audio";
+
+ 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;
+
+ image {
+ normal: "icons/audio-x-generic.png";
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
+group {
+ name: "e/icons/fileman/mime/application/x-rar";
+
+ 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;
+
+ image {
+ #if ENABLE_CUSTOM_ICONS == 0
+ normal: "icons/folder_tar.png";
+ #else
+ #if ENABLE_CUSTOM_ICONS == 1
+ normal: "custom/cd_folder_tar.png";
+ #endif
+ #endif
+ }
+
+ fill {
+ #if USE_SMOOTH_IMAGES == 0
+ smooth: 0;
+ #else
+ #if USE_SMOOTH_IMAGES == 1
+ smooth: 1;
+ #endif
+ #endif
+ }
+ }
+
+ description {
+ state: "disabled" 0.0;
+ inherit: "default" 0.0;
+ color: 128 128 128 255;
+ }
+ }
+ }
+
+ programs {
+ PROG()
+ }
+}
+
Modified: branches/e17/bits/pager.edc
==============================================================================
--- branches/e17/bits/pager.edc (original)
+++ branches/e17/bits/pager.edc Mon Apr 20 21:17:07 2009
@@ -186,7 +186,7 @@
color: 205 204 188 5;
image {
- normal: "images/wallpaper_pat3.png";
+ normal: "images/wallpaper_pat2.png";
}
rel1 {
@@ -208,7 +208,7 @@
size {
relative: 0 0;
- offset: 4 4;
+ offset: 24 24;
}
}
}
Added: branches/e17/icons-txt.edc
==============================================================================
--- (empty file)
+++ branches/e17/icons-txt.edc Mon Apr 20 21:17:07 2009
@@ -0,0 +1,133 @@
+//~ efm actions
+image: "icons/document-new.png" COMP;
+image: "icons/document-open.png" COMP;
+image: "icons/document-properties.png" COMP;
+image: "icons/edit-copy.png" COMP;
+image: "icons/edit-cut.png" COMP;
+image: "icons/edit-delete.png" COMP;
+image: "icons/edit-find.png" COMP;
+image: "icons/edit-find-replace.png" COMP;
+image: "icons/edit-paste.png" COMP;
+image: "icons/filesaveas.png" COMP;
+image: "icons/folder-new.png" COMP;
+image: "icons/view-refresh.png" COMP;
+
+//~ navigation buttons
+image: "icons/button-up.png" COMP;
+image: "icons/button-down.png" COMP;
+image: "icons/button-forward.png" COMP;
+
+//~ battery
+image: "icons/battery-charge.png" COMP;
+image: "icons/battery-0.png" COMP;
+image: "icons/battery-20.png" COMP;
+image: "icons/battery-40.png" COMP;
+image: "icons/battery-60.png" COMP;
+image: "icons/battery-80.png" COMP;
+image: "icons/battery-100.png" COMP;
+
+//~ fileman mime-types
+image: "icons/gnome-mime-application-pdf.png" COMP; //~ pdf
+image: "icons/shellscript.png" COMP; //~ sh, .c, .o, .h, .cpp, .patch, .cs
+image: "icons/image-x-generic.png" COMP; //~ png, jpeg, xcf
+image: "icons/document.png" COMP; //~ doc
+image: "icons/audio-x-generic.png" COMP; //~ ogg, mp3
+image: "icons/text-x-generic.png" COMP; //~ txt, doc
+image: "icons/folder_tar.png" COMP; //~ bz2, tar, gz, zip, deb
+image: "icons/font-x-generic.png" COMP; //~ pcf, ttf, bdf
+image: "icons/text-html.png" COMP; //~ html, css,
+image: "icons/video-x-generic.png" COMP; //~ mpeg, avi
+image: "icons/folder.png" COMP;
+image: "icons/folder-open.png" COMP;
+image: "icons/text-x-generic.png" COMP;
+image: "icons/document-open.png" COMP;
+image: "icons/user-home.png" COMP;
+image: "icons/user-desktop.png" COMP;
+image: "icons/drive-harddisk.png" COMP;
+image: "icons/computer.png" COMP;
+
+
+
+//~ Tango Icons http://tango.freedesktop.org
+image: "icons/video-display.png" COMP;
+image: "icons/dialog-error.png" COMP;
+image: "icons/dialog-warning.png" COMP;
+image: "icons/system-shutdown.png" COMP;
+image: "icons/system-file-manager.png" COMP;
+image: "icons/system-lock-screen.png" COMP;
+image: "icons/preferences-system-session.png" COMP;
+image: "icons/system-search.png" COMP;
+image: "icons/alacarte.png" COMP;
+image: "icons/preferences-system.png" COMP;
+image: "icons/preferences-system-windows.png" COMP;
+image: "icons/preferences-desktop.png" COMP;
+image: "icons/preferences-desktop-keyboard-shortcuts.png" COMP;
+image: "icons/preferences-desktop-font.png" COMP;
+image: "icons/preferences-desktop-wallpaper.png" COMP;
+image: "icons/preferences-desktop-theme.png" COMP;
+image: "icons/preferences-desktop-locale.png" COMP; /* imc */
+image: "icons/preferences-desktop-language.png" COMP; /* intl */
+image: "icons/applications-system.png" COMP;
+image: "icons/applications-other.png" COMP;
+image: "icons/applications-accessories.png" COMP;
+image: "icons/window-new.png" COMP;
+image: "icons/wmtweaks.png" COMP;
+image: "icons/view-colors.png" COMP;
+image: "icons/workspace-switcher.png" COMP;
+image: "icons/view-refresh.png" COMP;
+image: "icons/gnome-dev-mouse-optical.png" COMP;
+image: "icons/emblem-favorite.png" COMP;
+image: "icons/input-mouse.png" COMP;
+image: "icons/applications-graphics.png" COMP;
+image: "icons/application-x-executable.png" COMP;
+image: "icons/text-x-generic.png" COMP;
+image: "icons/applications-office.png" COMP;
+image: "icons/gnome-devel.png" COMP;
+image: "icons/image-loading.png" COMP;
+image: "icons/stock_select-all.png" COMP;
+image: "icons/dialog-information.png" COMP;
+image: "icons/xfce4-taskbar.png" COMP;
+image: "icons/gnome-window-manager.png" COMP;
+image: "icons/list-add.png" COMP;
+image: "icons/list-remove.png" COMP;
+image: "icons/document-properties.png" COMP;
+image: "icons/applications-system-16.png" COMP;
+image: "icons/internet-web-browser.png" COMP;
+image: "icons/preferences-desktop-wallpaper-16.png" COMP;
+image: "icons/xfce4-workspaces.png" COMP;
+image: "icons/emblem-favorite-16.png" COMP;
+image: "icons/mail-send-receive.png" COMP;
+image: "icons/go-first.png" COMP;
+image: "icons/media-optical.png" COMP;
+image: "icons/gnome-dev-removable-usb.png" COMP;
+image: "icons/media-flash.png" COMP;
+image: "icons/audio-card.png" COMP;
+image: "icons/system-users.png" COMP; /* profiles */
+image: "icons/input-gaming.png" COMP; /* behavior */
+image: "icons/emblem-system.png" COMP; /* engine */
+image: "icons/battery.png" COMP; /* power_management */
+
+//~ hybrids
+image: "icons/applications-other2.png" COMP; /* improve */
+image: "icons/display-size.png" COMP;
+image: "icons/screen_normal.png" COMP;
+image: "icons/screen_left.png" COMP;
+image: "icons/screen_right.png" COMP;
+image: "icons/screen_around.png" COMP;
+image: "icons/screen_hflip.png" COMP;
+image: "icons/screen_vflip.png" COMP;
+image: "icons/preferences-windows-list.png" COMP;
+image: "icons/preferences-desktop-screensaver.png" COMP;
+image: "icons/window-remembers.png" COMP; /* window_remembers */
+image: "icons/window-stacking.png" COMP; /* window_stacking */
+
+//~ gnome tango
+image: "icons/gnome-session-reboot.png" COMP;
+image: "icons/gnome-panel-window-list.png" COMP;
+image: "icons/gnome-session-halt.png" COMP;
+image: "icons/gnome-session-hibernate.png" COMP;
+image: "icons/gnome-session-logout.png" COMP;
+image: "icons/gnome-session-suspend.png" COMP;
+image: "icons/gnome-lost-window-menu.png" COMP;
+image: "icons/gnome-run.png" COMP;
+
Added: branches/e17/icons/icon_colors.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_desklock_menu.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_desktops.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_cd.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_copy.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_cut.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_delete.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_desktop.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_file.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_flash.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_folder.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_hdd.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_home.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_open.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_paste.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_properties.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_refresh.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_rename.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_root.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_efm_tmp.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_fonts.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_globe.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_halt.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_hibernate.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_intl.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_keys.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_logout.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_lost_windows.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_audio_generic.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_font_generic.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_image_generic.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_pdf.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_text_generic.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_text_html.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mime_video_generic.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mixer.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mouse.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_mouse_clean.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_new.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_reboot.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_reset.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_run.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_screen_setup.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_screensaver.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_suspend.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_theme.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_wallpaper.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_warning.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_window_manipulation.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_window_remembers.png
==============================================================================
Binary file. No diff available.
Added: branches/e17/icons/icon_winlist.png
==============================================================================
Binary file. No diff available.
Modified: branches/e17/images.edc
==============================================================================
--- branches/e17/images.edc (original)
+++ branches/e17/images.edc Mon Apr 20 21:17:07 2009
@@ -488,24 +488,61 @@
* Contains list of all used icons.
*/
-//~ efm actions
-image: "icons/document-new.png" COMP;
-image: "icons/document-open.png" COMP;
-image: "icons/document-properties.png" COMP;
-image: "icons/edit-copy.png" COMP;
-image: "icons/edit-cut.png" COMP;
-image: "icons/edit-delete.png" COMP;
-image: "icons/edit-find.png" COMP;
-image: "icons/edit-find-replace.png" COMP;
-image: "icons/edit-paste.png" COMP;
-image: "icons/filesaveas.png" COMP;
-image: "icons/folder-new.png" COMP;
-image: "icons/view-refresh.png" COMP;
+image: "icon_colors.png" COMP;
+image: "icon_desklock_menu.png" COMP;
+image: "icon_desktops.png" COMP;
+image: "icon_efm_cd.png" COMP;
+image: "icon_efm_copy.png" COMP;
+image: "icon_efm_cut.png" COMP;
+image: "icon_efm_delete.png" COMP;
+image: "icon_efm_desktop.png" COMP;
+image: "icon_efm_file.png" COMP;
+image: "icon_efm_flash.png" COMP;
+image: "icon_efm_folder.png" COMP;
+image: "icon_efm_hdd.png" COMP;
+image: "icon_efm_home.png" COMP;
+image: "icon_efm_open.png" COMP;
+image: "icon_efm_paste.png" COMP;
+image: "icon_efm_properties.png" COMP;
+image: "icon_efm_refresh.png" COMP;
+image: "icon_efm_rename.png" COMP;
+image: "icon_efm_root.png" COMP;
+image: "icon_efm_tmp.png" COMP;
+image: "icon_fonts.png" COMP;
+image: "icon_globe.png" COMP;
+image: "icon_halt.png" COMP;
+image: "icon_hibernate.png" COMP;
+image: "icon_intl.png" COMP;
+image: "icon_keys.png" COMP;
+image: "icon_logout.png" COMP;
+image: "icon_lost_windows.png" COMP;
+image: "icon_mime_audio_generic.png" COMP;
+image: "icon_mime_font_generic.png" COMP;
+image: "icon_mime_image_generic.png" COMP;
+image: "icon_mime_pdf.png" COMP;
+image: "icon_mime_text_generic.png" COMP;
+image: "icon_mime_text_html.png" COMP;
+image: "icon_mime_video_generic.png" COMP;
+image: "icon_mixer.png" COMP;
+image: "icon_mouse_clean.png" COMP;
+image: "icon_mouse.png" COMP;
+image: "icon_new.png" COMP;
+image: "icon_reboot.png" COMP;
+image: "icon_reset.png" COMP;
+image: "icon_run.png" COMP;
+image: "icon_screensaver.png" COMP;
+image: "icon_screen_setup.png" COMP;
+image: "icon_suspend.png" COMP;
+image: "icon_theme.png" COMP;
+image: "icon_wallpaper.png" COMP;
+image: "icon_warning.png" COMP;
+image: "icon_window_manipulation.png" COMP;
+image: "icon_window_remembers.png" COMP;
+image: "icon_winlist.png" COMP;
-//~ navigation buttons
-image: "icons/button-up.png" COMP;
-image: "icons/button-down.png" COMP;
-image: "icons/button-forward.png" COMP;
+//~ unconverted
+image: "icons/system-lock-screen.png" COMP;
+image: "icons/dialog-information.png" COMP;
//~ fill and stretch options (screen)
image: "icons/wallscreen_im0.png" COMP; /* gradient box */
@@ -515,35 +552,6 @@
image: "icons/wallscreen_im4.png" COMP; /* tile */
image: "icons/wallscreen_im5.png" COMP; /* within */
-//~ battery
-image: "icons/battery-charge.png" COMP;
-image: "icons/battery-0.png" COMP;
-image: "icons/battery-20.png" COMP;
-image: "icons/battery-40.png" COMP;
-image: "icons/battery-60.png" COMP;
-image: "icons/battery-80.png" COMP;
-image: "icons/battery-100.png" COMP;
-
-//~ fileman mime-types
-image: "icons/gnome-mime-application-pdf.png" COMP; //~ pdf
-image: "icons/shellscript.png" COMP; //~ sh, .c, .o, .h, .cpp, .patch, .cs
-image: "icons/image-x-generic.png" COMP; //~ png, jpeg, xcf
-image: "icons/document.png" COMP; //~ doc
-image: "icons/audio-x-generic.png" COMP; //~ ogg, mp3
-image: "icons/text-x-generic.png" COMP; //~ txt, doc
-image: "icons/folder_tar.png" COMP; //~ bz2, tar, gz, zip, deb
-image: "icons/font-x-generic.png" COMP; //~ pcf, ttf, bdf
-image: "icons/text-html.png" COMP; //~ html, css,
-image: "icons/video-x-generic.png" COMP; //~ mpeg, avi
-image: "icons/folder.png" COMP;
-image: "icons/folder-open.png" COMP;
-image: "icons/text-x-generic.png" COMP;
-image: "icons/document-open.png" COMP;
-image: "icons/user-home.png" COMP;
-image: "icons/user-desktop.png" COMP;
-image: "icons/drive-harddisk.png" COMP;
-image: "icons/computer.png" COMP;
-
//~ shelf
image: "icons/icon_shelf_bottom_left.png" COMP;
image: "icons/icon_shelf_bottom.png" COMP;
@@ -563,89 +571,6 @@
image: "icons/icon_shelf_menu_bar.png" COMP;
image: "icons/icon_shelf_panel.png" COMP;
image: "icons/icon_shelf_top_desk.png" COMP;
-
-//~ Tango Icons http://tango.freedesktop.org
-image: "icons/video-display.png" COMP;
-image: "icons/dialog-error.png" COMP;
-image: "icons/dialog-warning.png" COMP;
-image: "icons/system-shutdown.png" COMP;
-image: "icons/system-file-manager.png" COMP;
-image: "icons/system-lock-screen.png" COMP;
-image: "icons/preferences-system-session.png" COMP;
-image: "icons/system-search.png" COMP;
-image: "icons/alacarte.png" COMP;
-image: "icons/preferences-system.png" COMP;
-image: "icons/preferences-system-windows.png" COMP;
-image: "icons/preferences-desktop.png" COMP;
-image: "icons/preferences-desktop-keyboard-shortcuts.png" COMP;
-image: "icons/preferences-desktop-font.png" COMP;
-image: "icons/preferences-desktop-wallpaper.png" COMP;
-image: "icons/preferences-desktop-theme.png" COMP;
-image: "icons/preferences-desktop-locale.png" COMP; /* imc */
-image: "icons/preferences-desktop-language.png" COMP; /* intl */
-image: "icons/applications-system.png" COMP;
-image: "icons/applications-other.png" COMP;
-image: "icons/applications-accessories.png" COMP;
-image: "icons/window-new.png" COMP;
-image: "icons/wmtweaks.png" COMP;
-image: "icons/view-colors.png" COMP;
-image: "icons/workspace-switcher.png" COMP;
-image: "icons/view-refresh.png" COMP;
-image: "icons/gnome-dev-mouse-optical.png" COMP;
-image: "icons/emblem-favorite.png" COMP;
-image: "icons/input-mouse.png" COMP;
-image: "icons/applications-graphics.png" COMP;
-image: "icons/application-x-executable.png" COMP;
-image: "icons/text-x-generic.png" COMP;
-image: "icons/applications-office.png" COMP;
-image: "icons/gnome-devel.png" COMP;
-image: "icons/image-loading.png" COMP;
-image: "icons/stock_select-all.png" COMP;
-image: "icons/dialog-information.png" COMP;
-image: "icons/xfce4-taskbar.png" COMP;
-image: "icons/gnome-window-manager.png" COMP;
-image: "icons/list-add.png" COMP;
-image: "icons/list-remove.png" COMP;
-image: "icons/document-properties.png" COMP;
-image: "icons/applications-system-16.png" COMP;
-image: "icons/internet-web-browser.png" COMP;
-image: "icons/preferences-desktop-wallpaper-16.png" COMP;
-image: "icons/xfce4-workspaces.png" COMP;
-image: "icons/emblem-favorite-16.png" COMP;
-image: "icons/mail-send-receive.png" COMP;
-image: "icons/go-first.png" COMP;
-image: "icons/media-optical.png" COMP;
-image: "icons/gnome-dev-removable-usb.png" COMP;
-image: "icons/media-flash.png" COMP;
-image: "icons/audio-card.png" COMP;
-image: "icons/system-users.png" COMP; /* profiles */
-image: "icons/input-gaming.png" COMP; /* behavior */
-image: "icons/emblem-system.png" COMP; /* engine */
-image: "icons/battery.png" COMP; /* power_management */
-
-//~ hybrids
-image: "icons/applications-other2.png" COMP; /* improve */
-image: "icons/display-size.png" COMP;
-image: "icons/screen_normal.png" COMP;
-image: "icons/screen_left.png" COMP;
-image: "icons/screen_right.png" COMP;
-image: "icons/screen_around.png" COMP;
-image: "icons/screen_hflip.png" COMP;
-image: "icons/screen_vflip.png" COMP;
-image: "icons/preferences-windows-list.png" COMP;
-image: "icons/preferences-desktop-screensaver.png" COMP;
-image: "icons/window-remembers.png" COMP; /* window_remembers */
-image: "icons/window-stacking.png" COMP; /* window_stacking */
-
-//~ gnome tango
-image: "icons/gnome-session-reboot.png" COMP;
-image: "icons/gnome-panel-window-list.png" COMP;
-image: "icons/gnome-session-halt.png" COMP;
-image: "icons/gnome-session-hibernate.png" COMP;
-image: "icons/gnome-session-logout.png" COMP;
-image: "icons/gnome-session-suspend.png" COMP;
-image: "icons/gnome-lost-window-menu.png" COMP;
-image: "icons/gnome-run.png" COMP;
//~ custom
image: "custom/cd_document.png" COMP;
Modified: branches/e17/images/pager_im1.png
==============================================================================
Binary files. No diff available.
Modified: branches/e17/main.edc
==============================================================================
--- branches/e17/main.edc (original)
+++ branches/e17/main.edc Mon Apr 20 21:17:07 2009
@@ -23,14 +23,14 @@
}
//Mouse pointer options
-#define ANIMATED_CURSOR 0 /* Mouse pointer will pulsate when inactive */
+#define ANIMATED_CURSOR 1 /* Mouse pointer will pulsate when inactive */
#define ALTERNATE_CURSOR 0 /* Alternate (black) mouse pointer */
//Fontconfig: system-wide font configuration
#define USE_FONTCONFIG 1 /* fc-match --help for more information */
//Smooth images on scaling
-#define USE_SMOOTH_IMAGES 0 /* The default (internal) value is 1 */
+#define USE_SMOOTH_IMAGES 1 /* The default (internal) value is 1 */
//Truncate desktop icons filename
#define TRUNCATE_DESKTOP_ICON_FILENAME 0 /* Shorten desktop filenames */
@@ -110,7 +110,8 @@
#include "bits/gadman.edc" /* gadget manager */
#include "bits/frame.edc" /* frame widget group */
#include "bits/ibar.edc" /* ibar & ibox group */
- #include "bits/icons.edc" /* icons definitions */
+ //~ #include "bits/icons.edc" /* icons definitions */
+ #include "bits/iconmime.edc" /* icon mime */
#include "bits/ilist.edc" /* icon list */
#include "bits/init.edc" /* init screen */
#include "bits/itask.edc" /* itask-ng module */
@@ -131,7 +132,7 @@
#include "bits/spectrum.edc" /* spectrum */
#include "bits/start.edc" /* start menu module */
#include "bits/sys.edc" /* system actions */
- #include "bits/syscon.edc" /* system connection group */
+ //~ #include "bits/syscon.edc" /* system connection group */
#include "bits/tclock.edc" /* extra: tclock module */
//~ #include "bits/temperature.edc" /* temperature module */
#include "bits/textblock.edc" /* textblock definitions group */