Re: [E-devel] Introducing Picture widget

2011-08-29 Thread Ulrich Eckhardt
On Saturday 20 August 2011 23:13:23 Quentin Gibeaux wrote: > The images downloaded from the web are stored in the /tmp folder (is that > linuxproof only?). The canonical dir for temporary files is $TMPDIR, according to POSIX, and that should be used on anything but MS Windows, which has a special

Re: [E-devel] [Patch] for Build on Windows XP

2011-08-29 Thread cnook
Dear Mr. Vincent, On my side, same error occurs as following. evas_module.c:400:37: error: macro "open" requires 3 arguments, but only 1 given After add the sent patch, the following error I have met. evas_private.h:50:14 error: use of enum '_Evas_Font_Style' without previous declaration I

Re: [E-devel] elementary_test segs after latest smart object changes

2011-08-29 Thread Tom Hacohen
On 29/08/11 18:48, Carsten Haitzler (The Rasterman) wrote: > no problems here - and valgrind doesnt complain one little peep. check your > local build is up to date etc. for evas and elm. i have e17 running with the > changes, elementary_test, elementary_config all run under valgrind without > comp

Re: [E-devel] How to set up enlightenment with virtual keyboard support on Ubuntu?

2011-08-29 Thread Jeff Hoogland
If you have the illume module+keyboard loaded EFL applications automatically trigger calling up the illume keyboard by default I believe. On Mon, Aug 29, 2011 at 8:11 PM, Zhu, Junmin wrote: > Hi > > I want to build environment with virtual keyboard on Ubuntu, > Where apps can trigger virtual k

[E-devel] How to set up enlightenment with virtual keyboard support on Ubuntu?

2011-08-29 Thread Zhu, Junmin
Hi I want to build environment with virtual keyboard on Ubuntu, Where apps can trigger virtual keyboard. Right now, I have set the enlightenment environment. Anyone has idea about this? Any manual. Best wishes Junmin ---

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread The Rasterman
On Mon, 29 Aug 2011 21:01:12 +0200 Cedric BAIL said: > On Mon, Aug 29, 2011 at 8:49 PM, Iván Briano (Sachiel) > wrote: > > 2011/8/29 Vincent Torri : > >> On Mon, 29 Aug 2011, Tom Hacohen wrote: > >>> On 29/08/11 19:34, Nicolas Aguirre wrote: > SPANK SPANK SPANK! > > I can't launch

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Daniel Juyung Seo
god! raster finally joined cedric+discomfitor svn breakin' union! Daniel Juyung Seo (SeoZ) On Aug 30, 2011 4:02 AM, "Cedric BAIL" wrote: -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log ma

Re: [E-devel] elementary_test segs after latest smart object changes

2011-08-29 Thread The Rasterman
On Mon, 29 Aug 2011 18:08:39 +0300 Tom Hacohen said: > Dear everyone (raster), > > Last smart object changes break everything. I get a seg when trying to > launch elementary_test. > I don't have time to debug it, but reproducing it is pretty straightforward. no problems here - and valgrind doe

Re: [E-devel] How to enable GLES?

2011-08-29 Thread The Rasterman
On Mon, 29 Aug 2011 16:30:52 +0800 "Chen, Zhenqiang" said: oh god dont try xcb + opengl(es) currently. just stick to normal xlib (x11) stuff. gles and glx create a nice set of problems in that they require abi-wise an xlib display connection. also.. evas will auto enable opengl or opengl-es2 if

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 05:08 PM, Cedric BAIL wrote: > On Mon, Aug 29, 2011 at 10:51 PM, Christopher Michael > wrote: >> On 08/29/2011 02:20 PM, Tom Hacohen wrote: >>> On 29/08/11 19:06, Christopher Michael wrote: gdb attach (gdb) set unwindonsignal on (gdb) call eina_stringshare_del(234234)

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Cedric BAIL
On Mon, Aug 29, 2011 at 10:51 PM, Christopher Michael wrote: > On 08/29/2011 02:20 PM, Tom Hacohen wrote: >> On 29/08/11 19:06, Christopher Michael wrote: >>> gdb attach >>> (gdb) set unwindonsignal on >>> (gdb) call eina_stringshare_del(234234) >>> >>> works in that it makes it possible to debug

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 02:20 PM, Tom Hacohen wrote: > On 29/08/11 19:06, Christopher Michael wrote: >> gdb attach >> (gdb) set unwindonsignal on >> (gdb) call eina_stringshare_del(234234) >> >> works in that it makes it possible to debug using gdb like you are >> (calling efl functions inside gdb). >> >> As

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Cedric BAIL
On Mon, Aug 29, 2011 at 8:49 PM, Iván Briano (Sachiel) wrote: > 2011/8/29 Vincent Torri : >> On Mon, 29 Aug 2011, Tom Hacohen wrote: >>> On 29/08/11 19:34, Nicolas Aguirre wrote: SPANK SPANK SPANK! I can't launch enlightenment anymore after this commit : Here the backtrace : >>

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Sachiel
2011/8/29 Vincent Torri : > > > On Mon, 29 Aug 2011, Tom Hacohen wrote: > >> On 29/08/11 19:34, Nicolas Aguirre wrote: >>> SPANK SPANK SPANK! >>> >>> I can't launch enlightenment anymore after this commit : >>> Here the backtrace : >> >> Same as my "elementary_test won't start" thread. :) >> So +1

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Vincent Torri
On Mon, 29 Aug 2011, Tom Hacohen wrote: > On 29/08/11 19:34, Nicolas Aguirre wrote: >> SPANK SPANK SPANK! >> >> I can't launch enlightenment anymore after this commit : >> Here the backtrace : > > Same as my "elementary_test won't start" thread. :) > So +1 from me. none of my evas-based app wor

