raster pushed a commit to branch feature/themes/flat.

http://git.enlightenment.org/core/efl.git/commit/?id=6a705567df880ac314f234155aa1f25522a92bc7

commit 6a705567df880ac314f234155aa1f25522a92bc7
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Apr 1 01:02:10 2019 +0100

    TH - tiling
---
 data/elementary/themes/default.edc          |   1 +
 data/elementary/themes/edc/tiling.edc       |  72 +++++++++++++++++++++++
 data/elementary/themes/img/O-tiling-f.svg   |  81 ++++++++++++++++++++++++++
 data/elementary/themes/img/O-tiling-h.svg   |  82 +++++++++++++++++++++++++++
 data/elementary/themes/img/O-tiling-v.svg   |  85 ++++++++++++++++++++++++++++
 data/elementary/themes/img/tiling-float.png | Bin 0 -> 599 bytes
 data/elementary/themes/img/tiling-horiz.png | Bin 0 -> 578 bytes
 data/elementary/themes/img/tiling-vert.png  | Bin 0 -> 580 bytes
 8 files changed, 321 insertions(+)

diff --git a/data/elementary/themes/default.edc 
b/data/elementary/themes/default.edc
index a88aaf084f..1f62fa5f7d 100644
--- a/data/elementary/themes/default.edc
+++ b/data/elementary/themes/default.edc
@@ -157,6 +157,7 @@ collections {
 #include "edc/memusage.edc"
 #include "edc/cpumonitor.edc"
 #include "edc/netstatus.edc"
+#include "edc/tiling.edc"
 
 // icons
 #include "edc/icons.edc"
diff --git a/data/elementary/themes/edc/tiling.edc 
b/data/elementary/themes/edc/tiling.edc
new file mode 100644
index 0000000000..08efd17337
--- /dev/null
+++ b/data/elementary/themes/edc/tiling.edc
@@ -0,0 +1,72 @@
+group { "e/modules/tiling/indicator";
+   parts {
+      rect { "main";
+         desc { "default";
+            color: 100 100 100 100;
+         }
+      }
+      image { "background";
+         desc { "default";
+            color: 255 255 255 50;
+            image {
+               normal: "diagonal_stripes.png";
+            }
+            fill {
+               size {
+                  relative: 0.0 0.0;
+                  offset: 240 240;
+               }
+            }
+         }
+      }
+      swallow { "e.client.icon";
+         desc { "default";
+            min: 20 20;
+            rel1 {
+               relative: 0.5 0.5;
+            }
+            rel2 {
+               relative: 0.5 0.5;
+            }
+         }
+      }
+   }
+}
+
+group { name: "e/modules/tiling/main";
+   max: 160 160;
+   images.image: "tiling-horiz.png" COMP;
+   images.image: "tiling-vert.png" COMP;
+   images.image: "tiling-float.png" COMP;
+   parts {
+      part { name: "base";
+         description { state: "default" 0.0;
+            aspect: 1.0 1.0; aspect_preference: BOTH;
+            image.normal: "tiling-horiz.png";
+            color: 160 160 160 255;
+         }
+         description { state: "vertical" 0.0;
+            inherit: "default" 0.0;
+            image.normal: "tiling-vert.png";
+         }
+         description { state: "floating" 0.0;
+            inherit: "default" 0.0;
+            image.normal: "tiling-float.png";
+         }
+      }
+   }
+   programs {
+      program { signal: "tiling,mode,horizontal"; source: "e";
+         action: STATE_SET "default" 0.0;
+         target: "base";
+      }
+      program { signal: "tiling,mode,vertical"; source: "e";
+         action: STATE_SET "vertical" 0.0;
+         target: "base";
+      }
+      program { signal: "tiling,mode,floating"; source: "e";
+         action: STATE_SET "floating" 0.0;
+         target: "base";
+      }
+   }
+}
diff --git a/data/elementary/themes/img/O-tiling-f.svg 
b/data/elementary/themes/img/O-tiling-f.svg
new file mode 100644
index 0000000000..f9985ec289
--- /dev/null
+++ b/data/elementary/themes/img/O-tiling-f.svg
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14"
+   width="40"
+   height="40"
+   viewBox="0 0 40 40"
+   sodipodi:docname="O-tiling-f.svg"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/tiling-vert.png"
+   inkscape:export-xdpi="384"
+   inkscape:export-ydpi="384">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     pagecolor="#404040"
+     bordercolor="#000000"
+     borderopacity="0.25098039"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1400"
+     inkscape:window-height="1374"
+     id="namedview4"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:zoom="19.575"
+     inkscape:cx="20"
+     inkscape:cy="20"
+     inkscape:window-x="1160"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2"
+     inkscape:showpageshadow="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       enabled="true"
+       visible="true" />
+  </sodipodi:namedview>
+  <path
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.17394829;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     d="M 2 2 L 2 38 L 38 38 L 38 2 L 2 2 z M 4 8 L 36 8 L 36 36 L 4 36 L 4 8 
z "
+     id="rect842" />
+  <path
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     d="M 6 10 L 6 27 L 22 27 L 22 10 L 6 10 z M 8 16 L 20 16 L 20 25 L 8 25 L 
8 16 z "
+     id="rect2003" />
+</svg>
diff --git a/data/elementary/themes/img/O-tiling-h.svg 
b/data/elementary/themes/img/O-tiling-h.svg
new file mode 100644
index 0000000000..fa929b2db1
--- /dev/null
+++ b/data/elementary/themes/img/O-tiling-h.svg
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14"
+   width="40"
+   height="40"
+   viewBox="0 0 40 40"
+   sodipodi:docname="O-tiling-h.svg"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/cloud-conn.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     pagecolor="#404040"
+     bordercolor="#000000"
+     borderopacity="0.25098039"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1400"
+     inkscape:window-height="1374"
+     id="namedview4"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:zoom="19.575"
+     inkscape:cx="20"
+     inkscape:cy="20"
+     inkscape:window-x="1160"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2"
+     inkscape:showpageshadow="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       enabled="true"
+       visible="true" />
+  </sodipodi:namedview>
+  <path
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.2426405;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     d="M 2 2 L 2 19 L 38 19 L 38 2 L 2 2 z M 4 8 L 36 8 L 36 17 L 4 17 L 4 8 
z "
+     id="rect842" />
+  <path
+     id="path827"
+     d="M 2,21 V 38 H 38 V 21 Z m 2,6 h 32 v 9 H 4 Z"
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.2426405;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     inkscape:connector-curvature="0" />
+</svg>
diff --git a/data/elementary/themes/img/O-tiling-v.svg 
b/data/elementary/themes/img/O-tiling-v.svg
new file mode 100644
index 0000000000..0f03f42d1a
--- /dev/null
+++ b/data/elementary/themes/img/O-tiling-v.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14"
+   width="40"
+   height="40"
+   viewBox="0 0 40 40"
+   sodipodi:docname="O-tiling-v.svg"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/tiling-vert.png"
+   inkscape:export-xdpi="384"
+   inkscape:export-ydpi="384">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     pagecolor="#404040"
+     bordercolor="#000000"
+     borderopacity="0.25098039"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1400"
+     inkscape:window-height="1374"
+     id="namedview4"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:zoom="19.575"
+     inkscape:cx="20"
+     inkscape:cy="20"
+     inkscape:window-x="1160"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2"
+     inkscape:showpageshadow="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       enabled="true"
+       visible="true" />
+  </sodipodi:namedview>
+  <path
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.30116224;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     d="M 2,2 V 38 H 19 V 2 Z M 4,8 H 17 V 36 H 4 Z"
+     id="rect842"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccccc" />
+  <path
+     inkscape:connector-curvature="0"
+     
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.30116224;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.50196078"
+     d="M 21,2 V 38 H 38 V 2 Z m 2,6 H 36 V 36 H 23 Z"
+     id="rect842-2"
+     sodipodi:nodetypes="cccccccccc" />
+</svg>
diff --git a/data/elementary/themes/img/tiling-float.png 
b/data/elementary/themes/img/tiling-float.png
new file mode 100644
index 0000000000..8a7ee87b96
Binary files /dev/null and b/data/elementary/themes/img/tiling-float.png differ
diff --git a/data/elementary/themes/img/tiling-horiz.png 
b/data/elementary/themes/img/tiling-horiz.png
new file mode 100644
index 0000000000..bdc9612c95
Binary files /dev/null and b/data/elementary/themes/img/tiling-horiz.png differ
diff --git a/data/elementary/themes/img/tiling-vert.png 
b/data/elementary/themes/img/tiling-vert.png
new file mode 100644
index 0000000000..a1a466a834
Binary files /dev/null and b/data/elementary/themes/img/tiling-vert.png differ

-- 


Reply via email to