Re: [E-devel] e code formatting - uncrustify

2010-08-05 Thread Massimiliano
We could use post-commit hook. Massimiliano Il giorno 05/ago/2010 08.37, Vincent Torri vto...@univ-evry.fr ha scritto: On Thu, 5 Aug 2010, Tom Hacohen wrote: On Wed, Aug 4, 2010 at 5:26 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: People ignores the style that's there because no

Re: [E-devel] e code formatting - uncrustify

2010-08-05 Thread Vincent Torri
On Thu, 5 Aug 2010, Massimiliano wrote: We could use post-commit hook. In that case, will the mail commit be sent after the hook ? Vincent Il giorno 05/ago/2010 08.37, Vincent Torri vto...@univ-evry.fr ha scritto: On Thu, 5 Aug 2010, Tom Hacohen wrote: On Wed, Aug 4, 2010 at 5:26

Re: [E-devel] e code formatting - uncrustify

2010-08-05 Thread Massimiliano
we have to investigate. btw, there's pre-commit hook. Massimiliano Il giorno 05/ago/2010 09.03, Vincent Torri vto...@univ-evry.fr ha scritto: On Thu, 5 Aug 2010, Massimiliano wrote: We could use post-commit hook. In that case, will the mail commit be sent after the hook ? Vincent Il

Re: [E-devel] e code formatting - uncrustify

2010-08-05 Thread David Seikel
On Thu, 5 Aug 2010 09:03:15 +0200 (CEST) Vincent Torri vto...@univ-evry.fr wrote: On Thu, 5 Aug 2010, Massimiliano wrote: We could use post-commit hook. In that case, will the mail commit be sent after the hook ? Post and pre commit hooks are what make things like commit mails possible,

Re: [E-devel] e code formatting - uncrustify

2010-08-05 Thread Eduardo Felipe
Well, changing the content of the commit using a hook in SVN is a very very bad idea. As you can read in the SVN Book: http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html Warning While hook scripts can do almost anything, there is one dimension in which hook script authors

Re: [E-devel] [PATCH] ecore epoll tidy up

2010-08-05 Thread Lucas De Marchi
On Wed, Aug 4, 2010 at 11:20 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Wed, Aug 4, 2010 at 11:18 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: Mind adding tests to ecore test suite? Yesterday I had some problems with this epoll stuff, but I don't have any data to

Re: [E-devel] relative part moving wrongly on edje

2010-08-05 Thread Cedric BAIL
On Wed, Aug 4, 2010 at 3:00 AM, Dave Andreoli d...@gurumeditation.it wrote: 2010/8/3 Rafael Antognolli antogno...@profusion.mobi: On Tue, Aug 3, 2010 at 2:52 PM, Rafael Antognolli antogno...@profusion.mobi wrote: I have a simple test for edje that shows what seems to be a bug for me. If you

Re: [E-devel] relative part moving wrongly on edje

2010-08-05 Thread Sachiel
On Thu, Aug 5, 2010 at 10:58 AM, Cedric BAIL cedric.b...@free.fr wrote: On Wed, Aug 4, 2010 at 3:00 AM, Dave Andreoli d...@gurumeditation.it wrote: 2010/8/3 Rafael Antognolli antogno...@profusion.mobi: On Tue, Aug 3, 2010 at 2:52 PM, Rafael Antognolli antogno...@profusion.mobi wrote: I have a

[E-devel] coding style change

2010-08-05 Thread Lucas De Marchi
Is the change below on purpose or just a bug on uncrustify configuration? I just saw it while editing eina files: if (bla) do_bli(); // 3 spaces as indent instead of: if (bla) do_bli(); // 2 spaces as indent Lucas De Marchi

Re: [E-devel] coding style change

2010-08-05 Thread Gustavo Sverzut Barbieri
On Thu, Aug 5, 2010 at 2:16 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: Is the change below on purpose or just a bug on uncrustify configuration? I just saw it while editing eina files: if (bla)   do_bli(); // 3 spaces as indent instead of: if (bla)  do_bli(); // 2 spaces as

Re: [E-devel] coding style change

2010-08-05 Thread Lucas De Marchi
On Thu, Aug 5, 2010 at 3:07 PM, Tom Hacohen t...@stosb.com wrote: On Thu, Aug 5, 2010 at 8:19 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: i guess it was a bug, but I wish we could settle on 2 OR 3 spaces always, not a mix of them like we have now. That could be nice :P So,

[E-devel] bug: remember + lock size of window does not work anymore.

2010-08-05 Thread dhp_E17
To any one. Since begin july, after Andreas had changed the interface management, a bug appeared. I have set Thunderbird to remember various things, amongst which: - remember size - remember locks - lock size: prevent app from changing size I want TB to be 1181 pixel width, but it sticks to

Re: [E-devel] How can i display html text on Evas?

2010-08-05 Thread Hugo Camboulive
See here : http://trac.webkit.org/wiki/EFLWebKit On Tue, Aug 3, 2010 at 12:44 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: EWebkit or whatever it's name is, is what you are looking for. -- The Palm PDK

Re: [E-devel] How can i display html text on Evas?

2010-08-05 Thread Hyun Park
Thanks for all this information. i thought i found the right solution now.. i'll try this today. : ) 2010/8/6 Hugo Camboulive hugo.camboul...@gmail.com See here : http://trac.webkit.org/wiki/EFLWebKit On Tue, Aug 3, 2010 at 12:44 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: