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

2011-09-19 Thread sangho park
@soez sorry for late reply... i just review & test this patch. for me... this patch is fine. @yunhan thanks for your contribution of elm_map... :) i expect yunhan's cool activity for elm_map. > From: Daniel Juyung Seo > Subject: Re: [E-devel] a bug fix for zoom-out in elm_map > To: Enlightenmen

Re: [E-devel] splitting elm_map into a new library

2011-06-25 Thread sangho park
hink using polygon is a good idea if we have only one polygon for the > route. > But I think we will need a specific smart object to manage color, selection > of segments, move/add segment ... > > > 2011/5/16 Atton Jonathan > >> let's go for route. >> >

Re: [E-devel] Eina Coverage tests

2011-05-17 Thread sangho park
o.. sorry.. 'eina_simple_xml_parse' was requested by me.. i'll add test to eina. > Date: Tue, 17 May 2011 13:29:28 -0300 > From: Gustavo Sverzut Barbieri > Subject: Re: [E-devel] Eina Coverage tests > To: Tom Hacohen > Cc: enlightenment-devel > Message-ID: > Content-Type: text/plain; char

Re: [E-devel] splitting elm_map into a new library

2011-05-15 Thread sangho park
i'm not good at english, but 'path' is unfamiliar to me. anyhow it's just naming issue. english-speaking people can confirm that easily :-) and.. 'split route & track' is good to me. if you okay, pls give me a time to do that. On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan wrote: > > ok emap c

Re: [E-devel] (no subject)

2011-05-05 Thread sangho park
you can find the change log on xorg source package. xorg (1:7.6+4ubuntu1) natty; urgency=low [ Timo Aaltonen ] * Merge from Debian unstable. Remaining Ubuntu changes: ... * Removed transitional xlibmesa-gl*, libglu1-* packages, they have only 'Suggests' or 'Recommend

Re: [E-devel] [Patch] elm_map source patch

2011-05-04 Thread sangho park
ay 4, 2011 at 4:10 PM, Atton Jonathan wrote: > I think elm_map_source will be move to emap. Maybe we should do it > immediately in emap ? > > 2011/5/4 Carsten Haitzler > >> On Mon, 2 May 2011 16:49:25 +0900 sangho park said: >> >> i always wondered if those cu

Re: [E-devel] splitting elm_map into a new library

2011-05-02 Thread sangho park
> > > wrote: > > > > > >> On Mon, May 2, 2011 at 5:00 PM, Carsten Haitzler > > >> wrote: > > >> > On Mon, 2 May 2011 20:20:04 +1000 David Seikel > > >> > said: > > >> >> On Mon, 2 May 201

Re: [E-devel] enlightenment-devel Digest, Vol 61, Issue 8

2011-05-02 Thread sangho park
ersonnally I will only implement: > - basic path type > - load path from gpx file > - elm map will display a path. > > Then you can do what you want :) > > > 2011/5/2 David Seikel > > > On Mon, 2 May 2011 16:12:14 +0900 Carsten Haitzler (The Rasterman)

Re: [E-devel] splitting elm_map into a new library

2011-04-30 Thread sangho park
11 +1000 David Seikel said: > > > On Sat, 30 Apr 2011 02:12:49 +0900 sangho park > > wrote: > > > > > as basic concept, route information can be acquired by service, not > > > local data. > > > we can extend route for shortest path using local backi

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread sangho park
create route from a gpx file > *emap_route_search*: calculate route from A to B > *emap_tools* : some tools like "get the closest city" > > > I do not know if I will do eveything but I will start it and then we will > see. > > > 2011/4/29 sangho park > &

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread sangho park
hi raster & watchwolf... i didn't do anything yet. :( but map manager is goood suggestion for me. if possible, i want to join the project. only i can guess that you'll make emap_ APIs... just guess :) if you commit the new library, pls let me know the svn path. btw.. can i find your discussi

Re: [E-devel] [Patch] elm_conform patch from Prince

2011-04-28 Thread sangho park
if use --disable-ecore-x, build break.. pls check this. elm_conform.c: In function ‘_conformant_part_sizing_eval’: elm_conform.c:134:43: warning: unused parameter ‘obj’ elm_conform.c:134:69: warning: unused parameter ‘part_type’ elm_conform.c: In function ‘_content_resize_event_cb’: elm_conform.c:

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

2011-04-27 Thread sangho park
p; (!disabled)) > >> xxx > > So easy to understand. :) > > 2. I mean, use EINA_TRUE macro instead of 1, use EINA_FALSE macro instead > of 0. > 1 ==> EINA_TRUE > 0 ==> EINA_FALSE > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Thu, Ap

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

