Re: [E-devel] Tablet Friendly Keyboard .kbd file

2012-12-06 Thread The Rasterman
On Thu, 6 Dec 2012 19:51:37 -0800 Jeff Hoogland said: > As a reference it looks a big awkward in those screenshots because I took > those on my 1920x1080 screen on my 17" laptop. It fits better on a > sub-10inch tablet screen. hmm tho it'd scale similarly on such a device as height is calculated

[E-devel] ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-06 Thread Alex Wu
Hi, In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE flag make CPU usage 100%. This is true for all efl app running on wayland. The proper way to monitor the ECORE_FD_WRITE is when the wl_display_flush() return value < 0 and errno == EAGAIN. And if wl_display_flush() return, we r

Re: [E-devel] Tablet Friendly Keyboard .kbd file

2012-12-06 Thread Jeff Hoogland
As a reference it looks a big awkward in those screenshots because I took those on my 1920x1080 screen on my 17" laptop. It fits better on a sub-10inch tablet screen. I wasn't saying it was perfect by any means for a tablet - just that it was better than the current default (which I know where des

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Cedric BAIL
On Thu, Dec 6, 2012 at 11:12 PM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 3:08 PM, thomasg wrote: >> On Thu, Dec 6, 2012 at 12:57 PM, Vincent Torri >> wrote: >> >>> so it's a problem with clang. Fix your CC, then >>> >>> >> Is it really? >> dns_rr_foreach is defined as "for (struct dns_rr_i

Re: [E-devel] Tablet Friendly Keyboard .kbd file

2012-12-06 Thread The Rasterman
On Thu, 6 Dec 2012 11:16:57 -0600 Jeff Hoogland said: > After talking with raster last night on IRC I realized I've never forwarded > the default .kbd file I've customized with tablets in mind up stream - > others might find it useful. It provides a fairly basic, three row keyboard: > > http://w

Re: [E-devel] building efl with debug profile

2012-12-06 Thread Cedric BAIL
Yop, On Fri, Dec 7, 2012 at 1:55 AM, Leandro Dorileo wrote: > While trying to build the efl merged tree with --profile=debug I got the > following errors: > > lib/ecore/ecore_timer.c:540:4: warning: 'return' with no value, in function > returning non-void [enabled by default] > lib/ecore/ecore_t

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Joerg Sonnenberger
On Thu, Dec 06, 2012 at 11:02:26AM -0200, Gustavo Sverzut Barbieri wrote: > I disagree here, given that we never use the first operand as ! in any > of our checks, just yes/no, there is no harm. The benefit is reducing > the number of calls to test binary and also the resulting code size as > it's

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Joerg Sonnenberger
On Thu, Dec 06, 2012 at 12:57:39PM +0100, Vincent Torri wrote: > so it's a problem with clang. Fix your CC, then Clang defaults to C99, so this should only happen if it was explicitly instructed otherwise... Joerg -- Log

Re: [E-devel] E SVN: kimcinoo trunk/elementary/src/lib

2012-12-06 Thread Kim Shinwoo
sure, thanks for your response. On Fri, Dec 7, 2012 at 1:15 AM, Daniel Juyung Seo wrote: > Hello cinoo, > I have four comments. > > 1. 'const' for getters. > Evas_Object *obj -> const Evas_Object > I fixed this in r80369. > http://trac.enlightenment.org/e/changeset/80369 > > 2. also const for ret

Re: [E-devel] E SVN: raster trunk/efl

2012-12-06 Thread The Rasterman
On Thu, 6 Dec 2012 14:24:34 -0200 Gustavo Sverzut Barbieri said: > On Thursday, December 6, 2012, Enlightenment SVN wrote: > > > Log: > > without this i end up with a configure that does: > > > > configure: updating cache config.cache > > configure: creating ./config.status > > config.stat

