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

2011-05-30 Thread Thomas Gstädtner
On Fri, May 27, 2011 at 21:31, Enlightenment SVN wrote: > Log: > Ecore_Evas: introduce ecore_evas_screen_geometry_get() > >  This common interface allows engines to provide whole screen >  information to users. > >  Right now just X is implemented and it queries the size of the default >  screen.

Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-30 Thread The Rasterman
On Wed, 18 May 2011 09:05:50 +0800 Brian Wang said: fixed in svn! i added test cases for chopping up chinese, japanese, korean, arabic and hebrew as well as basic ascii english and german (utf8 umlauts and special chars). > Hello all, > > elm_diskselector seems to support only ASCII characters

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

2011-05-30 Thread Vincent Torri
On Mon, 30 May 2011, Enlightenment SVN wrote: > Log: > ecore: add ecore_pipe_freeze/thraw. don't you mean 'thaw' instead of 'thraw' ? Also, the doc must mention 'since 1.1' Vincent > > > Author: cedric > Date: 2011-05-30 09:52:19 -0700 (Mon, 30 May 2011) > New Revision: 59823 >

Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include

2011-05-30 Thread Vincent Torri
On Mon, 30 May 2011, Enlightenment SVN wrote: > Log: > eina: add eina_condition_timedwait. > > > Author: cedric > Date: 2011-05-30 08:24:06 -0700 (Mon, 30 May 2011) > New Revision: 59819 > Trac: http://trac.enlightenment.org/e/changeset/59819 > > Modified: > trunk/eina/Cha

Re: [E-devel] Eina Coverage tests

2011-05-30 Thread The Rasterman
On Mon, 30 May 2011 11:54:22 -0300 Gustavo Sverzut Barbieri said: > On Mon, May 30, 2011 at 5:59 AM, Carsten Haitzler > wrote: > > On Tue, 17 May 2011 17:56:16 +0300 Tom Hacohen > > said: > > > > eina_prefix actually is hard to test given the test harness as it relies on > > an installation fol

Re: [E-devel] Eina Coverage tests

2011-05-30 Thread Gustavo Sverzut Barbieri
On Mon, May 30, 2011 at 5:59 AM, Carsten Haitzler wrote: > On Tue, 17 May 2011 17:56:16 +0300 Tom Hacohen > said: > > eina_prefix actually is hard to test given the test harness as it relies on an > installation following a certain standard :( can't really do it given the test > setup. hard but

Re: [E-devel] e17 todo

2011-05-30 Thread Gustavo Sverzut Barbieri
On Mon, May 30, 2011 at 5:55 AM, Carsten Haitzler wrote: > On Mon, 16 May 2011 23:57:13 -0300 Gustavo Sverzut Barbieri > >> > well right now i don't see any logic in the sorting as it doesn't display >> > signal strength of each ap etc. :) >> >> use efenniht theme :-) or wait someone to fix b&w >

[E-devel] [PATCH] Add some APIs for supporting virtual keyboard in Ecore_IMF

2011-05-30 Thread Jihoon Kim
Hi, EFL developers. For supporting virtual keyboard, I'd like to add some APIs. The detail description of each API is included in the patch file as doxygen format. In the attached patch, the reason why we add the subprefix 'input_panel_' related to virtual keyboard is that input method can be so

Re: [E-devel] Question about eina_inline_lock_posix.x error.