2011-04-27 Thread sangho park
d) > xx > else > xx > > 2. Use EINA_TRUE/FALSE for Eina_Bool. > I think bounce_animator, momentum_animator also have to be changed :) > > sd->wheel_disabled = EINA_FALSE; > > Otherwise looks ok. > Thanks. > > Daniel Juyung

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

2011-04-26 Thread sangho park
Dear all, this patch is for enable / disable the default els_scroller's wheel control. when I use elm_map, map's default wheel control means zoom in / out. so enable / disable els_scroller's default wheel control feature is needed. map is also needed enable / disable default wheel control. if yo

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-24 Thread sangho park
d *yy); On Mon, Apr 25, 2011 at 2:23 PM, Carsten Haitzler wrote: > On Wed, 20 Apr 2011 11:39:03 +0900 sangho park said: > > > hermet, > > > > thanks for your good suggestion. > > as your suggestion, i revised APIs. > > > > but now center coordinates are us

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
8, 9, 10); >> 2011/4/20 ChunEon Park <her...@naver.com> >> >> how about just rotate_set as you add elm_map_rotate_get >> >> elm_map_rotate_set(obj, center_x, center_y, center_z, degree_x, degree_y, >> degree_z); >> >> and I think it will be better if it returns

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
f piece of images (as the grid > type), > > user may need to set the rotation center anyhow. > > > > Thanks! > > > > > Let's run together for the best moment! > > -Regards, Hermet- > > > > -Original Me

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
o.. i found the bug now I'm trying to fix it. after fixing that, i'll patch again. thanks~ On Tue, Apr 19, 2011 at 2:20 PM, Carsten Haitzler wrote: > On Tue, 19 Apr 2011 11:25:04 +0900 sangho park said: > > i spot a bug! (video). see the center of the screen when yo

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-19 Thread sangho park
turns the above arguments also. > > > > elm_map_rotate_get(const Evas_Object *obj, ¢er_x, ¢er_y, ¢er_z, > °ree_x, °ree_y, °ree_z); > > Thanks. > > > > > Let's run together for the best moment! > > -Regards, Hermet- > >

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-18 Thread sangho park
e dx, double dy, double dz, Evas_Coord cx, Evas_Coord cy, Evas_Coord > cz, Evas_Coord *ox, Evas_Coord *oy, Evas_Coord *oz) EINA_ARG_NONNULL(1, 8, > 9, 10); > From youtube video, it looks like a 2d rotation. > Why it's named 3d_rotate? > > Thanks. > Daniel Juyung Seo (SeoZ) > > On

[E-devel] [Patch] elm_map rotate feature

2011-04-18 Thread sangho park
Dear all, I just implement map rotate feature. it's the start of turn-by-turn navigation. :) because of some added APIs, I need your reviews. you can find demo youtube. http://www.youtube.com/watch?v=juxKrrHVU4U pls review this patch. Thanks. BR Index: elementary/src/lib/Elementary.h.in ==

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
oh.. thanks for good info.. I'll make the prototype in PROTO first. On Fri, Apr 15, 2011 at 6:00 PM, Cedric BAIL wrote: > On Fri, Apr 15, 2011 at 10:48 AM, Atton Jonathan > wrote: > > hum. What do you think about adding a library in the EFL project to > manage > > all geographic methods. (get m

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
manage > all geographic methods. (get map, get path, load GPX file ...) ? > > I think we can add a library or create a specific file/directory in > elementary ? > > 2011/4/15 sangho park > >> okay, i fixed it and attach new patch. >> >> hmmm.. btw, would you please

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
11 at 4:36 PM, Carsten Haitzler wrote: > On Thu, 14 Apr 2011 13:41:15 +0900 sangho park said: > > that seems ok - but some things like: > > Route_Dump *dump = (Route_Dump*)data; > > aren't really needed - u assign from a void * which doesn't generate > warnings

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-13 Thread sangho park
I resend patch again with removing build warnings. pls confirm this patch~ On Wed, Apr 13, 2011 at 10:23 AM, sangho park wrote: > Dear all, > > This is a patch for elm_map name(address) feature. > I added some APIs for name to elm_map.c and added some test code to > test_m

[E-devel] [Patch] elm_map name(address) feature