Re: [E-devel] E SVN: barbieri trunk/efl

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 11:09 PM, Enlightenment SVN wrote: > Log: > efl: add EFL_PKG_CHECK_STRICT() and use it. > > PKG_CHECK_EXISTS() does not abort upon failure, our rule. So add this > and avoid replicating code like crazy. the way i did it is such that it can not fail... Vincent > > > >

[E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-06 Thread Fábio Mello
Hi all, The title bar of a naviframe item is turned visible when the title is set, even if it is setted as not visible. Is this the expected behavior? I made a simple program that can be used to check it. Tks. Mello. /* * gcc -o navi navi.c `pkg-config --cflags --libs elementary ecore-x` */ #

Re: [E-devel] E SVN: maxerba IN trunk/e/src: bin modules/pager

2012-12-06 Thread Michael Blumenkrantz
On Thu, 06 Dec 2012 19:01:22 +0100 Massimo Maiurana wrote: > Michael Blumenkrantz, il 06/12/2012 18:49, ha scritto: > > >> Modified: trunk/e/src/modules/pager/e_mod_config.c > >> === > >> --- trunk/e/src/modules/pager/e_mod_config.c

Re: [E-devel] E SVN: maxerba IN trunk/e/src: bin modules/pager

2012-12-06 Thread Massimo Maiurana
Michael Blumenkrantz, il 06/12/2012 18:49, ha scritto: >> Modified: trunk/e/src/modules/pager/e_mod_config.c >> === >> --- trunk/e/src/modules/pager/e_mod_config.c 2012-12-06 16:59:07 UTC (rev >> 80373) >> +++ trunk/e/src/modules/pag

Re: [E-devel] E SVN: maxerba IN trunk/e/src: bin modules/pager

2012-12-06 Thread Michael Blumenkrantz
On Thu, 6 Dec 2012 09:44:37 -0800 "Enlightenment SVN" wrote: > Log: > this is to avoid duplicate messages different only for case of initial > letters, so translation files has less messages > > Author: maxerba > Date: 2012-12-06 09:44:36 -0800 (Thu, 06 Dec 2012) > New Revision:

[E-devel] Fwd: Naviframe item title bar visibility behavior.

2012-12-06 Thread Fábio Mello
Hi all, The title bar of a naviframe item is turned visible when the title is set, even if it is setted as not visible. Is this the expected behavior? I made a simple program that can be used to check it. Tks. Mello. /* * gcc -o navi navi.c `pkg-config --cflags --libs elementary ecore-x` */ #

[E-devel] Tablet Friendly Keyboard .kbd file

2012-12-06 Thread Jeff Hoogland
After talking with raster last night on IRC I realized I've never forwarded the default .kbd file I've customized with tablets in mind up stream - others might find it useful. It provides a fairly basic, three row keyboard: http://www.enlightenment.org/ss/e-50c0d2146e3083.02166004.jpg http://www.e

[E-devel] building efl with debug profile

2012-12-06 Thread Leandro Dorileo
Hi, While trying to build the efl merged tree with --profile=debug I got the following errors: lib/ecore/ecore_timer.c:540:4: warning: 'return' with no value, in function returning non-void [enabled by default] lib/ecore/ecore_timer.c:540:31: error: expected ';' before '(' token lib/ecore/ecore_

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src src/lib/ecore_file

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 5:06 PM, Gustavo Sverzut Barbieri > > wrote: > > On Thursday, December 6, 2012, Leandro Dorileo wrote: > > > >> On Thu, Dec 06, 2012 at 05:38:36AM -0800, Enlightenment SVN wrote: > >> > Log: > >> > efl/ecore_file: refacto

Re: [E-devel] E SVN: raster trunk/efl

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Enlightenment SVN wrote: > Log: > without this i end up with a configure that does: > > configure: updating cache config.cache > configure: creating ./config.status > config.status: error: cannot find input file: Makefile.in' > make: *** No targets specified

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src src/lib/ecore_file

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 5:06 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, December 6, 2012, Leandro Dorileo wrote: > >> On Thu, Dec 06, 2012 at 05:38:36AM -0800, Enlightenment SVN wrote: >> > Log: >> > efl/ecore_file: refactor to be more like eio in providing backends. >> > >> > instead of

Re: [E-devel] E SVN: kimcinoo trunk/elementary/src/lib

2012-12-06 Thread Daniel Juyung Seo
Hello cinoo, I have four comments. 1. 'const' for getters. Evas_Object *obj -> const Evas_Object I fixed this in r80369. http://trac.enlightenment.org/e/changeset/80369 2. also const for return values? It returns 'char *' but is there any chance to change this from users? If not, this needs to be

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src src/lib/ecore_file

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Leandro Dorileo wrote: > On Thu, Dec 06, 2012 at 05:38:36AM -0800, Enlightenment SVN wrote: > > Log: > > efl/ecore_file: refactor to be more like eio in providing backends. > > > > instead of the previous mess, just define the functions with common > > names and

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src src/lib/ecore_file

2012-12-06 Thread Leandro Dorileo
On Thu, Dec 06, 2012 at 05:38:36AM -0800, Enlightenment SVN wrote: > Log: > efl/ecore_file: refactor to be more like eio in providing backends. > > instead of the previous mess, just define the functions with common > names and call the backend that was compiled in, similar to what eio > d

Re: [E-devel] Eo debug helper

2012-12-06 Thread Tom Hacohen
Just use "stepi", that one goes inside. "step" goes to the next line of code and if there is none inside it just steps to the next line. I'm actually trying to look for a command that does what I said we need in the first place (and that you've implemented to some extent), which just goes on until

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/lib/ecore

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 12:34 PM, Cedric BAIL wrote: > On Thu, Dec 6, 2012 at 9:18 PM, Enlightenment SVN > wrote: >> Log: >> efl: ecore thread safety (remove option, keep code, add instructions). >> >>* remove the option, as it shouldn't really exist. >> >>* keep code, as requested by Cedr

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/lib/ecore

