Commit Graph

20 Commits

Author SHA1 Message Date
Carsten Haitzler 93a34da403 setitng min/max size hint on an elm obj actually should not be done
because elm controls these itself. examples all wrong in thsi regard.
fix!



SVN revision: 74414
2012-07-26 06:41:22 +00:00
Daniel Vieira Franzolin 15c7cf12de Fixes compilation instructions of examples to work on ubuntu.
Patch by: "Daniel Vieira Franzolin" <daniel@profusion.mobi>

SVN revision: 69766
2012-03-29 20:44:42 +00:00
Daniel Juyung Seo 2b6a854d1b elm examples: I removed __UNUSED__ and config header inclusion. This code is an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary?
SVN revision: 69698
2012-03-28 08:42:20 +00:00
Daniel Juyung Seo 7a4ed3f94f elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown, ELM_MAIN()
SVN revision: 69690
2012-03-28 06:04:36 +00:00
Daniel Juyung Seo a1888419bd elm genlist_example_04.c: Use proper group item style, content get, and label get callbacks.
SVN revision: 69677
2012-03-28 00:51:53 +00:00
Hyoyoung Chang d8322c51d1 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - fix typos and remove
display_only variable

I found a mistake in example. and display_only value is remained.
It's fixed some trivial errors.



SVN revision: 69000
2012-03-07 16:40:39 +00:00
Daniel Juyung Seo edf6bd17d5 elm genlist: Fixed build break.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68999
2012-03-07 16:38:37 +00:00
Hyoyoung Chang dff33d0aa4 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add item_select_mode_set/get

I added two apis for item selecting mode.
It almost same with elm_genlist_select_mode.


+EAPI void
+elm_genlist_item_select_mode_set(Elm_Object_Item *it,
+                                 Elm_Object_Select_Mode_Type mode)
+EAPI Elm_Object_Select_Mode_Type
+elm_genlist_item_select_mode_get(const Elm_Object_Item *it)

And display_only apis is unfied with item_select_mode.

+EINA_DEPRECATED EAPI void
elm_genlist_item_display_only_set(Elm_Object_Item *it, Eina_Bool
display_only);
+EINA_DEPRECATED EAPI Eina_Bool
elm_genlist_item_display_only_get(const Elm_Object_Item *it);



SVN revision: 68993
2012-03-07 16:22:58 +00:00
Sanjeev BA 4cba665fbf Fix example build issue.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68907
2012-03-07 08:55:43 +00:00
Sanjeev BA c44c6722d8 Fix warnings and build errors.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68906
2012-03-07 08:55:37 +00:00
Carsten Haitzler c50f91f6cc lets update genlist/grid examples to use the new class thing.
SVN revision: 68774
2012-03-06 06:30:43 +00:00
ChunEon Park 749e8e2642 elementary/genlist - fixed indentation
SVN revision: 67563
2012-01-27 07:37:47 +00:00
ChunEon Park 4ee72ae553 elementary/genlsit, gengrid - removed duplicated disabled field.
deprecated elm_genlist_item_disabled_set/get, 
please use elm_object_item_disabled_set/get instead.



SVN revision: 67562
2012-01-27 07:36:36 +00:00
Cedric BAIL dab18349e2 elementary: fix build of elementary genlist examples.
SVN revision: 67462
2012-01-23 10:09:46 +00:00
ChunEon Park da7b8465a3 elementary/genlist - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67370
2012-01-20 05:18:31 +00:00
Cedric BAIL fbe34af38f elementary: fix massive breakage.
Someone learned to well from me...


SVN revision: 65784
2011-12-01 16:53:57 +00:00
Mike Blumenkrantz d3d411f43f patch from zub in #e to fix example building
SVN revision: 64399
2011-10-25 22:28:35 +00:00
Daniel Juyung Seo 2bb2b1f0ee elm gen/gengrid/genlist: Changed item class's icon_get to content_get.
Do not limit the swallowed objects to icon. This had to be done before
elm 1.0 and now it's time to break. This will break all applications
which are using gengrid/genlist. Please fix it icon_get -> content_get.

TODO
1. fix theme as well.
2. fix documents.


SVN revision: 64344
2011-10-24 02:10:35 +00:00
Daniel Juyung Seo a423aacc07 elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.
SVN revision: 62394
2011-08-12 15:26:58 +00:00
Rafael Antognolli 5576cf0d1d elementary/genlist - two more examples (explanation comming soon).
SVN revision: 61867
2011-07-28 21:27:09 +00:00