Re: [E-devel] [Patch][elm_map] Fix memory leak & Add error handling

2011-11-27 Thread Kim Yunhan
gt; On Mon, Nov 28, 2011 at 4:25 PM, Kim Yunhan wrote: > > If the map source is changed, this patch seems that zoom_min and zoom_max > > is not changed. > > Could you check again? > > > -

Re: [E-devel] [Patch][elm_map] Fix memory leak & Add error handling

2011-11-27 Thread Kim Yunhan
If the map source is changed, this patch seems that zoom_min and zoom_max is not changed. Could you check again? On Mon, Nov 28, 2011 at 2:13 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Mon, 28 Nov 2011 14:08:50 +0900 > Bluezery wrote: > > > Dear all, > > > > I have do

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

2011-11-06 Thread Kim Yunhan
> > Modified: trunk/elementary/AUTHORS > === > --- trunk/elementary/AUTHORS2011-11-06 04:44:13 UTC (rev 64793) > +++ trunk/elementary/AUTHORS2011-11-06 06:11:57 UTC (rev 64794) > @@ -49,3 +49,4 @@ > Bluezery > Nicolas Aguirr

Re: [E-devel] [elm_map] ecore_file_download_full() should be used properly

2011-11-06 Thread Kim Yunhan
Is there any case ret is EINA_FALSE and gi->job is not NULL? 2011. 11. 6. 오후 12:03에 "Bluezery" 님이 작성: > Dear all, > > elm_map only checked that returned job is NULL. > But ecore_file_download_full() returns EINA_FALSE when error occurred. > So return value should be checked for proper usage. > Ple

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-02 Thread Kim Yunhan
Can someone commit to svn? On Wed, Nov 2, 2011 at 12:39 PM, Kim Yunhan wrote: > On Tue, Nov 1, 2011 at 11:59 PM, Cedric BAIL wrote: > >> Hi, >> >> On Tue, Nov 1, 2011 at 10:11 AM, Kim Yunhan wrote: >> > Currently, elm_map requests all visible map image tile

Re: [E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Kim Yunhan
On Tue, Nov 1, 2011 at 11:59 PM, Cedric BAIL wrote: > Hi, > > On Tue, Nov 1, 2011 at 10:11 AM, Kim Yunhan wrote: > > Currently, elm_map requests all visible map image tile to map server at > the > > same time. > > If the scene is turned off while panning or zo

[E-devel] [elm_map] Fix up too many connections at the same time.

2011-11-01 Thread Kim Yunhan
Hello. Currently, elm_map requests all visible map image tile to map server at the same time. If the scene is turned off while panning or zooming, it will be aborted on HTTP requests. But it already sent to map server, and it already made useless HTTP connections. So if you pan scrolling quickly,

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

2011-11-01 Thread Kim Yunhan
Hello, raster line 1167: Grid_Item "gi" instance will be removed. So it is meaningless. ;-) BR, Yunhan Kim On Tue, Nov 1, 2011 at 11:38 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > and set have to false in other error cases. > > > > Author: raster > Date:

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

2011-10-31 Thread Kim Yunhan
Wow. I entered into ecore AUTHORS. Thanks!! ;-) On Tue, Nov 1, 2011 at 11:25 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > From: Kim Yunhan > Subject: [E-devel] Small patch with ecore_con_url. > > When I tested with elementary map, there is too

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
s you seen in patch file. And to conclude, the progress is working!! Thank you. On Mon, Oct 31, 2011 at 11:31 PM, Cedric BAIL wrote: > On Mon, Oct 31, 2011 at 3:15 PM, Kim Yunhan wrote: > > Ooops. I forgot to attach patch file. :-) > > > > On Mon, Oct 31, 2011 at 1

Re: [E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Ooops. I forgot to attach patch file. :-) On Mon, Oct 31, 2011 at 11:13 PM, Kim Yunhan wrote: > > Hello. > > When I tested with elementary map, there is too many logs on console. > It makes me difficult to distinguish normal logs that I want to debug. :'-( > It'

[E-devel] Small patch with ecore_con_url.

2011-10-31 Thread Kim Yunhan
Hello. When I tested with elementary map, there is too many logs on console. It makes me difficult to distinguish normal logs that I want to debug. :'-( It's libcurl's internal log for representing progress bar like this. - downloaded : 343 / 363 % Total% Received % Xferd Average Speed

Re: [E-devel] Elementary Map Issues