2011-04-12 Thread sangho park
Dear all, This is a patch for elm_map name(address) feature. I added some APIs for name to elm_map.c and added some test code to test_map.c I used nominatim OSM service. (http://http://nominatim.openstreetmap.org/) as i felt, it's response time was very good to use. added APIs are: EAPI Elm_M

Re: [E-devel] [Patch] elm_map route feature

2011-04-05 Thread sangho park
ina xml parser... but > > i can't find gustavo's source code in svn. > > > > how can i use eina xml parser? should i write into elm_map internally? > > > > On Mon, Apr 4, 2011 at 8:09 PM, Carsten Haitzler >wrote: > > > > > On Mon, 4 Apr 2

Re: [E-devel] [Patch] elm_map route feature

2011-04-04 Thread sangho park
I really want to work with eina xml parser... but i can't find gustavo's source code in svn. how can i use eina xml parser? should i write into elm_map internally? On Mon, Apr 4, 2011 at 8:09 PM, Carsten Haitzler wrote: > On Mon, 4 Apr 2011 12:01:32 +0900 sangho park said: >

Re: [E-devel] [Patch] elm_map route feature

2011-04-03 Thread sangho park
sorry, I found some build warnings... I remove warnings and fix coordinate problem.. pls review this new patch. On Mon, Apr 4, 2011 at 10:16 AM, sangho park wrote: > did you build ecore with curl? > elm_map uses ecore_file_download() for getting map. > as i know, if you don'

Re: [E-devel] [Patch] elm_map route feature

2011-04-03 Thread sangho park
ntary_test "Map", I could just see markers but no map. > > And can you separate formatting/white space removal patch from your patch? > For reviewers it's hard to check the code which has a new feature and > formatting fix at the same time. > > Thanks. > Daniel Juyu

[E-devel] [Patch] elm_map_marker_region_get

2011-03-06 Thread sangho park
Dear all, This is a patch for elm_map_marker. I added one api to get the coordinates of the marker. because marker->longitude and marker->latitude are private data, app can't access the coordinates of the marker. pls review this patch. Thanks. BR Index: elementary/src/lib/Elementary.h.in ===

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread sangho park
oh.. I should have read the doxygen of eina_hash_set... and also eina_stringshare_replace... at this patch, I remove hash_find, and stringshare_add. thanks for good information~ > eina_hash_set allways works for adding data to a hash, no need for > hash_find -> add/set. Just use _set. Index: ele

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-21 Thread sangho park
On Mon, 21 Feb 2011 15:14:38 +0900 sangho park said: > > oh there it is. hmmm. i missed that. well i don't see a choice other than > constructing the hash on the fly. but then you need to rebuild it all the > time. > ok ok, but tou need to make the hash table part of the map obj

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-20 Thread sangho park
your recommendation to use ecore_file_download_full? please show me the way~~ :) On Mon, Feb 21, 2011 at 2:47 PM, Carsten Haitzler wrote: > On Mon, 21 Feb 2011 10:27:25 +0900 sangho park said: > > a bit better... so now time to nitpick; \(^u^)/ <- yay! > > hash... why? didn't i just sa

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-20 Thread sangho park
thanks raster.. elm_button is good example for me. pls review my new patch. On Sun, Feb 20, 2011 at 11:01 PM, Carsten Haitzler wrote: > On Fri, 18 Feb 2011 17:06:58 +0900 sangho park said: > > man your implementation is strange. why did you add a whole hash table to > store >

[E-devel] [Patch] elm_map_user_agent_set and get

2011-02-18 Thread sangho park
Dear all, This is a patch for elm_map for setting user-agent. - Add elm_map_user_agent_set - Add elm_map_user_agent_get - modify doxygen elm_map uses OSM(OpenStreetMap), but we can add custom map provider. If custom map provider server filters robot out (currently default user-agent is 'curl'),

Re: [E-devel] [Patch] ecore_file_download_with_additional_headers

2011-02-15 Thread sangho park
yes, I've tested the API. I added a simple example to 'ecore/examples/ecore_file_download_example.c'. pls review again~ On Tue, Feb 15, 2011 at 11:04 PM, Vincent Torri wrote: > > > On Tue, 15 Feb 2011, Cedric BAIL wrote: > > Hi, >> >> On Tue, F

Re: [E-devel] [Patch] ecore_file_download_with_additional_headers

2011-02-15 Thread sangho park
sure~ I modified. I hope that this patch is the last.. :) On Tue, Feb 15, 2011 at 9:05 PM, Cedric BAIL wrote: > On Tue, Feb 15, 2011 at 12:50 PM, sangho park wrote: > > thanks for your comments. > > I changed Eina_List to Eina_Hash. > > one more attached.. > > Thanks

Re: [E-devel] [Patch] ecore_file_download_with_additional_headers

2011-02-15 Thread sangho park
thanks for your comments. I changed Eina_List to Eina_Hash. one more attached.. On Tue, Feb 15, 2011 at 7:05 PM, Cedric BAIL wrote: > Hi, > > On Tue, Feb 15, 2011 at 10:47 AM, sangho park wrote: > > fine. I revised and attached again. > > Ok, just doing a quick review.

Re: [E-devel] [Patch] ecore_file_download_with_additional_headers

