[E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
Hi, Here i want to get the buffer of current evas, so i tried by the 2 API , firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, but the second API return NULL. is there any one help me on this issue, thanks in advance. ecore_evas_ecore_evas_get(const Evas *e);

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Atton Jonathan
Evas is optimized, now Evas does not use a buffer. Data are in the cloud ! 2011/6/21 suxia li suxia...@samsung.com Hi, Here i want to get the buffer of current evas, so i tried by the 2 API , firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, but the second API

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Vincent Torri
On Tue, 21 Jun 2011, Atton Jonathan wrote: Evas is optimized, now Evas does not use a buffer. Data are in the cloud ! but he is using the buffer engine with ecore_evas, so it should work. Maybe a small test case would be helpful Vincent 2011/6/21 suxia li suxia...@samsung.com Hi,

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
is there any way to get the data? --- Original Message --- Sender : Vincent Torrivto...@univ-evry.fr Date : 六月 21, 2011 15:49 (GMT+09:00) Title : Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, Atton Jonathan wrote: Evas is optimized, now Evas does not

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Vincent Torri
On Tue, 21 Jun 2011, suxia li wrote: is there any way to get the data? with the buffer engine of ecore_evas. Did you write a small test ? Vincent --- Original Message --- Sender : Vincent Torrivto...@univ-evry.fr Date : 六月 21, 2011 15:49 (GMT+09:00) Title : Re: [E-devel] How

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
oh, it use software_x11 engine, but i want to get the engine pixels(the buffer data of the canvas), do you know how to? --- Original Message --- Sender : Vincent Torrivto...@univ-evry.fr Date : 六月 21, 2011 16:01 (GMT+09:00) Title : Re: Re: [E-devel] How to get the buffer of current

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Vincent Torri
On Tue, 21 Jun 2011, suxia li wrote: oh, it use software_x11 engine, but i want to get the engine pixels(the buffer data of the canvas), do you know how to? what do you want to do, exactly ? Vincent --- Original Message --- Sender : Vincent Torrivto...@univ-evry.fr Date : 六月

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
i want to get the current screen data, and set it to an evas object image. --- Original Message --- Sender : Vincent Torrivto...@univ-evry.fr Date : 六月 21, 2011 16:50 (GMT+09:00) Title : Re: Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, suxia li

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread Thomas Gstädtner
On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre albin.tonne...@gmail.com wrote: On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : Hey another idea about trailing whitespaces : what about adding a rule in the toplevel Makefile.am, named for example remove-ws, that call find with a sed

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Nicolas Aguirre
2011/6/21 suxia li suxia...@samsung.com: Hi, Here i want to get the buffer of current evas, so i tried by the 2 API , firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, but the second API return NULL. is there any one help me on this issue, thanks in advance.

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 07:53:51 + (GMT) suxia li suxia...@samsung.com said: basically, you can't. the data may not exist in any gettable form. it may be in 1bit monochrome, in greyscale, in rgb or rgba - it's totally abstracted and the buffer may simply not exist. in fact this is the case with

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread Vincent Torri
On Tue, 21 Jun 2011, Thomas Gstädtner wrote: On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre albin.tonne...@gmail.com wrote: On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : Hey another idea about trailing whitespaces : what about adding a rule in the toplevel Makefile.am, named for

Re: [E-devel] e17 todo list - clock+calendar thing done

2011-06-21 Thread Thomas Gstädtner
On Tue, Jun 21, 2011 at 00:01, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 20 Jun 2011 19:37:50 +0200 Cedric BAIL cedric.b...@free.fr said: On Mon, Jun 20, 2011 at 6:26 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko)

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread Thomas Gstädtner
On Tue, Jun 21, 2011 at 11:56, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 21 Jun 2011, Thomas Gstädtner wrote: On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre albin.tonne...@gmail.com wrote: On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : Hey another idea about trailing

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread David Seikel
On Tue, 21 Jun 2011 13:43:13 +0200 Thomas Gstädtner tho...@gstaedtner.net wrote: That is true, but the Don't do that, nasty programmer. SPANK SPANK SPANK mail tells you that the hook triggered and also it hurts the programmer who did produce the trailing whitespaces. People learn best when it

[E-devel] [PATCH] elm_diskselector has mistypo APIs

2011-06-21 Thread Jihoon Kim
Hi, In some elm_diskselector API and doxygen, there are simple typographical errors. This patch will fix it. Index: elm_diskselector.c === --- elm_diskselector.c (리비전 60547) +++ elm_diskselector.c (작업 사본) @@ -6,7 +6,7 @@ * with the

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-21 Thread Christopher Michael
How was it not the right fix ? The images themselves were white, being displayed on white buttons. dh On 06/21/2011 06:18 AM, michael bouchaud wrote: Hum ... I don't think this was the right fix 2011/6/20 Enlightenment SVNno-re...@enlightenment.org Log: Illume Keyboard: Fix incorrect

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-21 Thread Christopher Michael
Ohhh I see now. It was the 'clip on a rect' thing. Thanks for the fix :) dh On 06/21/2011 09:31 AM, Christopher Michael wrote: How was it not the right fix ? The images themselves were white, being displayed on white buttons. dh On 06/21/2011 06:18 AM, michael bouchaud wrote: Hum ... I

Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread Boris Faure
On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN no-re...@enlightenment.org wrote: Log: hmm maybe its a signal queue ordering thing  - clock state. try this. That fixes the issue I had with the clock showing UTC hour before getting refreshed. Thank you. -- Boris Faure

