Hi Hannes,
Just curious.

-group { name: "e/comp/menu";
+group {
+       name: "e/comp/menu";

Why you separated this?
Isn't it normal to put them in one line?

Thanks.
Daniel Juyung Seo (SeoZ)

On Wed, Apr 20, 2011 at 6:20 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> themes/dtrs: only fade-in menus
>
>
> Author:       jeffdameth
> Date:         2011-04-19 14:20:33 -0700 (Tue, 19 Apr 2011)
> New Revision: 58735
> Trac:         http://trac.enlightenment.org/e/changeset/58735
>
> Modified:
>  trunk/THEMES/detourious/bits/comp.edc
>
> Modified: trunk/THEMES/detourious/bits/comp.edc
> ===================================================================
> --- trunk/THEMES/detourious/bits/comp.edc       2011-04-19 20:27:34 UTC
> (rev 58734)
> +++ trunk/THEMES/detourious/bits/comp.edc       2011-04-19 21:20:33 UTC
> (rev 58735)
> @@ -176,11 +176,11 @@
>                                color: 255 255 255 100;
>                                rel1 {
>                                        relative: -1.0  -1.0;
> -                                       offset: -9999 -9999;
> +                                       /* offset: -9999 -9999; */
>                                }
>                                rel2 {
>                                        relative: 2.0   2.0;
> -                                       offset: 9999  9999;
> +                                       /* offset: 9999  9999; */
>                                }
>             }
>             description { state: "visible" 0.0;
> @@ -298,7 +298,8 @@
>        }
>  }
>
> -group { name: "e/comp/menu";
> +group {
> +       name: "e/comp/menu";
>        parts {
>                part { name: "clipper";
>             type: RECT;
> @@ -308,11 +309,11 @@
>                                color: 255 255 255 0;
>                                rel1 {
>                                        relative: -1.0  -1.0;
> -                                       offset: -9999 -9999;
> +                                       /* offset: -9999 -9999; */
>                                }
>                                rel2 {
>                                        relative: 2.0   2.0;
> -                                       offset: 9999  9999;
> +                                       /* offset: 9999  9999; */
>                                }
>             }
>             description { state: "visible" 0.0;
> @@ -347,41 +348,41 @@
>                                visible: 0;
>             }
>                }
> -               part { name: "shower";
> -            type: RECT;
> -            mouse_events: 0;
> -            description { state: "default" 0.0;
> -                               visible: 0;
> -                               rel1 {
> -                                       relative: 0.05  0.0;
> -                                       offset: 0    0;
> -                               }
> -                               rel2 {
> -                                       relative: 0.95  0.85;
> -                                       offset: -1   -1;
> -                               }
> -            }
> -            description { state: "visible" 0.0;
> -                               inherit: "default" 0.0;
> -                               rel1 {
> -                                       relative: 0.0  0.0;
> -                               }
> -                               rel2 {
> -                                       relative: 1.0  1.0;
> -                               }
> -            }
> -               }
> +               /* part { name: "shower";
> +         *     type: RECT;
> +         *     mouse_events: 0;
> +         *     description { state: "default" 0.0;
> +                *              visible: 0;
> +                *              rel1 {
> +                *                      relative: 0.05  0.0;
> +                *                      offset: 0    0;
> +                *              }
> +                *              rel2 {
> +                *                      relative: 0.95  0.85;
> +                *                      offset: -1   -1;
> +                *              }
> +         *     }
> +         *     description { state: "visible" 0.0;
> +                *              inherit: "default" 0.0;
> +                *              rel1 {
> +                *                      relative: 0.0  0.0;
> +                *              }
> +                *              rel2 {
> +                *                      relative: 1.0  1.0;
> +                *              }
> +         *     }
> +                * } */
>                part { name: "e.swallow.content";
>             type: SWALLOW;
>             clip_to: "clipper";
>             mouse_events: 0;
>             description { state: "default" 0.0;
> -                               rel1 {
> -                                       to: "shower";
> -                               }
> -                               rel2 {
> -                                       to: "shower";
> -                               }
> +                               /* rel1 {
> +                                *      to: "shower";
> +                                * }
> +                                * rel2 {
> +                                *      to: "shower";
> +                                * } */
>             }
>                }
>        }
> @@ -404,7 +405,7 @@
>             action: STATE_SET "visible" 0.0;
>             transition: DECELERATE 0.15;
>             target: "clipper";
> -            target: "shower";
> +            /* target: "shower"; */
>             after: "show2";
>                }
>                program { name: "show2";
> @@ -416,7 +417,7 @@
>             action: STATE_SET "default" 0.0;
>             transition: DECELERATE 0.15;
>             target: "clipper";
> -            target: "shower";
> +            /* target: "shower"; */
>             after: "hide2";
>                }
>                program { name: "hide2";
> @@ -426,6 +427,7 @@
>  }
>
>  group { name: "e/comp/still";
> +       alias: "e/comp/popup";
>        parts {
>
>                part { name: "clipper";
> @@ -435,12 +437,12 @@
>                                visible: 0;
>                                color: 255 255 255 100;
>                                rel1 {
> -                                       relative: -1.0  -1.0;
> -                                       offset: -9999 -9999;
> +                                       /* relative: -1.0  -1.0; */
> +                                       offset: -20 -20;
>                                }
>                                rel2 {
> -                                       relative: 2.0   2.0;
> -                                       offset: 9999  9999;
> +                                       /* relative: 2.0   2.0; */
> +                                       offset: 20  20;
>                                }
>             }
>             description { state: "visible" 0.0;
>
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to