Commit Graph

116 Commits

Author SHA1 Message Date
Andreas Volz 429212c67e change List reference parameter to pointer 2016-03-26 14:11:14 +01:00
Andreas Volz 36d22d50fc access part param (I don't like the interface, but it works for my application until I write something better) 2016-02-14 11:37:08 +01:00
Andreas Volz ccdbccc64a deactivate annyong message 2016-01-04 23:45:34 +01:00
Cedric BAIL f20d437bd3 trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
Patch by Doug Newgard <scimmia22@outlook.com>


SVN revision: 82148
2013-01-04 05:49:26 +00:00
Andreas Volz 723eb72803 - add virtual destructor
- move contructor and destructor from private to protected to allow child classes in applications

SVN revision: 79660
2012-11-25 21:35:42 +00:00
Andreas Volz cd4ad54299 homogeneous
SVN revision: 79527
2012-11-21 22:19:29 +00:00
Andreas Volz 893a0b6316 changed API name
SVN revision: 79525
2012-11-21 22:11:38 +00:00
Andreas Volz afa292bcb2 remove old API
SVN revision: 79524
2012-11-21 22:07:22 +00:00
Andreas Volz 61cd0b9f2e virtual
SVN revision: 79523
2012-11-21 20:53:00 +00:00
Andreas Volz 77174beaf8 linker problem. not sure what is the problem. needs analysis
SVN revision: 79479
2012-11-20 21:05:21 +00:00
Andreas Volz 4c5ce32c20 comments
SVN revision: 79457
2012-11-19 22:18:35 +00:00
Andreas Volz db805b9b59 old todo removed
SVN revision: 79456
2012-11-19 22:15:45 +00:00
Andreas Volz 38faa7e5e9 more API wrappers in Elmxx::Entry
SVN revision: 79455
2012-11-19 22:15:00 +00:00
Andreas Volz a20a205fff - some more wrappers in Entry
- define const functions where possible


SVN revision: 79435
2012-11-18 22:13:05 +00:00
Andreas Volz ab56df9656 change include path and implement Object::setTheme
SVN revision: 79434
2012-11-18 21:32:45 +00:00
Andreas Volz b8054af33a getThemeList() implemented
SVN revision: 79405
2012-11-16 22:48:56 +00:00
Andreas Volz 11c1ed3663 wrapped more Theme List functions with new Einaxx::List interface
SVN revision: 79402
2012-11-16 21:54:41 +00:00
Andreas Volz e23711d0ac add more Theme wrapper functions
TODO: wrap Eina_List functions, but before enhance Eina::List wrapper

SVN revision: 79354
2012-11-15 22:02:11 +00:00
Andreas Volz 04dd63f9e7 Added first implementation for Theme API...
SVN revision: 79304
2012-11-14 21:58:05 +00:00
Andreas Volz 3835fd7284 build again
SVN revision: 77230
2012-09-30 22:37:16 +00:00
Andreas Volz dd0fd50613 changed API to setContent,getContent,unsetContent,setText,getText without suffix "Part" as this is marked with first parameter name.
SVN revision: 69476
2012-03-16 21:00:54 +00:00
Andreas Volz c4d68fda30 C function is void
SVN revision: 69475
2012-03-16 19:53:51 +00:00
Jiyoun Park c1f810afbc remove elm_toggle code.
because elm_toggle_XXX was deprecated
ust Elm_check


SVN revision: 69444
2012-03-16 03:04:10 +00:00
Jiyoun Park d840858aa0 remove deprecated code related with
elm_genlist_item_display_only_get/set
function


SVN revision: 69359
2012-03-15 08:38:49 +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
Andreas Volz dbf6abd624 - use names in Object fitting to C API
- save code by implementing functions correct in Object and removed from child classes

SVN revision: 69345
2012-03-14 22:03:46 +00:00
Jiyoun Park b10f21c0c7 remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
2012-03-14 11:13:24 +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
Jiyoun Park 1bb70e8266 remove deprecated code related with
elm_genlist_item_top_bring_in
elm_genlist_item_middle_bring_in
elm_genlist_item_middle_show
elm_genlist_item_top_show
function.


SVN revision: 69282
2012-03-13 05:46:23 +00:00
Jiyoun Park c3025969d9 remove deprecated code related with
elm_icon_scale_set/get
elm_icon_preload_set
function.


SVN revision: 69278
2012-03-13 01:47:36 +00:00
Jiyoun Park 0c35904536 remove deprecated code related with
elm_image_scale_set/get
function.


SVN revision: 69277
2012-03-13 01:41:02 +00:00
Jiyoun Park ed3ef36779 remove deprecated code related with
elm_win_transparent_XXX
function.


SVN revision: 69240
2012-03-12 10:03:38 +00:00
Jiyoun Park df780286e3 modify deprecated code related with
elm_bubble_corner_set
function


SVN revision: 69228
2012-03-12 08:07:27 +00:00
Jiyoun Park 86a1167289 remove deprecated code related with
elm_all_flush 
function.


SVN revision: 69222
2012-03-12 07:03:12 +00:00
Andreas Volz bcee99c26c delete header reference
SVN revision: 69180
2012-03-10 20:42:26 +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 4ce0fdc63e remove code related with
elm_list_item_disabled
elm_list_item_XXX
which was deprecated


SVN revision: 69109
2012-03-09 15:03:18 +00:00
Jiyoun Park 5d28ca6a15 remove code related with elm_slider_label
which was deprecated


SVN revision: 69101
2012-03-09 13:06:05 +00:00
Jiyoun Park fa5d616e43 remove code related with elm_scroller_content
which was deprecated


SVN revision: 69095
2012-03-09 11:55:26 +00:00
Jiyoun Park 59428b9e66 remove code related with elm_radio_label_XXX & elm_radio_icon_XXX
which was deprecated


SVN revision: 69092
2012-03-09 11:38:45 +00:00
Jiyoun Park 59024ba617 remove code related with elm_progressbar_label_XXX & elm_progressbar_icon_XXX
which was deprecated


SVN revision: 69091
2012-03-09 11:33:06 +00:00
Jiyoun Park 9ed4aebcb3 remove code related with elm_panel_content_XXX
which was deprecated


SVN revision: 69090
2012-03-09 11:26:41 +00:00
Jiyoun Park 21cc740e22 remove deprecated function related with elm_layout_XXX
SVN revision: 69083
2012-03-09 09:28:04 +00:00
Andreas Volz 6b0ff06478 removed things renamed in C API => need to fix this later!
SVN revision: 69071
2012-03-08 21:36:33 +00:00
Jiyoun Park 0ac1df6dd1 remove deprecated function related with elm_genlist_item
SVN revision: 68837
2012-03-06 15:04:55 +00:00
Jiyoun Park cd1a00b13e remove deprecated code related with elm_frame_label_get/set
and elm_frame_content_set


SVN revision: 68833
2012-03-06 14:14:57 +00:00
Jiyoun Park cce5259216 remove deprecated code related with elm_check_icon_set/get/unset
SVN revision: 68796
2012-03-06 09:10:38 +00:00
Jiyoun Park c92ced8fee remove deprecated code related with elm_button_icon_set/get
SVN revision: 68791
2012-03-06 08:50:25 +00:00