On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) <sachi...@gmail.com>
said:

> On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler <ras...@rasterman.com>
> wrote:
> > On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel)
> > <sachi...@gmail.com> said:
> >
> > this should be fixed to work again as it was intended to... grrrr. what
> > removed it. i KNOW it worked. i implemented it and had it tested and
> > calling callbacks.
> >
> 
> Only on the edje side or also in Elementary? Because if elm_entry had support
> for this I need a doctor to check my Alzheimer.
> In any case, yes, we have to get it working again.

jst the edje side. it never got as far as to be used by elm yet.

> >> On Thu, Sep 23, 2010 at 9:13 AM, Carsten Haitzler <ras...@rasterman.com>
> >> wrote:
> >> > On Thu, 23 Sep 2010 08:52:30 -0300 Eduardo Felipe
> >> > <eduardofelip...@gmail.com> said:
> >> >
> >> > wtf? someone.... removed the code that called it.... tasn?
> >> >
> >>
> >> That's actually the code about filtering input in entries that I
> >> told you wasn't finished. You started it, added some //xx //yy //zz
> >> marks in some places and the actual filtering never takes place.
> >>
> >> Given the freeze, should this functions be removed now and re-added
> >> later or we can finish the implementation?
> >>
> >> >> Folks,
> >> >>
> >> >> I was looking into Edje's API yesterday when I came across these two
> >> >> functions that seemed to do what I wanted:
> >> >>
> >> >> void edje_object_text_insert_filter_callback_add (Evas_Object *obj,
> >> >> const char *part, void(*func)(void *data, Evas_Object *obj, const char
> >> >> *part, char **text), const void *data)
> >> >> void edje_object_text_insert_filter_callback_del (Evas_Object *obj,
> >> >> const char *part, void(*func)(void *data, Evas_Object *obj, const char
> >> >> *part, char **text), const void *data)
> >> >>
> >> >> They didn't work, so I went to the code and realized that they don't
> >> >> actually do anything. Yes, they add/del a callback to a list of
> >> >> callbacks, but the thing is, the callback is never called. Itens on
> >> >> the list are manipulated and removed correctly, but the function that
> >> >> is supposed to be calling them `static void _text_filter_prepend(...)`
> >> >> is never called, and on later revisions received an __UNUSED__
> >> >> attribute to shut up GCC.
> >> >>
> >> >> Is there a reason for this API to still exist if it's not working?
> >> >> Shouldn't it be just removed? I can provide a patch if wanted.
> >> >>
> >> >>
> >> >> Cheers,
> >> >>
> >> >> Eduardo Felipe.
> >> >>
> >> >> ------------------------------------------------------------------------------
> >> >> Start uncovering the many advantages of virtual appliances
> >> >> and start using them to simplify application deployment and
> >> >> accelerate your shift to cloud computing.
> >> >> http://p.sf.net/sfu/novell-sfdev2dev
> >> >> _______________________________________________
> >> >> enlightenment-devel mailing list
> >> >> enlightenment-devel@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >> >>
> >> >
> >> >
> >> > --
> >> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> >> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >> >
> >> >
> >> > ------------------------------------------------------------------------------
> >> > Start uncovering the many advantages of virtual appliances
> >> > and start using them to simplify application deployment and
> >> > accelerate your shift to cloud computing.
> >> > http://p.sf.net/sfu/novell-sfdev2dev
> >> > _______________________________________________
> >> > enlightenment-devel mailing list
> >> > enlightenment-devel@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >> >
> >>
> >> ------------------------------------------------------------------------------
> >> Start uncovering the many advantages of virtual appliances
> >> and start using them to simplify application deployment and
> >> accelerate your shift to cloud computing.
> >> http://p.sf.net/sfu/novell-sfdev2dev
> >> _______________________________________________
> >> enlightenment-devel mailing list
> >> enlightenment-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to