[E-devel] ELM_LIST PROBLEM.

2011-04-27 Thread ChunEon Park
Hi, This is Hermet. I have a problem at elm_list. When user delete the list in the item select callback function, then segfault could be happened. For example, User creates a notify and content set a list into the notify. Then let's remove the notify when list item is selected. The l

Re: [E-devel] [Patch] Entry - Password show last input patch

2011-04-27 Thread SHILPAONKAR SINGH
Dear All, Further information about this feature. This Feature shows the last input entered by user for 1/2 second [based on theme] before masking the input in password mode of entry. This feature is very useful for softkey board, multitap input. it can be enabled by setting the confuguration v

[E-devel] [Patch] Entry - Password show last input patch

2011-04-27 Thread Daniel Juyung Seo
Dear all, I forward Shilpaonkar Singh's entry patch to mailing list. Please find the attached mail and patch files. --- Original Message --- Sender : SHILPAONKAR SINGH Date : Apr 27, 2011 22:22 (GMT+09:00) Title : Entry - [Password show last input] open source patch Hi Mr. Seo, Please

[E-devel] Patch to the engage module

2011-04-27 Thread Alek Mosingiewicz
Hi, Previously the Engage panel failed to show up after minimizing a previously maximized window if the autohide was set to Overlap. It irked me, so I went through the code and patched it. The new version of the e_mod_main.c is attached to the email. The changes consist of two lines of code

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

2011-04-27 Thread Daniel Juyung Seo
Hi Cedric, I think ethumb check routine had to be added as well. It had build break without ethumb installation. I fixed it. Can you check it? http://trac.enlightenment.org/e/changeset/58982 Thanks gouache for letting me know. Daniel Juyung Seo (SeoZ)

[E-devel] another feezing problem

2011-04-27 Thread المسالم المسالمة
hello all = i discovered this week another freezing problem but i forget to report about it so you see when you try to shutdown your computer you will get five choices when you click on system at the main list and one of them is lock the screen some times when i clicked it the

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread The Rasterman
On Thu, 28 Apr 2011 06:39:01 +1000 David Seikel said: > On Wed, 27 Apr 2011 20:00:31 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Wed, 27 Apr 2011 13:50:39 +0300 Tom Hacohen > > said: > > > > > On Wed, 2011-04-27 at 19:49 +0900, Carsten Haitzler wrote: > > > > no. if you link, the

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread Tom Hacohen
On Wed, Apr 27, 2011 at 2:00 PM, Carsten Haitzler wrote: > 1. thing to do the decoding is GPL and u dont want a license leak into an > app > and > Yes, that's what I hate. > 2. thing that decodes may leak memory and/or crash, so you need to isolate > it > into its own process so it can crash tha

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread David Seikel
On Wed, 27 Apr 2011 20:00:31 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 27 Apr 2011 13:50:39 +0300 Tom Hacohen > said: > > > On Wed, 2011-04-27 at 19:49 +0900, Carsten Haitzler wrote: > > > no. if you link, then both the code and data for the GPL stuff > > > shares the memory space

[E-devel] splitting elm_map into a new library

2011-04-27 Thread Atton Jonathan
hello great people of big E, We had a discussion about splitting elm_map into a new library which will manage all coordinates methods (route, download tiles ...). This way elm_map will only be a widget and not a complete map manager. I am planning to start it (this week end ?) because I have a pa

[E-devel] tool to debug opengl applications

2011-04-27 Thread Vincent Torri
hey, for those who work on opengl stuff: http://www.phoronix.com/scan.php?page=news_item&px=OTM4Nw Vincent -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effecti

Re: [E-devel] discussion of elementary header separation.

2011-04-27 Thread ChunEon Park
Anyway I hope the doxygen move to header. I don't care except 2. Thanks. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Carsten Haitzler"

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-27 Thread sangho park
aha.. i misunderstood your comment #2. o.. you've already committed 'momentum_animator_disabled' and ''bounce_animator_disabled". i'll patch again. thanks. On Thu, Apr 28, 2011 at 12:18 AM, Daniel Juyung Seo wrote: > Hello, > Sorry I may not explained well. > > 1. Check if you need to apply

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-27 Thread Daniel Juyung Seo
Hello, Sorry I may not explained well. 1. Check if you need to apply the change or not. If sd->wheel_disabled equals to disabled, you don't need to do anything. So returns. This makes if statement simple :) See the differences below. >> if (!sd->wheel_disabled == disabled) return; >>

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-27 Thread sangho park
SeoZ, 1. you mean.. "if (sd->wheel_disabled == disabled) "?? not "!sd->wheel_disabled" anyway.. i don't understand why you recommend this way. :( if you okay, i want to not revise. 2. disabled is already Eina_Bool. why do i need to make 1 line code to 2 lines? if i follow your recommend

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-27 Thread Daniel Juyung Seo
I'm ok with this concept. Anybody else has a comment? Let me give two comments. 1. How about checking sd->weel_disabled and disabled first. Genlist does this :) If you don't like it, never mind. if (!sd->wheel_disabled == disabled) return; if (disabled) xx else xx

Re: [E-devel] E SVN: raster trunk/elementary/src/bin

