Commit Graph

89 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Andreas Volz 48b1712f2b compiles and works
SVN revision: 64791
2011-11-05 20:28:26 +00:00
Andreas Volz 2e65e2d4d5 compiles with new API and new classes - not yet tested...
SVN revision: 64790
2011-11-05 20:16:28 +00:00
Andreas Volz e0101a9699 comment
SVN revision: 64789
2011-11-05 19:54:18 +00:00
Andreas Volz 6d22230e79 follow C API
SVN revision: 64788
2011-11-05 19:45:19 +00:00
Daniel Juyung Seo cf664855f7 elm list: Changed elm_list_item_base_get() to elm_list_item_object_get() like other widgets such as gengrid/menu/genlist/slideshow/segment_control.
I also changed all related code in trunk.
Deprecated elm_list_item_base_get(). I will remove this later.


SVN revision: 62730
2011-08-23 16:55:28 +00:00
Daniel Juyung Seo 78a9e1f9ea cxx elementaryxx: Applied elementary changes. elm_{widget}_label_get/set -> elm_object_text_get/set.
SVN revision: 62568
2011-08-18 14:51:28 +00:00
Daniel Juyung Seo 0fb505b217 Applied elm_object_focus() -> elm_object_focus_set() change to some
apps and libraries.


SVN revision: 62436
2011-08-14 08:39:30 +00:00
Boris Faure 0ab38e0604 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Daniel Juyung Seo 1cdd15b59a BINDINGS/cxx/elementaryxx: Applied elm_entry API changes. Fixed build
break.


SVN revision: 59316
2011-05-11 06:28:37 +00:00
Daniel Juyung Seo 3eb559d0ba BINDINGS: Applied elementary API changes.
Existing APIs are there for bindings. Added new APIs. This is a
binding fix for
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32401.html.


SVN revision: 59259
2011-05-07 08:09:29 +00:00
Daniel Juyung Seo 29bb490bae BINDINGS/cxx elementaryxx: Applied "clicked" signal name change for list/genlist.
SVN revision: 58636
2011-04-13 13:29:54 +00:00
Daniel Juyung Seo 7c9844d341 From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel] [Patch] Tree support for
elm_genlist_item_insert_before/after() APIs

I added tree feature support to
elm_genlist_item_insert_before/after() APIs.

This patch assumes that the previous patch, '[E-devel] [Patch] Tree
support
for elm_genlist_item_prepend() API.', is already applied to upstream.
So this patch does not include the changes of the previous patch.

This patch includes API break. I added parent parameter.
To support genlist group index feature, it should have a parent
parameter
like elm_genlist_item_append/prepend() do.
Raster already agreed to this API break.
I or my co-worker will introduce genlist group index feature today.
But for the reviewer's convenience, I separated this patch.

- 001.elm_genlist.patch.txt
   Patch for src/lib/elm_genlist.c
- 002.elm_genlist.patch.txt
   Patch for src/lib/Elementary.h.in, src/bin/test_genlist.c
- 003.elm_genlist.patch.txt
   Due to API break, I changes other EFL libraries and applications on SVN. 



SVN revision: 55869
2011-01-05 06:03:43 +00:00