efl/legacy/elementary
Daniel Juyung Seo 2c441b83a7 From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel] [Patch] Tree support for
elm_genlist_item_insert_before/after() APIs

I added tree feature support to
elm_genlist_item_insert_before/after() APIs.

This patch assumes that the previous patch, '[E-devel] [Patch] Tree
support
for elm_genlist_item_prepend() API.', is already applied to upstream.
So this patch does not include the changes of the previous patch.

This patch includes API break. I added parent parameter.
To support genlist group index feature, it should have a parent
parameter
like elm_genlist_item_append/prepend() do.
Raster already agreed to this API break.
I or my co-worker will introduce genlist group index feature today.
But for the reviewer's convenience, I separated this patch.

- 001.elm_genlist.patch.txt
   Patch for src/lib/elm_genlist.c
- 002.elm_genlist.patch.txt
   Patch for src/lib/Elementary.h.in, src/bin/test_genlist.c
- 003.elm_genlist.patch.txt
   Due to API break, I changes other EFL libraries and applications on SVN. 



SVN revision: 55869
2011-01-05 06:03:43 +00:00
..
config make flush config have a master boolean enable/disable 2010-12-24 16:02:30 +00:00
data From: Sohyun Kim <anna1014.kim@samsung.com> 2011-01-04 08:42:55 +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: Daniel Juyung Seo <juyung.seo@samsung.com> 2011-01-05 06:03:43 +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: Jihoon Kim <jihoon48.kim@samsung.com> 2011-01-04 08:45:27 +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 From: sangho park <gouache95@gmail.com> 2010-12-21 09:14:47 +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.