From: Daniel Juyung Seo <juyung.seo@samsung.com>
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 5 Jan 2011 06:03:43 +0000 (06:03 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 5 Jan 2011 06:03:43 +0000 (06:03 +0000)
commitecfab5c7158ec65e0a5e76d65780336404b1a48e
tree21257dea7874d73e064585f6bc653005179d744c
parent78ca8fdeceea89400ea5be5d67380d4c37120a05
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
src/bin/test_genlist.c
src/lib/Elementary.h.in
src/lib/elm_genlist.c