On Wednesday, May 2, 2012, Cedric BAIL wrote:

> This need to be reverted. It is breaking Elementary 1.0 API theme. Any
> theme written for Elm 1.0 will be broken by this change.


We can call it 2.0, no? :-)

Particularly we'll introduce some API deprecation and new APIs, we could
keep compatible but it would be better to replace and 2.0 would be a nice
fit



>
> On Thu, May 3, 2012 at 4:33 AM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > [themes] And now adjusting elm themes for my changes
> >
> >
> >
> > Author:       glima
> > Date:         2012-05-02 12:33:55 -0700 (Wed, 02 May 2012)
> > New Revision: 70674
> > Trac:         http://trac.enlightenment.org/e/changeset/70674
> >
> > Modified:
> >  trunk/THEMES/darkness/elm/widgets/button.edc
> trunk/THEMES/darkness/elm/widgets/check.edc
> trunk/THEMES/darkness/elm/widgets/progressbar.edc
> trunk/THEMES/darkness/elm/widgets/radio.edc
> trunk/THEMES/detourious/elm/widgets/button.edc
> trunk/THEMES/detourious/elm/widgets/check.edc
> trunk/THEMES/detourious/elm/widgets/progressbar.edc
> trunk/THEMES/detourious/elm/widgets/radio.edc
> trunk/THEMES/efenniht/elm/button.edc trunk/THEMES/efenniht/elm/check.edc
> trunk/THEMES/efenniht/elm/radio.edc
> >
> > Modified: trunk/THEMES/darkness/elm/widgets/button.edc
> > ===================================================================
> > --- trunk/THEMES/darkness/elm/widgets/button.edc        2012-05-02
> 19:25:56 UTC (rev 70673)
> > +++ trunk/THEMES/darkness/elm/widgets/button.edc        2012-05-02
> 19:33:55 UTC (rev 70674)
> > @@ -13,7 +13,7 @@
> >          BUTTON_GLOW_PART("button", 220)
> >          FOCUS_GLOW(0.0, 0.0, 0, 0, "button", 1.0, 1.0, -1, -1, "button")
> >          DRAG_GLOW(0.0, 0.0, 0, 0, "button", 1.0, 1.0, -1, -1, "button")
> > -         part { name: "elm.swallow.content";
> > +         part { name: "elm.swallow.icon";
> >             type: SWALLOW;
> >             description { state: "default" 0.0;
> >                visible: 0;
> > @@ -50,7 +50,7 @@
> >             scale: 1;
> >             description { state: "default" 0.0;
> >                visible: 0;
> > -               rel1.to_x: "elm.swallow.content";
> > +               rel1.to_x: "elm.swallow.icon";
> >                rel1.relative: 1.0 0.0;
> >                rel1.offset: 0 4;
> >                rel2.to_x: "button";
> > @@ -164,9 +164,9 @@
> >             script {
> >                new st[31];
> >                new Float:vl;
> > -               get_state(PART:"elm.swallow.content", st, 30, vl);
> > +               get_state(PART:"elm.swallow.icon", st, 30, vl);
> >                if (!strcmp(st, "icononly"))
> > -                 set_state(PART:"elm.swallow.content", "visible", 0.0);
> > +                 set_state(PART:"elm.swallow.icon", "visible", 0.0);
> >                get_state(PART:"elm.text", st, 30, vl);
> >                if (!strcmp(st, "disabled") || (!strcmp(st,
> "disabled_visible")))
> >                  set_state(PART:"elm.text", "disabled_visible", 0.0);
> > @@ -180,9 +180,9 @@
> >             script {
> >                new st[31];
> >                new Float:vl;
> > -               get_state(PART:"elm.swallow.content", st, 30, vl);
> > +               get_state(PART:"elm.swallow.icon", st, 30, vl);
> >            --
> Cedric BAIL
>
> ------------------------------------------------------------------------------
> 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 <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
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