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 Torri Date : 六月 21, 2011 15:49 (GMT+09:00) Title : Re: [E-devel] How to get the buffer of

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 Torri Date : 六月 21, 2011 16:01 (GMT+09:00) Title : Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21 Ju

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 Torri Date : 六月 21, 2011 16:01 (GMT+

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 Torri 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 wrote: > oh, it use sof

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread Thomas Gstädtner
On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre 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 expression. >>

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

2011-06-21 Thread Nicolas Aguirre
2011/6/21 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

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 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 all engines except for

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

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

2011-06-21 Thread michael bouchaud
Hum ... I don't think this was the right fix 2011/6/20 Enlightenment SVN > Log: > Illume Keyboard: Fix incorrect white images. > > > > Author: devilhorns > Date: 2011-06-20 14:31:51 -0700 (Mon, 20 Jun 2011) > New Revision: 60536 > Trac: http://trac.enlightenment.org/e/chang

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 wrote: > On Mon, 20 Jun 2011 19:37:50 +0200 Cedric BAIL said: > >> On Mon, Jun 20, 2011 at 6:26 PM, Eduardo Lima (Etrunko) >> wrote: >> > On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko) >> > wrote: >> >> Hmm. I found a weird behavior with

Re: [E-devel] about removing trailing whitespaces

2011-06-21 Thread Thomas Gstädtner
On Tue, Jun 21, 2011 at 11:56, Vincent Torri wrote: > > > On Tue, 21 Jun 2011, Thomas Gstädtner wrote: > >> On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre >> wrote: >>> >>> On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote : Hey another idea about trailing whitespaces : what

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 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 hurts :P Autom

[E-devel] [PATCH] elementary doxygen patch

2011-06-21 Thread Jihoon Kim
Hello, In doxygen of elementary API, I use EINA_TRUE or EINA_FALSE instead of 1 or 0. Would you please apply this simple patch? Index: elm_main.c === --- elm_main.c (리비전 60547) +++ elm_main.c (작업 사본) @@ -2377,7 +2377,7 @@ elm_edje_col

[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 SVN > >> Log: >> Illume Keyboard: Fix incorrect white images. >> >> >>

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 .

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 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 said: > On Sat, 2011-06-18 at 08:42 +0900, Carsten Haitzler wrote: > > On Fri, 17 Jun 2011 16:38:48 +0200 Svante Signell > > said: > ... > > > A full backtrace, see http://paste.debian.net/120170/ shows that > > > something goes wrong within the

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 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. -- A big old sti

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

2011-06-21 Thread Gustavo Lima Chaves
* Jihoon Kim [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 apply this sim

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

2011-06-21 Thread Mike Blumenkrantz
On Tue, 21 Jun 2011 06:34:52 -0700 "Enlightenment SVN" wrote: > Log: > jeff - try this battery change > > > > Author: raster > Date: 2011-06-21 06:34:52 -0700 (Tue, 21 Jun 2011) > New Revision: 60549 > Trac: http://trac.enlightenment.org/e/changeset/60549 > still get

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 said: > On Tue, 21 Jun 2011 06:34:52 -0700 > "Enlightenment SVN" wrote: > > > Log: > > jeff - try this battery change > > > > > > > > Author: raster > > Date: 2011-06-21 06:34:52 -0700 (Tue, 21 Jun 2011) > > New Revision:

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 said: try now. > On Tue, Jun 21, 2011 at 1:14 AM, Lucas De Marchi > wrote: > > On Mon, Jun 20, 2011 at 7:01 PM, Carsten Haitzler > > wrote: > >> > >> as i keep saying.. i can't reproduce it. it's workign fine here. > > > > Did you put it in 24

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 said: > On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN > 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

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 1

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 wrote: > On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure said: > >> On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN >> wrote: >> > Log: >> > hmm maybe its a signal queue ordering thing  - clock state. try this. >> >> That fixes the issue I had with

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 wrote: > On Tue, 21 Jun 2011 01:16:10 -0300 Lucas De Marchi > said: > > try now. > It's working now, thanks; Lucas De Marchi -- Simplify data backup and recovery for y

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 > > Hey > > > On Fri, 17

[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 (worki

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 wrote: > On Tue, 21 Jun 2011 09:

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 Kim" To: enlightenment-devel@lists.sourceforge.net Cc

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

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 th