Commit Graph

6939 Commits

Author SHA1 Message Date
Daniel Juyung Seo f64c5ecc9b test_inwin.c: added more description about the style and fixed formatting. 2013-04-26 17:38:42 +09:00
Rafael Antognolli 028fcf8827 elm/wayland: Fix window resize when the window is rotated. 2013-04-25 20:02:55 -03:00
Rafael Antognolli 07b420b776 elm_test/window_states: Add a checkbox for enabling fullscreen. 2013-04-25 14:52:55 -03:00
ChunEon Park 9df155edaa elementary/naviframe - fix null pointer access on naviframe item deletion. 2013-04-25 19:26:09 +09:00
Shinwoo Kim 63e74f695b [focus] update child_can_focus on parent, when an widget becomes focusable 2013-04-25 14:59:39 +09:00
Daniel Willmann 48d22cb72c elm_dbus_menu: Fix function signature for the !HAVE_ELDBUS case
The code path that gets compiled if we don't have eldbus was not
updated. This should fix build problems with older efl versions.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-04-24 14:37:25 +01:00
ChunEon Park 65fa37fe9d elementary - fix typo 2013-04-24 12:29:53 +09:00
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Daniel Juyung Seo 9634137319 elm_widget.h: removed duplicated function declaration. Thanks Ryuan for the report. 2013-04-23 22:43:48 +09:00
ChunEon Park d139c5bc11 elementary/fileselector_button - rename the internal func. 2013-04-23 21:39:21 +09:00
ChunEon Park fd772a71eb elementary/fileselector_button, fileselector_entry, spinner - support language,changed callback. 2013-04-23 21:00:50 +09:00
ChunEon Park ff10726141 elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector, list, menu, segment_control, toolbar - support widget item language change 2013-04-23 20:30:15 +09:00
Jaehwan Kim 5153124045 Add 'if' statement for safety 2013-04-23 19:23:16 +09:00
ChunEon Park c81bda1077 elementary/widget item - and add elm_object_item_domain_part_text_translatable_set(). 2013-04-23 17:11:28 +09:00
Jaehwan Kim 9ad338cdfa Fix the scrolled entry in scroller is located wrong position when the cursor is changed.
It is a scroller in scroller. In this case, it moved twice.
2013-04-23 17:03:03 +09:00
ChunEon Park 3e981041c6 elementary/widget - missed new apis eo descriptions. 2013-04-23 16:56:06 +09:00
ChunEon Park e95af92756 elementary/widget - added elm_object_part_text_translatble_set() 2013-04-23 16:49:49 +09:00
Yossi Kantor 2b47d9ecd6 Colorselector - selection in palette with up and down arrows is now possible 2013-04-22 11:51:46 +03:00
Shinwoo Kim 3df6097679 [access][navifram] revert accessibility focus chain 2013-04-22 14:55:07 +09:00
Shinwoo Kim 1a20353725 [access] make access object unfocusable, when accessibility is disabled 2013-04-22 14:18:42 +09:00
Ryuan Choi 56592f3778 elm web: Fix build break when enabled ewebkit2
page_group was introduced after r145812 of webkit.
http://trac.webkit.org/changeset/145812
2013-04-20 17:09:50 +09:00
Ryuan Choi 0cf2a93366 elm_win.h : Removed 'rendered' which can make ambiguity. 2013-04-19 13:30:17 +09:00
Daniel Juyung Seo 4ad5e116a9 test_index.c: added index omit feature enable, disable option. 2013-04-19 03:03:58 +09:00
Daniel Juyung Seo ea8177ecd1 elm_index.h: added missing 'since' description. fixed documentation. 2013-04-19 02:48:32 +09:00
Daniel Juyung Seo 45d3dd116b 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.
2013-04-18 17:12:27 +09:00
Daniel Juyung Seo 1844ab63f9 config.c: Set the minimum scroll acceleration weight to 1.0.
Having weight less than 1.0 doesn't make any sense.
2013-04-18 13:16:58 +09:00
Ryuan Choi af3bd208b1 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'
2013-04-18 12:30:58 +09:00
Shinwoo Kim ae9adc7944 [access] reset access info callback function, if access info data is set 2013-04-18 11:01:20 +09:00
Shinwoo Kim 8558d80ae1 [access] add elm_access_action(), elm_access_action_cb_set() 2013-04-18 10:52:01 +09:00
Daniel Juyung Seo 22841e0c11 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.
2013-04-18 02:52:32 +09:00
Daniel Juyung Seo fbdd64e1cb elm_config.h: fixed formatting.
1. fixed wrong documentation space.
2. removed trailing whitespaces.
3. removed unnecessary lines.
2013-04-18 02:18:47 +09:00
Daniel Juyung Seo 1503eb16ee 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.
2013-04-18 01:30:34 +09:00
Daniel Juyung Seo 99b7b46fec test_genlist.c: printed more information to reveal the bug of commit cea8e755dbf9b062bb1e6d7a89fbf4c590b8f6b3. 2013-04-18 01:08:13 +09:00
Daniel Juyung Seo 1ef3efd3e4 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.
2013-04-17 22:50:41 +09:00
ChunEon Park d7d77edf42 elementary/naviframe - don't try to pop the naviframe item multiple times. 2013-04-17 22:08:41 +09:00
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
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
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
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 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
Rafael Antognolli 44b230b56a elm/examples: Fix layout_example_02.
Remove segfault and correctly cycle through the icons.
2013-04-08 16:19:08 -03:00
Daniel Juyung Seo cc0c10f9d9 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.
2013-04-08 19:29:19 +09:00
Daniel Juyung Seo 7ba35844fd elm_config.h: Fixed wrong documentation about cache size. 2013-04-08 19:29:19 +09:00
Daniel Juyung Seo d06afd18dc elm_image.h: align api declaration line with others. 2013-04-08 19:29:19 +09:00
Daniel Juyung Seo bba7bd67d8 src/examples: fixed formatting. 2013-04-08 19:29:19 +09:00
Shinwoo Kim 5af51eee5f [access][config] support runtime enable more properly 2013-04-08 17:35:25 +09:00
Jaehwan Kim 620dee054b Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called. 2013-04-08 14:04:33 +09:00
Jaehwan Kim d52d3f756b I changed the acceleration number by mistake. Turn back it. 2013-04-08 09:26:36 +09:00
Jaehwan Kim a1893332da Quit the scroll animator if the scroller don't have a bounce and reach a edge. 2013-04-08 08:40:24 +09:00
Ryuan Choi 7f4c7d2f72 ctxpopup: Fixed crashed when sd->parent is null after 9c3d78b. 2013-04-07 22:47:48 +09:00
Jaehwan Kim 85849217f9 Add the API elm_scroller_page_scroll_limit_set/get.
It sets the maxium of the movable page at flicking.
2013-04-06 13:09:59 +09:00
ChunEon Park 4a70bee664 elementary/naviframe - renamed internal signal names for compress mode 2013-04-05 15:56:35 +09:00
Daniel Juyung Seo 819c70e41f elm_interface_scrollable.h: added documentation for recently added apis. 2013-04-05 02:08:18 +09:00
ChunEon Park 58fab58ae7 elementary/naviframe - fixed typo 2013-04-04 20:46:25 +09:00
ChunEon Park 268b2bb5bd elementary/naviframe - don't handle the key event if the key is already on holding. 2013-04-04 20:45:11 +09:00
Jaehwan Kim b16a68aae1 Fix the typo and add the description for new API. 2013-04-04 14:42:11 +09:00
Daniel Juyung Seo f8bc84d439 elm: fixed documentation + fixed formatting. 2013-04-03 21:26:04 +09:00
Daniel Juyung Seo dc672e0d9a test_hoversel.c: make the test window larget to adopt the big hover object. 2013-04-03 20:06:32 +09:00
Daniel Juyung Seo 0ee38dec42 elm_hover.c: hover should handle focus because its contents may handle the focus events. 2013-04-03 20:01:38 +09:00
Daniel Juyung Seo 2a68a17fe6 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.
2013-04-03 14:46:14 +09:00