raster pushed a commit to branch master.

commit e21cbb1e61aacf7ecbca0c92a2939cdaa9a658e6
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Jul 9 17:02:48 2013 +0900

    add access theme stuff (copy from elm current) and gitignore... make video 
work.
---
 .gitignore               |   2 ++
 edje/dark.edc            |   4 ++--
 edje/edc/elm/access.edc  |  60 +++++++++++++++++++++++++++++++++++++++++++++++
 edje/edc/elm/video.edc   |   6 ++---
 edje/img/access_glow.png | Bin 0 -> 26591 bytes
 5 files changed, 67 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6142b05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.edj
+*~
diff --git a/edje/dark.edc b/edje/dark.edc
index f320788..5f1919b 100644
--- a/edje/dark.edc
+++ b/edje/dark.edc
@@ -22,8 +22,8 @@ collections {
 #include "edc/elm/list.edc"
 #include "edc/elm/conform.edc"
 #include "edc/elm/icon.edc"
-//#include "edc/elm/video.edc"
-//#include "edc/elm/access.edc"
+#include "edc/elm/video.edc"
+#include "edc/elm/access.edc"
 //#include "edc/elm/photo.edc"
 //#include "edc/elm/focus.edc"
 //#include "edc/elm/datetime.edc"
diff --git a/edje/edc/elm/access.edc b/edje/edc/elm/access.edc
new file mode 100644
index 0000000..3b0dcc0
--- /dev/null
+++ b/edje/edc/elm/access.edc
@@ -0,0 +1,60 @@
+group { name: "elm/access/base/default";
+   images.image: "access_glow.png" LOSSY 85;
+   parts {
+      part { name: "block1"; type: RECT; mouse_events:  0;
+         description { state: "default" 0.0;
+            color: 0 0 0 200;
+            rel1.to: "base";
+            rel1.offset: -100000 -100000;
+            rel2.to: "base";
+            rel2.relative: 1.0 0.0;
+            rel2.offset: 100000 96;
+         }
+      }
+      part { name: "block2"; type: RECT; mouse_events:  0;
+         description { state: "default" 0.0;
+            color: 0 0 0 200;
+            rel1.to: "base";
+            rel1.relative: 0.0 1.0;
+            rel1.offset: -100000 -97;
+            rel2.to: "base";
+            rel2.offset: 100000 100000;
+         }
+      }
+      part { name: "block3"; type: RECT; mouse_events:  0;
+         description { state: "default" 0.0;
+            color: 0 0 0 200;
+            rel1.to: "block1";
+            rel1.relative: 0.0 1.0;
+            rel1.offset: 0 0;
+            rel2.to_x: "base";
+            rel2.to_y: "block2";
+            rel2.relative: 0.0 0.0;
+            rel2.offset: 96 -1;
+         }
+      }
+      part { name: "block4"; type: RECT; mouse_events:  0;
+         description { state: "default" 0.0;
+            color: 0 0 0 200;
+            rel1.to_x: "base";
+            rel1.to_y: "block1";
+            rel1.relative: 1.0 1.0;
+            rel1.offset: -97 0;
+            rel2.to: "block2";
+            rel2.relative: 1.0 0.0;
+            rel2.offset: -1 -1;
+         }
+      }
+      part { name: "base"; mouse_events:  0;
+         description { state: "default" 0.0;
+            image.normal: "access_glow.png";
+            image.border: 112 112 112 112;
+            rel1.offset: -102 -102;
+            rel2.offset:  101  101;
+            fill.smooth: 0;
+         }
+      }
+   }
+}
+
+
diff --git a/edje/edc/elm/video.edc b/edje/edc/elm/video.edc
index 6aa1f80..39c07dc 100644
--- a/edje/edc/elm/video.edc
+++ b/edje/edc/elm/video.edc
@@ -24,19 +24,19 @@ group { name: "elm/video/base/default";
       program {
          signal: "elm,video,play"; source: "elm";
          action: STATE_SET "default" 0.0;
-         transition: SINUSOUDAL 0.2;
+         transition: SINUSOIDAL 0.2;
          target: "clipper";
       }
       program {
          signal: "elm,video,end"; source: "elm";
          action: STATE_SET "darker" 0.0;
-         transition: SINUSOUDAL 0.5;
+         transition: SINUSOIDAL 0.5;
          target: "clipper";
       }
       program {
          signal: "elm,video,pause"; source: "elm";
          action: STATE_SET "darker" 0.0;
-         transition: SINUSOUDAL 0.7;
+         transition: SINUSOIDAL 0.7;
          target: "clipper";
       }
    }
diff --git a/edje/img/access_glow.png b/edje/img/access_glow.png
new file mode 100644
index 0000000..9c00ec7
Binary files /dev/null and b/edje/img/access_glow.png differ

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to