Commit Graph

11933 Commits

Author SHA1 Message Date
Daniel Kolesa 9a46fbfc23 genlist: convert docs 2015-08-07 15:47:40 +01:00
Tom Hacohen c6c22e2f07 Segment control: migrate docs. 2015-08-07 15:36:47 +01:00
Tom Hacohen f308423f1a Index: migrate docs. 2015-08-07 15:19:21 +01:00
Tom Hacohen fc10f955dd Widget item: migrate docs. 2015-08-07 15:04:48 +01:00
Tom Hacohen 84e5b5f0ef Inwin: migrate docs. 2015-08-07 15:04:48 +01:00
Daniel Kolesa 7f66232f23 gesture_layer: convert and fix docs 2015-08-07 14:44:58 +01:00
Tom Hacohen 279af85a61 Interface atspi image: migrate docs. 2015-08-07 14:31:03 +01:00
Tom Hacohen 071a5dd3d5 Interface atspi value: migrate docs. 2015-08-07 14:31:03 +01:00
Tom Hacohen 7ecf91186d Interface atspi selection: migrate docs. 2015-08-07 14:31:03 +01:00
Tom Hacohen a494b4c122 Interface atspi component: migrate docs. 2015-08-07 14:31:03 +01:00
Tom Hacohen f052cd9d9c Interface atspi action: migrate docs. 2015-08-07 14:31:03 +01:00
Tom Hacohen dc120ad628 Interface atspi text: migrate docs. 2015-08-07 14:31:03 +01:00
Daniel Kolesa 7493310eb5 popup: convert docs 2015-08-07 14:24:45 +01:00
Tom Hacohen 5c32c34045 Widget: migrate docs. 2015-08-07 14:16:55 +01:00
Tom Hacohen 0cca6007f9 Label: migrate docs. 2015-08-07 14:11:09 +01:00
Daniel Kolesa 4b9f1ebedd table: convert docs 2015-08-07 14:08:01 +01:00
Daniel Kolesa 72db46ce9e slideshow: convert docs 2015-08-07 13:50:21 +01:00
Daniel Kolesa abee9b89f2 flip: convert docs 2015-08-07 13:30:50 +01:00
Tom Hacohen b34db8299f Naviframe: migrate docs. 2015-08-07 13:30:05 +01:00
Tom Hacohen 4f2e5d6c11 Interface fileselector: migrate docs. 2015-08-07 13:19:35 +01:00
Vivek Ellur 70ba901aa2 elm_entry: Convert eo docs to new format
Summary:
Changed elm_entry.eo docs to the new format

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>

Reviewers: cedric, q66

Reviewed By: q66

Differential Revision: https://phab.enlightenment.org/D2924
2015-08-07 13:04:27 +01:00
Stefan Schmidt 8555ebe31d po: Update po files 2015-08-07 11:00:25 +02:00
Amitesh Singh 248b6beeee intf scroll: handle wheel logic in post event cb.
Summary:
@Fix

Resolves: T2216

Reviewers: seoz, raster, JackDanielZ, Hermet

Reviewed By: Hermet

Subscribers: cedric, eagleeye, SanghyeonLee, seoz, sachin.dev

Maniphest Tasks: T2216

Differential Revision: https://phab.enlightenment.org/D2393

Conflicts:

	src/lib/elm_interface_scrollable.c
2015-08-07 17:34:20 +09:00
woochan lee 23d5820468 spinner: Add to support spinner value %d format.
Summary:
When user set min max as 50, 150 with %d format, then value set as 100.
The spinner value set as '0'
Because the sd->val type is double.
Spinner entry has same problem.

@fix

Test Plan:
Set spinner format as %d.
Check the spinner value.
It's not supported.

Reviewers: Jaehyun_Cho, cedric, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2898

Conflicts:

	src/lib/elm_spinner.c
2015-08-07 17:02:39 +09:00
Umesh Tanwar eadac79a1e Theme: Scroller.edc-Improvement in left/right/top/bottom arrow behavior.
Summary:
When the scroller size changes by dragging the
corners, the calculations will miss the condition "x+w == x1 + w1".
This is because of format specific computer calculations. So,
improvisation is made in comparisons.

@ fix

Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com>

Test Plan:
elementary_test -> scroller -> scroll to the extreme right (right arrow brightness changes).
Now, drag the lower right corner to increase the width of scroller. Drag the corner slowly to see the issue clearly.
The arrow brightness changes alternatively, instead the hbar is positioned to the extreme right.

Reviewers: Hermet, cedric, raster

Subscribers: singh.amitesh, eagleeye, SanghyeonLee, sachin.dev

Differential Revision: https://phab.enlightenment.org/D2796
2015-08-07 16:51:42 +09:00
Sung-Taek Hong a8a79fd828 elm_toolbar: fix icon_size to consider edje base scale
Summary:
When icon is set, icon size is calculated without considering
edje base scale. This can lead to a miscalculation when
base scale is set other than 1.0.
@fix

Reviewers: seoz, woohyun, cedric, Hermet