Re: [E-devel] Segfault when starting e17 (evas module)

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 15:28:01 +0200 Svante Signell svante.sign...@telia.com said: On Sat, 2011-06-18 at 08:42 +0900, Carsten Haitzler wrote: On Fri, 17 Jun 2011 16:38:48 +0200 Svante Signell svante.sign...@telia.com said: ... A full backtrace, see http://paste.debian.net/120170/ shows

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-21 Thread David Seikel
On Tue, 21 Jun 2011 09:31:39 -0400 Christopher Michael cpmicha...@comcast.net wrote: How was it not the right fix ? The images themselves were white, being displayed on white buttons. Did they light up white when you click them, and say Don't do that again.? Oh wait, that's the black buttons.

Re: [E-devel] [PATCH] elementary doxygen patch

2011-06-21 Thread Gustavo Lima Chaves
* Jihoon Kim imfin...@gmail.com [2011-06-21 22:13:38 +0900]: Hi, Jihoon. I'm already addressing these functions' documentation, so you'll get them with the right types in a moment. BR, Hello, In doxygen of elementary API, I use EINA_TRUE or EINA_FALSE instead of 1 or 0. Would you please

Re: [E-devel] E SVN: raster trunk/e/src/modules/battery

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 17:29:49 -0400 Mike Blumenkrantz m...@zentific.com said: On Tue, 21 Jun 2011 06:34:52 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: jeff - try this battery change Author: raster Date: 2011-06-21 06:34:52 -0700 (Tue, 21

Re: [E-devel] e17 todo list - clock+calendar thing done

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 01:16:10 -0300 Lucas De Marchi lucas.demar...@profusion.mobi said: try now. On Tue, Jun 21, 2011 at 1:14 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Mon, Jun 20, 2011 at 7:01 PM, Carsten Haitzler ras...@rasterman.com wrote: as i keep saying.. i can't

Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure bill...@gmail.com said: On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN no-re...@enlightenment.org wrote: Log: hmm maybe its a signal queue ordering thing  - clock state. try this. That fixes the issue I had with the clock showing UTC hour

Re: [E-devel] [PATCH] elm_diskselector has mistypo APIs

2011-06-21 Thread Jihoon Kim
Oops, test_diskselector uses API I modified in the previous patch e-mail. I also fix test_diskselector.c and send the patch. Please apply this patch for building elementary without build error. -Original Message- From: Jihoon Kim [mailto:imfin...@gmail.com] Sent: Tuesday, June 21, 2011

Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread Thomas Gstädtner
On Wed, Jun 22, 2011 at 01:38, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure bill...@gmail.com said: On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN no-re...@enlightenment.org wrote: Log: hmm maybe its a signal queue ordering thing  - clock

Re: [E-devel] e17 todo list - clock+calendar thing done

2011-06-21 Thread Lucas De Marchi
On Tue, Jun 21, 2011 at 8:40 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 21 Jun 2011 01:16:10 -0300 Lucas De Marchi lucas.demar...@profusion.mobi said: try now. It's working now, thanks; Lucas De Marchi

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-21 Thread cnook
Dear Mr. Vincent, Thanks for your response. Actually I refer to the previous version mingw-langinfo-0.1. Anyhow why don't you use the reference tar ball as other dependent modules(that is, libcurl, libgcrypt, and so on)? Sincerely, Shinwoo Kim. 2011/6/20 Vincent Torri vto...@univ-evry.fr

[E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-21 Thread cnook
Hi All, There is no strcasestr() on MinGW Env. So this patch comes.. Please review the attached one. Sincerely, Shinwoo Kim. Index: src/lib/evil_string.c === --- src/lib/evil_string.c (revision 60564) +++ src/lib/evil_string.c

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-21 Thread Jeff Hoogland
Are these buttons going to get fixed at some point? Just did an SVN pull down this evening and still getting white images on white buttons. Fixing them myself before building for now - but would be nice to have it fixed in the SVN. ~Jeff On 6/21/11, David Seikel onef...@gmail.com wrote: On

Re: [E-devel] [PATCH] elm_diskselector has mistypo APIs

2011-06-21 Thread ChunEon Park
Thanks. Jihoon Kim in svn But kept the previous APis as DEPRECAETD. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Jihoon Kimlt;jihoon48@samsung.comgt; To: enlightenment-devel@lists.sourceforge.net

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-21 Thread Vincent Torri
Hey There is no strcasestr() on MinGW Env. So this patch comes.. Please review the attached one. where is strcasestr used ? Vincent -- Simplify data backup and recovery for your virtual environment with vRanger.

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-21 Thread Vincent Torri
On Wed, 22 Jun 2011, cnook wrote: Dear Mr. Vincent, Thanks for your response. Actually I refer to the previous version mingw-langinfo-0.1. Anyhow why don't you use the reference tar ball as other dependent modules(that is, libcurl, libgcrypt, and so on)? sorry, i don't understand the