On Fri, Sep 24, 2010 at 9:29 AM, Carsten Haitzler <[email protected]> wrote: > On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) <[email protected]> > said: > >> On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler <[email protected]> >> wrote: >> > On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) >> > <[email protected]> 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. >
Ok, then.. beta plans. Are we to get this in now, can it get done during beta or it'll wait until 1.1? >> >> On Thu, Sep 23, 2010 at 9:13 AM, Carsten Haitzler <[email protected]> >> >> wrote: >> >> > On Thu, 23 Sep 2010 08:52:30 -0300 Eduardo Felipe >> >> > <[email protected]> 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 >> >> >> [email protected] >> >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> >> >> >> >> > >> >> > >> >> > -- >> >> > ------------- Codito, ergo sum - "I code, therefore I am" -------------- >> >> > The Rasterman (Carsten Haitzler) [email protected] >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > 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 >> >> > [email protected] >> >> > 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 >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > >> > >> > -- >> > ------------- Codito, ergo sum - "I code, therefore I am" -------------- >> > The Rasterman (Carsten Haitzler) [email protected] >> > >> > >> > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] > > ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