Reviewed By: Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2798
2015-08-07 16:42:30 +09:00
ChunEon Park 89709482b2 win: remove usage of deprecated api. 2015-08-07 15:30:49 +09:00
ChunEon Park 30a3a152b1 win: code refactoring.
simplify code.
2015-08-07 15:29:49 +09:00
Youngbok Shin 7ba3140373 multibuttonentry/spinner: Fix memory leak when eina_strbuf_string_steal is misused.
Summary:
_elm_access_say() does not free the given text.
But, the text from eina_strbuf_string_steal() is not cared
from outside of _elm_access_say(), too.
It should be changed to eina_strbuf_string_get().

Test Plan: N/A

Reviewers: cedric, woohyun, kimcinoo, JackDanielZ, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2918
2015-08-07 15:15:45 +09:00
ChunEon Park 84c481a75f config: add missing since tag in doc. 2015-08-07 15:11:59 +09:00
jiin.moon de3fa2c676 elm_win: add new condition about engine set when generate the elm_win object
Summary:
Calling the elm_config_accel_preference_get api with "none" as parameter,
it means user does not want to use acceleration.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2920
2015-08-07 15:10:03 +09:00
Stefan Schmidt dc7340e45d build: Enable make check run during distcheck
Hand over the regular tests configure option for the internal distcheck run.

Fixes T2028
2015-08-06 19:38:59 +02:00
Stefan Schmidt a1543bcf4e tests: Correct ATSPI role check for popup.
ctxpopup is using ELM_ATSPI_ROLE_POPUP_MENU while the normal popup uses
ELM_ATSPI_ROLE_NOTIFICATION.

ref T2028
2015-08-06 19:38:59 +02:00
Stefan Schmidt 07aa742513 elm_module: Load not installed modules from build dir with ELM_RUN_IN_TREE
If we want to run from the local build dir without make install before
elm_module would fail to load the modules as it is expecting them in the
final install location.

We can now change this by setting ELM_RUN_IN_TREE to force it load the not
yet installed modules.

ref T2028
2015-08-06 19:38:58 +02:00
Stefan Schmidt 1bcc441f2f tests/build: Make sure tests are finding the theme file
Our tests require a theme file. So far they picked this just from the system
where it was installed to in a previous run. We have situations where this would
not work though. Running make check before install on a new system or during
distcheck comes to mind.

With AM_TESTS_ENVIRONMENT we make that the theme is also looked for in the not
yet installed builddir.

Thanks to Lukasz Stanislawski for pointing me to this.

ref T2028
2015-08-06 19:38:58 +02:00
Tom Hacohen d4cfcbdad3 Eo files docs: replace all @c/@p with $.
This is part of the new syntax.
2015-08-06 15:12:31 +01:00
Tom Hacohen bc8730acee Eo files: Replace all occurances of EINA_TRUE/FALSE to true/false. 2015-08-06 15:11:22 +01:00
Tom Hacohen 94eca6c747 Elm segment control item: migrate docs. 2015-08-06 15:09:51 +01:00
Tom Hacohen a8d6564f2e Elm index item: migrate docs. 2015-08-06 15:09:45 +01:00
Tom Hacohen 7dbbbca898 Elm slideshow item: migrate docs. 2015-08-06 14:56:47 +01:00
Tom Hacohen 46fc75210b Atspi accessible: migrate docs. 2015-08-06 14:53:50 +01:00
Tom Hacohen e77b152bd8 Atspi widget action: migrate docs. 2015-08-06 14:52:01 +01:00
Tom Hacohen e5e74eb856 Hoversel item: migrate docs. 2015-08-06 14:48:25 +01:00
Tom Hacohen 801b4d1195 Hoversel: migrate docs. 2015-08-06 14:47:09 +01:00
Tom Hacohen bbb2d91891 Eo files: Use Elm.Widget_Item instead of Elm_Object_Item.
This is the correct Eolian type. Elm_Object_Item is dead.
2015-08-06 14:30:34 +01:00
Tom Hacohen f5fd3d1701 Multibuttonentry item: Migrate docs to new eolian format. 2015-08-06 14:25:44 +01:00
Jaehyun Cho 3ba29fc402 elm_config: Add flag to control pushing naviframe prev button automatically.
It is decided that the naviframe prev button is automatically pushed or not
by the flag "naviframe_prev_btn_auto_pushed" in config.

@feature
2015-08-06 15:27:56 +09:00
Daniel Hirt 4fc69f0f44 entry: Add null safety check in _elm_entry_entry_paste function.
Summary: Add null safety check for the given text.

Reviewers: tasn, woohyun, thiepha, herdsman

Reviewed By: herdsman

Subscribers: thiepha, JackDanielZ

Differential Revision: https://phab.enlightenment.org/D2868
2015-08-06 09:12:24 +03:00
Daniel Kolesa 56881a8df4 configure: we can actually safely imply -ldl is only needed on linux 2015-08-05 12:27:34 +01:00
Daniel Kolesa cfb1e05360 configure: the BSDs all supply the dlfcn funcs without -ldl 2015-08-05 12:24:52 +01:00