[EGIT] [bindings/cxx/eflxx] master 200/314: From: Daniel Juyung Seo juyung....@samsung.com Subject: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2013-12-30 Thread Daniel Juyung Seo
Juyung Seo juyung@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

Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2011-01-05 Thread The Rasterman
On Thu, 30 Dec 2010 14:04:00 +0900 Daniel Juyung Seo juyung@samsung.com said: thanks! in svn! Hello, 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()

Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2011-01-05 Thread Gustavo Lima Chaves
@lists.sourceforge.net Subject: Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs On Thu, 30 Dec 2010 14:04:00 +0900 Daniel Juyung Seo juyung@samsung.com said: thanks! in svn! Hello, I added tree feature support to elm_genlist_item_insert_before/after() APIs

[E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2010-12-29 Thread Daniel Juyung Seo
Hello, 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.