platform/upstream/elementary.git
11 years agotest_index.c: added index omit feature enable, disable option.
Daniel Juyung Seo [Thu, 18 Apr 2013 18:03:58 +0000 (03:03 +0900)]
test_index.c: added index omit feature enable, disable option.

11 years agoelm_index.h: added missing 'since' description. fixed documentation.
Daniel Juyung Seo [Thu, 18 Apr 2013 17:48:32 +0000 (02:48 +0900)]
elm_index.h: added missing 'since' description. fixed documentation.

11 years agotest_hoversel.c: fixed wrong use case.
Daniel Juyung Seo [Thu, 18 Apr 2013 08:12:27 +0000 (17:12 +0900)]
test_hoversel.c: fixed wrong use case.

Do not set window resize object here and there.
Use elm_win_resize_object_add() only when you intended and needed.

11 years agoconfig.c: Set the minimum scroll acceleration weight to 1.0.
Daniel Juyung Seo [Thu, 18 Apr 2013 04:16:58 +0000 (13:16 +0900)]
config.c: Set the minimum scroll acceleration weight to 1.0.

Having weight less than 1.0 doesn't make any sense.

11 years agonaviframe.edc: added comments for ambigous alias.
Daniel Juyung Seo [Thu, 18 Apr 2013 03:51:17 +0000 (12:51 +0900)]
naviframe.edc: added comments for ambigous alias.

This was added for the backward compatibility.
I can't find any use case for these aliases but we can't remove it because this was included in the released elementary.

11 years agotest_clock.c : Improve API use case.
Ryuan Choi [Thu, 18 Apr 2013 03:30:58 +0000 (12:30 +0900)]
test_clock.c : Improve API use case.

1. Calls elm_clock_edit_mode_set to change edit mode.
2. Fixed switch indentation.
3. Print more usefull description for 'Next API function'

11 years ago[access] reset access info callback function, if access info data is set
Shinwoo Kim [Thu, 18 Apr 2013 02:01:20 +0000 (11:01 +0900)]
[access] reset access info callback function, if access info data is set

11 years ago[access] add elm_access_action(), elm_access_action_cb_set()
Shinwoo Kim [Thu, 18 Apr 2013 01:52:01 +0000 (10:52 +0900)]
[access] add elm_access_action(), elm_access_action_cb_set()

11 years agoelm_list.h: added documentations for label parameter of item insertion.
Daniel Juyung Seo [Wed, 17 Apr 2013 17:50:39 +0000 (02:50 +0900)]
elm_list.h: added documentations for label parameter of item insertion.

The label parameter is copied inside the list. So if an application dynamically
allocated the label, the application should free the label after tem insertion
call.

11 years agoelm_config.h: fixed formatting.
Daniel Juyung Seo [Wed, 17 Apr 2013 17:18:47 +0000 (02:18 +0900)]
elm_config.h: fixed formatting.

1. fixed wrong documentation space.
2. removed trailing whitespaces.
3. removed unnecessary lines.

11 years agoRevert "I removed it->generation, sd->generation, it->walking, sd->walking"
Daniel Juyung Seo [Wed, 17 Apr 2013 16:30:34 +0000 (01:30 +0900)]
Revert "I removed it->generation, sd->generation, it->walking, sd->walking"

This patch broke at least two stuffs:

1. item movement with key arrow
now up/down arrow scrolls genlist now move to upper/lower item.

2. item del routine.
item del callbacks are called twice LOL.
this also broke apps that use elm_fileselector_button which uses elm_genlist internally.

Once these are fixed and tested more, I will re-commit this.

This reverts commit cea8e755dbf9b062bb1e6d7a89fbf4c590b8f6b3.

11 years agotest_genlist.c: printed more information to reveal the bug of commit cea8e755dbf9b062...
Daniel Juyung Seo [Wed, 17 Apr 2013 16:08:13 +0000 (01:08 +0900)]
test_genlist.c: printed more information to reveal the bug of commit cea8e755dbf9b062bb1e6d7a89fbf4c590b8f6b3.

