efl/legacy/elementary
Sangho Park b4830b8e84 Elementary map: elm_map source patch
i removed all custom enum & url callback of elm_map.
(ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb, _custom2_url_cb, ... etc)
instead of those, i made sources list.
changed APIs are almost internal APIs...
but some APIs were changed for intuitive usage of map source.
user can make map module instead of setting custom APIs.

another change is "elm_module -> eina_module".
the reason of this change, is that elm_module uses environment value (i.e getenv, setenv.. ELM_MODULES)
i don't want to have a environment value dependency.


SVN revision: 59184
2011-05-04 09:44:53 +00:00
..
config start a desktop entry mode. shift arrows start/mod selection. can just 2011-04-01 13:20:40 +00:00
data Elementary entry: Added mixedwrap theme groups and use them. 2011-05-02 11:08:35 +00:00
doc Elementary elementary.dox.in: Sync with AUTHORS. 2011-04-07 16:55:10 +00:00
m4 make thread support windows friendly. i hope. 2010-11-21 04:37:52 +00:00
po Elementary: po update. 2011-05-03 17:55:48 +00:00
src Elementary map: elm_map source patch 2011-05-04 09:44:53 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore ignore++ 2011-04-12 22:47:12 +00:00
AUTHORS Elementary segment_control: Introduced new widget by Govindaraju and Prince. 2011-04-07 16:44:54 +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 Elementary: Added the infrastructure for ui-mirroring support. 2011-02-03 15:52:49 +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 autogen: add forgotten autopoint. 2011-04-14 19:26:15 +00:00
configure.ac use new eina prefix fun 2011-04-24 08:18:00 +00:00
elementary.pc.in actually ONLy need 1 -I 2010-07-11 23:39:54 +00:00
elementary.spec.in Support current status quo. 2011-03-08 12:20:08 +00:00

README

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