do e17 about in dark theme.
authorCarsten Haitzler <raster@rasterman.com>
Wed, 21 Nov 2012 11:13:01 +0000 (11:13 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 21 Nov 2012 11:13:01 +0000 (11:13 +0000)
SVN revision: 79507

data/themes/Makefile.am
data/themes/default.edc
data/themes/edc/O/about.edc
data/themes/edc/about-e.edc [new file with mode: 0644]
data/themes/img/logo_blue_bottom.png [new file with mode: 0644]

index 2f22c6adbb672653b14fd25d5fb707e09902a942..02db8c4918b5330765b132432b4cb525c0f32810 100644 (file)
@@ -16,6 +16,7 @@ files_DATA = default.edj
 EXTRA_DIST = \
 default.edc \
 macros.edc \
+edc/about-e.edc \
 edc/background.edc \
 edc/border.edc \
 edc/button.edc \
@@ -218,6 +219,7 @@ img/led_square_glow.png \
 img/led_square_shading.png \
 img/led_square_shadow.png \
 img/led_square_shine.png \
+img/logo_blue_bottom.png \
 img/logo_blue_small.png \
 img/logo_blue_small_glow.png \
 img/media_busy_progress.png \
index d6c6f383ff6be191569e58acedb7b8fcb20c741d..83c49bcd6e28dce738bb463391156667fcb8fa96 100644 (file)
@@ -16,6 +16,7 @@ collections {
 #include "edc/desklock.edc"
 #include "edc/wizard.edc"
 #include "edc/init.edc"
+#include "edc/about-e.edc"
 // widgets
 #include "edc/menu.edc"
 #include "edc/button.edc"
index c95c8641d4be8cb93cfcc060c2cc82cae2b69a94..e00d7ba720c504bf8c6f67bd066903ab16c2cbe9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 /*** ABOUT E ***/
-
+/*
    group {
       name: "e/widgets/about/main";
       images {
          }
       }
    }
-
+*/
 
 /////////////////////////////////////////////////////////////////////////////
 /*** THEME ABOUT ***/
diff --git a/data/themes/edc/about-e.edc b/data/themes/edc/about-e.edc
new file mode 100644 (file)
index 0000000..1809de6
--- /dev/null
@@ -0,0 +1,284 @@
+group { name: "e/widgets/about/main";
+   // data.item: "borderless" "1";
+   // data.item: "shaped" "1";
+   images.image: "bg_radgrad.png" COMP;
+   images.image: "dot_pattern.png" COMP;
+   images.image: "bevel_dark_out.png" COMP;
+   images.image: "vgrad_med_lighter.png" COMP;
+   images.image: "bevel_out.png" COMP;
+   images.image: "shine.png" COMP;
+   images.image: "shadow_square_tiny.png" COMP;
+   images.image: "screen_circular_shadow.png" COMP;
+   images.image: "logo_blue_bottom.png" COMP;
+   images.image: "button_normal.png" COMP;
+   images.image: "button_clicked.png" COMP;
+   styles {
+      style { name: "about_style";
+         base: "font=Sans font_size=10 align=center text_class=tb_plain color=#ffff style=shadow,bottom shadow_color=#00000080 wrap=word";
+         tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light style=glow color=#3399ffff glow_color=#3399ff18 align=center glow2_color=#3399ff12";
+         tag: "title" "+ font_size=16 font=Sans:style=Bold text_class=tb_big";
+         tag: "/title" "- \n \n";
+         tag: "br" "\n";
+      }
+      style { name: "authors_style";
+         base: "font=San:style=Bolds font_size=16 align=left text_class=tb_plain color=#00000044 wrap=none";
+         tag: "hilight" "+ font=Sans:style=Bold text_class=tb_light color=#3399ff44";
+         tag: "title" "+ font_size=24 font=Sans:style=Bold text_class=tb_big";
+         tag: "/title" "- \n \n";
+         tag: "br" "\n";
+      }
+   }
+   min: 220 260;
+   max: 800 600;
+   parts {
+      part { name: "sizer"; type: SPACER;
+         scale: 1;
+         description { state: "default" 0.0;
+            min: 220 260;
+         }
+      }
+      part { name: "bg";
+         description { state: "default" 0.0;
+            image.normal: "bg_radgrad.png";
+            image.scale_hint: STATIC;
+            fill.smooth: 0;
+            ASPECT_FILL((1024/653))
+         }
+      }
+      part { name: "pat";
+         description { state: "default" 0.0;
+            image.normal: "dot_pattern.png";
+            TILED_PATTERN(256, 256)
+         }
+      }
+      part { name: "e.textblock.authors"; type: TEXTBLOCK; mouse_events: 0;
+         scale: 1;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            max: 20000 20000;
+            min: 160 0;
+            rel1.relative: 0.0 1.0;
+            rel1.offset: 4 4;
+            rel2.relative: 1.0 1.0;
+            rel2.offset: -5 4;
+            align: 0.5 0.0;
+            text { style: "authors_style";
+               min: 0 1;
+               align: 0.5 0.0;
+            }
+         }
+         description { state: "up" 0.0;
+            inherit: "default" 0.0;
+            rel1.relative: 0.0 0.0;
+            rel1.offset: 4 -5;
+            rel2.relative: 1.0 0.0;
+            rel2.offset: -5 -5;
+            align: 0.5 1.0;
+         }
+      }
+      part { name: "e.textblock.about"; type: TEXTBLOCK; mouse_events: 0;
+         scale: 1;
+         description { state: "default" 0.0;
+            fixed: 1 1;
+            max: 20000 20000;
+            min: 160 0;
+            rel1.relative: 0.0 1.0;
+            rel1.offset: 4 4;
+            rel2.relative: 1.0 1.0;
+            rel2.offset: -5 4;
+            align: 0.5 0.0;
+            text { style: "about_style";
+               min: 0 1;
+               align: 0.5 0.0;
+            }
+         }
+         description { state: "up" 0.0;
+            inherit: "default" 0.0;
+            rel1.relative: 0.0 0.0;
+            rel1.offset: 4 -5;
+            rel2.relative: 1.0 0.0;
+            rel2.offset: -5 -5;
+            align: 0.5 1.0;
+         }
+      }
+      part { name: "shadow"; mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 1.0;
+            image.normal: "screen_circular_shadow.png";
+            fill.smooth: 0;
+         }
+      }
+      part { name: "bevel";
+         description { state: "default" 0.0;
+            image.normal: "bevel_dark_out.png";
+            image.border: 1 1 1 1;
+            image.middle: 0;
+            fill.smooth: 0;
+         }
+      }
+      part { name: "top_shadow"; mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1.offset: -3 -2;
+            rel1.to: "top_base";
+            rel2.offset: 3 4;
+            rel2.to: "top_base";
+            image.normal: "shadow_square_tiny.png";
+            image.border: 6 6 6 6;
+            fill.smooth: 0;
+         }
+      }
+      part { name: "logo";
+         description { state: "default" 0.0;
+            image.normal: "logo_blue_bottom.png";
+            image.scale_hint: STATIC;
+            FIXED_SIZE(263,100);
+            rel1.to: "top_base";
+            rel2.to: "top_base";
+            align: 0.5 0.25;
+         }
+      }
+      part { name: "top_base";
+         description { state: "default" 0.0;
+            image.normal: "vgrad_med_lighter.png";
+            rel2.to_y: "e.text.title";
+            rel2.offset: -1 3;
+            fill.smooth: 0;
+            TILED_HORIZ(120)
+         }
+      }
+      part { name: "top_bevel"; mouse_events: 0;
+         description { state: "default" 0.0;
+            rel1.to: "top_base";
+            rel2.to: "top_base";
+            image.normal: "bevel_out.png";
+            image.border: 1 1 1 1;
+            image.middle: 0;
+            fill.smooth: 0;
+         }
+      }
+      part { name: "e.text.title"; type: TEXT;
+         scale: 1;
+         effect: SHADOW BOTTOM;
+         description { state: "default" 0.0;
+            align: 0.0 0.0;
+            rel1.offset: 3 3;
+            rel2.relative: 0.0 0.0;
+            rel2.offset: 3 3;
+            text { font: "Sans"; size: 10;
+               min: 1 1;
+               align: 0.0 0.0;
+               text_class: "about_title";
+            }
+            fixed: 1 1;
+         }
+      }
+      part { name: "e.text.version"; type: TEXT;
+         scale: 1;
+         effect: SHADOW BOTTOM;
+         description { state: "default" 0.0;
+            align: 1.0 0.0;
+            rel1.relative: 0.0 0.0;
+            rel1.offset: -4 3;
+            rel2.relative: 1.0 0.0;
+            rel2.offset: -4 3;
+            text { font: "Sans"; size: 10;
+               min: 1 1;
+               align: 1.0 0.0;
+               text_class: "about_version";
+            }
+            fixed: 1 1;
+         }
+      }
+      part { name: "base";
+         description { state: "default" 0.0;
+            image.normal: "button_normal.png";
+            image.border: 4 4 3 5;
+            image.middle: SOLID;
+            rel1.offset: -6 -6;
+            rel1.to: "e.text.label";
+            rel2.offset: 5 5;
+            rel2.to: "e.text.label";
+            fill.smooth: 0;
+                     }
+         description { state: "clicked" 0.0;
+            inherit: "default" 0.0;
+            image.normal: "button_clicked.png";
+            image.border: 5 5 4 6;
+         }
+      }
+      part { name: "e.text.label"; type: TEXT; mouse_events: 0;
+         effect: SHADOW BOTTOM;
+         scale: 1;
+         description { state: "default" 0.0;
+            rel1.offset: 0 -14;
+            rel1.relative: 0.5 1.0;
+            rel2.offset: -1 -14;
+            rel2.relative: 0.5 1.0;
+            color: 255 255 255 255;
+            color3: 0 0 0 128;
+            color_class: "button_text";
+            align: 0.5 1.0;
+            text { font: "Sans"; size: 10;
+               min: 1 1;
+               align: 0.5 0.5;
+               text_class: "button";
+            }
+            fixed: 1 1;
+         }
+      }
+      part { name: "shine"; mouse_events: 0;
+         description { state: "default" 0.0;
+            image.normal: "shine.png";
+            rel1.offset: 0 -2;
+            rel1.to: "top_base";
+            rel2.relative: 1.0 0.0;
+            rel2.offset: -1 2;
+            rel2.to: "top_base";
+            FIXED_SIZE(69, 5)
+         }
+      }
+   }
+   programs {
+      program { name: "show1";
+         signal: "show"; source: "";
+         action: STATE_SET "up" 0.0;
+         transition: LINEAR 45.0;
+         target: "e.textblock.about";
+         after: "show2";
+      }
+      program { name: "show2";
+         action: STATE_SET "default" 0.0;
+         target: "e.textblock.about";
+         after: "show1";
+      }
+      program { name: "show3";
+         signal: "show"; source: "";
+         action: STATE_SET "up" 0.0;
+         transition: LINEAR 120.0;
+         target: "e.textblock.authors";
+         after: "show4";
+      }
+      program { name: "show4";
+         action: STATE_SET "default" 0.0;
+         target: "e.textblock.authors";
+         after: "show3";
+      }
+      program {
+         signal: "mouse,down,1*"; source: "base";
+         action: STATE_SET "clicked" 0.0;
+         target: "base";
+         target: "e.text.label";
+      }
+      program {
+         signal: "mouse,up,1"; source: "base";
+         action: STATE_SET "default" 0.0;
+         target: "base";
+         target: "e.text.label";
+      }
+      program {
+         signal: "mouse,clicked,1*"; source: "base";
+         action: SIGNAL_EMIT "e,action,close" "";
+      }
+   }
+}
diff --git a/data/themes/img/logo_blue_bottom.png b/data/themes/img/logo_blue_bottom.png
new file mode 100644 (file)
index 0000000..ffdeedc
Binary files /dev/null and b/data/themes/img/logo_blue_bottom.png differ