2011-10-28 Thread Kim Yunhan
On Fri, Oct 28, 2011 at 1:27 PM, Carsten Haitzler wrote: > On Fri, 28 Oct 2011 13:19:58 +0900 Bluezery said: > > > Dear all, > > > > I am interested in elm_map widget. > > As far as I know, elm_map is a only widget use network resource in > > elementary. > > So, when the network condition is poor

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-27 Thread Kim Yunhan
acking network access. Now I am back, I can commit and break > stuff again ! Yeah ! > lol ;-) > > > On Thu, Sep 22, 2011 at 10:22 PM, Kim Yunhan wrote: > >> Of course, the multiplication won't matter at all. :) > >> I couldn't predict how much time wi

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Kim Yunhan
time will be gone and skips will happen, even under low load! > > If someone is considering download speed I strongly recommend doing > splice() > to avoid it coming from kernel to userspace then back to kernel > > Things like servers using ecore don't need frametime at all, thus

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Kim Yunhan
> work and it will not have enough time. Something like 0.7 * > ecore_animator_frametime_get() > > On Thursday, September 22, 2011, Cedric BAIL wrote: > > On Thu, Sep 22, 2011 at 12:51 AM, Kim Yunhan wrote: > >> Thank you! > >> Ecore_Con_Url already have the solut

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-21 Thread Kim Yunhan
ou once again. On Thu, Sep 22, 2011 at 4:46 AM, Cedric BAIL wrote: > On Wed, Sep 21, 2011 at 6:18 PM, Kim Yunhan wrote: > > Thank you for your advice. > > > > libcurl already supports asynchronous DNS lookup (including c-ares). > > Ecore_Con_Url is integrated with l

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-21 Thread Kim Yunhan
; I want to fix it simple. :) On Thu, Sep 22, 2011 at 12:48 AM, Nicolas Aguirre wrote: > 2011/9/21 Kim Yunhan : > > Hello! > > > > elm_map uses Ecore Con with CURL. > > I tested elm_map many times on my device. > > But sometimes UI interaction is held when data

[E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-21 Thread Kim Yunhan
Hello! elm_map uses Ecore Con with CURL. I tested elm_map many times on my device. But sometimes UI interaction is held when data connection is poor. So I tried to debug and I found that this code lead to hold an Ecore main loop. -- In ecore_con_url.c

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-21 Thread Kim Yunhan
ed this patch. Thanks. > > By the way Kim Yunhan, I think it will be better to separate patches > for each feature. > Sangho Park separated the commits. Thanks! > http://trac.enlightenment.org/e/changeset/63509 > http://trac.enlightenment.org/e/changeset/63510 > > And as Chune

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-19 Thread Kim Yunhan
->wheel_zoom -= 0.05; > - if (wd->wheel_zoom <= PINCH_ZOOM_MIN) wd->wheel_zoom = PINCH_ZOOM_MIN; > + wd->wheel_zoom -= 0.1; > + if (wd->wheel_zoom <= -2.0) wd->wheel_zoom = -2.0; > > Let's run together for the best moment! &

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-19 Thread Kim Yunhan
again. Thanks! On Wed, Sep 14, 2011 at 2:33 AM, Kim Yunhan wrote: > Hello, SeoZ. > > I tried to re-occur symptom that you mentioned. > But I succeeded just one time in several tries. :'-( > > I suspected that zoom-out need file downloading. (not zoom-in) > And if some file

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-13 Thread Kim Yunhan
atch?v=nap6Qq9iGTg > > The black noise may be already there but we couldn't see before due to > some reasons. > I guess you're patch looks ok and nobody is interested in reviewing > elm_map patch. > I'll commit your code if nobody reviews in a couple of days. >

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-08 Thread Kim Yunhan
.: no Software 16bit SDL.: no (primitive: no) Could you tell me your environment? Then I'll investigate some more. Regards, Yunhan Kim On Fri, Sep 9, 2011 at 10:30 AM, Daniel Juyung Seo wrote: > Dear Kim Yunhan, > Thanks for you patch. > > Watchwolf and gouache can review

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-08 Thread Kim Yunhan
Is there anybody to review this patch? :'-( On Tue, Sep 6, 2011 at 2:41 AM, Kim Yunhan wrote: > > Hello. > > I wrote a patch that handles a bug while zooming-out in elm_map. > When I try to zoom out, some tiles are broken. > But it is hard to notice because broken f

[E-devel] a bug fix for zoom-out in elm_map

2011-09-05 Thread Kim Yunhan
Hello. I wrote a patch that handles a bug while zooming-out in elm_map. When I try to zoom out, some tiles are broken. But it is hard to notice because broken frame disappears quickly. I investigated in a few days. And I realize that there are something wrong. When map is zoomed out, a tile is sh