platform/upstream/efl.git
11 years agotest_fileselector.c: Internal refactoring.
Daniel Juyung Seo [Thu, 17 Oct 2013 06:37:34 +0000 (15:37 +0900)]
test_fileselector.c: Internal refactoring.

- Splitted one big function into three small functions.
- Used frame to look nicer.
- Used radio for mode change.

11 years agoelm_thumb.c: Refactoring. Now thumb inherits layout.
Daniel Juyung Seo [Thu, 17 Oct 2013 05:26:37 +0000 (14:26 +0900)]
elm_thumb.c: Refactoring. Now thumb inherits layout.

11 years agoelm: Removed unnecessary local variable in sizing_eval.
Daniel Juyung Seo [Thu, 17 Oct 2013 05:18:22 +0000 (14:18 +0900)]
elm: Removed unnecessary local variable in sizing_eval.

11 years agoMultiple selection support in fileselector
Ryuan Choi [Thu, 17 Oct 2013 02:04:57 +0000 (11:04 +0900)]
Multiple selection support in fileselector

Summary: Multiple selection support in fileselector

Reviewers: seoz

Reviewed By: seoz

CC: seoz
Differential Revision: https://phab.enlightenment.org/D207

11 years ago[elm_widget] Enable not to add resize object to or delete resize object from sub...
Jaehyun Cho [Wed, 16 Oct 2013 15:54:54 +0000 (00:54 +0900)]
[elm_widget] Enable not to add resize object to or delete resize object from sub object when the resize object is set.

Summary: Add one more argument, 'Eina_Bool sub_object' to elm_widget_resize_object_set. If the argument, 'sub_object' is set as EINA_TRUE, the new resize object is added to the sub object and the previous resize object is deleted from the sub object.

Reviewers: Hermet, seoz

CC: Jaehyun_Cho, seoz, raster
Differential Revision: https://phab.enlightenment.org/D265

11 years agoprogressbar: Swaped the layer of 'progress' and 'progress1'.
Daniel Juyung Seo [Wed, 16 Oct 2013 13:28:55 +0000 (22:28 +0900)]
progressbar: Swaped the layer of 'progress' and 'progress1'.

- 'progress' is the main progress so it should be on top.
- 'progress' should move slower than 'progress1' in the example.
- Changed the name of multi progress image name from 'recording' to 'double'.

11 years agotooltips - fix show to be at end just to be cleaner.
Carsten Haitzler (Rasterman) [Wed, 16 Oct 2013 12:29:22 +0000 (21:29 +0900)]
tooltips - fix show to be at end just to be cleaner.

11 years agoctxpopup - fix double show emit.
Carsten Haitzler (Rasterman) [Wed, 16 Oct 2013 11:17:57 +0000 (20:17 +0900)]
ctxpopup - fix double show emit.

11 years agoprogressbar: fix doxygen
Yakov Goldberg [Tue, 15 Oct 2013 14:02:31 +0000 (17:02 +0300)]
progressbar: fix doxygen

11 years agoelm - entry magnifier - should be elm namespaced.
Carsten Haitzler (Rasterman) [Tue, 15 Oct 2013 04:00:25 +0000 (13:00 +0900)]
elm - entry magnifier - should be elm namespaced.

11 years agoelementary/entry - filled a missed smart callback in the doc.
ChunEon Park [Mon, 14 Oct 2013 17:11:42 +0000 (02:11 +0900)]
elementary/entry - filled a missed smart callback in the doc.

11 years agoelm_genlist.h: added 'full' style documentation.
Daniel Juyung Seo [Mon, 14 Oct 2013 11:33:58 +0000 (20:33 +0900)]
elm_genlist.h: added 'full' style documentation.

- 'full' style is so useful, it needs to have a documentation.
- Do not use @ for 'since' in this case. That will cause line break and looks ugly.
- reminded by ccxwrk.

11 years agotest_progress.c: Added new test case for vertical progress status
Niraj Kumar [Mon, 14 Oct 2013 10:38:19 +0000 (19:38 +0900)]
test_progress.c: Added new test case for vertical progress status

Summary: Added new test case for vertical progress status .This would be visible under Progressbar 2 elementary test

Reviewers: seoz, singh.amitesh

Differential Revision: https://phab.enlightenment.org/D233

11 years agoAuthor: Added Amitesh Singh as an author of elm as he is worth it.
Daniel Juyung Seo [Mon, 14 Oct 2013 10:18:19 +0000 (19:18 +0900)]
Author: Added Amitesh Singh as an author of elm as he is worth it.

