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

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

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

2011-01-05 Thread Gustavo Lima Chaves
To: Daniel Juyung Seo > Cc: enlightenment-devel@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 > > said: > > thanks! in svn! > > > Hello,

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

2011-01-05 Thread Daniel Juyung Seo
) -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Wednesday, January 05, 2011 3:04 PM To: Daniel Juyung Seo Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs On Thu

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 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() API.', is already

[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. T