Commit Graph

22 Commits

Author SHA1 Message Date
Andreas Volz c4d68fda30 C function is void
SVN revision: 69475
2012-03-16 19:53:51 +00:00
Jiyoun Park bece5ff4a9 remove deprecated with
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function


SVN revision: 69355
2012-03-15 06:22:25 +00:00
Andreas Volz 7fdb919579 remove deprecated functions
SVN revision: 69346
2012-03-14 22:17:43 +00:00
Hyoyoung Chang 74cda7c273 due to elm_genlist_item_object_get() is deprecated, I made a patch to
replace them to adequate apis.
most of case is sending signal.

Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>



SVN revision: 69314
2012-03-14 05:04:32 +00:00
Hyoyoung Chang ae12d9c09a After elm radically changed, some compilation errors are not fixed.
I changed for this.

 1. add a parameter for item_bring_in
 -elm_genlist_item_bring_in(it);
 +elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN);

 2. change a enum type name
 -   Elm_Genlist_Item_Flags
 +   Elm_Genlist_Item_Type

 3. change a enum name
 -   if (!parent) flags = ELM_GENLIST_ITEM_SUBITEMS;
 +   if (!parent) flags = ELM_GENLIST_ITEM_TREE;

 Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>



SVN revision: 69283
2012-03-13 06:22:39 +00:00
Andreas Volz 195173f60f compiles again after big changes in elementary C API. Need to repair much stuff, but will wait some more time until elementary is more API stable...
SVN revision: 69179
2012-03-10 20:41:06 +00:00
Jiyoun Park 0ac1df6dd1 remove deprecated function related with elm_genlist_item
SVN revision: 68837
2012-03-06 15:04:55 +00:00
ChunEon Park 524bd40d17 BINDINGS/python, cxx, perl, vala - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67372
2012-01-20 08:38:20 +00:00
Daniel Juyung Seo b9e5034c84 BINDINGS elementaryxx: Fixed more build break. I don't know how to fix
the rest breaks :(


SVN revision: 66044
2011-12-09 00:18:42 +00:00
Andreas Volz 48b1712f2b compiles and works
SVN revision: 64791
2011-11-05 20:28:26 +00:00
Andreas Volz 6d22230e79 follow C API
SVN revision: 64788
2011-11-05 19:45:19 +00:00
Daniel Juyung Seo 29bb490bae BINDINGS/cxx elementaryxx: Applied "clicked" signal name change for list/genlist.
SVN revision: 58636
2011-04-13 13:29:54 +00:00
Daniel Juyung Seo 7c9844d341 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
Andreas Volz cce8cb5433 wrapped append,prepend,..
SVN revision: 50164
2010-07-09 20:23:12 +00:00
Andreas Volz adc3bd0b3a raw working GenList C++ wrapper implementation, but data isn't yet complete deleted at the end...
SVN revision: 49598
2010-06-09 21:33:57 +00:00
Andreas Volz bcaa632696 GenList work
SVN revision: 49400
2010-06-02 21:27:50 +00:00
Andreas Volz 18135af9e2 add select class as parameter
SVN revision: 49361
2010-05-31 21:34:34 +00:00
Andreas Volz e7d18a3760 fixed some bugs and interface better now
SVN revision: 49338
2010-05-30 22:27:52 +00:00
Andreas Volz b4e95658b9 Fixed the crash at list element selection
SVN revision: 49238
2010-05-27 20:30:39 +00:00
Andreas Volz 02acfd0349 added more GenList API wrapper
SVN revision: 49215
2010-05-26 21:01:36 +00:00
Andreas Volz 80ff5cc942 some work for GenList
SVN revision: 48691
2010-05-08 20:53:44 +00:00
Andreas Volz 0aaaf0ba46 start of genlist wrapper
SVN revision: 48565
2010-05-02 20:41:38 +00:00