2011-04-27 Thread Daniel Juyung Seo
Actually I like 20 :) That's a good sample :) Daniel Juyung Seo (SeoZ) On Wed, Apr 27, 2011 at 7:18 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > back to 2000 items in test. > > > > Author: raster > Date: 2011-04-27 03:18:08 -0700 (Wed, 27 Apr 2011) > New

Re: [E-devel] discussion of elementary header separation.

2011-04-27 Thread Daniel Juyung Seo
Any further discussion on this topic? I'm raising this topic again because I think it's time to refactor elementary doxygen. We agreed to move all doxygen to headers from c code. But there are duplicated dox in header and c in elementary. It's a mess. As we discussed so far there are a couple of o

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-27 Thread Daniel Juyung Seo
>> AFAIU from Bruno's mail he suggests you use elm_layout_add() and use >> the resulting object (with as many parts and visuals as you want) as >> the swallow for elm_notify. Exactly! I missed that. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 27, 2011 at 10:13 PM, Gustavo Sverzut Barbieri < bar

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-27 Thread Gustavo Sverzut Barbieri
On Wed, Apr 27, 2011 at 10:04 AM, Daniel Juyung Seo wrote: > So, > do you want to add two more swallow parts to notify edc and add more APIs to > set/unset/get objects to these new swallow parts? > I think we were discussing this concept arguing it's better to add this > feature to notify or make

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-27 Thread Daniel Juyung Seo
So, do you want to add two more swallow parts to notify edc and add more APIs to set/unset/get objects to these new swallow parts? I think we were discussing this concept arguing it's better to add this feature to notify or make a new widget or so. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 27,

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread Vincent Torri
On Wed, 27 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > On Wed, 27 Apr 2011 11:17:07 +0200 (CEST) Vincent Torri > said: > >> >> >> On Wed, 27 Apr 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Wed, 27 Apr 2011 09:57:30 +0200 (CEST) Vincent Torri >>> said: >>> On Tue, 26 Ap

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-27 Thread RAJEEV RANJAN
Hi All, I would like to add a point that I don't intend to modify the content part. Rather I am proposing to have two additional swallow parts for title and action areas. So the existing functionalities and APIs will not get affected. We will get additional features to set t

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread The Rasterman
On Wed, 27 Apr 2011 13:50:39 +0300 Tom Hacohen said: > On Wed, 2011-04-27 at 19:49 +0900, Carsten Haitzler wrote: > > no. if you link, then both the code and data for the GPL stuff shares the > > memory space of the rest of the lib (evas) and thus also the app using evas. > > thus.. GPL leaks thr

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread Tom Hacohen
On Wed, 2011-04-27 at 19:49 +0900, Carsten Haitzler wrote: > no. if you link, then both the code and data for the GPL stuff shares the > memory space of the rest of the lib (evas) and thus also the app using evas. > thus.. GPL leaks through. as a separate process that dumps dumb data into a > tempo

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread The Rasterman
On Wed, 27 Apr 2011 11:17:07 +0200 (CEST) Vincent Torri said: > > > On Wed, 27 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 27 Apr 2011 09:57:30 +0200 (CEST) Vincent Torri > > said: > > > >> On Tue, 26 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > >> > >>> On Tue, 26

Re: [E-devel] Re : composite problem

2011-04-27 Thread Mathieu Taillefumier
On 04/26/2011 11:55 PM, المسالم المسالمة wrote: > now it works great > > after installing automake and libtool > > i got this message when i run the terminal at > > EINA_SVN folder > > === > > > eina 1.

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread Vincent Torri
On Wed, 27 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > On Wed, 27 Apr 2011 09:57:30 +0200 (CEST) Vincent Torri > said: > >> On Tue, 26 Apr 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Tue, 26 Apr 2011 09:54:53 +0200 (CEST) Vincent Torri >>> said: >>> On Tue, 2

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread The Rasterman
On Wed, 27 Apr 2011 09:57:30 +0200 (CEST) Vincent Torri said: > On Tue, 26 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 26 Apr 2011 09:54:53 +0200 (CEST) Vincent Torri > > said: > > > >> > >> > >> On Tue, 26 Apr 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>> some readme

Re: [E-devel] Edje Table issue

2011-04-27 Thread Nicolas Aguirre
2011/4/27 Nicolas Aguirre > Hi, > > I'm doing something really simple with edje and tables, 2 red rects packed > in a table. The table take all the space of the group and i would like that > items was resized when the table is resized. But items take only the min > size of the source, and max siz

[E-devel] Edje Table issue

2011-04-27 Thread Nicolas Aguirre
Hi, I'm doing something really simple with edje and tables, 2 red rects packed in a table. The table take all the space of the group and i would like that items was resized when the table is resized. But items take only the min size of the source, and max size is not take into account. How to do t

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-27 Thread Vincent Torri
On Tue, 26 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > On Tue, 26 Apr 2011 09:54:53 +0200 (CEST) Vincent Torri > said: > >> >> >> On Tue, 26 Apr 2011, Enlightenment SVN wrote: >> >>> Log: >>> some readme fun >>> >>> >>> >>> Author: raster >>> Date: 2011-04-26 00:46:01 -070