11 years agoRevert "elm_scroller.c: merged two eo_do calls into one to get the benefit of eo."
Daniel Juyung Seo [Wed, 17 Apr 2013 13:50:41 +0000 (22:50 +0900)]
Revert "elm_scroller.c: merged two eo_do calls into one to get the benefit of eo."

setter and getter should not be used at one eo_do() calls.

This reverts commit a05909cee056ef181abb6c0705b51d842cc4c991.

11 years agoelementary/naviframe - don't try to pop the naviframe item multiple times.
ChunEon Park [Wed, 17 Apr 2013 13:08:41 +0000 (22:08 +0900)]
elementary/naviframe - don't try to pop the naviframe item multiple times.

11 years ago[Scroller] changed acceleration constant values
Hosang Kim [Wed, 17 Apr 2013 12:46:21 +0000 (21:46 +0900)]
[Scroller] changed acceleration constant values

11 years ago[access] read at once
Shinwoo Kim [Wed, 17 Apr 2013 08:22:13 +0000 (17:22 +0900)]
[access] read at once

11 years agoMerge branch 'master' of ssh://git.enlightenment.org/core/elementary
Shinwoo Kim [Wed, 17 Apr 2013 07:40:55 +0000 (16:40 +0900)]
Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

11 years agoelm_index.c, elm_widget_index.h: flourish the internals of index.
Daniel Juyung Seo [Wed, 17 Apr 2013 06:11:00 +0000 (15:11 +0900)]
elm_index.c, elm_widget_index.h: flourish the internals of index.

1. added more internal documentation.
2. use EINA_TRUE/FALSE macro for Eina_Bool type.

11 years agoelm_index.c: Fixed warnings when closed elementary_test "Index horizontal".
Ryuan Choi [Wed, 17 Apr 2013 05:35:34 +0000 (14:35 +0900)]
elm_index.c: Fixed warnings when closed elementary_test "Index horizontal".

In _elm_index_smart_del, _item_free was called twice.
So this patch removed unnecessary _item_free() which called by elm_widget_item_del.

11 years agotest.c: use elementary_test eina log domain for elementary_test for a better debug.
Daniel Juyung Seo [Wed, 17 Apr 2013 05:16:47 +0000 (14:16 +0900)]
test.c: use elementary_test eina log domain for elementary_test for a better debug.

11 years agotest_list.c, test_genlist.c: fixed wrong edge,top/bottom/left/right smart callback...
Daniel Juyung Seo [Wed, 17 Apr 2013 05:15:19 +0000 (14:15 +0900)]
test_list.c, test_genlist.c: fixed wrong edge,top/bottom/left/right smart callback usecases.

1. use correct name: scroll,edge,top -> edge,top.
2. use edge callbacks in the right test case.

11 years agoelm_scroller.c: merged two eo_do calls into one to get the benefit of eo.
Daniel Juyung Seo [Tue, 16 Apr 2013 13:55:28 +0000 (22:55 +0900)]
elm_scroller.c: merged two eo_do calls into one to get the benefit of eo.

11 years agoelm_entry, elm_layout: fixed formatting.
Daniel Juyung Seo [Tue, 16 Apr 2013 13:55:00 +0000 (22:55 +0900)]
elm_entry, elm_layout: fixed formatting.

1. fixed formatting.
2. removed unnecessary lines.

11 years agoelm_layout.h: updated documentation.
Daniel Juyung Seo [Tue, 16 Apr 2013 13:15:08 +0000 (22:15 +0900)]
elm_layout.h: updated documentation.

11 years agoScroll to highlighted item in toolbar. This is related to ed93aa20588633d36bfcdf6e3b0...
Jaehwan Kim [Tue, 16 Apr 2013 12:06:11 +0000 (21:06 +0900)]
Scroll to highlighted item in toolbar. This is related to ed93aa20588633d36bfcdf6e3b093923be65f4d8.

11 years agoelm_entry.c: moved comments to a proper place.
Daniel Juyung Seo [Tue, 16 Apr 2013 11:05:04 +0000 (20:05 +0900)]
elm_entry.c: moved comments to a proper place.