2011-02-15 Thread sangho park
fine. I revised and attached again. On Tue, Feb 15, 2011 at 6:22 PM, Vincent Torri wrote: > > > On Tue, 15 Feb 2011, sangho park wrote: > > Dear all, >> >> This is a patch for ecore_file_download. >> - add 'ecore_file_download_with_additional_hea

[E-devel] [Patch] ecore_file_download_with_additional_headers

2011-02-14 Thread sangho park
Dear all, This is a patch for ecore_file_download. - add 'ecore_file_download_with_additional_headers' API If someone who uses 'ecore_file_download' wants to add additional headers to ecore_con, (e.g : Content-type, Transfer-Encoding, User-Agent, etc) there is no API to do that. so, I added new A

[E-devel] [Patch] (resend) elm_map_marker_remove test code

2011-02-13 Thread sangho park
nobody confirm this? -- Forwarded message -- From: sangho park Date: Wed, Feb 9, 2011 at 5:19 PM Subject: [E-devel][Patch] elm_map_marker_remove test code To: enlightenment-devel@lists.sourceforge.net Dear all, This is a patch for elm_map_marker_remove test code. I added one

Re: [E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread sangho park
thanks, but do I have a privilege to commit? If then, how can I commit? :) On Wed, Feb 9, 2011 at 5:46 PM, Atton Jonathan wrote: > I have checked, this is ok. You can commit. > > 2011/2/9 sangho park > >> Dear all, >> >> This is a patch for elm_map_marker_remo

[E-devel] [Patch] elm_map_marker_remove test code

2011-02-09 Thread sangho park
Dear all, This is a patch for elm_map_marker_remove test code. I added one button for marker_remove to test_map.c pls review this patch. Thanks. BR Index: elementary/src/bin/test_map.c === --- elementary/src/bin/test_map.c (리비

[E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread sangho park
Dear all, This is a patch for elm_map_marker_remove. there are two seg-fault issues in this function. 1. the range of marker to remove. 2. after free(marker->groups[i]), reuse the value. pls review this patch. Thanks. BR Index: elementary/src/lib/elm_map.c ==

[E-devel] ecore_file_download with user-agent setting

2011-01-16 Thread sangho park
Dear all, I have a question about ecore_file_download(). how can I set 'user-agent' with ecore_file_download()? some web server denies curl request without user-agent setting, but I can't find APIs to set user agent. is there already APIs for that? or can I contribute some APIs? BR.

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread sangho park
yes.. "downloaded" is right. I changed "download, downloading" to "downloaded". sorry for bothering you :). thanks. On Mon, Jan 10, 2011 at 6:43 PM, Carsten Haitzler wrote: > On Mon, 10 Jan 2011 15:45:28 +0900 sangho park said: > > is it "downloa

[E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-09 Thread sangho park
Dear all, This is a patch for elm_map downloading progress info. I added one new signal, one new API and fixed seg fault bug. - signal : "download" (this signal is called when map_tile is downloaded) - API : elm_map_utils_downloading_status_get(const Evas_Object *obj, int *try_num, int *finish_n

Re: [E-devel] [Patch] elm_map pinch zoom

2011-01-05 Thread sangho park
thanks for your comments. I revised and patched again. On Tue, Jan 4, 2011 at 6:54 PM, Carsten Haitzler wrote: > On Wed, 22 Dec 2010 17:14:14 +0900 sangho park said: > > > Dear all, > > > > This is a patch for elm_map pinch zoom. > > you can zoom in/out using tw

[E-devel] [Patch] (resend) elm_map pinch zoom

2011-01-04 Thread sangho park
pls review this patch. On Wed, Dec 22, 2010 at 5:14 PM, sangho park wrote: > Dear all, > > This is a patch for elm_map pinch zoom. > you can zoom in/out using two fingers. > > - add event handler for multi touch. > Ind

[E-devel] [Patch] elm_map pinch zoom

2010-12-22 Thread sangho park
Dear all, This is a patch for elm_map pinch zoom. you can zoom in/out using two fingers. - add event handler for multi touch. Index: src/lib/elm_map.c === --- src/lib/elm_map.c (리비전 55695) +++ src/lib/elm_map.c (작업 사본) @@ -67,6 +

[E-devel] [Patch] elm_map module patch

2010-12-19 Thread sangho park
na_Bool +obj_unhook(Evas_Object *obj) +{ + return EINA_TRUE; +} + +EAPI Eina_Bool +obj_convert_geo_into_coord(const Evas_Object *obj, int zoom, double lon, double lat, int size, int *x, int *y) +{ + return EINA_FALSE; +} + +EAPI Eina_Bool +obj_convert_coord_into_geo(const Evas_Object *obj, int zo