Commit Graph

84 Commits

Author SHA1 Message Date
Andreas Volz 429212c67e change List reference parameter to pointer 2016-03-26 14:11:14 +01: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 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 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 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
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
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 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 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 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