Commit Graph

8733 Commits

Author SHA1 Message Date
Jaehyun Cho db2d711d64 [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
2013-10-17 01:19:40 +09:00
Daniel Juyung Seo cdd5ab5ec9 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'.
2013-10-16 22:30:32 +09:00
Carsten Haitzler ad434a0994 tooltips - fix show to be at end just to be cleaner. 2013-10-16 21:29:22 +09:00
Carsten Haitzler 6da4e97e3f ctxpopup - fix double show emit. 2013-10-16 20:17:57 +09:00
Yakov Goldberg dedf9648c5 progressbar: fix doxygen 2013-10-15 17:03:26 +03:00
Carsten Haitzler 8051ee206f elm - entry magnifier - should be elm namespaced. 2013-10-15 13:00:44 +09:00
ChunEon Park d65b1406fa elementary/entry - filled a missed smart callback in the doc. 2013-10-15 02:11:42 +09:00
Daniel Juyung Seo 02bf8adc6e 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.
2013-10-14 21:38:58 +09:00
Niraj Kumar 248f1490fd 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
2013-10-14 20:13:38 +09:00
Daniel Juyung Seo 1ae61021ec Author: Added Amitesh Singh as an author of elm as he is worth it. 2013-10-14 19:18:29 +09:00
Amitesh Singh 9eb1b1f65e 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
2013-10-14 19:12:32 +09:00
Daniel Juyung Seo 6397761c6a 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.
2013-10-14 19:12:32 +09:00
Carsten Haitzler 1c13965658 fix signal callback handling to listen to * for namespacing change to elm 2013-10-14 17:34:26 +09:00
Daniel Juyung Seo 07136563ea elc_hoversel: Support elm_object_item_signal_emit() in hoversel.
This works only when the item is actually created by clicking the hover button.
2013-10-14 13:56:27 +09:00
Ryuan Choi 4314560b49 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
2013-10-14 01:04:01 +09:00
Daniel Juyung Seo e23e151242 elc_popup.c: fixed up signal names according to the latest change.
This is a continuous job of raster's change, f9adb79740555c8e39e9d32ff2a755693dbea8dc.
2013-10-12 14:11:07 +09:00
Daniel Juyung Seo 0f4d70e662 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.
2013-10-12 14:08:55 +09:00
Ryuan Choi bdab578c1a 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.
2013-10-11 22:05:21 +09:00
ChunEon Park 787eddd3c4 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. 2013-10-10 19:58:42 +09:00
Daniel Juyung Seo aec82fe17a elm_flipselector.h: Added more description about event_info parameter for flipselector selected smart callback. 2013-10-10 18:47:18 +09:00
Daniel Juyung Seo 22768fde75 elc_naviframe_common.h: Fixed a typo. 2013-10-10 09:00:31 +09:00
ChunEon Park 77d336b3fb elementary/scroller - --duplicated compare. 2013-10-09 23:29:35 +09:00
ChunEon Park cd3f781309 elementary - updated launcher 2 test case.
arrange the default window/scroller page size fitted to the one page size.
2013-10-09 21:53:15 +09:00
Daniel Juyung Seo 422728a8d2 elm_access.c: Removed dead code.
ho cannot be null.
This fixes coverity CID 1046506.
2013-10-08 19:57:42 +09:00
Stefan Schmidt e42eedf44c 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
2013-10-08 10:56:49 +01:00
deasung.kim 34d32ef9cf ctxpopup: fix elm_object_content_unset didn't unpack content from box
Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D261
2013-10-08 15:41:06 +09:00
Daniel Juyung Seo 1eb4b8d9e1 elm_cnp.c: Did a subtle code cleanup.
savedtypes.imgfile should not be null logically or this function should have been returned in advance.
2013-10-08 00:08:21 +09:00
Daniel Juyung Seo e9f6a91ff8 elm_cnp.c: removed unused pointer value and initialized some local variables.
This fixes coverity CID 1102548, 1102553, and 1102554.
2013-10-08 00:03:05 +09:00
Daniel Juyung Seo c8a7eded6b 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.
2013-10-07 23:38:30 +09:00
ChunEon Park bcba80bbc3 elementary/scroller - set the NULL to not access dangling pointer after deleting animator. 2013-10-06 23:35:51 +09:00
Ryuan Choi 5125eed486 popup.edc: Follow new namespace.
Since 7b7c2275, popup style is broken so buttons are not drawn using default theme.
2013-10-06 12:37:13 +09:00
Carsten Haitzler 95fdc9cc88 fix up namespace for many signal while keeping old versions for compat 2013-10-05 21:35:27 +09:00
Carsten Haitzler 48d42f9f87 write down the breaks. 2013-10-05 19:06:05 +09:00
maxerba d42f09b369 Adding italian entry in desktop file 2013-10-05 11:20:15 +02:00
Daniel Juyung Seo 3a10554b11 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.
2013-10-05 17:59:58 +09:00
Daniel Juyung Seo c40fbd89b8 elm: Use ELM_LAYOUT_DATA_GET convenient macro instead of calling eo_data_scope_get(obj, ELM_OBJ_LAYOUT_CLASS). 2013-10-05 17:29:13 +09:00
Daniel Juyung Seo 6ccf0b5b21 elm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for timer/animator's callbacks return value. 2013-10-05 17:25:22 +09:00
Daniel Juyung Seo 252ec02cc2 elm_win.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:22:41 +09:00
Daniel Juyung Seo 408f59f2bb elm_web.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:22:32 +09:00
Daniel Juyung Seo 6e241b2120 all: Applied ELM_WIDGET_DATA_GET_OR_RETURN macro to more widgets. 2013-10-05 17:17:12 +09:00
Daniel Juyung Seo b813cec72a elm_web2.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:16:05 +09:00
Daniel Juyung Seo 302f740d6e elm_video.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:16:02 +09:00
Daniel Juyung Seo e82477ab29 elm_toolbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:58 +09:00
Daniel Juyung Seo b76f4b9e2e elm_thumb.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:56 +09:00
Daniel Juyung Seo f23e09d451 elm_spinner.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:53 +09:00
Daniel Juyung Seo 152bb8242b elm_slideshow.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:49 +09:00
Daniel Juyung Seo 3b2c52c711 elm_slider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:46 +09:00
Daniel Juyung Seo e75aec5a24 elm_separator.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:43 +09:00
Daniel Juyung Seo 4774e07e4c elm_segment_control.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:37 +09:00
Daniel Juyung Seo 6b101a10f1 elm_scroller.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro. 2013-10-05 17:15:27 +09:00