11 years agoelementary/elm_entry : When entry is disabled, scrolling is also disabled.
WooHyun Jung [Tue, 16 Apr 2013 08:59:02 +0000 (17:59 +0900)]
elementary/elm_entry : When entry is disabled, scrolling is also disabled.

11 years agoInstall CMake config to the proper path
Igor Murzov [Sat, 13 Apr 2013 22:09:58 +0000 (02:09 +0400)]
Install CMake config to the proper path

11 years agogengrid.edc: clip the swallowed object when the object is too big to fit.
Daniel Juyung Seo [Tue, 16 Apr 2013 07:17:25 +0000 (16:17 +0900)]
gengrid.edc: clip the swallowed object when the object is too big to fit.

this should be applied to other SWALLOW parts if neccessary.

11 years agoelm_index: flourish it->select variable.
Daniel Juyung Seo [Tue, 16 Apr 2013 07:05:51 +0000 (16:05 +0900)]
elm_index: flourish it->select variable.

1. added a comments for it->select variable.
2. used EINA_TRUE/EINA_FALSE for Eina_Bool type.

11 years agoelm_interface_scrollable.c: fixed formatting.
Daniel Juyung Seo [Tue, 16 Apr 2013 06:50:58 +0000 (15:50 +0900)]
elm_interface_scrollable.c: fixed formatting.

11 years agoFix the policy is not changed when the theme is changed.
Jaehwan Kim [Tue, 16 Apr 2013 04:27:55 +0000 (13:27 +0900)]
Fix the policy is not changed when the theme is changed.
The "reload" signal from edc is necessary always.

11 years agoCurrently in entry, there is no callback for copy/cut context menu
Thiep Ha [Tue, 16 Apr 2013 04:16:44 +0000 (13:16 +0900)]
Currently in entry, there is no callback for copy/cut context menu
item click.
This patch adds callback for copy/cut context menu item click,
so that application developers can add their own processing for
copy/cut item click event.

11 years agoadd rect event swallow for panes so handle thumb can be affected by
Carsten Haitzler (Rasterman) [Mon, 15 Apr 2013 14:55:15 +0000 (23:55 +0900)]
add rect event swallow for panes so handle thumb can be affected by
finger size.

11 years ago[Toolbar] Add the feature for key events.
Jaehwan Kim [Mon, 15 Apr 2013 05:34:15 +0000 (14:34 +0900)]
[Toolbar] Add the feature for key events.

11 years agoremove support for now deprecated evas engines from elm win.
Carsten Haitzler (Rasterman) [Mon, 15 Apr 2013 03:04:43 +0000 (12:04 +0900)]
remove support for now deprecated evas engines from elm win.

11 years agoI removed it->generation, sd->generation, it->walking, sd->walking
Tae-Hwan Kim [Mon, 15 Apr 2013 03:00:43 +0000 (12:00 +0900)]
I removed it->generation, sd->generation, it->walking, sd->walking
flags.
This flags was used for deferring deletion of genlist items.
After deferred, items can be cleanup when _item_select() is called.
This flags was used for preventing crash when subitems are deleted right
after one item is deleted.

But this made genlist code too complicated and could hide internal
issues. One of the issues is incorrect use of EINA_INSTLIST_FOREACH (or
forloop). Because sub items can be deleted when one item is deleted, I
used whlie loop and EINA_INLIST_CONTAINER_GET(sd->items->last, xx) and
not defer the deletion. This has no problem evenif inlist sd->items is
changed inside the while-loop.

11 years agoelm_index: register access object in smart theme
Jaeun Choi [Fri, 12 Apr 2013 12:06:54 +0000 (21:06 +0900)]
elm_index: register access object in smart theme

Signed-off-by: eunue (Jaeun Choi)
11 years agoelm_notify: Added Eo API for elm_notify_align api.
Ryuan Choi [Fri, 12 Apr 2013 07:01:50 +0000 (16:01 +0900)]
elm_notify: Added Eo API for elm_notify_align api.

elm_notify_orient api was deprecated and replaced to elm_notify_align api,
so this patch replaced Eo APIs to newer..

