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 wrote: > On Thu, 2 Dec 2010 13:18:02 +0100 > Cedric BAIL wrote: >> On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) >> wrote: >> > 2010/12/2 Mike McCormack : >> >> On 12/02/2010 08:20 PM, Lucas De Marchi wrote: >> >>> On Thu, Dec 2, 2010 at

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); >

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 us

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 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") : "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 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, shouldn't y

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 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", +                      gete

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 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

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 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:         ht

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 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:         http://trac.enli

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 wrote: > Log: >        * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 ! > > > Author:       cedric > Date:         2010-12-03 16:50:58 -0800 (Fri, 03 Dec 2010) > New R

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) wrote: > On Thu, 2 Dec 2010 16:20:36 -0500 Mike Blumenkrantz said: > > > On Thu, 2 Dec 2010 13:18:02 +0100 > > Cedric BAIL wrote: > > > > > On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) > > > wrote: > > > > 2010/12/2

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 said: > > > On Fri, 3 Dec 2010, Cedric BAIL wrote: > > > On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri wrote: > >> On Fri, 3 Dec 2010, Enlightenment SVN wrote: > >>> Log: > >>>       * edje: improve portability and simplify code. > >>> > >

Re: [E-devel] [Patch] elm_transit

2010-12-03 Thread The Rasterman
On Thu, 02 Dec 2010 04:35:32 + (GMT) ChunEon Park 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 to move over and finally k

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 said: > On Thu, 2 Dec 2010 13:18:02 +0100 > Cedric BAIL wrote: > > > On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) > > wrote: > > > 2010/12/2 Mike McCormack : > > >> On 12/02/2010 08:20 PM, Lucas De Marchi wrote: > > >>> On Thu, Dec 2

Re: [E-devel] [Patch] elm_transit

2010-12-03 Thread The Rasterman
On Thu, 2 Dec 2010 00:53:22 +0100 Dave Andreoli said: > 2010/12/1 Gustavo Sverzut Barbieri : > > On Wed, Dec 1, 2010 at 4:00 PM, Daniel Juyung Seo > > wrote: > >> I agree with Helen. > >> > >> Even the event block is set by default > >> and I understand why Hermet prefers elm_transit_event_block

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 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 select a profile, I'

Re: [E-devel] [Patch] elm_animator

2010-12-03 Thread The Rasterman
On Wed, 01 Dec 2010 09:17:48 +0900 ChunEon Park 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 Haitzler)ras...

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 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 emitted when displ

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) 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: http://trac.enlightenme

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 said: > * Enlightenment SVN [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 more mini dialos > > for min and max fr

Re: [E-devel] Link time optimization

2010-12-03 Thread The Rasterman
On Sun, 28 Nov 2010 12:37:53 +0100 (CET) Vincent Torri 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 are > availabl

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 wrote: Log:        * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze: beta3 !

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 said: On Fri, 3 Dec 2010, Cedric BAIL wrote: On Fri, Dec 3, 2010 at 5:57 PM, Vincent Torri wrote: On Fri, 3 Dec 2010, Enlightenment SVN wrote: Log:       * edje: improve

[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 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 of edje_cc d