2012-12-06 Thread Cedric BAIL
On Thu, Dec 6, 2012 at 9:18 PM, Enlightenment SVN wrote: > Log: > efl: ecore thread safety (remove option, keep code, add instructions). > >* remove the option, as it shouldn't really exist. > >* keep code, as requested by Cedric, someone may fix it someday. And > the default is the D

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Guillaume Friloux
On 06/12/2012 15:23, Gustavo Sverzut Barbieri wrote: On Thu, Dec 6, 2012 at 12:18 PM, Guillaume Friloux wrote: On 06/12/2012 15:11, Gustavo Sverzut Barbieri wrote: On Thu, Dec 6, 2012 at 11:52 AM, Guillaume Friloux wrote: Ok, sorry for my mistake, its old and forgot some things. But still, t

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 12:18 PM, Guillaume Friloux wrote: > On 06/12/2012 15:11, Gustavo Sverzut Barbieri wrote: >> >> On Thu, Dec 6, 2012 at 11:52 AM, Guillaume Friloux >> wrote: >>> >>> Ok, sorry for my mistake, its old and forgot some things. >>> But still, there must be warns added somewhere

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Guillaume Friloux
On 06/12/2012 15:11, Gustavo Sverzut Barbieri wrote: On Thu, Dec 6, 2012 at 11:52 AM, Guillaume Friloux wrote: Ok, sorry for my mistake, its old and forgot some things. But still, there must be warns added somewhere to clearly state that next version will drop support. In my vision, once a func

