Maybe. ctxpopup doesn't use scroller.
Shinwoo didn't remove it when he change the ctxpopup to use the list.


------------------------------------ 
-Regards, Hermet-


-----Original Message-----
From: "Daniel Juyung Seo"<seojuyu...@gmail.com> 
To: <enlightenment-devel@lists.sourceforge.net>; 
Cc: <enlightenment-...@lists.sourceforge.net>; 
Sent: 2012-06-21 (목) 20:04:02
Subject: Re: [E-devel] E SVN: hermet trunk/elementary/data/themes/widgets

Is this ok to remove released style in elm 1.0?

Daniel Juyung Seo (SeoZ)

On Thu, Jun 21, 2012 at 6:02 PM, Enlightenment SVN
<no-reply>@enlightenment.org> wrote:
> Log:
> elementary/ctxpopup - removed unused style
>
>
>
> Author:       hermet
> Date:         2012-06-21 02:02:31 -0700 (Thu, 21 Jun 2012)
> New Revision: 72581
> Trac:         http://trac.enlightenment.org/e/changeset/72581
>
> Modified:
>  trunk/elementary/data/themes/widgets/ctxpopup.edc
>
> Modified: trunk/elementary/data/themes/widgets/ctxpopup.edc
> ===================================================================
> --- trunk/elementary/data/themes/widgets/ctxpopup.edc   2012-06-21 
08:55:38 UTC (rev 72580)
> +++ trunk/elementary/data/themes/widgets/ctxpopup.edc   2012-06-21 
09:02:31 UTC (rev 72581)
> @@ -1,396 +1,3 @@
> -group { name: "elm/scroller/base/ctxpopup";
> -   data {
> -      item: "focus_highlight" "on";
> -   }
> -   script {
> -      public sbvis_v, sbvis_h, sbalways_v, sbalways_h, sbvis_timer;
> -      public timer0(val) {
> -         new v;
> -         v = get_int(sbvis_v);
> -         if (v) {
> -            v = get_int(sbalways_v);
> -            if(!v) {
> -               emit("do-hide-vbar", "");
> -               set_int(sbvis_v, 0);
> -            }
> -         }
> -         v = get_int(sbvis_h);
> -         if (v) {
> -            v = get_int(sbalways_h);
> -            if(!v) {
> -               emit("do-hide-hbar", "");
> -               set_int(sbvis_h, 0);
> -            }
> -         }
> -         set_int(sbvis_timer, 0);
> -         return 0;
> -      }
> -   }
> -   images {
> -      image: "bt_sm_base2.png" COMP;
> -      image: "bt_sm_shine.png" COMP;
> -      image: "bt_sm_hilight.png" COMP;
> -      image: "sl_bt2_2.png" COMP;
> -   }
> -   parts {
> -      part { name: "clipper";
> -         type: RECT;
> -         mouse_events: 0;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -         }
> -      }
> -      part { name: "elm.swallow.content";
> -         clip_to: "clipper";
> -         type: SWALLOW;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -            align: 0.5 0.5;
> -         }
> -      }
> -      part { name: "focus_highlight";
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -            rel1.offset: -1 -1;
> -            rel2.offset: 0 0;
> -            image { normal: "sl_bt2_2.png";
> -               border: 7 7 7 7;
> -               middle: 0;
> -            }
> -            fill.smooth : 0;
> -            color: 200 155 0 0;
> -         }
> -         description { state: "enabled" 0.0;
> -            inherit: "default" 0.0;
> -            color: 200 155 0 255;
> -         }
> -      }
> -      part { name: "sb_vbar_clip_master";
> -         type: RECT;
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -         }
> -         description { state: "hidden" 0.0;
> -            visible: 0;
> -            color: 255 255 255 0;
> -         }
> -      }
> -      part { name: "sb_vbar_clip";
> -         clip_to:"sb_vbar_clip_master";
> -         type: RECT;
> -         mouse_events: 0;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -            align: 0.0 0.0;
> -            rel2{ to:"clipper"; relative: 1.0 1.0; }
> -         }
> -         description { state: "hidden" 0.0;
> -            visible: 0;
> -            color: 255 255 255 0;
> -         }
> -      }
> -      part { name: "sb_vbar";
> -         type: RECT;
> -         mouse_events: 0;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -            fixed: 1 1;
> -            visible: 0;
> -            align: 1.0 0.0;
> -            rel1{ to:"clipper"; relative: 1.0 0.0; }
> -            rel2{ to:"clipper"; relative: 1.0 1.0; }
> -         }
> -      }
> -      part { name: "elm.dragable.vbar";
> -         clip_to: "sb_vbar_clip";
> -         mouse_events: 0;
> -         scale: 1;
> -         dragable {
> -            x: 0 0 0;
> -            y: 1 1 0;
> -            confine: "sb_vbar";
> -         }
> -         description { state: "default" 0.0;
> -            fixed: 1 1;
> -            min: 10 17;
> -            max: 10 99999;
> -            rel1 { relative: 0.5 0.5; to: "sb_vbar"; }
> -            rel2 { relative: 0.5  0.5; to: "sb_vbar"; }
> -            image { normal: "bt_sm_base2.png";
> -               border: 6 6 6 6;
> -               middle: SOLID;
> -            }
> -         }
> -      }
> -      part { name: "sb_vbar_over1";
> -         clip_to: "sb_vbar_clip";
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -            rel1.to: "elm.dragable.vbar";
> -            rel2.relative: 1.0 0.5;
> -            rel2.to: "elm.dragable.vbar";
> -            image { normal: "bt_sm_hilight.png";
> -               border: 6 6 6 0;
> -            }
> -         }
> -      }
> -      part { name: "sb_vbar_over2";
> -         clip_to: "sb_vbar_clip";
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -            rel1.to: "elm.dragable.vbar";
> -            rel2.to: "elm.dragable.vbar";
> -            image { normal: "bt_sm_shine.png";
> -               border: 6 6 6 0;
> -            }
> -         }
> -      }
> -      part { name: "sb_hbar_clip_master";
> -         type: RECT;
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -         }
> -         description { state: "hidden" 0.0;
> -            visible: 0;
> -            color: 255 255 255 0;
> -         }
> -      }
> -      part { name: "sb_hbar_clip";
> -         clip_to: "sb_hbar_clip_master";
> -         type: RECT;
> -         mouse_events: 0;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -            align: 0.0 0.0;
> -            rel2{ to:"clipper"; relative: 1.0 1.0; }
> -         }
> -         description { state: "hidden" 0.0;
> -            visible: 0;
> -            color: 255 255 255 0;
> -         }
> -      }
> -      part { name: "sb_hbar";
> -         type: RECT;
> -         mouse_events: 0;
> -         scale: 1;
> -         description { state: "default" 0.0;
> -            fixed: 1 1;
> -            visible: 0;
> -            align: 0.0 1.0;
> -            rel1 { to:"clipper"; relative: 0.0 1.0; }
> -            rel2 { to:"clipper"; relative: 1.0 1.0; }
> -         }
> -      }
> -      part { name: "elm.dragable.hbar";
> -         clip_to: "sb_hbar_clip";
> -         mouse_events: 0;
> -         scale: 1;
> -         dragable {
> -            x: 1 1 0;
> -            y: 0 0 0;
> -            confine: "sb_hbar";
> -         }
> -         description { state: "default" 0.0;
> -            min: 17 10;
> -            max: 99999 10;
> -            fixed: 1 1;
> -            rel1 { relative: 0.5  0.5; to: "sb_hbar"; }
> -            rel2 { relative: 0.5  0.5; to: "sb_hbar"; }
> -            image { normal: "bt_sm_base2.png";
> -               border: 4 4 4 4;
> -               middle: SOLID;
> -            }
> -         }
> -      }
> -      part { name: "sb_hbar_over1";
> -         clip_to: "sb_hbar_clip";
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -            rel1.to: "elm.dragable.hbar";
> -            rel2.relative: 1.0 0.5;
> -            rel2.to: "elm.dragable.hbar";
> -            image { normal: "bt_sm_hilight.png";
> -               border: 6 6 6 0;
> -            }
> -         }
> -      }
> -      part { name: "sb_hbar_over2";
> -         clip_to: "sb_hbar_clip";
> -         mouse_events: 0;
> -         description { state: "default" 0.0;
> -            rel1.to: "elm.dragable.hbar";
> -            rel2.to: "elm.dragable.hbar";
> -            image { normal: "bt_sm_shine.png";
> -               border: 6 6 6 0;
> -            }
> -         }
> -      }
> -   }
> -   programs {
> -      program { name: "load";
> -         signal: "load";
> -         source: "";
> -         script {
> -            set_state(PART:"sb_vbar_clip", "hidden", 0.0);
> -            set_state(PART:"sb_hbar_clip", "hidden", 0.0);
> -            set_int(sbvis_v, 0);
> -            set_int(sbvis_h, 0);
> -            set_int(sbalways_v, 0);
> -            set_int(sbalways_h, 0);
> -            set_int(sbvis_timer, 0);
> -         }
> -      }
> -      program { name: "vbar_show";
> -         signal: "elm,action,show,vbar";
> -         source: "elm";
> -         action: STATE_SET "default" 0.0;
> -         target: "sb_vbar_clip_master";
> -      }
> -      program { name: "vbar_hide";
> -         signal: "elm,action,hide,vbar";
> -         source: "elm";
> -         action:  STATE_SET "hidden" 0.0;
> -         target: "sb_vbar_clip_master";
> -      }
> -      program { name: "vbar_show_always";
> -         signal: "elm,action,show_always,vbar";
> -         source: "elm";
> -         script {
> -            new v;
> -            v = get_int(sbvis_v);
> -            v |= get_int(sbalways_v);
> -            if (!v) {
> -               set_int(sbalways_v, 1);
> -               emit("do-show-vbar", "");
> -               set_int(sbvis_v, 1);
> -            }
> -         }
> -      }
> -      program { name: "vbar_show_notalways";
> -         signal: "elm,action,show_notalways,vbar";
> -         source: "elm";
> -         script {
> -            new v;
> -            v = get_int(sbalways_v);
> -            if (v) {
> -               set_int(sbalways_v, 0);
> -               v = get_int(sbvis_v);
> -               if (!v) {
> -                  emit("do-hide-vbar", "");
> -                  set_int(sbvis_v, 0);
> -               }
> -            }
> -         }
> -      }
> -      program { name: "sb_vbar_show";
> -         signal: "do-show-vbar";
> -         source: "";
> -         action: STATE_SET "default" 0.0;
> -         transition: LINEAR 1.0;
> -         target: "sb_vbar_clip";
> -      }
> -      program { name: "sb_vbar_hide";
> -         signal: "do-hide-vbar";
> -         source: "";
> -         action: STATE_SET "hidden" 0.0;
> -         transition: LINEAR 1.0;
> -         target: "sb_vbar_clip";
> -      }
> -      program { name: "hbar_show";
> -         signal: "elm,action,show,hbar";
> -         source: "elm";
> -         action: STATE_SET "default" 0.0;
> -         target: "sb_hbar_clip_master";
> -      }
> -      program { name: "hbar_hide";
> -         signal: "elm,action,hide,hbar";
> -         source: "elm";
> -         action:  STATE_SET "hidden" 0.0;
> -         target: "sb_hbar_clip_master";
> -      }
> -      program { name: "hbar_show_always";
> -         signal: "elm,action,show_always,hbar";
> -         source: "elm";
> -         script {
> -            new v;
> -            v = get_int(sbvis_h);
> -            v |= get_int(sbalways_h);
> -            if (!v) {
> -               set_int(sbalways_h, 1);
> -               emit("do-show-hbar", "");
> -               set_int(sbvis_h, 1);
> -            }
> -         }
> -      }
> -      program { name: "hbar_show_notalways";
> -         signal: "elm,action,show_notalways,hbar";
> -         source: "elm";
> -         script {
> -            new v;
> -            v = get_int(sbalways_h);
> -            if (v) {
> -               set_int(sbalways_h, 0);
> -               v = get_int(sbvis_h);
> -               if (!v) {
> -                  emit("do-hide-hbar", "");
> -                  set_int(sbvis_h, 0);
> -               }
> -            }
> -         }
> -      }
> -      program { name: "sb_hbar_show";
> -         signal: "do-show-hbar";
> -         source: "";
> -         action: STATE_SET "default" 0.0;
> -         transition: LINEAR 1.0;
> -         target: "sb_hbar_clip";
> -      }
> -      program { name: "sb_hbar_hide";
> -         signal: "do-hide-hbar";
> -         source: "";
> -         action: STATE_SET "hidden" 0.0;
> -         transition: LINEAR 1.0;
> -         target: "sb_hbar_clip";
> -      }
> -      program { name: "scroll";
> -         signal: "elm,action,scroll";
> -         source: "elm";
> -         script {
> -            new v;
> -            v = get_int(sbvis_v);
> -            v |= get_int(sbalways_v);
> -            if (!v) {
> -               emit("do-show-vbar", "")
> -               set_int(sbvis_v, 1);
> -            }
> -            v = get_int(sbvis_h);
> -            v |= get_int(sbalways_h);
> -            if (!v) {
> -               emit("do-show-hbar", "");
> -               set_int(sbvis_h, 1);
> -            }
> -            v = get_int(sbvis_timer);
> -            if (v > 0) cancel_timer(v);
> -            v = timer(1.0, "timer0", 0);
> -            set_int(sbvis_timer, v);
> -         }
> -      }
> -      program { name: "highlight_show";
> -         signal: "elm,action,focus_highlight,show";
> -         source: "elm";
> -         action: STATE_SET "enabled" 0.0;
> -         transition: ACCELERATE 0.3;
> -         target: "focus_highlight";
> -      }
> -      program { name: "highlight_hide";
> -         signal: "elm,action,focus_highlight,hide";
> -         source: "elm";
> -         action: STATE_SET "default" 0.0;
> -         transition: DECELERATE 0.3;
> -         target: "focus_highlight";
> -      }
> -   }
> -}
>  
///////////////////////////////////////////////////////////////////////////////
>  group { name: "elm/ctxpopup/bg/default";
>    parts {
>
>
> 
------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to