11 years agoelm_thumb.c: focus/unfocused support in thumb.
Amitesh Singh [Mon, 14 Oct 2013 10:10:44 +0000 (19:10 +0900)]
elm_thumb.c: focus/unfocused support in thumb.

This feature is enabled only when the user enalbed focus support manually for thumb.

Reviewers: seoz

Differential Revision: https://phab.enlightenment.org/D241

11 years agoelm_test: Fixed formatting. tab to space.
Daniel Juyung Seo [Mon, 14 Oct 2013 05:40:35 +0000 (14:40 +0900)]
elm_test: Fixed formatting. tab to space.

Changed tab to space before working on the code.
Kinda surprised by the number of tabs we had.

11 years agofix signal callback handling to listen to * for namespacing change to elm
Carsten Haitzler (Rasterman) [Mon, 14 Oct 2013 08:34:26 +0000 (17:34 +0900)]
fix signal callback handling to listen to * for namespacing change to elm

11 years agoelc_hoversel: Support elm_object_item_signal_emit() in hoversel.
Daniel Juyung Seo [Mon, 14 Oct 2013 04:53:27 +0000 (13:53 +0900)]
elc_hoversel: Support elm_object_item_signal_emit() in hoversel.

This works only when the item is actually created by clicking the hover button.

11 years agopopup: Change the behavior of adding or removing buttons.
Ryuan Choi [Sun, 13 Oct 2013 15:57:42 +0000 (00:57 +0900)]
popup: Change the behavior of adding or removing buttons.

Summary:
Although user should give the position of button such as button1, current elm_popup
changes button's position or style as the number of buttons while adding or removing
buttons.

So, when application developers add buttons as wrong order or removed buttons,
applications may be crashed.

This patch refactored the behavior not to change the position intended by application
developer.

Test Plan: added new test case to test_popup.

Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D259

11 years agoelc_popup.c: fixed up signal names according to the latest change.
Daniel Juyung Seo [Sat, 12 Oct 2013 05:10:16 +0000 (14:10 +0900)]
elc_popup.c: fixed up signal names according to the latest change.

This is a continuous job of raster's change, f9adb79740555c8e39e9d32ff2a755693dbea8dc.

11 years agopopup.edc: unbork default popup for the moment.
Daniel Juyung Seo [Sat, 12 Oct 2013 04:13:13 +0000 (13:13 +0900)]
popup.edc: unbork default popup for the moment.

This was broken by raster's recent popup theme api break.
Even though default theme will be replaced by dark theme, I will keep default theme working.

11 years agoelm_win: Fixed warning after 99ab56d5
Ryuan Choi [Fri, 11 Oct 2013 12:52:15 +0000 (21:52 +0900)]
elm_win: Fixed warning after 99ab56d5

ELM_WIDGET_SUB_ID_THEME needs to return Eina_Bool.
In addition, calls the super function of ELM_WIDGET_SUB_ID_THEME.

Reproduce step is changing profile in elementary_config.

11 years agoelementary/scroller - fix the scroller to locate the current page correctly in case...
ChunEon Park [Thu, 10 Oct 2013 10:58:01 +0000 (19:58 +0900)]
elementary/scroller - fix the scroller to locate the current page correctly in case that the scroller is suddenly resized and then the drag couldn't capture the page location.

11 years agoelm_flipselector.h: Added more description about event_info parameter for flipselecto...
Daniel Juyung Seo [Thu, 10 Oct 2013 09:47:18 +0000 (18:47 +0900)]
elm_flipselector.h: Added more description about event_info parameter for flipselector selected smart callback.

11 years agoelc_naviframe_common.h: Fixed a typo.
Daniel Juyung Seo [Thu, 10 Oct 2013 00:00:08 +0000 (09:00 +0900)]
elc_naviframe_common.h: Fixed a typo.

11 years agoelementary/scroller - --duplicated compare.
ChunEon Park [Wed, 9 Oct 2013 14:29:35 +0000 (23:29 +0900)]
elementary/scroller - --duplicated compare.

11 years agoelementary - updated launcher 2 test case.
ChunEon Park [Wed, 9 Oct 2013 12:50:16 +0000 (21:50 +0900)]
elementary - updated launcher 2 test case.

arrange the default window/scroller page size fitted to the one page size.