Re: [E-devel] E SVN: barbieri trunk/efl

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 12:00 PM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 2:58 PM, Enlightenment SVN > wrote: >> Log: >> efl: remove want_poll. >> >> >> Author: barbieri >> Date: 2012-12-06 05:58:32 -0800 (Thu, 06 Dec 2012) >> New Revision: 80362 >> Trac: http://trac.en

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 3:08 PM, thomasg wrote: > On Thu, Dec 6, 2012 at 12:57 PM, Vincent Torri wrote: > >> so it's a problem with clang. Fix your CC, then >> >> > Is it really? > dns_rr_foreach is defined as "for (struct dns_rr_i DNS_PP_XPASTE(i, > __LINE__) = *dns_rr_i_new((P), __VA_ARGS__); ...

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Christopher Michael
On 06/12/12 14:05, s...@tango.flipp.net wrote: >> On 06/12/12 13:50, Vincent Torri wrote: >>> On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael >>> wrote: On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael > wrote: >> On 06

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 11:52 AM, Guillaume Friloux wrote: > Ok, sorry for my mistake, its old and forgot some things. > But still, there must be warns added somewhere to clearly state that next > version will drop support. In my vision, once a functionnality is added, you > must maintain it, or cl

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 11:56 AM, Christopher Michael wrote: > On 06/12/12 13:50, Vincent Torri wrote: >> On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael >> wrote: >>> On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael wrote:

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread thomasg
On Thu, Dec 6, 2012 at 12:57 PM, Vincent Torri wrote: > so it's a problem with clang. Fix your CC, then > > Is it really? dns_rr_foreach is defined as "for (struct dns_rr_i DNS_PP_XPASTE(i, __LINE__) = *dns_rr_i_new((P), __VA_ARGS__); ..." in dns.h As this is a declaration in the loop, it seems th

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread sd
> On 06/12/12 13:50, Vincent Torri wrote: >> On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael >> wrote: >>> On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael wrote: > On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: >> >

Re: [E-devel] E SVN: barbieri trunk/efl

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 2:58 PM, Enlightenment SVN wrote: > Log: > efl: remove want_poll. > > > Author: barbieri > Date: 2012-12-06 05:58:32 -0800 (Thu, 06 Dec 2012) > New Revision: 80362 > Trac: http://trac.enlightenment.org/e/changeset/80362 > > Modified: > trunk/efl/confi

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Christopher Michael
On 06/12/12 13:50, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael > wrote: >> On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: >>> On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael >>> wrote: On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: > > ecor

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Guillaume Friloux
Ok, sorry for my mistake, its old and forgot some things. But still, there must be warns added somewhere to clearly state that next version will drop support. In my vision, once a functionnality is added, you must maintain it, or clearly tell its dropped, and even give solutions, no ? On 06/1

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael wrote: > On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: >> On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael >> wrote: >>> On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: ecore_file itself should go. path manipulati

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Christopher Michael
On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael > wrote: >> On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: >>> >>> ecore_file itself should go. >>> >>> path manipulation (exists, dirname...) should go in eina, other bits >>> should go i

Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.