Re: [E-devel] How to enable GLES?

2011-08-29 Thread Christopher Michael
On 08/29/2011 02:26 PM, Boris Faure wrote: > On Mon, Aug 29, 2011 at 10:30, Chen, Zhenqiang > wrote: >> Hi All, >> >> I try to configure evas to enable GLES. But it seams not work. >> >> ./configure --prefix=/usr --enable-gl-xcb --enable-gl-flavor-gles >> --enable-gles-variety-sgx > > AFAIK, g

Re: [E-devel] How to enable GLES?

2011-08-29 Thread Boris Faure
On Mon, Aug 29, 2011 at 10:30, Chen, Zhenqiang wrote: > Hi All, > > I try to configure evas to enable GLES. But it seams not work. > > ./configure --prefix=/usr  --enable-gl-xcb --enable-gl-flavor-gles   > --enable-gles-variety-sgx AFAIK, gl-xcb is currently not working. Christopher Michael (devi

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Tom Hacohen
On 29/08/11 19:34, Nicolas Aguirre wrote: > SPANK SPANK SPANK! > > I can't launch enlightenment anymore after this commit : > Here the backtrace : Same as my "elementary_test won't start" thread. :) So +1 from me. -- Tom. -

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 19:06, Christopher Michael wrote: > gdb attach > (gdb) set unwindonsignal on > (gdb) call eina_stringshare_del(234234) > > works in that it makes it possible to debug using gdb like you are > (calling efl functions inside gdb). > > As far as the alert dialog working (restart/exit),

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Nicolas Aguirre
2011/8/29 Enlightenment SVN : > Log: > i've found a subtle issue with how we queue recalcs of smart objs. if >  an obj is already queued we dont push it FURTHEr down the queue if >  smart recalc is enabled. now at least we keep order of operation/calc >  correctly! > > > > Author:       raster > Da

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 11:20 AM, Tom Hacohen wrote: > On 29/08/11 18:06, Christopher Michael wrote: >> Ok, well I am just getting caught up due to the storm, but I'll look @ >> this today and run some tests. Just out of curiosity, if you send E a >> segv (kill -s SEGV ) like Sachiel suggested when we had th

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

2011-08-29 Thread Gustavo Sverzut Barbieri
On Mon, Aug 29, 2011 at 9:07 AM, Tom Hacohen wrote: > On 29/08/11 14:59, Iván Briano (Sachiel) wrote: >> Or tell your friend to read the warnings in the compile log. >> Or not to cast pointers to incompatible types to silence those warnings. > > I tell him that all the time... > To his defence tho

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 11:22 AM, P Purkayastha wrote: > > On Monday, August 29, 2011 11:06:13 PM UTC+8, Christopher Michael wrote: >> >> On 08/29/2011 10:51 AM, Tom Hacohen wrote: >>> On 29/08/11 17:40, Christopher Michael wrote: Uggg, WTH !! How can this be broken again ? :( Tom, I

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 11:20 AM, Tom Hacohen wrote: > On 29/08/11 18:06, Christopher Michael wrote: >> Ok, well I am just getting caught up due to the storm, but I'll look @ >> this today and run some tests. Just out of curiosity, if you send E a >> segv (kill -s SEGV ) like Sachiel suggested when we had th

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread P Purkayastha
On Monday, August 29, 2011 11:06:13 PM UTC+8, Christopher Michael wrote: > > On 08/29/2011 10:51 AM, Tom Hacohen wrote: > > On 29/08/11 17:40, Christopher Michael wrote: > >> Uggg, WTH !! How can this be broken again ? :( > >> > >> Tom, > >> > >> I assume you are still building evas/ecore w/ Xlib

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 18:06, Christopher Michael wrote: > Ok, well I am just getting caught up due to the storm, but I'll look @ > this today and run some tests. Just out of curiosity, if you send E a > segv (kill -s SEGV ) like Sachiel suggested when we had this > problem before, does the Restart work ? > >

[E-devel] elementary_test segs after latest smart object changes

2011-08-29 Thread Tom Hacohen
Dear everyone (raster), Last smart object changes break everything. I get a seg when trying to launch elementary_test. I don't have time to debug it, but reproducing it is pretty straightforward. -- Tom. -- EMC VNX: the

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 10:51 AM, Tom Hacohen wrote: > On 29/08/11 17:40, Christopher Michael wrote: >> Uggg, WTH !! How can this be broken again ? :( >> >> Tom, >> >> I assume you are still building evas/ecore w/ Xlib support ? >> What exactly is broken ? The box doesn't show anymore ? Restart doesn't >> wo

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 17:40, Christopher Michael wrote: > Uggg, WTH !! How can this be broken again ? :( > > Tom, > > I assume you are still building evas/ecore w/ Xlib support ? > What exactly is broken ? The box doesn't show anymore ? Restart doesn't > work with the mouse? keyboard ? Exit is broken ?? > >

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Christopher Michael
On 08/29/2011 02:55 AM, Tom Hacohen wrote: > Hey everyone (dh?), > > This is broken again. And since this is the #1 feature I care about, I'm > sad. :( > > Whoever broke it, please fix it. > > Thanks, > Tom. > Uggg, WTH !! How can this be broken again ? :( Tom, I assume you are still building eva

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

2011-08-29 Thread Tom Hacohen
On 29/08/11 14:59, Iván Briano (Sachiel) wrote: > Or tell your friend to read the warnings in the compile log. > Or not to cast pointers to incompatible types to silence those warnings. I tell him that all the time... To his defence though, in this case it wasn't entirely his fault. He did someth

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

2011-08-29 Thread Sachiel
2011/8/29 Tom Hacohen : > Ok, reverted. A big win for informative commit logs that made it easier > for you to detect this bad commit. :) > > On 29/08/11 14:43, Gustavo Barbieri wrote: >> Went bad? But evas_object_data_get() should be safe with it using magic >> numbers. > > I'm not sure I got you

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

2011-08-29 Thread Gustavo Barbieri
Likely it was wrong and happened to work due wrong collateral effects. --Gustavo Sent from my iPhone On 28/08/2011, at 03:01, Mike Blumenkrantz wrote: > On Sat, 20 Aug 2011 18:38:17 -0700 > "Enlightenment SVN" wrote: > >> Log: >> change text's single recalc to use apply version. >> >> Origin

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

2011-08-29 Thread Tom Hacohen
Ok, reverted. A big win for informative commit logs that made it easier for you to detect this bad commit. :) On 29/08/11 14:43, Gustavo Barbieri wrote: > Went bad? But evas_object_data_get() should be safe with it using magic > numbers. I'm not sure I got you, you suggest I'll change it to che

Re: [E-devel] more elm cnp bugs!

2011-08-29 Thread Hyoyoung Chang
Hello > -Original Message- > From: Mike Blumenkrantz [mailto:m...@zentific.com] > Sent: Friday, August 26, 2011 11:54 AM > To: enlightenment-devel@lists.sourceforge.net > Subject: [E-devel] more elm cnp bugs! > > * pasting anything into an entry which includes escape characters causes > t

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-08-29 Thread Gustavo Barbieri
Zero parameters before checking otherwise it will not touch them and on failure caller will get garbage --Gustavo Sent from my iPhone On 29/08/2011, at 08:40, Enlightenment SVN wrote: > Log: > dont need ti check priv - macro did it anyway > > > > Author: raster > Date: 2011-08-29

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

2011-08-29 Thread Gustavo Barbieri
Went bad? But evas_object_data_get() should be safe with it using magic numbers. --Gustavo Sent from my iPhone On 29/08/2011, at 08:36, Tom Hacohen wrote: > On 29/08/11 14:32, Gustavo Barbieri wrote: >> Hey Tasn, need to check but before there were no limits that the >> tooltip must be on an e

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

2011-08-29 Thread Tom Hacohen
On 29/08/11 14:32, Gustavo Barbieri wrote: > Hey Tasn, need to check but before there were no limits that the > tooltip must be on an elm object. It could be an edje or a single > rectangle. All it should use are mouse events. > > --Gustavo > > Sent from my iPhone Ah. I'm sorry then, will revert,

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

2011-08-29 Thread Gustavo Barbieri
Hey Tasn, need to check but before there were no limits that the tooltip must be on an elm object. It could be an edje or a single rectangle. All it should use are mouse events. --Gustavo Sent from my iPhone On 28/08/2011, at 11:13, Enlightenment SVN wrote: > Log: > Elm tooltip: Added checks i

[E-devel] [PATCH] Add a checking null of im_info to get_ic().

2011-08-29 Thread Naruto TAKAHASHI
Hi All, I've added a checking null of im_info to get_ic(). Would you review this patch? Best Regards. -- Naruto TAKAHASHI tnar...@gmail.com diff --git a/ecore/src/modules/immodules/xim/ecore_imf_xim.c b/ecore/src/modules/immodules/xim/ecore_imf_xim.c index 791fdab..76ae9aa 100644 --- a/ecore/s

[E-devel] How to enable GLES?

2011-08-29 Thread Chen, Zhenqiang
Hi All, I try to configure evas to enable GLES. But it seams not work. ./configure --prefix=/usr --enable-gl-xcb --enable-gl-flavor-gles --enable-gles-variety-sgx elementary_test reports: CRI<18771>:elementary elm_win.c:1436 elm_win_add() OpenGL engine creation failed. Trying software X11