diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-01-22 08:54:25 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-01-22 08:54:25 +0000 |
commit | 7f22a1e36a75066680f368afc7b2db50466a8b19 (patch) | |
tree | 37de5aea373a84ca3fa4d3d24e65de6d0b12b48a /src/modules/illume-indicator | |
parent | bbff627334199610e382e38efec73a6d3e7eed94 (diff) | |
download | enlightenment-7f22a1e36a75066680f368afc7b2db50466a8b19.tar.gz |
don't need to be rebuilding illume edj files all the time, these haven't changed since dinosaurs roamed the earth
also probably fixes ticket #2084
SVN revision: 83060
Diffstat (limited to 'src/modules/illume-indicator')
-rw-r--r-- | src/modules/illume-indicator/e-module-illume-indicator.edc | 175 | ||||
-rw-r--r-- | src/modules/illume-indicator/e-module-illume-indicator.edj | bin | 0 -> 12144 bytes | |||
-rw-r--r-- | src/modules/illume-indicator/images/base_bg.png | bin | 125 -> 0 bytes | |||
-rw-r--r-- | src/modules/illume-indicator/images/module_icon.png | bin | 1287 -> 0 bytes |
4 files changed, 0 insertions, 175 deletions
diff --git a/src/modules/illume-indicator/e-module-illume-indicator.edc b/src/modules/illume-indicator/e-module-illume-indicator.edc deleted file mode 100644 index 6f2513e03b..0000000000 --- a/src/modules/illume-indicator/e-module-illume-indicator.edc +++ /dev/null @@ -1,175 +0,0 @@ -styles -{ - style - { - name: "notification_style"; - base: "font=Sans font_size=10 align=left style=soft_shadow shadow_color=#fff color=#000 wrap=word text_class=module_normal"; - tag: "subject" "+ text_class=module_large font_size=10"; - tag: "body" "+ text_class=module_normal font_size=10"; - tag: "br" "\n"; - tag: "b" "+ font=Sans:style=Bold text_class=module_bold"; - tag: "i" "+ font=Sans:style=Oblique text_class=module_bold"; - tag: "u" "+ underline=on"; - tag: "img" ""; /* images not supported */ - tag: "a" ""; /* links not supported */ - } -} - -collections -{ - group - { - images.image: "module_icon.png" COMP; - name: "icon"; - max: 128 128; - parts - { - part - { - name: "base"; - mouse_events: 0; - description - { - state: "default" 0.0; - aspect: 1.0 1.0; - aspect_preference: BOTH; - image.normal: "module_icon.png"; - } - } - } - } - group - { - images.image: "base_bg.png" COMP; - name: "modules/illume-indicator/window"; - parts - { - part - { - name: "base"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - color_class: "shelf_base"; - image.normal: "base_bg.png"; - image.border: 1 1 1 1; - fill.smooth: 0; - } - } - part - { - name: "e.swallow.content"; - type: SWALLOW; - description - { - state: "default" 0.0; - rel1.offset: 3 3; - rel2.offset: -4 -4; - } - } - } - } - group - { - images.image: "base_bg.png" COMP; - name: "modules/illume-indicator/notify"; - parts - { - part - { - name: "base"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - color_class: "shelf_base"; - image.normal: "base_bg.png"; - image.border: 1 1 1 1; - fill.smooth: 0; - } - } - part - { - name: "e.swallow.icon"; - type: SWALLOW; - mouse_events: 0; - description - { - state: "default" 0.0; - align: 0.0 0.0; - aspect: 1 1; - aspect_preference: BOTH; - rel1.offset: 4 4; - rel2 - { - relative: 0.0 1.0; - offset: 52 -5; - } - } - } - part - { - name: "e.text.title"; - type: TEXT; - mouse_events: 0; - scale: 1; - effect: SOFT_SHADOW; - description - { - state: "default" 0.0; - fixed: 1 1; - align: 0.0 0.0; - rel1 - { - relative: 1.0 0.0; - offset: 3 4; - to_x: "e.swallow.icon"; - } - rel2 - { - relative: 1.0 0.0; - offset: -5 4; // 15 - } - color: 0 0 0 255; - color3: 224 224 224 64; - color_class: "menu_title_active"; - text - { - font: "Sans:style=Bold"; - size: 10; - align: 0.0 0.0; - min: 0 1; - fit: 1 1; - text_class: "menu_title"; - } - } - } - part - { - name: "e.text.message"; - type: TEXTBLOCK; - mouse_events: 0; - description - { - state: "default" 0.0; - align: 0.0 0.0; - rel1 - { - relative: 1.0 0.0; - offset: 4 22; - to_x: "e.swallow.icon"; - } - rel2.offset: -5 -5; - text - { - style: "notification_style"; -// min: 0 1; - } - } - } - } - } -} diff --git a/src/modules/illume-indicator/e-module-illume-indicator.edj b/src/modules/illume-indicator/e-module-illume-indicator.edj Binary files differnew file mode 100644 index 0000000000..9e8efbb8ac --- /dev/null +++ b/src/modules/illume-indicator/e-module-illume-indicator.edj diff --git a/src/modules/illume-indicator/images/base_bg.png b/src/modules/illume-indicator/images/base_bg.png Binary files differdeleted file mode 100644 index a47ea16592..0000000000 --- a/src/modules/illume-indicator/images/base_bg.png +++ /dev/null diff --git a/src/modules/illume-indicator/images/module_icon.png b/src/modules/illume-indicator/images/module_icon.png Binary files differdeleted file mode 100644 index c759dba47d..0000000000 --- a/src/modules/illume-indicator/images/module_icon.png +++ /dev/null |