Commit Graph

298 Commits

Author SHA1 Message Date
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 1c42f00980 examples compile again against renamed Evas sizing API
SVN revision: 79522
2012-11-21 20:38:54 +00:00
Andreas Volz c8d7b03922 changed API to sound more logic. Bad thing is this are often used APIs. Have to adjust all example code.
SVN revision: 79521
2012-11-21 20:30:03 +00:00
Andreas Volz 1ddc136557 set/get typo
SVN revision: 79520
2012-11-21 20:18:59 +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 8503a93263 ups, should be get not set
SVN revision: 79407
2012-11-17 14:15:53 +00:00
Andreas Volz a17761357e remove odl file
SVN revision: 79406
2012-11-17 13:43:11 +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 ac63ca43e8 Now possible to construct Einaxx::List from a Eina_List*
SVN revision: 79401
2012-11-16 21:54:19 +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 f4155797a6 not sure why, but there was a compile problem. Just commented it out and will later look into...
SVN revision: 78898
2012-11-04 12:07:09 +00:00
Andreas Volz 3835fd7284 build again
SVN revision: 77230
2012-09-30 22:37:16 +00:00
Andreas Volz 0e5cbbfe2d - changed to elm API without "Part" suffix
- removed toggle example

SVN revision: 69477
2012-03-16 21:02:58 +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
ChunEon Park 1d766c0cab BINDINGS/cxx - removed remained pager codes
SVN revision: 69466
2012-03-16 17:20:00 +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 614624a460 compile against current elmxx API
SVN revision: 69347
2012-03-14 22:19:42 +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
Andreas Volz a09d52a006 - compile again after API change => TODO FIXME correct
SVN revision: 69165
2012-03-10 09:15:47 +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