2012-12-06 Thread SHILPA ONKAR SINGH
Hi, This crash happens if pop_transition_cb gets scheduled first but transition is not completed and before that itself evas_object_del is called, with below code it might be hard to reproduce, as per below code pop_transition_cb will not even get a chance to get scheduled. so to reproduce th

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 11:26 AM, Guillaume Friloux wrote: > Hello, excuse me to interfere, but what you deleted was added 11 months ago > so inotify works on old distros like debian4. > Here we officially dropped all the debian4 during summer, so im not > embarrassed, by maybe others could be. > I

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael wrote: > On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: >> >> ecore_file itself should go. >> >> path manipulation (exists, dirname...) should go in eina, other bits >> should go in eio. >> > > Why split file/path functions (exists, dirname,

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Christopher Michael
On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote: > ecore_file itself should go. > > path manipulation (exists, dirname...) should go in eina, other bits > should go in eio. > Why split file/path functions (exists, dirname, etc) to eina ? If Eio is to be the library for file functions, then why

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. On 06/12/12 11:57, Vincent Torri wrote: > so it's a problem with clang. Fix your CC, then Thanks, its not my CC. I have a way to build it for my cases. regards Stefan Schmidt -- LogMeIn Rescue: Anywhere, Anytime

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/ecore_file src/lib/eio

2012-12-06 Thread Guillaume Friloux
Hello, excuse me to interfere, but what you deleted was added 11 months ago so inotify works on old distros like debian4. Here we officially dropped all the debian4 during summer, so im not embarrassed, by maybe others could be. Is it really necessary to remove these ? Shouldnt warnings be added

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Gustavo Sverzut Barbieri
ecore_file itself should go. path manipulation (exists, dirname...) should go in eina, other bits should go in eio. On Thu, Dec 6, 2012 at 11:05 AM, Vincent Torri wrote: > Hey > > as eio is quite used, now, why not deprecating ecore_file parts that > are in common with eio ? > > Vincent > >

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Christopher Michael
On 06/12/12 13:05, Vincent Torri wrote: > Hey > > as eio is quite used, now, why not deprecating ecore_file parts that > are in common with eio ? > > Vincent > +1 dh -- LogMeIn Rescue: Anywhere, Anytime Remote support

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 2:12 PM, Eduardo Lima (Etrunko) wrote: > On Thu, Dec 6, 2012 at 11:02 AM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Dec 6, 2012 at 10:33 AM, Vincent Torri >> wrote: >>> On Thu, Dec 6, 2012 at 1:26 PM, Enlightenment SVN >>> wrote: Log: Avoid calling test so m

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Eduardo Lima (Etrunko)
On Thu, Dec 6, 2012 at 11:02 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 6, 2012 at 10:33 AM, Vincent Torri > wrote: >> On Thu, Dec 6, 2012 at 1:26 PM, Enlightenment SVN >> wrote: >>> Log: >>> Avoid calling test so many times. Use -a/-o instead. >> >> as i have already said, it can break

[E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread Vincent Torri
Hey as eio is quite used, now, why not deprecating ecore_file parts that are in common with eio ? Vincent -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 10:33 AM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 1:26 PM, Enlightenment SVN > wrote: >> Log: >> Avoid calling test so many times. Use -a/-o instead. > > as i have already said, it can break on some shells and the autotools > prefer what i have done than what you are

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Eduardo Lima (Etrunko)
On Thu, Dec 6, 2012 at 10:33 AM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 1:26 PM, Enlightenment SVN > wrote: >> Log: >> Avoid calling test so many times. Use -a/-o instead. > > as i have already said, it can break on some shells and the autotools > prefer what i have done than what you are

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 1:30 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 6, 2012 at 10:12 AM, Vincent Torri > wrote: >> On Thu, Dec 6, 2012 at 12:55 PM, Vincent Torri >> wrote: >>> On Thu, Dec 6, 2012 at 12:48 PM, Gustavo Sverzut Barbieri >>> wrote: On Thursday, December 6, 2012, En

Re: [E-devel] E SVN: etrunko trunk/efl

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 1:26 PM, Enlightenment SVN wrote: > Log: > Avoid calling test so many times. Use -a/-o instead. as i have already said, it can break on some shells and the autotools prefer what i have done than what you are doing. Excerpt : test The test program is the way to perform

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thu, Dec 6, 2012 at 10:12 AM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 12:55 PM, Vincent Torri > wrote: >> On Thu, Dec 6, 2012 at 12:48 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thursday, December 6, 2012, Enlightenment SVN wrote: >>> Log: inotify: revert : i want to keep

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-12-06 Thread Daniel Juyung Seo
It is 0 and 1. Daniel Juyung Seo (SeoZ) On Dec 6, 2012 8:46 PM, "Gustavo Sverzut Barbieri" wrote: > Not? Isn't it 1 or -1, not 1 and 0? > > On Thursday, December 6, 2012, Enlightenment SVN wrote: > > > Log: > > elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift. > > > > Auth

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 12:55 PM, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 12:48 PM, Gustavo Sverzut Barbieri > wrote: >> On Thursday, December 6, 2012, Enlightenment SVN wrote: >> >>> Log: >>> inotify: revert : i want to keep autotools **modularized**. Instead, use >>> in Eio what has been d

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Vincent Torri
so it's a problem with clang. Fix your CC, then On Thu, Dec 6, 2012 at 11:59 AM, Stefan Schmidt wrote: > Hello. > > On 06/12/12 10:34, Vincent Torri wrote: >> On Thu, Dec 6, 2012 at 11:28 AM, Stefan Schmidt >> wrote: >>> Hello. >>> >>> Either during the merge of ecore into efl or during Gustavo

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 12:48 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, December 6, 2012, Enlightenment SVN wrote: > >> Log: >> inotify: revert : i want to keep autotools **modularized**. Instead, use >> in Eio what has been detected in Ecore_File. > > > Damn Vincent, why do you do these t

Re: [E-devel] Eo debug helper

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, daniel.za...@samsung.com wrote: > Hi Gustavo, > > I think the problem with adding flags is the performance. A single Boolean check is nothing compared to everything else. And it's once per eo_do() not per subcall > eo_do is the > most called function in Eo (wit

Re: [E-devel] E SVN: caro IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Enlightenment SVN wrote: > Log: > inotify: revert : i want to keep autotools **modularized**. Instead, use > in Eio what has been detected in Ecore_File. Damn Vincent, why do you do these things when you don't understand? Really, I'm quite disappointed you still d

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2012-12-06 Thread Gustavo Sverzut Barbieri
Not? Isn't it 1 or -1, not 1 and 0? On Thursday, December 6, 2012, Enlightenment SVN wrote: > Log: > elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift. > > Author: seoz > Date: 2012-12-06 00:25:53 -0800 (Thu, 06 Dec 2012) > New Revision: 80312 > Trac: h

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 7:37 AM, Vincent Torri > > > wrote: > > revert !! > > > > i want to let it where it was > > and it breaks configuration on some debian Im not reverting, it where it should be. But if the breakages do happen, I'll fix

Re: [E-devel] Eo debug helper

2012-12-06 Thread daniel.za...@samsung.com
Hi Gustavo, I think the problem with adding flags is the performance. eo_do is the most called function in Eo (with eo_data_get) and we need it fast. More, you know what the functions parameters are, you called it. So in my opinion, the most important thing is what the destination is. Did you

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Sebastian Dransfeld wrote: > Den 6. des. 2012 kl. 01:57 skrev "Enlightenment SVN" < > no-re...@enlightenment.org >: > > > Log: > > efl: simplify inotify by moving it to common. > > > > also deprecate very ancient inotify usage by direct syscall. > > > > > > Can you

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread Gustavo Sverzut Barbieri
On Thursday, December 6, 2012, Daniel Juyung Seo wrote: > Yes that must be painful. > And ephysics_test depends on elm. Now we build libs (all) before we build binaries, so no problems for edje. For elm, sure. We may split the tests into another package, source, or migrate to elm itself > > D

Re: [E-devel] Eo debug helper

2012-12-06 Thread daniel.za...@samsung.com
When I compile without -O and -g, gdb behaves like with stripped library, i.e doesn't try to enter the function. Maybe I do something wrong. Tom, can you try it on your computer? Thank you Daniel On 12/06/2012 12:45 AM, Tom Hacohen wrote: > Compile Eo in release mode: remove -O0/-g from your CFL

[E-devel] Minor update of the EFL tomorrow (1.7.3)

2012-12-06 Thread Luis Felipe Strano Moraes
Hey guys, I'm preparing a new minor release of the EFL for tomorrow, if you still have things to backport please do so as soon as possible, we *WILL* have another release to coincide with E17 so this is not the end of the world in case you did not have the time. Best regards, Luis Felipe -- L

Re: [E-devel] [Patch][Elementary] export access api

2012-12-06 Thread Kim Shinwoo
this patch is in svn with r80339 On Wed, Dec 5, 2012 at 1:53 PM, Kim Shinwoo wrote: > dear all hi! > > 1. export elm_access_external_info_set(); > i would like to export an API which name is > elm_access_external_info_set(Evas_Object *, const char*); > this will be using by application side to s

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. On 06/12/12 10:34, Vincent Torri wrote: > On Thu, Dec 6, 2012 at 11:28 AM, Stefan Schmidt wrote: >> Hello. >> >> Either during the merge of ecore into efl or during Gustavos changes the >> std=c99 passing to ecore_con got missing. > > adding std=c99 is a BAD idea. Better use AC_PROG_CC_C99

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread Daniel Juyung Seo
Yes that must be painful. And ephysics_test depends on elm. Daniel Juyung Seo (SeoZ) On Thu, Dec 6, 2012 at 6:34 PM, David Seikel wrote: > On Thu, 6 Dec 2012 00:33:11 -0800 "Enlightenment SVN" > wrote: > > > Log: > > devs/seoz build.sh: Edje supports ephysics features now. Build > > ephysics

Re: [E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-12-06 Thread Daniel Juyung Seo
Sorry this can be pushed to svn on elementary 2.0. Is there any reason that you have to push this? Daniel Juyung Seo (SeoZ) On Thu, Dec 6, 2012 at 4:36 PM, SHILPA ONKAR SINGH wrote: > When this change can be pushed to svn? > > --- Original Message --- > Sender : Daniel Juyung Seo > Date

Re: [E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 11:28 AM, Stefan Schmidt wrote: > Hello. > > Either during the merge of ecore into efl or during Gustavos changes the > std=c99 passing to ecore_con got missing. adding std=c99 is a BAD idea. Better use AC_PROG_CC_C99 if a c99 compiler is needed. But honestly, i don't know

[E-devel] std=c99 for ecore_con dns.c got missing

2012-12-06 Thread Stefan Schmidt
Hello. Either during the merge of ecore into efl or during Gustavos changes the std=c99 passing to ecore_con got missing. I just found it while compiling with clang. No time right now to dig into this so only the report here. Added it to my local cflags for now. regards Stefan Schmidt ---

Re: [E-devel] E SVN: seoz trunk/devs/seoz

2012-12-06 Thread David Seikel
On Thu, 6 Dec 2012 00:33:11 -0800 "Enlightenment SVN" wrote: > Log: > devs/seoz build.sh: Edje supports ephysics features now. Build > ephysics before edje. I just realized, that's gonna be a problem with the merged EFL tree, once edje gets in. -- A big old stinking pile of genius that no on

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

2012-12-06 Thread Christopher Michael
On 06/12/12 09:20, Enlightenment SVN wrote: > Log: > elementary: let's not break the work when we don't use Wayland. > I disagree. If you don't use Wayland then you're world is already broken :P Thanks for the fix ;) dh > > Author: cedric > Date: 2012-12-06 01:20:37 -0800 (Thu,

Re: [E-devel] E SVN: barbieri IN trunk/efl: . m4 src src/lib/eio

2012-12-06 Thread Vincent Torri
On Thu, Dec 6, 2012 at 7:37 AM, Vincent Torri wrote: > revert !! > > i want to let it where it was and it breaks configuration on some debian Vincent > > Vincent > > On Thu, Dec 6, 2012 at 1:57 AM, Enlightenment SVN > wrote: >> Log: >> efl: simplify inotify by moving it to common. >> >> also

Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.

2012-12-06 Thread Daniel Juyung Seo
Dear Shilpa, it doesn't crash here. Do you have any reproducable code? I tried with the following code. --- a/elementary/src/bin/test_naviframe.c +++ b/elementary/src/bin/test_naviframe.c @@ -190,6 +190,10 @@ _page2(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) Evas_Ob