11 years agoelm_colorselector.c: fix _item_sizing_eval in a better way.
Daniel Juyung Seo [Thu, 11 Apr 2013 18:21:04 +0000 (03:21 +0900)]
elm_colorselector.c: fix _item_sizing_eval in a better way.

In the previous way, edje_object_size_min_restricted_calc will never be called because VIEW(item) is an elm_layout.

11 years agoelm_colorselector.c: fixed formatting.
Daniel Juyung Seo [Thu, 11 Apr 2013 18:19:30 +0000 (03:19 +0900)]
elm_colorselector.c: fixed formatting.

11 years agopanel.edc: Fixed different behavior of right oriented panel.
Ryuan Choi [Thu, 11 Apr 2013 11:26:05 +0000 (20:26 +0900)]
panel.edc: Fixed different behavior of right oriented panel.

When pressed in and released out of handle,
right oriented panel shows different behavior.

In addition, fixed highlight_show, highlight_hide signal like other orientation.

11 years agoElementary tests: fix group name
Daniel Zaoui [Wed, 10 Apr 2013 20:14:21 +0000 (23:14 +0300)]
Elementary tests: fix group name

11 years agoelm: enhance eina_list_free usages. use EINA_LIST_FREE if needed.
Daniel Juyung Seo [Wed, 10 Apr 2013 11:28:22 +0000 (20:28 +0900)]
elm: enhance eina_list_free usages. use EINA_LIST_FREE if needed.

11 years agoelm_datetime.c: removed unnecessary debug messages.
Daniel Juyung Seo [Wed, 10 Apr 2013 11:27:40 +0000 (20:27 +0900)]
elm_datetime.c: removed unnecessary debug messages.

11 years agoFix the calculation double type number.
Jaehwan Kim [Wed, 10 Apr 2013 11:25:35 +0000 (20:25 +0900)]
Fix the calculation double type number.
Round off to the nearest whole number.

11 years agoAdd the API elm_scroller_single_direction_set/get.
Jaehwan Kim [Wed, 10 Apr 2013 11:06:41 +0000 (20:06 +0900)]
Add the API elm_scroller_single_direction_set/get.
This sets how the content is scrolled.

11 years agoupdate po's?
Carsten Haitzler (Rasterman) [Wed, 10 Apr 2013 09:54:19 +0000 (18:54 +0900)]
update po's?

11 years ago[access] turn off highlight display when accessibility is disabled
Shinwoo Kim [Wed, 10 Apr 2013 08:28:08 +0000 (17:28 +0900)]
[access] turn off highlight display when accessibility is disabled

11 years agotest_panes.c: Improve double tap behavior of test_panes.
Ryuan Choi [Wed, 10 Apr 2013 06:20:22 +0000 (15:20 +0900)]
test_panes.c: Improve double tap behavior of test_panes.

11 years agoelm_grid.h: fixed formatting and wrong doxygen.
Daniel Juyung Seo [Wed, 10 Apr 2013 04:54:50 +0000 (13:54 +0900)]
elm_grid.h: fixed formatting and wrong doxygen.

11 years agoChange the location of proto type.
Jaehwan Kim [Wed, 10 Apr 2013 04:36:04 +0000 (13:36 +0900)]
Change the location of proto type.

11 years agoFix the region_show/region_bring_in don't have a limit at a paging movement.
Jaehwan Kim [Wed, 10 Apr 2013 02:22:52 +0000 (11:22 +0900)]
Fix the region_show/region_bring_in don't have a limit at a paging movement.

11 years agoElementary: check object class
Daniel Zaoui [Thu, 14 Mar 2013 09:35:34 +0000 (11:35 +0200)]
Elementary: check object class

We need to check that the object is an edje object before calling the
edje function.

11 years agoModified ChangeLog and NEWS for the latest modification.
WooHyun Jung [Tue, 9 Apr 2013 13:28:27 +0000 (22:28 +0900)]
Modified ChangeLog and NEWS for the latest modification.