2011-05-30 Thread Cedric BAIL
hello, On Mon, May 30, 2011 at 2:31 PM, WooHyun Jung wrote: > If I include "pthread.h" first and then "Elementary.h", following error > message is shown. (__USE_UNIX98 = 0) > > /usr/include/eina-1/eina/eina_inline_lock_posix.x:101:41: error: > 'PTHREAD_MUTEX_ERRORCHECK' undeclared (first use in t

Re: [E-devel] shot module in e17.

2011-05-30 Thread Nicolas Aguirre
2011/5/30 Andreas Volz > Am Sat, 28 May 2011 18:11:24 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > ok. after last night we had a "n00b" on irc asking "why doesnt > > printscreen work?" - i've heard this several times before actually... > > i added a shot module to e17 proper. how is th

[E-devel] Question about eina_inline_lock_posix.x error.

2011-05-30 Thread WooHyun Jung
Hello~ All. If I include "pthread.h" first and then "Elementary.h", following error message is shown. (__USE_UNIX98 = 0) /usr/include/eina-1/eina/eina_inline_lock_posix.x:101:41: error: 'PTHREAD_MUTEX_ERRORCHECK' undeclared (first use in this function) Should eina_inline_lock_posix.x f

Re: [E-devel] Deprecating Illume1

2011-05-30 Thread Vincent Torri
On Mon, 30 May 2011, Tom Hacohen wrote: > Hey guys, > > We should deprecate Illume1, it's use is deprecated, and it has been ~2 > years since Illume2 was introduced. It's time to remove it completely as > it only brings confusion. +1, especially as there are some efforts to release e17. Vincen

[E-devel] Deprecating Illume1

2011-05-30 Thread Tom Hacohen
Hey guys, We should deprecate Illume1, it's use is deprecated, and it has been ~2 years since Illume2 was introduced. It's time to remove it completely as it only brings confusion. What do you think? -- Tom. -- vRanger

Re: [E-devel] shot module in e17.

2011-05-30 Thread Tom Hacohen
On Mon, 2011-05-30 at 12:54 +0200, Andreas Volz wrote: > Nice! > > Could one tell me what is this and how to configure it? > > http://www.enlightenment.org/ss/e-4de20b85c0e9b8.76161978.jpg > > Is this some E netbook edition with a special theme? > This is illume. It's for tablets/phones. It ma

Re: [E-devel] shot module in e17.

2011-05-30 Thread Andreas Volz
Am Sat, 28 May 2011 18:11:24 +0900 schrieb Carsten Haitzler (The Rasterman): > ok. after last night we had a "n00b" on irc asking "why doesnt > printscreen work?" - i've heard this several times before actually... > i added a shot module to e17 proper. how is this different to the > screenshot mod

[E-devel] [Patch] elm_gengrid - added new feature : gengrid reorder mode

2011-05-30 Thread Jeonghyun Yun
Dear All. I added a new feature "reorder mode" of gengrid refer to genlist reorder mode. After set this reorder API, if user press an item (long press), the item can be moved another position. Then if the user releases the item, the item will be reordered in gengrid. Please review this patch. T

Re: [E-devel] Eina Coverage tests

2011-05-30 Thread Tom Hacohen
:( On Mon, 2011-05-30 at 17:59 +0900, Carsten Haitzler wrote: > On Tue, 17 May 2011 17:56:16 +0300 Tom Hacohen > said: > > eina_prefix actually is hard to test given the test harness as it relies on an > installation following a certain standard :( can't really do it given the test > setup. >

Re: [E-devel] Eina Coverage tests

2011-05-30 Thread The Rasterman
On Tue, 17 May 2011 17:56:16 +0300 Tom Hacohen said: eina_prefix actually is hard to test given the test harness as it relies on an installation following a certain standard :( can't really do it given the test setup. > Hey, > > I just ran eina coverage and a lot of the code is not tested :( >

Re: [E-devel] evas/e17 crash on MacOS

2011-05-30 Thread The Rasterman
On Tue, 17 May 2011 14:19:58 -0700 Dave Ray said: could you compile with -O1 or -O0 optimizations? aqs such looking here: #8 _op_copy_c_dp_mmx (s=0x0, m=0x0, c=4294967295, d=0x6cf, l=436) at #op_copy_color_i386.c:12 or here: #8 0x0001005ac150 in _op_copy_c_dp (s=0x0, m=, c=4294967295, d=0x

Re: [E-devel] e17 todo

2011-05-30 Thread The Rasterman
On Mon, 16 May 2011 23:57:13 -0300 Gustavo Sverzut Barbieri > > well right now i don't see any logic in the sorting as it doesn't display > > signal strength of each ap etc. :) > > use efenniht theme :-) or wait someone to fix b&w well thats part of shipping e17. the default needs to work proper

Re: [E-devel] E SVN: raster trunk/web/www

2011-05-30 Thread Daniel Juyung Seo
Yeah this looks awesome!!! And I missed mailing list thread on this issue because I was reading mailng list by time order. And I still didn't reach it yet. http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32803.html Anyhow, very good to share. Daniel Juyung Seo (SeoZ) On

Re: [E-devel] E SVN: raster trunk/web/www

2011-05-30 Thread Nicolas Aguirre
2011/5/30 Tom Hacohen > On Mon, 2011-05-30 at 09:34 +0200, Nicolas Aguirre wrote: > > You need to activate the shot module and bind a key to this action if you > > already have a profile. > > > > Or just use the button from the main menu. > > -- > Tom. > > > I missed it :P -- Nicolas Aguirre Ma

Re: [E-devel] E SVN: raster trunk/web/www

2011-05-30 Thread Tom Hacohen
On Mon, 2011-05-30 at 09:34 +0200, Nicolas Aguirre wrote: > You need to activate the shot module and bind a key to this action if you > already have a profile. > Or just use the button from the main menu. -- Tom. -- v

Re: [E-devel] E SVN: raster trunk/web/www

2011-05-30 Thread Nicolas Aguirre
2011/5/30 Carsten Haitzler > On Mon, 30 May 2011 14:20:53 +0900 Daniel Juyung Seo > > said: > > use shot module :) > > > How can I use this shot.php page? > > > > Daniel Juyung Seo (SeoZ) > > > > On Sat, May 28, 2011 at 5:15 PM, Enlightenment SVN > > wrote: > > > Log: > > > hmm fix up shot.php