Commit Graph

7698 Commits

Author SHA1 Message Date
Hosang Kim 6883e2a2b1 [Scroller] changed acceleration constant values 2013-04-17 21:56:02 +09:00
Shinwoo Kim 31afa29838 [access] read at once 2013-04-17 17:22:13 +09:00
Shinwoo Kim 816be82847 Merge branch 'master' of ssh://git.enlightenment.org/core/elementary 2013-04-17 16:40:55 +09:00
Daniel Juyung Seo e25a01ce0c 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.
2013-04-17 15:11:00 +09:00
Ryuan Choi 42fce4830f 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.
2013-04-17 14:35:34 +09:00
Daniel Juyung Seo 59c7ab20d5 test.c: use elementary_test eina log domain for elementary_test for a better debug. 2013-04-17 14:16:57 +09:00
Daniel Juyung Seo 6df68b490d 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.
2013-04-17 14:16:57 +09:00
Daniel Juyung Seo e0a78ef26f elm_scroller.c: merged two eo_do calls into one to get the benefit of eo. 2013-04-17 14:16:57 +09:00
Daniel Juyung Seo b2663b9d16 elm_entry, elm_layout: fixed formatting.
1. fixed formatting.
2. removed unnecessary lines.
2013-04-17 14:16:56 +09:00
Daniel Juyung Seo 092288a5f7 elm_layout.h: updated documentation. 2013-04-17 14:16:56 +09:00
Jaehwan Kim cb86345c1d Scroll to highlighted item in toolbar. This is related to ed93aa20588633d36bfcdf6e3b093923be65f4d8. 2013-04-16 21:06:11 +09:00
Daniel Juyung Seo dadd9e0c4c elm_entry.c: moved comments to a proper place. 2013-04-16 20:05:04 +09:00
WooHyun Jung 68dd4b5f4e elementary/elm_entry : When entry is disabled, scrolling is also disabled. 2013-04-16 17:59:02 +09:00
Igor Murzov f3e1e995fd Install CMake config to the proper path 2013-04-16 12:09:19 +04:00
Daniel Juyung Seo dd927083b1 gengrid.edc: clip the swallowed object when the object is too big to fit.
this should be applied to other SWALLOW parts if neccessary.
2013-04-16 16:17:25 +09:00
Daniel Juyung Seo ac06f3db82 elm_index: flourish it->select variable.
1. added a comments for it->select variable.
2. used EINA_TRUE/EINA_FALSE for Eina_Bool type.
2013-04-16 16:05:51 +09:00
Daniel Juyung Seo 7df9b96ed5 elm_interface_scrollable.c: fixed formatting. 2013-04-16 15:50:58 +09:00
Jaehwan Kim 274a51183d Fix the policy is not changed when the theme is changed.
The "reload" signal from edc is necessary always.
2013-04-16 13:27:55 +09:00
Thiep Ha 22ff7be1b6 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.
2013-04-16 13:16:44 +09:00
Carsten Haitzler 3b46946a48 add rect event swallow for panes so handle thumb can be affected by
finger size.
2013-04-15 23:55:57 +09:00
Jaehwan Kim 633be421a5 [Toolbar] Add the feature for key events. 2013-04-15 14:34:15 +09:00
Carsten Haitzler f3664848a1 remove support for now deprecated evas engines from elm win. 2013-04-15 12:04:43 +09:00
Tae-Hwan Kim e939692a78 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.
2013-04-15 12:00:43 +09:00
Jaeun Choi a726c63102 elm_index: register access object in smart theme
Signed-off-by: eunue (Jaeun Choi)
2013-04-12 21:06:54 +09:00
Ryuan Choi e17cfb925f 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..
2013-04-12 16:01:50 +09:00
Daniel Juyung Seo 4ef1ba5088 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.
2013-04-12 03:21:04 +09:00
Daniel Juyung Seo a18a5fa800 elm_colorselector.c: fixed formatting. 2013-04-12 03:19:30 +09:00
Ryuan Choi 7944ee2e0b 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.
2013-04-11 20:26:05 +09:00
Daniel Zaoui b3ef18bb66 Elementary tests: fix group name 2013-04-11 11:33:07 +03:00
Daniel Juyung Seo ba4dbce9d9 elm: enhance eina_list_free usages. use EINA_LIST_FREE if needed. 2013-04-10 20:28:35 +09:00
Daniel Juyung Seo b347b94e19 elm_datetime.c: removed unnecessary debug messages. 2013-04-10 20:28:35 +09:00
Jaehwan Kim 0337f1ad68 Fix the calculation double type number.
Round off to the nearest whole number.
2013-04-10 20:25:35 +09:00
Jaehwan Kim 87fc1389b9 Add the API elm_scroller_single_direction_set/get.
This sets how the content is scrolled.
2013-04-10 20:06:41 +09:00
Carsten Haitzler 774cff2858 update po's? 2013-04-10 19:08:48 +09:00
Shinwoo Kim 62415070e7 [access] turn off highlight display when accessibility is disabled 2013-04-10 17:28:08 +09:00
Ryuan Choi 7e3b63223b test_panes.c: Improve double tap behavior of test_panes. 2013-04-10 15:20:23 +09:00
Daniel Juyung Seo f70641febc elm_grid.h: fixed formatting and wrong doxygen. 2013-04-10 15:19:19 +09:00
Jaehwan Kim c8c06b49a1 Change the location of proto type. 2013-04-10 13:36:04 +09:00
Jaehwan Kim f5029ca33c Fix the region_show/region_bring_in don't have a limit at a paging movement. 2013-04-10 11:22:52 +09:00
Daniel Zaoui 1f62ff7647 Elementary: check object class
We need to check that the object is an edje object before calling the
edje function.
2013-04-09 21:29:24 +03:00
WooHyun Jung b573a1f3dc Modified ChangeLog and NEWS for the latest modification. 2013-04-09 22:29:56 +09:00
WooHyun Jung 8a6c6c0827 elc_ctxpopup.c : Add focus_direction and fixed wrong focus set when sd->list exists. 2013-04-09 22:24:53 +09:00
WooHyun Jung 2f3a41de31 elm_list.c : _elm_list_smart_focus_next_enable is for focus_next function. Not for focus_direction. 2013-04-09 22:22:37 +09:00
Carsten Haitzler 06756cd71d add elm_mapbuf_auto_set/get() 2013-04-09 21:01:42 +09:00
Daniel Juyung Seo f1da69d77a elc_player: set internal variable to NULL after deleting the timer.
This fixes elc_player crash issue.
2013-04-09 17:00:02 +09:00
Daniel Juyung Seo dce0d0e9dd elm_layout.c: Fixed layout's _dbg_info_get() function.
It was crashing with the combination of clouseau + naviframe.
Special thanks to JackDanielZ.
2013-04-09 14:48:42 +09:00
Daniel Juyung Seo 069acc38d8 test hoversel/slider: use Eina_Bool for horizontal setter parameters. 2013-04-09 14:28:03 +09:00
Daniel Juyung Seo 2267dda5df 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
2013-04-09 13:23:14 +09:00
Daniel Juyung Seo bd5246c512 elc_hoversel.c: hide hover object when hoversel is hidden. 2013-04-09 13:14:21 +09:00
Rafael Antognolli 542b7f4bae 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.
2013-04-08 17:11:06 -03:00