11 years agoelc_ctxpopup.c : Add focus_direction and fixed wrong focus set when sd->list exists.
WooHyun Jung [Tue, 9 Apr 2013 13:24:53 +0000 (22:24 +0900)]
elc_ctxpopup.c : Add focus_direction and fixed wrong focus set when sd->list exists.

11 years agoelm_list.c : _elm_list_smart_focus_next_enable is for focus_next function. Not for...
WooHyun Jung [Tue, 9 Apr 2013 13:22:37 +0000 (22:22 +0900)]
elm_list.c : _elm_list_smart_focus_next_enable is for focus_next function. Not for focus_direction.

11 years agoadd elm_mapbuf_auto_set/get()
Carsten Haitzler (Rasterman) [Tue, 9 Apr 2013 12:01:42 +0000 (21:01 +0900)]
add elm_mapbuf_auto_set/get()

11 years agoelc_player: set internal variable to NULL after deleting the timer.
Daniel Juyung Seo [Tue, 9 Apr 2013 07:58:29 +0000 (16:58 +0900)]
elc_player: set internal variable to NULL after deleting the timer.

This fixes elc_player crash issue.

11 years agoelm_layout.c: Fixed layout's _dbg_info_get() function.
Daniel Juyung Seo [Tue, 9 Apr 2013 05:48:42 +0000 (14:48 +0900)]
elm_layout.c: Fixed layout's _dbg_info_get() function.

It was crashing with the combination of clouseau + naviframe.
Special thanks to JackDanielZ.

11 years agotest hoversel/slider: use Eina_Bool for horizontal setter parameters.
Daniel Juyung Seo [Tue, 9 Apr 2013 05:28:03 +0000 (14:28 +0900)]
test hoversel/slider: use Eina_Bool for horizontal setter parameters.

11 years agoelm_photo: added getters for some setters.
Daniel Juyung Seo [Tue, 9 Apr 2013 04:06:19 +0000 (13:06 +0900)]
elm_photo: added getters for some setters.

1. Added elm_obj_photo_size_get, elm_obj_photo_fill_inside_get, elm_obj_photo_editable_get.
2. Added sample code to test_photo.c

11 years agoelc_hoversel.c: hide hover object when hoversel is hidden.
Daniel Juyung Seo [Tue, 9 Apr 2013 04:07:37 +0000 (13:07 +0900)]
elc_hoversel.c: hide hover object when hoversel is hidden.

11 years agoelm/examples: Fix hoversel example to don't check for expanded mode.
Rafael Antognolli [Mon, 8 Apr 2013 20:08:52 +0000 (17:08 -0300)]
elm/examples: Fix hoversel example to don't check for expanded mode.

Checking if the hoversel is not expanded does not make sense, since it
will be always expanded when one is clicking on its visible items.

11 years agoelm/examples: Fix layout_example_02.
Rafael Antognolli [Mon, 8 Apr 2013 19:17:13 +0000 (16:17 -0300)]
elm/examples: Fix layout_example_02.

Remove segfault and correctly cycle through the icons.

11 years agoelc_ctxpopup.c: Do not calculate its size until parent is set.
Daniel Juyung Seo [Mon, 8 Apr 2013 10:28:01 +0000 (19:28 +0900)]
elc_ctxpopup.c: Do not calculate its size until parent is set.

We don't need to calculate ctxpopup's size until the parent is set.
Size will be calculated again after the parent is set.

11 years agoelm_config.h: Fixed wrong documentation about cache size.
Daniel Juyung Seo [Mon, 8 Apr 2013 09:15:22 +0000 (18:15 +0900)]
elm_config.h: Fixed wrong documentation about cache size.

11 years agoelm_image.h: align api declaration line with others.
Daniel Juyung Seo [Thu, 4 Apr 2013 12:27:37 +0000 (21:27 +0900)]
elm_image.h: align api declaration line with others.

11 years agosrc/examples: fixed formatting.
Daniel Juyung Seo [Thu, 4 Apr 2013 07:45:09 +0000 (16:45 +0900)]
src/examples: fixed formatting.

11 years ago[access][config] support runtime enable more properly
Shinwoo Kim [Mon, 8 Apr 2013 08:35:25 +0000 (17:35 +0900)]
[access][config] support runtime enable more properly