11 years agoelm_access.c: Removed dead code.
Daniel Juyung Seo [Tue, 8 Oct 2013 10:57:40 +0000 (19:57 +0900)]
elm_access.c: Removed dead code.

ho cannot be null.
This fixes coverity CID 1046506.

11 years agoelm_layout: Remove now superfluous NULL check.
Stefan Schmidt [Tue, 8 Oct 2013 09:54:57 +0000 (10:54 +0100)]
elm_layout: Remove now superfluous NULL check.

After switching to ELM_WIDGET_DATA_GET_OR_RETURN this NULL check is no
longer needed.

CID: 1102552

11 years agoctxpopup: fix elm_object_content_unset didn't unpack content from box
deasung.kim [Tue, 8 Oct 2013 06:41:06 +0000 (15:41 +0900)]
ctxpopup: fix elm_object_content_unset didn't unpack content from box

Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D261

11 years agoelm_cnp.c: Did a subtle code cleanup.
Daniel Juyung Seo [Mon, 7 Oct 2013 15:08:19 +0000 (00:08 +0900)]
elm_cnp.c: Did a subtle code cleanup.

savedtypes.imgfile should not be null logically or this function should have been returned in advance.

11 years agoelm_cnp.c: removed unused pointer value and initialized some local variables.
Daniel Juyung Seo [Mon, 7 Oct 2013 15:03:05 +0000 (00:03 +0900)]
elm_cnp.c: removed unused pointer value and initialized some local variables.

This fixes coverity CID 1102548, 1102553, and 1102554.

11 years agoelm_spinner.c: call _value_set after resetting spin timer.
Daniel Juyung Seo [Mon, 7 Oct 2013 14:38:28 +0000 (23:38 +0900)]
elm_spinner.c: call _value_set after resetting spin timer.

There is a chance that spin timer is deleted in _value_set() by any chance.
So reset the spin timer and call _value_set after that.
Special thanks to Shilpa.

11 years agoelementary/scroller - set the NULL to not access dangling pointer after deleting...
ChunEon Park [Sun, 6 Oct 2013 14:35:51 +0000 (23:35 +0900)]
elementary/scroller - set the NULL to not access dangling pointer after deleting animator.

11 years agopopup.edc: Follow new namespace.
Ryuan Choi [Sun, 6 Oct 2013 03:37:13 +0000 (12:37 +0900)]
popup.edc: Follow new namespace.

Since 7b7c2275, popup style is broken so buttons are not drawn using default theme.

11 years agofix up namespace for many signal while keeping old versions for compat
Carsten Haitzler (Rasterman) [Sat, 5 Oct 2013 12:35:27 +0000 (21:35 +0900)]
fix up namespace for many signal while keeping old versions for compat

11 years agowrite down the breaks.
Carsten Haitzler (Rasterman) [Sat, 5 Oct 2013 10:06:05 +0000 (19:06 +0900)]
write down the breaks.

11 years agoAdding italian entry in desktop file
maxerba [Sat, 5 Oct 2013 09:20:15 +0000 (11:20 +0200)]
Adding italian entry in desktop file

11 years agoelm_layout: Internal refactoring about layout frozen check.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:59:58 +0000 (17:59 +0900)]
elm_layout: Internal refactoring about layout frozen check.

1. Moved frozen variable to more proper position. Elm_Widget_Smart_Data -> Elm_Layout_Smart_Data.
2. Check frozen at one place. This makes codes cleaner and reduces human mistakes.

11 years agoelm: Use ELM_LAYOUT_DATA_GET convenient macro instead of calling eo_data_scope_get...
Daniel Juyung Seo [Sat, 5 Oct 2013 08:29:13 +0000 (17:29 +0900)]
elm: Use ELM_LAYOUT_DATA_GET convenient macro instead of calling eo_data_scope_get(obj, ELM_OBJ_LAYOUT_CLASS).

11 years agoelm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for timer/animator's callbac...
Daniel Juyung Seo [Sat, 5 Oct 2013 08:25:22 +0000 (17:25 +0900)]
elm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for timer/animator's callbacks return value.

11 years agoelm_win.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:22:41 +0000 (17:22 +0900)]
elm_win.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_web.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:22:32 +0000 (17:22 +0900)]
elm_web.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoall: Applied ELM_WIDGET_DATA_GET_OR_RETURN macro to more widgets.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:55 +0000 (17:16 +0900)]
all: Applied ELM_WIDGET_DATA_GET_OR_RETURN macro to more widgets.

