efl/legacy/elementary
sangho park 4502370c80 From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map downloading progress info & bug fix

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_num)
- seg fault : if user select custom map provider, seg fault occurs,
because
there is no url_cb in the custom map provider

you can check download progress using these signal & API.
the example is in "test_map.c".



SVN revision: 56039
2011-01-11 05:48:28 +00:00
..
config make flush config have a master boolean enable/disable 2010-12-24 16:02:30 +00:00
data From: ChunEon Park <chuneon.park@samsung.com> 2011-01-10 08:59:40 +00:00
doc Mirror recent AUTHORS changes to elm docs 2010-11-12 13:17:13 +00:00
m4 make thread support windows friendly. i hope. 2010-11-21 04:37:52 +00:00
src From: sangho park <gouache95@gmail.com> 2011-01-11 05:48:28 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore Merge branch 'elmdnd' 2010-09-07 06:56:16 +00:00
AUTHORS From: Jeonghyun Yun <jh0506.yun@samsung.com> 2011-01-05 10:28:23 +00:00
COPYING namefix. 2010-08-16 04:44:45 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL fix INSTALL files. 2008-10-01 07:37:28 +00:00
Makefile.am update MAINTAINERCLEANFILES 2011-01-03 08:49:41 +00:00
NEWS elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
README right readme. 2008-09-30 08:18:41 +00:00
autogen.sh Stop trying to make the m4 directory. It already exists in the source tree. 2009-08-25 21:38:33 +00:00
configure.ac a widget toolkit should NOT, I repeat, should NOT, depend on HAL. especially when no HAL functionality is used. 2011-01-06 23:09:56 +00:00
elementary.pc.in actually ONLy need 1 -I 2010-07-11 23:39:54 +00:00
elementary.spec.in Apply the same fix MEJ did ( http://marc.info/?l=enlightenment-svn&m=127157420508183&w=3 ) to more specs 2010-04-21 20:55:23 +00:00

README

Elementary - a basic widget set that is easy to use based on EFL for mobile
touch-screen devices.