11 years agoFix the scroller show by a page if the page size is set and the region_bring_in or...
Jaehwan Kim [Mon, 8 Apr 2013 04:44:39 +0000 (13:44 +0900)]
Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.

11 years agoI changed the acceleration number by mistake. Turn back it.
Jaehwan Kim [Mon, 8 Apr 2013 00:26:36 +0000 (09:26 +0900)]
I changed the acceleration number by mistake. Turn back it.

11 years agoTypo
Jaehwan Kim [Sun, 7 Apr 2013 23:42:51 +0000 (08:42 +0900)]
Typo

11 years agoQuit the scroll animator if the scroller don't have a bounce and reach a edge.
Jaehwan Kim [Sun, 7 Apr 2013 23:40:24 +0000 (08:40 +0900)]
Quit the scroll animator if the scroller don't have a bounce and reach a edge.

11 years agoconfig: removed <br> tags from profile.desktop files.
Daniel Juyung Seo [Sun, 7 Apr 2013 15:36:32 +0000 (00:36 +0900)]
config: removed <br> tags from profile.desktop files.

Profile.desktop files are used in elementary_config.
The entry in Profiles tab handles line wrap automatically so we don't need to wrap lines manually.
Manual line wrap makes wrong decisions in many times.

11 years agoctxpopup: Fixed crashed when sd->parent is null after 9c3d78b.
Ryuan Choi [Sun, 7 Apr 2013 13:47:48 +0000 (22:47 +0900)]
ctxpopup: Fixed crashed when sd->parent is null after 9c3d78b.

11 years agoAdded ko descriptions of standard and default profile in elementary_config.
Ryuan Choi [Sun, 7 Apr 2013 13:20:40 +0000 (22:20 +0900)]
Added ko descriptions of standard and default profile in elementary_config.

11 years agoAdd the API elm_scroller_page_scroll_limit_set/get.
Jaehwan Kim [Sat, 6 Apr 2013 04:06:43 +0000 (13:06 +0900)]
Add the API elm_scroller_page_scroll_limit_set/get.
It sets the maxium of the movable page at flicking.

11 years agowayland/frame: Reduce the title bar clickable area.
Rafael Antognolli [Fri, 5 Apr 2013 18:01:47 +0000 (15:01 -0300)]
wayland/frame: Reduce the title bar clickable area.

This clickable area was getting over the framespace content.

11 years agoelementary/naviframe - renamed internal signal names for compress mode
ChunEon Park [Fri, 5 Apr 2013 06:56:35 +0000 (15:56 +0900)]
elementary/naviframe - renamed internal signal names for compress mode

11 years agoelm_interface_scrollable.h: added documentation for recently added apis.
Daniel Juyung Seo [Thu, 4 Apr 2013 17:08:18 +0000 (02:08 +0900)]
elm_interface_scrollable.h: added documentation for recently added apis.

11 years agoelementary/naviframe - fixed typo
ChunEon Park [Thu, 4 Apr 2013 11:46:25 +0000 (20:46 +0900)]
elementary/naviframe - fixed typo

11 years agoelementary/naviframe - don't handle the key event if the key is already on holding.
ChunEon Park [Thu, 4 Apr 2013 11:45:11 +0000 (20:45 +0900)]
elementary/naviframe - don't handle the key event if the key is already on holding.

11 years agoFix the typo and add the description for new API.
Jaehwan Kim [Mon, 1 Apr 2013 12:14:43 +0000 (21:14 +0900)]
Fix the typo and add the description for new API.

11 years agoko_KR.po: Fixed some Korean translation. Thanks to Ryuan Choi.
Daniel Juyung Seo [Thu, 4 Apr 2013 04:08:02 +0000 (13:08 +0900)]
ko_KR.po: Fixed some Korean translation. Thanks to Ryuan Choi.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Wed, 3 Apr 2013 15:34:09 +0000 (00:34 +0900)]
update po's

