Commit Graph

7830 Commits

Author SHA1 Message Date
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 b802b93b55 elementary - fix indentation 2013-04-23 20:54:16 +09:00
ChunEon Park 15cacbe51b elementary - fix typo. 2013-04-23 20:33:08 +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
Daniel Willmann 5df3e6af2d data/themes: Fix distcheck
Image file wants to be included

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-04-22 18:05:30 +01: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
Daniel Juyung Seo 9ba8897f91 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.
2013-04-18 12:52:54 +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
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