Re: [E-devel] [webkit-efl] Deprecating WebKit EFL 1

2012-10-31 Thread Thiago Marcos P. Santos
On Wed, Oct 31, 2012 at 2:07 PM, Vincent Torri wrote: > On Wed, Oct 31, 2012 at 1:03 PM, Gustavo Lima Chaves > wrote: >> * Cedric BAIL [2012-10-31 11:38:52 +0900]: >> >>> On Wed, Oct 31, 2012 at 11:23 AM, Gustavo Sverzut Barbieri >>> wrote: >>> > On Tue, Oct 30, 2012 at 11:53 PM, Cedric BAIL w

Re: [E-devel] Documentataion to Edje, Ecore, Evas, Ecore Evas

2009-08-19 Thread Thiago Masaki
Well, my doxygen is now like this. /** * @brief Process object message signal queue * * @param obj The edje object reference. * * This function goes trough the message queue processing the messages. * */ edje_object_message_signal_process(Evas_Object *obj) Anyone disagree ? --

Re: [E-devel] Documentataion to Edje, Ecore, Evas, Ecore Evas

2009-08-19 Thread Thiago Masaki
Doxygen documentation 2009/8/19 Thiago Masaki > The file is > edje/src/lib/edje_message_queue.c > > > -- Thiago R. Masaki ProFUSION embedded systems http://profusion.mobi -- Let Crystal Reports handl

[E-devel] Documentataion to Edje, Ecore, Evas, Ecore Evas

2009-08-19 Thread Thiago Masaki
ocess object message signal * * @param obj The edje object reference. * * * This function * */ edje_object_message_signal_process(Evas_Object *obj) -- Thiago R. Masaki ProFUSION embedded systems http://profusion.mobi --

Re: [E-devel] Documentataion to Edje, Ecore, Evas, Ecore Evas

2009-08-19 Thread Thiago Masaki
The file is edje/src/lib/edje_message_queue.c -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best,

Re: [E-devel] edje TEXTBLOCK style question

2009-08-10 Thread Thiago Borges Abdnur
On Sun, Aug 9, 2009 at 7:27 PM, Gustavo Sverzut Barbieri wrote: > On Sat, Aug 8, 2009 at 11:24 AM, Thiago Borges Abdnur > wrote: > > Hi guys! > > > > I'm trying to make a textblock wrap the text with wrap=word in style. > It's > > working, but whe

[E-devel] edje TEXTBLOCK style question

2009-08-08 Thread Thiago Borges Abdnur
Hi guys! I'm trying to make a textblock wrap the text with wrap=word in style. It's working, but when long words are set, it doesn't break them. Isn't there a style option that tries to break the words and then, if there are words that won't fit, break them as wrap=char d

Re: [E-devel] Sugested patch for Elementary

2009-08-08 Thread Thiago Borges Abdnur
On Thu, Jul 30, 2009 at 10:28 PM, Carsten Haitzler wrote: > On Thu, 30 Jul 2009 22:24:14 -0300 Thiago said: > > > On Thu, Jul 30, 2009 at 12:37 PM, Carsten Haitzler > > wrote: > > > > > On Sat, 11 Jul 2009 15:35:56 -0300 Thiago said: > > > > >

Re: [E-devel] Sugested patch for Elementary

2009-07-30 Thread Thiago
On Thu, Jul 30, 2009 at 12:37 PM, Carsten Haitzler wrote: > On Sat, 11 Jul 2009 15:35:56 -0300 Thiago said: > > elm_widget_type_get() :) this checks if its a elm_widget smart type (if not > returns "") and if so... returns the type. this is really whats should be > add

[E-devel] Sugested patch for Elementary

2009-07-11 Thread Thiago
smart object to be attached to Elm_Win. The patch is working with tests and everything is working for me! I don't know if this is the best solution, but at least it is one. Waiting on comments! Thanks. -- Thiago 'bolaum' Borges Abdnur -- "Trust

[E-devel] edje transitions

2009-01-23 Thread Thiago Zanetti
Hi everybody, I was trying to do some trasition effects into a TEXT part, like change the font size so the text can looks like it's growing but it's not working as I thought. So I ask you guys, it's possible to do transitions with TEXT parts? Thanks for the help.

[E-devel] Epsilon debian package and depends

2008-12-29 Thread Thiago Marcos P. Santos
Epsilon package should depend on libevas-engine-buffer or otherwise will crash. Maybe we can add a check on configure.ac. I would like to suggest a sanity check if the evas_buffer can be created (patch attached). BR, diff --git a/epsilon/src/lib/Epsilon.c b/epsilon/src/lib/Epsilon.c index d2b56fa.

Re: [E-devel] [PATCH] Fixed eet b0rken compilation

2008-11-15 Thread Thiago Marcos P. Santos
Third patch: fixed conflicting prototypes. On Sat, Nov 15, 2008 at 4:44 PM, Thiago Marcos P. Santos < [EMAIL PROTECTED]> wrote: > First patch: s/cypher/cipher/g in some files. > Second patch: renames eet/src/lib/eet_cypher.c to eet/src/lib/eet_cipher.c. > > Both words are corr

[E-devel] [PATCH] Fixed eet b0rken compilation

2008-11-15 Thread Thiago Marcos P. Santos
e_ret = 0; free(ret); return NULL; } free(ret); - *size_ret = cyphered_len; - ret = cyphered; + *size_ret = ciphered_len; + ret = ciphered; } return ret; } commit 2e277ec3cf7a21e3f83901b79380529d4d7b4443 Author: Thiago Marcos P. Santos <[EM

Re: [E-devel] Time-based releases

2008-08-06 Thread Thiago Marcos P. Santos
On Wed, Aug 6, 2008 at 11:30 AM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Tue, Aug 5, 2008 at 7:13 PM, raoul <[EMAIL PROTECTED]> wrote: > > Le mercredi 6 août 2008, Gustavo Sverzut Barbieri a écrit : > >> On Tue, Aug 5, 2008 at 5:36 PM, The Rasterman Carsten Haitzler > >> > >> <[EM