Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-03 Thread Cedric BAIL
On Thu, Dec 2, 2010 at 10:20 PM, Mike Blumenkrantz m...@zentific.com wrote: On Thu, 2 Dec 2010 13:18:02 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread Vincent Torri
On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log: * edje: improve portability and simplify code. + snprintf(buf, sizeof(buf), %s -I%s %s -E -o %s - %s, + getenv(CC) ? getenv(CC) : cc, inc, def, tmpn, file_in); ret =

Re: [E-devel] E SVN: cedric trunk/eet

2010-12-03 Thread Vincent Torri
On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log: * eet: compile with -Werror on 64bits too. on Win64, long long is of size 32 bits. You can use uintptr_t on Windows And btw, shouldn't you use unsigned long long (to be pedantic) ? Vincent Author: cedric Date:

[E-devel] elmdentica and strftime

2010-12-03 Thread Massimo Maiurana
in src/elmdentica.c:1081 and :1084 there are two strftime invocations which uses %F and %T flags, and in the generated elmdentica.pot file the first strings is detected as c-format. this situation prevents changing the flag in the translated po file because msgfmt errors out. I would suggest to

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * edje: improve portability and simplify code. +          snprintf(buf, sizeof(buf), %s -I%s %s -E -o %s - %s, +                      getenv(CC) ? getenv(CC) :

Re: [E-devel] E SVN: cedric trunk/eet

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 6:00 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * eet: compile with -Werror on 64bits too. on Win64, long long is of size 32 bits. You can use uintptr_t on Windows Is that type available every where ? And btw,

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread Vincent Torri
On Fri, 3 Dec 2010, Cedric BAIL wrote: On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * edje: improve portability and simplify code. +          snprintf(buf, sizeof(buf), %s -I%s %s -E -o %s - %s, +          

Re: [E-devel] E SVN: cedric trunk/eet

2010-12-03 Thread Vincent Torri
On Fri, 3 Dec 2010, Cedric BAIL wrote: On Fri, Dec 3, 2010 at 6:00 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * eet: compile with -Werror on 64bits too. on Win64, long long is of size 32 bits. You can use uintptr_t on Windows Is

Re: [E-devel] E SVN: cedric trunk/embryo/src/bin

2010-12-03 Thread Vincent Torri
On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log: * embryo: fix binary path detection on MacOsX. Author: cedric Date: 2010-12-03 09:48:17 -0800 (Fri, 03 Dec 2010) New Revision: 55208 Trac: http://trac.enlightenment.org/e/changeset/55208 Modified:

Re: [E-devel] E SVN: cedric trunk/embryo/src/bin

2010-12-03 Thread Cedric BAIL
On Fri, Dec 3, 2010 at 6:53 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * embryo: fix binary path detection on MacOsX. Author:       cedric Date:         2010-12-03 09:48:17 -0800 (Fri, 03 Dec 2010) New Revision: 55208 Trac:        

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2010-12-03 Thread Gustavo Sverzut Barbieri
On Fri, Dec 3, 2010 at 4:21 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * edje: SPANK ! SPANK ! SPANK !        fprintf should always specify a format. Author:       cedric Date:         2010-12-03 10:21:56 -0800 (Fri, 03 Dec 2010) New Revision: 55213 Trac:        

Re: [E-devel] E SVN: cedric IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas

2010-12-03 Thread Daniel Juyung Seo
hello, is that the beta3 before 1.0 ? thanks. Daniel Juyung Seo. On Sat, Dec 4, 2010 at 9:50 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 ! Author:       cedric Date:         2010-12-03 16:50:58 -0800 (Fri,

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-03 Thread Mike Blumenkrantz
On Sat, 4 Dec 2010 10:25:30 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 2 Dec 2010 16:20:36 -0500 Mike Blumenkrantz m...@zentific.com said: On Thu, 2 Dec 2010 13:18:02 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Thu, Dec 2, 2010 at 1:08 PM, Iván

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread The Rasterman
On Fri, 3 Dec 2010 18:47:38 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 3 Dec 2010, Cedric BAIL wrote: On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * edje: improve portability and

Re: [E-devel] [Patch] elm_transit

2010-12-03 Thread The Rasterman
On Thu, 02 Dec 2010 04:35:32 + (GMT) ChunEon Park chuneon.p...@samsung.com said: hmm it is a bit confusing (trhe api) well.. ok - not confusing. simply... less obvious and instantly recognisable. it needs a little thought. we could have both api's and deprecate 1 for now and wait for people

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-03 Thread The Rasterman
On Thu, 2 Dec 2010 16:20:36 -0500 Mike Blumenkrantz m...@zentific.com said: On Thu, 2 Dec 2010 13:18:02 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On

Re: [E-devel] [Patch] elm_transit

2010-12-03 Thread The Rasterman
On Thu, 2 Dec 2010 00:53:22 +0100 Dave Andreoli d...@gurumeditation.it said: 2010/12/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Wed, Dec 1, 2010 at 4:00 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: I agree with Helen. Even the event block is set by default and I

Re: [E-devel] Problem to run E17 in an ARM Cortex-A8

2010-12-03 Thread The Rasterman
On Tue, 30 Nov 2010 19:55:41 -0200 Fabiano Fidêncio fiden...@profusion.mobi said: what func did it die in in page_080.so ? it's cut off and that could be any one of a several of functions :) Howdy! I'm trying to have fun with a little board and E17 running Illume. However, in the wizard to

Re: [E-devel] [Patch] elm_animator

2010-12-03 Thread The Rasterman
On Wed, 01 Dec 2010 09:17:48 +0900 ChunEon Park chuneon.p...@samsung.com said: in svn (fixed so it applies). :) Please check this small patch. Added one miner API. Thanks. The Hermet -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten

Re: [E-devel] [Patch] elm_genlist and elm_list patch.

2010-12-03 Thread The Rasterman
On Wed, 1 Dec 2010 03:35:09 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Dear all, I have a patch for some issues. Anybody can review this patch and apply this to upstream? [Genlist] 1. fixed elm_genlist_item_display_only_set() API bug. elm,state,selected signal should not be

Re: [E-devel] [e-users] First (Hopefully) Weekly report

2010-12-03 Thread The Rasterman
On Mon, 29 Nov 2010 19:22:39 -0200 Iván Briano (Sachiel) sachi...@gmail.com said: i like! Hello people, for those of you that don't check out our Trac news or Planet every hour, I give you the first of the new Weekly Reports on what's going on with and around the EFL. The link:

Re: [E-devel] E SVN: raster IN trunk/e: data/themes data/themes/images src/modules/cpufreq

2010-12-03 Thread The Rasterman
On Mon, 29 Nov 2010 11:29:16 -0200 Gustavo Lima Chaves gl...@profusion.mobi said: * Enlightenment SVN no-re...@enlightenment.org [2010-11-29 02:52:33 -0800]: Log: happy lucky fun improvement in cpufreq gadget - dial moves smoothly now... and uses map... like clock... and i added 2

Re: [E-devel] Link time optimization

2010-12-03 Thread The Rasterman
On Sun, 28 Nov 2010 12:37:53 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: belongs in CFLAGS/LDFLAGS of the people doing the compiling. (users/packagers) Hey, with newer gcc, we could optimize link with -flto (and also maybe -fwhole-program). Shouldn't we add those options if they

Re: [E-devel] E SVN: cedric IN trunk: e_dbus ecore edje eet eeze efreet eina embryo evas

2010-12-03 Thread Vincent Torri
On Sat, 4 Dec 2010, Daniel Juyung Seo wrote: hello, is that the beta3 before 1.0 ? no, some RC should be done first. Vincent thanks. Daniel Juyung Seo. On Sat, Dec 4, 2010 at 9:50 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        *

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread Vincent Torri
On Sat, 4 Dec 2010, Carsten Haitzler (The Rasterman) wrote: On Fri, 3 Dec 2010 18:47:38 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 3 Dec 2010, Cedric BAIL wrote: On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 3 Dec 2010, Enlightenment

[E-devel] exchange

2010-12-03 Thread Mike Blumenkrantz
Hi, 1) See http://trac.enlightenment.org/e/wiki/Exchange 2) Post ideas for me to implement 3) ??? 4) Profit! -- Mike Blumenkrantz Zentific: We run the three-legged race individually. -- What happens now with your Lotus

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2010-12-03 Thread The Rasterman
On Sat, 4 Dec 2010 07:39:42 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: actually... this brings up a bit of an issue. using cpp/cc/gcc to handle #includes and macros and #ifdefs and so on was a handy idea... but it #creates a LOT of problems in the maintainability and portability