11 years agoelm_web2.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:05 +0000 (17:16 +0900)]
elm_web2.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_video.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:02 +0000 (17:16 +0900)]
elm_video.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_toolbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:58 +0000 (17:15 +0900)]
elm_toolbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_thumb.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:56 +0000 (17:15 +0900)]
elm_thumb.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_spinner.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:53 +0000 (17:15 +0900)]
elm_spinner.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_slideshow.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:49 +0000 (17:15 +0900)]
elm_slideshow.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_slider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:46 +0000 (17:15 +0900)]
elm_slider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_separator.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:43 +0000 (17:15 +0900)]
elm_separator.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_segment_control.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:37 +0000 (17:15 +0900)]
elm_segment_control.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_scroller.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:27 +0000 (17:15 +0900)]
elm_scroller.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_radio.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:22 +0000 (17:15 +0900)]
elm_radio.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_progressbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:19 +0000 (17:15 +0900)]
elm_progressbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_prefs.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:16 +0000 (17:15 +0900)]
elm_prefs.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_plug.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:13 +0000 (17:15 +0900)]
elm_plug.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_photocam.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:09 +0000 (17:15 +0900)]
elm_photocam.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_photo.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:06 +0000 (17:15 +0900)]
elm_photo.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_panes.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:03 +0000 (17:15 +0900)]
elm_panes.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_panel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:00 +0000 (17:15 +0900)]
elm_panel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_menu.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:55 +0000 (17:14 +0900)]
elm_menu.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_mapbuf.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:52 +0000 (17:14 +0900)]
elm_mapbuf.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_map.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:50 +0000 (17:14 +0900)]
elm_map.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_list.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:47 +0000 (17:14 +0900)]
elm_list.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_label.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:43 +0000 (17:14 +0900)]
elm_label.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_inwin.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:40 +0000 (17:14 +0900)]
elm_inwin.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_index.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:38 +0000 (17:14 +0900)]
elm_index.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_hover.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:35 +0000 (17:14 +0900)]
elm_hover.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_grid.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:31 +0000 (17:14 +0900)]
elm_grid.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_glview.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:28 +0000 (17:14 +0900)]
elm_glview.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_genlist.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:25 +0000 (17:14 +0900)]
elm_genlist.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_gengrid.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:21 +0000 (17:14 +0900)]
elm_gengrid.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_frame.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:19 +0000 (17:14 +0900)]
elm_frame.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_flipselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:15 +0000 (17:14 +0900)]
elm_flipselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_entry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:12 +0000 (17:14 +0900)]
elm_entry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_diskselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:08 +0000 (17:14 +0900)]
elm_diskselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_dayselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:03 +0000 (17:14 +0900)]
elm_dayselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_datetime.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:14:00 +0000 (17:14 +0900)]
elm_datetime.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_conform.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:57 +0000 (17:13 +0900)]
elm_conform.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_colorselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:53 +0000 (17:13 +0900)]
elm_colorselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_clock.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:50 +0000 (17:13 +0900)]
elm_clock.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_check.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:47 +0000 (17:13 +0900)]
elm_check.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_calendar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:43 +0000 (17:13 +0900)]
elm_calendar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:39 +0000 (17:13 +0900)]
elm_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_bubble.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:35 +0000 (17:13 +0900)]
elm_bubble.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_box.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:31 +0000 (17:13 +0900)]
elm_box.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_bg.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:27 +0000 (17:13 +0900)]
elm_bg.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_actionslider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:23 +0000 (17:13 +0900)]
elm_actionslider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelm_access.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:18 +0000 (17:13 +0900)]
elm_access.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_popup.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:14 +0000 (17:13 +0900)]
elc_popup.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_player.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:13:09 +0000 (17:13 +0900)]
elc_player.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_naviframe.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:56 +0000 (17:12 +0900)]
elc_naviframe.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_multibuttonentry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:50 +0000 (17:12 +0900)]
elc_multibuttonentry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_hoversel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:44 +0000 (17:12 +0900)]
elc_hoversel.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_fileselector_entry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:27 +0000 (17:12 +0900)]
elc_fileselector_entry.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_fileselector_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:19 +0000 (17:12 +0900)]
elc_fileselector_button.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_fileselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:12:11 +0000 (17:12 +0900)]
elc_fileselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.

11 years agoelc_ctxpopup.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:11:57 +0000 (17:11 +0900)]
elc_ctxpopup.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.