Re: [E-devel] Composite broken

2010-10-20 Thread P Purkayastha
On 10/20/2010 10:59 AM, Mike Blumenkrantz wrote: > Perfect. Now stop playing Flame Warrior IX on reddit and get on IRC! > Is that what he does whole day? No wonder he is never around on irc ;) -- Download new Adobe(R) Fl

Re: [E-devel] UI-Mirroring implementation - quick consultation

2010-10-20 Thread Tom Hacohen
On Wed, 2010-10-20 at 10:12 +0900, Carsten Haitzler wrote: > > I also considered this, but Tasn enlightened me that this is context > > specific and just parts of the interface should be like that. Thus no > > canvas/global event. > > eh? hrrrmfmw he? hummm fmmm? eh? do enlighten me... (i am assum

Re: [E-devel] UI-Mirroring implementation - quick consultation

2010-10-20 Thread Tom Hacohen
Almost forgot, wanted to emphasize why it's important to have the direction in the translation file: Not only that only parts of a specific application can be different, but having complete applications different is very common. For example, many people would hate running e17 itself in rtl mode (in

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Tom Hacohen
Yay. Does that mean that elementary will finally be moved out of TMP? :P Anyhow, great job, I love elementary, and was very glad to see this announcement. Please consider also including a bit of "internals exposing", for example, elm_notepad is made of an elm_entry, we should have a function "elm

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Mike Blumenkrantz
On Wed, 20 Oct 2010 09:56:47 +0200 Tom Hacohen wrote: > Yay. > Does that mean that elementary will finally be moved out of TMP? :P > And into PROTO! -- Mike Blumenkrantz Zentific: Our boolean values are huge. -- Downlo

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Tom Hacohen
On Wed, 2010-10-20 at 04:51 -0400, Mike Blumenkrantz wrote: > On Wed, 20 Oct 2010 09:56:47 +0200 > Tom Hacohen wrote: > > > Yay. > > Does that mean that elementary will finally be moved out of TMP? :P > > > And into PROTO! That's no joking matter, it's a scary option.

Re: [E-devel] [PATCH] Reinit main loop if somebody passes a closed fd to epoll

2010-10-20 Thread Gustavo Sverzut Barbieri
On Tue, Oct 19, 2010 at 10:47 PM, Mike McCormack wrote: > On 10/19/2010 10:19 PM, Gustavo Sverzut Barbieri wrote: >> >> On Tue, Oct 19, 2010 at 11:16 AM, Mike McCormack >>  wrote: >>> >>> Hi Guys, >>> >>> Superficially tested... issue is if somebody does: >>> >>> close(fd); >>> ecore_main_fd_hand

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 5:56 AM, Tom Hacohen wrote: > Yay. > Does that mean that elementary will finally be moved out of TMP? :P > > Anyhow, great job, I love elementary, and was very glad to see this > announcement. > > Please consider also including a bit of "internals exposing", for > example,

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Tom Hacohen
On Wed, 2010-10-20 at 10:09 -0200, Iván Briano (Sachiel) wrote: > No. Returning internal objects for users to meddle with is a very bad idea. > What's done around with other composed widgets is adding functions > mirroring the ones of the internal widgets. It's ugly and I really dislike it, > but a

[E-devel] [E-Devel] what are the differences between els, elc, elm?

2010-10-20 Thread Daniel Juyung Seo
Hello, I'm curious what the differences are between els, elc, elm in elementary/src/lib. I tried to figure the differences. elm is a public widget. els is a smart object and is used internally by elementary widgets. elc looks like an elementary widget as well. Any ideas? Thanks. Daniel Juyung Se

Re: [E-devel] [E-Devel] what are the differences between els, elc, elm?

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 10:27 AM, Daniel Juyung Seo wrote: > Hello, > I'm curious what the differences are between els, elc, elm in > elementary/src/lib. > I tried to figure the differences. > > elm is a public widget. > els is a smart object and is used internally by elementary widgets. > elc loo

Re: [E-devel] [E-Devel] what are the differences between els, elc, elm?

2010-10-20 Thread The Rasterman
On Wed, 20 Oct 2010 21:27:37 +0900 Daniel Juyung Seo said: > Hello, > I'm curious what the differences are between els, elc, elm in > elementary/src/lib. > I tried to figure the differences. > > elm is a public widget. > els is a smart object and is used internally by elementary widgets. > elc l

Re: [E-devel] E SVN: tiago trunk/ephoto/src/bin

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 10:08 AM, Enlightenment SVN wrote: > Log: >  Fix focus in flow mode. > >  You only can give focus to visible objects, hidden objects are >  unfocusable. > Author:       tiago > Date:         2010-10-20 05:08:42 -0700 (Wed, 20 Oct 2010) > New Revision: 53655 > > Modified: >

[E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Alex Grilo
Hi, This is a patch to configure if the first animation of an elm_pager will be shown or not. There are some applications in which this first animation seems weird. thanks -- -- Alex Bredariol Grilo ProFUSION embedded systems http://profusion.mobi Index: src/lib/elm_pager.c ===

Re: [E-devel] E SVN: tiago trunk/TMP/st/elementary/src/lib

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 10:38 AM, Enlightenment SVN wrote: > Log: >  Hide hidden object in pager. > Author:       tiago > Date:         2010-10-20 05:38:32 -0700 (Wed, 20 Oct 2010) > New Revision: 53661 > > Modified: >  trunk/TMP/st/elementary/src/lib/elm_pager.c > > Modified: trunk/TMP/st/element

Re: [E-devel] Transition Layout for elm_box

2010-10-20 Thread Otávio Pontes
As suggested by Sachiel I added the transition layout for elm_box in elementary_test. The patch is attached. 2010/9/29 Otávio Pontes : > 2010/9/28 Gustavo Sverzut Barbieri : >> 2010/9/23 Otávio Pontes : >>> 2010/9/22 Gustavo Sverzut Barbieri : 2010/9/22 Otávio Pontes : > I have added the

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 10:42 AM, Alex Grilo wrote: > Hi, >  This is a patch to configure if the first animation of an elm_pager will > be shown or not. There are some applications in which this first animation > seems weird. I don't think it should be configurable. I guess the current behavior w

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 10:42 AM, Alex Grilo wrote: > Hi, >  This is a patch to configure if the first animation of an elm_pager will > be shown or not. There are some applications in which this first animation > seems weird. > I can't say I like the patch. It looks hackish and the naming of vari

Re: [E-devel] #includes in Eina.h

2010-10-20 Thread Raphael Kubo da Costa
At Wed, 20 Oct 2010 08:08:21 +0900, Carsten Haitzler (The Rasterman) wrote: > aaah and this is where things clash. we TOTALLY rely on pkg-config as part of > the solution. if you try to not use it, you are fighting against EFL. > literally > we DEPEND on pkg-config to be able to, in future, change

Re: [E-devel] [PATCH] Accept a long instead of a size_t for ecore_con_url_send's length.

2010-10-20 Thread Raphael Kubo da Costa
Oops, apparently you've sent this answer only to me and it's been sitting on my inbox for a few days. CC'ing the list back. At Tue, 19 Oct 2010 11:30:02 +0900, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 18 Oct 2010 22:55:49 -0200 Raphael Kubo da Costa > said: > > > At Tue, 19 Oct 2010

Re: [E-devel] [E-Devel] what are the differences between els, elc, elm?

2010-10-20 Thread Daniel Juyung Seo
Thank you Sachiel and Rasterman. Everything is clear now :) thanks. Daniel Juyung Seo. On Wed, Oct 20, 2010 at 9:34 PM, Carsten Haitzler wrote: > On Wed, 20 Oct 2010 21:27:37 +0900 Daniel Juyung Seo > said: > >> Hello, >> I'm curious what the differences are between els, elc, elm in >> elementa

Re: [E-devel] [PATCH] Elm_Pager configuration to show or not the first animation

2010-10-20 Thread Alex Grilo
The idea is not to execute the animation when the first element is pushed. Barbieri suggested to remove the first animation on all cases instead of being a configuration, so I guess it can't be done only with theme, is it right? I made the suggested changes and here is a new version of the patch.

[E-devel] RSS of me blog

2010-10-20 Thread Atton Jonathan
Hello Someone can update the RSS of my blog in the planet please ? http://watchwolf.fr/index.php?format=feed&type=rss&lang=en -- Regards. -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest C

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

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN wrote: > Log: >        * eio: add eio_file_chmod and eio_file_chown. Okay, we're in a thread, but recursive operations should use the "at" variants to speed them up. Would you mind implementing them as well (using your code as fallback when they

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

2010-10-20 Thread Vincent Torri
On Wed, 20 Oct 2010, Gustavo Sverzut Barbieri wrote: On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN wrote: Log:        * eio: add eio_file_chmod and eio_file_chown. Okay, we're in a thread, but recursive operations should use the "at" variants to speed them up. if they are available.

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Bruno Dilly
On Tue, Oct 19, 2010 at 10:03 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Oct 19, 2010 at 8:52 PM, Gustavo Lima Chaves > wrote: >> Ladies and gentlemen, >> >> Elementary is planned to be released as alpha *soon*. This means the >> API, after this snapshot, has to be "good to go" (but there may

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Tom Hacohen
On Wed, Oct 20, 2010 at 7:44 PM, Bruno Dilly wrote: > But maybe we could drop widgets in a bad shape? > > I couldn't look deeper on carousel yet, but I believe it never was > completely implemented. > What should it be? Raster ? > elm_menu also needs a rewrite. Coming to think of it, isn't it

[E-devel] 2 Backtraces (crashes/segfaults of e17)

2010-10-20 Thread Thomas Sachau
The first one only occured once, seems to be evas related and i cannot easily reproduce it. The second one is randr related and i can reproduce it in a good amount of cases, usually when i start an older game in wine in fullscreen mode, where the aspect ration gets adjusted by the nvidia driver

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 4:24 PM, Tom Hacohen wrote: > On Wed, Oct 20, 2010 at 7:44 PM, Bruno Dilly wrote: >> >> But maybe we could drop widgets in a bad shape? >> >> I couldn't look deeper on carousel yet, but I believe it never was >> completely implemented. >> What should it be? Raster ? > > el

Re: [E-devel] RSS of me blog

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 2:58 PM, Atton Jonathan wrote: > Hello > > Someone can update the RSS of my blog in the planet please ? > > http://watchwolf.fr/index.php?format=feed&type=rss&lang=en updated! -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Bruno Dilly
On Wed, Oct 20, 2010 at 10:09 AM, Iván Briano (Sachiel) wrote: > On Wed, Oct 20, 2010 at 5:56 AM, Tom Hacohen > wrote: >> Yay. >> Does that mean that elementary will finally be moved out of TMP? :P >> >> Anyhow, great job, I love elementary, and was very glad to see this >> announcement. >> >> Pl

Re: [E-devel] 2 Backtraces (crashes/segfaults of e17)

2010-10-20 Thread Leif Middelschulte
Hello Thomas, at the moment I don't have access to an external monitor for further debugging of the randr mode setting issue. Last time I had access to an external monitor, I traced it down to a wrong events sent by my driver for some reason. It looks like your driver doesn't send mode names. Atta

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 5:59 PM, Bruno Dilly wrote: > On Wed, Oct 20, 2010 at 10:09 AM, Iván Briano (Sachiel) > wrote: >> On Wed, Oct 20, 2010 at 5:56 AM, Tom Hacohen >> wrote: >>> Yay. >>> Does that mean that elementary will finally be moved out of TMP? :P >>> >>> Anyhow, great job, I love elem

Re: [E-devel] E SVN: englebass trunk/efreet/src/lib

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 6:39 PM, Enlightenment SVN wrote: > Log: >  use EINA_LIST_FREE for list deletion > Author:       englebass > Date:         2010-10-20 13:39:38 -0700 (Wed, 20 Oct 2010) > New Revision: 53690 > > Modified: >  trunk/efreet/src/lib/efreet_private.h > > Modified: trunk/efreet/sr

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-20 Thread Leandro Pereira
On Wed, Oct 20, 2010 at 4:24 PM, Tom Hacohen wrote: > > elm_menu also needs a rewrite. > I've sent some patches today, in the same line of recent Elm_Toolbar changes -- breaking the API again -- and I with it were better; discussing with k-s, he commented on porting the ideas of the menu code in

[E-devel] Fwd: E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib

2010-10-20 Thread Gustavo Sverzut Barbieri
Brian and other interested peers, the elm menu changed WRT icon. Expect more changes soon to the way menus are structured. -- Forwarded message -- From: Enlightenment SVN Date: Wed, Oct 20, 2010 at 7:30 PM Subject: E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib To: enlighte

Re: [E-devel] E SVN: glima trunk/TMP/st/elementary/src/lib

2010-10-20 Thread The Rasterman
On Wed, 20 Oct 2010 09:51:20 -0700 "Enlightenment SVN" said: > Log: > Raster? NO! revert pls.! it really is a #ifndef.. notice that there is a 3rd ifdef moving the code around. > Author: glima > Date: 2010-10-20 09:51:20 -0700 (Wed, 20 Oct 2010) > New Revision: 53680 >

Re: [E-devel] Fwd: E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib

2010-10-20 Thread Brian Wang
On Thu, Oct 21, 2010 at 6:54 AM, Gustavo Sverzut Barbieri wrote: > Brian and other interested peers, the elm menu changed WRT icon. > Expect more changes soon to the way menus are structured. Thanks for the heads-up. I'm glad I'm not affected this time. :-) brian > > > -- Forwarded me

Re: [E-devel] Fwd: E SVN: acidx IN trunk/TMP/st/elementary/src: bin lib

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 11:04 PM, Brian Wang wrote: > On Thu, Oct 21, 2010 at 6:54 AM, Gustavo Sverzut Barbieri > wrote: >> Brian and other interested peers, the elm menu changed WRT icon. >> Expect more changes soon to the way menus are structured. > > Thanks for the heads-up.  I'm glad I'm not

Re: [E-devel] E SVN: glima trunk/TMP/st/elementary/src/lib

2010-10-20 Thread Sachiel
On Wed, Oct 20, 2010 at 10:30 PM, Carsten Haitzler wrote: > On Wed, 20 Oct 2010 09:51:20 -0700 "Enlightenment SVN" > said: > >> Log: >>   Raster? > > NO! revert pls.! it really is a #ifndef.. notice that there is a 3rd > ifdef moving the code around. > I'm not up to date so I can test it

Re: [E-devel] E SVN: glima trunk/TMP/st/elementary/src/lib

2010-10-20 Thread The Rasterman
On Thu, 21 Oct 2010 00:25:29 -0200 Iván Briano (Sachiel) said: true - the non quicklaunch path broke in fixing the quicklaunch path - fixed now. > On Wed, Oct 20, 2010 at 10:30 PM, Carsten Haitzler > wrote: > > On Wed, 20 Oct 2010 09:51:20 -0700 "Enlightenment SVN" > > said: > > > >> Log: > >>

[E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented.

2010-10-20 Thread 김지훈
Hi, all. _edje_entry_imf_event_delete_surrounding_cb in edje_entry.c was not implemented yet. I send this patch to fill that function. Please review and apply svn if it is ok. Thanks. -- Nokia and AT&T present th

Re: [E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented.

2010-10-20 Thread Cedric BAIL
2010/10/21 김지훈 : > Hi, all. > > _edje_entry_imf_event_delete_surrounding_cb in edje_entry.c was not > implemented yet. > > I send this patch to fill that function. > > Please review and apply svn if it is ok. Sorry annoying mailing list did remove your attachment. -- Cedric BAIL

Re: [E-devel] RSS of me blog

2010-10-20 Thread Atton Jonathan
Thank you. 2010/10/20 Gustavo Sverzut Barbieri > On Wed, Oct 20, 2010 at 2:58 PM, Atton Jonathan > wrote: > > Hello > > > > Someone can update the RSS of my blog in the planet please ? > > > > http://watchwolf.fr/index.php?format=feed&type=rss&lang=en > > updated! > > -- > Gustavo Sverzut Barbi

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

2010-10-20 Thread Cedric BAIL
On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN > wrote: >> Log: >>        * eio: add eio_file_chmod and eio_file_chown. > > Okay, we're in a thread, but recursive operations should use the "at" > variants to speed them up. Wou

Re: [E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented.

2010-10-20 Thread 김지훈
I send the attachment again. :) --- Original Message --- Sender : Cedric BAIL Date : 2010-10-21 14:43 (GMT+09:00) Title : Re: [E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented. 2010/10/21 김지훈 : > Hi, all. > > _edje_entry_imf_event_delete_surro