11 years agoAdded ElementaryConfigVersion.cmake.in
Ryuan Choi [Wed, 3 Apr 2013 13:37:02 +0000 (14:37 +0100)]
Added ElementaryConfigVersion.cmake.in

11 years agoelm: fixed documentation + fixed formatting.
Daniel Juyung Seo [Wed, 3 Apr 2013 12:26:04 +0000 (21:26 +0900)]
elm: fixed documentation + fixed formatting.

11 years agotest_hoversel.c: make the test window larget to adopt the big hover object.
Daniel Juyung Seo [Wed, 3 Apr 2013 11:06:32 +0000 (20:06 +0900)]
test_hoversel.c: make the test window larget to adopt the big hover object.

11 years agoelm_hover.c: hover should handle focus because its contents may handle the focus...
Daniel Juyung Seo [Wed, 3 Apr 2013 11:01:38 +0000 (20:01 +0900)]
elm_hover.c: hover should handle focus because its contents may handle the focus events.

11 years agoelc_hoversel.c: Do not add hover as a hoversel's smart member. Handle show/hide manually.
Daniel Juyung Seo [Wed, 3 Apr 2013 05:46:14 +0000 (14:46 +0900)]
elc_hoversel.c: Do not add hover as a hoversel's smart member. Handle show/hide manually.

Hover is a *HOVER* object so do not add hover to another object's smart member.
It will restrict the layer of hover object.
Manually handle show/hide instead.

11 years agoelc_hoversel.c: add hover as a smart member of hoversel to fix hover child handle...
Daniel Juyung Seo [Wed, 3 Apr 2013 04:11:12 +0000 (13:11 +0900)]
elc_hoversel.c: add hover as a smart member of hoversel to fix hover child handle bug.

11 years agoelm: print the error message inside elm_widget_sub_object_add().
Daniel Juyung Seo [Wed, 3 Apr 2013 02:28:53 +0000 (11:28 +0900)]
elm: print the error message inside elm_widget_sub_object_add().

1. Do not need to print the same error message from all the widget codes.
2. Even though elm_widget_sub_object_add() can be used internally, there should be no error message at all.
   Elm devs should fix it beforehand.
   So it looks ok to print the error message in elm_widget_sub_object_add() to force elm devs to fix it.
3. Got additional code cleanups.

11 years agoelm: removed unnecessary multi blank lines.
Daniel Juyung Seo [Wed, 3 Apr 2013 01:43:33 +0000 (10:43 +0900)]
elm: removed unnecessary multi blank lines.

11 years agoelm_widget_genlist.h: added doxygen comments about prev_viewport_w.
Daniel Juyung Seo [Wed, 3 Apr 2013 01:42:51 +0000 (10:42 +0900)]
elm_widget_genlist.h: added doxygen comments about prev_viewport_w.

I followed existing char wrap policy but wrapping comments for the structure members doesn't look fancy :(

11 years agoelc_hoversel.c: Fixed wrong sub object handling.
Daniel Juyung Seo [Tue, 2 Apr 2013 18:11:34 +0000 (03:11 +0900)]
elc_hoversel.c: Fixed wrong sub object handling.

hover should be a sub object of hoversel.

11 years agoelm_entry: Menu key does not work on elm_entry
Ryuan Choi [Tue, 2 Apr 2013 17:23:20 +0000 (02:23 +0900)]
elm_entry: Menu key does not work on elm_entry

This patch adds a behavior that open hoversel to choose copy/paste when pressed menu key.

11 years agoelementary: Bring back the use of Evas framespace.
Rafael Antognolli [Mon, 25 Mar 2013 17:50:12 +0000 (14:50 -0300)]
elementary: Bring back the use of Evas framespace.

Use the evas_output_framespace_* functions to make objects inside the
framespace to get their respective offsets.

11 years agopo: updated po
Daniel Juyung Seo [Tue, 2 Apr 2013 16:51:08 +0000 (01:51 +0900)]
po: updated po

11 years agoko_KR.po: Updated Korean translation.
Daniel Juyung Seo [Tue, 2 Apr 2013 16:50:55 +0000 (01:50 +0900)]
ko_KR.po: Updated Korean translation.