Commit Graph

16 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 448b23eff9 [elm] Fix index example.
note to self: were on drugs here?



SVN revision: 71563
2012-05-30 17:41:48 +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
Jiyoun Park 588ddb272a remove deprecated code related with
elm_index_item_selected_get
function.


SVN revision: 69279
2012-03-13 01:51:46 +00:00
Jiyoun Park 8886ef1e38 remove deprecated code related with
elm_index_active_XXX
elm_index_item_append_relative
elm_index_item_append_relative
function.


SVN revision: 69239
2012-03-12 10:00:17 +00:00
ChunEon Park f037fd0922 elementary/index - fixed typo
Signed-Off-By: ShilpaOnKar Singh(shilpa.singh@samsung.com)



SVN revision: 69164
2012-03-10 07:56:54 +00:00
Jiyoun Park 1b5662554c remove deprecated function related with elm_index
SVN revision: 69078
2012-03-09 08:51:24 +00:00
WooHyun Jung 9073ed6efb [elementary/index] Some APIs were modified or removed + fix build
break.


SVN revision: 68690
2012-03-05 10:05:58 +00:00
ChunEon Park fd909fc341 elementary/list - deprecated elm_list_item_del()
please use elm_object_item_del().



SVN revision: 67598
2012-01-30 06:06:03 +00:00
ChunEon Park 11282d3953 Elementary/list - Elm_List_Item -> Elm_Object_Item
SVN revision: 67110
2012-01-12 03:03:56 +00:00
ChunEon Park 56a881bd35 elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttonentry, toolbar, naviframe, slideshow, hoversel, filpselector - deprecated xxxx_item_del() APIs.
But instead,  made to use the elm_object_item_del() APIs
for this, elm_widget_item needed to provide elm_widget_item_del_pre_hook.




SVN revision: 67010
2012-01-10 05:02:11 +00:00
Daniel Juyung Seo 4a50aafa60 elm list: Applied recent list changes.
SVN revision: 66823
2012-01-04 01:28:33 +00:00
ChunEon Park 569e56e904 elementary - Added 1 more API elm_object_item_del_cb_set()
also deprecated below APIs  

   elm_hoversel_item_del_cb_set()
   elm_diskselector_item_del_cb_set()
   elm_toolbar_item_del_cb_set()
   elm_index_item_del_cb_set()
   elm_menu_item_del_cb_set()                  



SVN revision: 66748
2012-01-02 11:46:32 +00:00
ChunEon Park 6f07cf3ea0 elementary/index - Elm_Index_Item -> Elm_Object_Item
SVN revision: 66659
2011-12-30 04:57:28 +00:00
Gustavo Lima Chaves c2c47801f7 [elementary] Documentation for the index widget.
SVN revision: 61533
2011-07-20 16:28:12 +00:00