Commit Graph

321 Commits

Author SHA1 Message Date
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
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
Jiyoun Park 291ae9ceb7 remove deprecated code related with elm_bubble and elm_bg_overlay.
SVN revision: 68775
2012-03-06 06:54:02 +00:00
Jiyoun Park 1488c68416 modify code related elm_hoversel_label and icon(deprecated function)
SVN revision: 68689
2012-03-05 10:04:53 +00:00
Jiyoun Park 262e78a6af remove deprecated function related with
anchorview and block's text set/get


SVN revision: 68451
2012-02-26 12:05:28 +00:00
Jiyoun Park 219b51f861 change binding using elm_genlist instead of elm_gen
elm gen was deprecated


SVN revision: 68061
2012-02-17 09:14:02 +00:00
Andreas Volz 51245f4cda wrap some more of elementary API to C++ wrapper
SVN revision: 67704
2012-02-05 21:00:31 +00:00
Andreas Volz 460b35fe6f API typo
SVN revision: 67611
2012-01-30 22:03:22 +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 2258f4642e BINDINGS/cxx: Added .gitignore
SVN revision: 67367
2012-01-20 02:31:37 +00:00
ChunEon Park 9e085ddc95 BINDINGS/python,cxx,perl,vala - Elm_List_Item -> Elm_Object_Item
SVN revision: 67114
2012-01-12 05:13:20 +00:00
Martin Jansa f663bc1480 replace remaining delete-request usages with delete,request which is emited by elm_win, update focus callback names in comments too
Signed-Off-By: Martin Jansa <martin.jansa@gmail.com>



SVN revision: 66729
2012-01-02 05:38:18 +00:00
Andreas Volz 6aef031f8f ups, forgot to add
SVN revision: 66612
2011-12-28 17:57:28 +00:00
Andreas Volz bd74e6b4a4 ups, forgot to commit a file - nobody noticed :-( - good choose to build now daily on launchpad...
SVN revision: 66576
2011-12-27 17:53:29 +00:00
Andreas Volz f191ecb88e use 1.4.0
SVN revision: 66302
2011-12-17 10:03:32 +00:00
Andreas Volz 3748a27f5d no more need for esmartxx -> removed
SVN revision: 66161
2011-12-13 13:01:53 +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 319fec89d1 - some namespace problems
- commit a workaround that prevents to delete(this) an object; need to do more debugging with this design. Something is wrong!


SVN revision: 65926
2011-12-05 23:44:56 +00:00
Andreas Volz 464a12d970 fixed stupid search&replace bug
SVN revision: 65925
2011-12-05 23:36:43 +00:00
Andreas Volz f06b476347 includes
SVN revision: 65919
2011-12-05 20:59:52 +00:00
Daniel Juyung Seo a4078829c8 BINDINGS/cxx elementaryxx: Applied recent gen/gengrid/genlist api
changes.


SVN revision: 65748
2011-12-01 05:38:35 +00:00
Andreas Volz 3d921de346 API
SVN revision: 65287
2011-11-16 07:02:05 +00:00
Andreas Volz 1260f6e706 many small pending changes
SVN revision: 65200
2011-11-14 21:31:44 +00:00