platform/upstream/elementary.git
9 years agogenlist: convert docs
Daniel Kolesa [Fri, 7 Aug 2015 14:47:32 +0000 (15:47 +0100)]
genlist: convert docs

9 years agoSegment control: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 14:36:47 +0000 (15:36 +0100)]
Segment control: migrate docs.

9 years agoIndex: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 14:19:21 +0000 (15:19 +0100)]
Index: migrate docs.

9 years agoWidget item: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 14:04:10 +0000 (15:04 +0100)]
Widget item: migrate docs.

9 years agoInwin: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:37:49 +0000 (14:37 +0100)]
Inwin: migrate docs.

9 years agogesture_layer: convert and fix docs
Daniel Kolesa [Fri, 7 Aug 2015 13:44:49 +0000 (14:44 +0100)]
gesture_layer: convert and fix docs

9 years agoInterface atspi image: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:30:44 +0000 (14:30 +0100)]
Interface atspi image: migrate docs.

9 years agoInterface atspi value: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:29:11 +0000 (14:29 +0100)]
Interface atspi value: migrate docs.

9 years agoInterface atspi selection: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:28:40 +0000 (14:28 +0100)]
Interface atspi selection: migrate docs.

9 years agoInterface atspi component: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:28:13 +0000 (14:28 +0100)]
Interface atspi component: migrate docs.

9 years agoInterface atspi action: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:26:50 +0000 (14:26 +0100)]
Interface atspi action: migrate docs.

9 years agoInterface atspi text: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:25:45 +0000 (14:25 +0100)]
Interface atspi text: migrate docs.

9 years agopopup: convert docs
Daniel Kolesa [Fri, 7 Aug 2015 13:24:37 +0000 (14:24 +0100)]
popup: convert docs

9 years agoWidget: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:16:55 +0000 (14:16 +0100)]
Widget: migrate docs.

9 years agoLabel: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 13:10:49 +0000 (14:10 +0100)]
Label: migrate docs.

9 years agotable: convert docs
Daniel Kolesa [Fri, 7 Aug 2015 13:08:01 +0000 (14:08 +0100)]
table: convert docs

9 years agoslideshow: convert docs
Daniel Kolesa [Fri, 7 Aug 2015 12:50:21 +0000 (13:50 +0100)]
slideshow: convert docs

9 years agoflip: convert docs
Daniel Kolesa [Fri, 7 Aug 2015 12:30:06 +0000 (13:30 +0100)]
flip: convert docs

9 years agoNaviframe: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 12:30:05 +0000 (13:30 +0100)]
Naviframe: migrate docs.

9 years agoInterface fileselector: migrate docs.
Tom Hacohen [Fri, 7 Aug 2015 12:19:35 +0000 (13:19 +0100)]
Interface fileselector: migrate docs.

9 years agoelm_entry: Convert eo docs to new format
Vivek Ellur [Fri, 7 Aug 2015 12:04:27 +0000 (13:04 +0100)]
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

9 years agopo: Update po files
Stefan Schmidt [Fri, 7 Aug 2015 09:00:25 +0000 (11:00 +0200)]
po: Update po files

9 years agointf scroll: handle wheel logic in post event cb.
Amitesh Singh [Fri, 7 Aug 2015 08:27:30 +0000 (17:27 +0900)]
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

9 years agospinner: Add to support spinner value %d format.
woochan lee [Fri, 7 Aug 2015 07:58:54 +0000 (16:58 +0900)]
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

9 years agoTheme: Scroller.edc-Improvement in left/right/top/bottom arrow behavior.
Umesh Tanwar [Fri, 7 Aug 2015 07:51:41 +0000 (16:51 +0900)]
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

9 years agoelm_toolbar: fix icon_size to consider edje base scale
Sung-Taek Hong [Fri, 7 Aug 2015 07:42:29 +0000 (16:42 +0900)]
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

9 years agowin: remove usage of deprecated api.
ChunEon Park [Fri, 7 Aug 2015 06:30:49 +0000 (15:30 +0900)]
win: remove usage of deprecated api.

9 years agowin: code refactoring.
ChunEon Park [Fri, 7 Aug 2015 06:29:49 +0000 (15:29 +0900)]
win: code refactoring.

simplify code.

9 years agomultibuttonentry/spinner: Fix memory leak when eina_strbuf_string_steal is misused.
Youngbok Shin [Fri, 7 Aug 2015 06:15:45 +0000 (15:15 +0900)]
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

9 years agoconfig: add missing since tag in doc.
ChunEon Park [Fri, 7 Aug 2015 06:11:59 +0000 (15:11 +0900)]
config: add missing since tag in doc.

9 years agoelm_win: add new condition about engine set when generate the elm_win object
jiin.moon [Fri, 7 Aug 2015 06:10:02 +0000 (15:10 +0900)]
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

9 years agobuild: Enable make check run during distcheck
Stefan Schmidt [Wed, 22 Apr 2015 15:16:15 +0000 (17:16 +0200)]
build: Enable make check run during distcheck

Hand over the regular tests configure option for the internal distcheck run.

Fixes T2028

9 years agotests: Correct ATSPI role check for popup.
Stefan Schmidt [Thu, 6 Aug 2015 13:55:02 +0000 (15:55 +0200)]
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

9 years agoelm_module: Load not installed modules from build dir with ELM_RUN_IN_TREE
Stefan Schmidt [Thu, 23 Apr 2015 09:27:06 +0000 (11:27 +0200)]
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

9 years agotests/build: Make sure tests are finding the theme file
Stefan Schmidt [Wed, 22 Apr 2015 15:03:18 +0000 (17:03 +0200)]
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

9 years agoEo files docs: replace all @c/@p with $.
Tom Hacohen [Thu, 6 Aug 2015 14:12:27 +0000 (15:12 +0100)]
Eo files docs: replace all @c/@p with $.

This is part of the new syntax.

9 years agoEo files: Replace all occurances of EINA_TRUE/FALSE to true/false.
Tom Hacohen [Thu, 6 Aug 2015 14:11:22 +0000 (15:11 +0100)]
Eo files: Replace all occurances of EINA_TRUE/FALSE to true/false.

9 years agoElm segment control item: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 14:05:42 +0000 (15:05 +0100)]
Elm segment control item: migrate docs.

9 years agoElm index item: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:59:32 +0000 (14:59 +0100)]
Elm index item: migrate docs.

9 years agoElm slideshow item: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:56:47 +0000 (14:56 +0100)]
Elm slideshow item: migrate docs.

9 years agoAtspi accessible: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:53:50 +0000 (14:53 +0100)]
Atspi accessible: migrate docs.

9 years agoAtspi widget action: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:52:01 +0000 (14:52 +0100)]
Atspi widget action: migrate docs.

9 years agoHoversel item: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:48:25 +0000 (14:48 +0100)]
Hoversel item: migrate docs.

9 years agoHoversel: migrate docs.
Tom Hacohen [Thu, 6 Aug 2015 13:47:09 +0000 (14:47 +0100)]
Hoversel: migrate docs.

9 years agoEo files: Use Elm.Widget_Item instead of Elm_Object_Item.
Tom Hacohen [Thu, 6 Aug 2015 13:30:34 +0000 (14:30 +0100)]
Eo files: Use Elm.Widget_Item instead of Elm_Object_Item.

This is the correct Eolian type. Elm_Object_Item is dead.

9 years agoMultibuttonentry item: Migrate docs to new eolian format.
Tom Hacohen [Thu, 6 Aug 2015 13:25:44 +0000 (14:25 +0100)]
Multibuttonentry item: Migrate docs to new eolian format.

9 years agoelm_config: Add flag to control pushing naviframe prev button automatically.
Jaehyun Cho [Thu, 6 Aug 2015 05:59:06 +0000 (14:59 +0900)]
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

9 years agoentry: Add null safety check in _elm_entry_entry_paste function.
Daniel Hirt [Thu, 6 Aug 2015 06:12:24 +0000 (09:12 +0300)]
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

9 years agoconfigure: we can actually safely imply -ldl is only needed on linux
Daniel Kolesa [Wed, 5 Aug 2015 11:27:34 +0000 (12:27 +0100)]
configure: we can actually safely imply -ldl is only needed on linux

9 years agoconfigure: the BSDs all supply the dlfcn funcs without -ldl
Daniel Kolesa [Wed, 5 Aug 2015 11:24:40 +0000 (12:24 +0100)]
configure: the BSDs all supply the dlfcn funcs without -ldl

9 years agomapbuf: convert docs
Daniel Kolesa [Wed, 5 Aug 2015 11:01:44 +0000 (12:01 +0100)]
mapbuf: convert docs

9 years agomenu: convert docs
Daniel Kolesa [Wed, 5 Aug 2015 10:49:28 +0000 (11:49 +0100)]
menu: convert docs

9 years agolist_item: convert docs
Daniel Kolesa [Wed, 5 Aug 2015 10:44:39 +0000 (11:44 +0100)]
list_item: convert docs

9 years agonaviframe_item: convert docs
Daniel Kolesa [Wed, 5 Aug 2015 10:38:55 +0000 (11:38 +0100)]
naviframe_item: convert docs

9 years agohover: convert docs
Daniel Kolesa [Wed, 5 Aug 2015 10:31:06 +0000 (11:31 +0100)]
hover: convert docs

9 years agotest_popup: set popup content correctly
Amitesh Singh [Wed, 5 Aug 2015 09:34:30 +0000 (15:04 +0530)]
test_popup: set popup content correctly

internal object content_area was not swallowed into popup
since elm_object_part_content_set() was used.

Steps to reproduce:
1. clouseau elementary_test -to popup
2. open subpopup example.
3. observe orphan content_area object in clouseau widget list.

9 years agoTooltip: reset content delete callback directly after invocation
Daniel Zaoui [Wed, 5 Aug 2015 07:22:02 +0000 (10:22 +0300)]
Tooltip: reset content delete callback directly after invocation

The deletion of the content object can lead to invoke the delete
callback twice.

@fix

9 years agofocus/list/genlist/gengrid: fix focus highlight issues on list widgets when auto...
Youngbok Shin [Wed, 5 Aug 2015 06:57:11 +0000 (12:27 +0530)]
focus/list/genlist/gengrid: fix focus highlight issues on list widgets when auto focus enable is on.

Summary:
elm_list, elm_genlist widgets are handle focus highlight
relying on only elm_widget_focus_highlight_enabled_get() API.
The API is not considered about auto focus highlight feature.
So, we need to check a flag for auto focus from _elm_config.
It resolves T2555.
@fix

Test Plan: elementary_test -> List Focus or Genlist Focus

Reviewers: raster, cedric, SanghyeonLee, singh.amitesh

Reviewed By: SanghyeonLee, singh.amitesh

Maniphest Tasks: T2555

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

9 years agofocus: add del callback always.
Jaehwan Kim [Wed, 5 Aug 2015 05:46:01 +0000 (14:46 +0900)]
focus: add del callback always.

When the window treats focused object, it should always check
that it is deleted.

@fix

9 years agopopup: fix resize issue in case of custom part text set
Amitesh Singh [Tue, 4 Aug 2015 15:51:32 +0000 (21:21 +0530)]
popup: fix resize issue in case of custom part text set

@fix

9 years agoexamples: fix attrib name due to change in Evas Canvas3D API.
Cedric BAIL [Tue, 4 Aug 2015 14:48:34 +0000 (16:48 +0200)]
examples: fix attrib name due to change in Evas Canvas3D API.

9 years agombe: remove unnecessary keypad hide call from multibuttonentry.
Shilpa Singh [Tue, 4 Aug 2015 14:13:33 +0000 (16:13 +0200)]
mbe: remove unnecessary keypad hide call from multibuttonentry.

Summary:
When editable set is set to FALSE, there is no need to specifically
hide the keypad as keypad will automatically hide when entry is hidden.

@fix

Signed-off By: Kumar Navneet <k.navneet@samsung.com>

Reviewers: woohyun, Hermet, CHAN, cedric

Reviewed By: cedric

Subscribers: subodh6129, navnbeet

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoelm_colorselector: modify to select no item when create colorselector
Sung-Taek Hong [Tue, 4 Aug 2015 14:11:01 +0000 (16:11 +0200)]
elm_colorselector: modify to select no item when create colorselector

Summary:
Currently, the first item is marked selected when
the colorselector is added. However, this is not normal behavior
since the first item is not shown selected.
Moreover, always selecting the first item during creation does not
sound natural.

Reviewers: cedric, Hermet, woohyun

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoelm_macros: fix for lack of precision with double due to order of operation.
j_yong.hwang [Tue, 4 Aug 2015 14:08:50 +0000 (16:08 +0200)]
elm_macros: fix for lack of precision with double due to order of operation.

Summary:
The numerical formula below is calculated with the double type.
-> ELM_SCALE_SIZE(x) (int)(((double)(x) / elm_app_base_scale_get()) * elm_config_scale_get())

But if number of significant figure of the return value goes over 15, the epsilon error will happen.
Because of that, it is better to divide to do later.

Reviewers: woohyun, cedric

Reviewed By: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoindex: fix index object got a wrong min value.
woochan lee [Tue, 4 Aug 2015 14:04:44 +0000 (16:04 +0200)]
index: fix index object got a wrong min value.

Summary:
The evas box swallowed in "elm,swallow,index" part.
Then the each index item will be appended into evas_box when elm_index_go called.

If user make the line or dot for that swallow part for resize same as internall box.
edje_size_min_calc always give the '0'value for it.

Box will be swallowed the only on swllow part for desicion index layout size.
So the index min value should follow the box size.

Test Plan:
Run any index sample.
Get the index min size and check the value.
It gets always wrong before.

Reviewers: cedric, Hermet, woohyun

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agomultibuttonentry: item object scale set is not need when theme applied.
woochan lee [Tue, 4 Aug 2015 14:02:25 +0000 (16:02 +0200)]
multibuttonentry: item object scale set is not need when theme applied.

Summary:
An item size calculated with scale value when item appended.
This code is not need.

@fix

Reviewers: Hermet, woohyun, cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoindex: add index item priority APIs for support multilingual
woochan lee [Tue, 4 Aug 2015 13:55:18 +0000 (15:55 +0200)]
index: add index item priority APIs for support multilingual

Summary:
I add the APIs for supporting multi language on index.

"elm_index_item_priority_set()" API can give the priority value for each item.
it will be grouping with each priority items when index start to draw the item.
It can get a 0 or 1 (default : -1) -1 priority item show always even priority changed.

"elm_index_priority_set()" API can changed the current priority in manually.
priority will be up automatically when user send move event into last of priority 1 group item.
otherwise, priority will be down automatically when user send move event into first of priority 0 group item.

"elm_index_priority_get()" API can get a current index priority.
@feature

Test Plan:
I added the test application in test_index with give the name as "test_index3"
(It's for only show how to handle the priority APIs and show the how does it works for multi language
so it doesn't operate with genlist.)
You can check the how it works and how APIs works for it as well.

Reviewers: eunue, seoz, woohyun, Hermet

Subscribers: SanghyeonLee, eagleeye

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoelm_hoversel: add elm_hoversel_scroll_enabled_set/get() API
Jee-Yong Um [Tue, 4 Aug 2015 13:51:36 +0000 (15:51 +0200)]
elm_hoversel: add elm_hoversel_scroll_enabled_set/get() API

Summary:
Currently, hoversel shows all items at the same time, but to limit
the size of contents and make it scrollable is neccesary to some users.
elm_hoversel_scroll_enabled_set/get() API makes the contents of hoversel
scrollable or not.

Test Plan:
The newly added scroll function is enabled for the second hoversel
in "hoversel" sample of elementary_test.

Reviewers: Hermet, raster, herdsman, cedric, tasn

Subscribers: JackDanielZ, cedric, Hermet

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoelm_theme: string function change for the exceptional file name
j_yong.hwang [Tue, 4 Aug 2015 13:39:36 +0000 (15:39 +0200)]
elm_theme: string function change for the exceptional file name

Summary:
If name of theme has ".",example "abc.def.edj", it would fail to check the file name.
So, I changed the strchr functions to strrchr function.

Reviewers: seoz, raster, Hermet, cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agogenlist: port "changed" evas smart callback to Eo.
Amitesh Singh [Fri, 31 Jul 2015 03:58:24 +0000 (09:28 +0530)]
genlist: port "changed" evas smart callback to Eo.

9 years agogenlist: Refactoring genlist item cache logics.
SangHyeon Lee [Wed, 29 Jul 2015 21:22:28 +0000 (23:22 +0200)]
genlist: Refactoring genlist item cache logics.

Summary:
This patch is code refactoring for genlist item cache logic
as same as gengrid item cache and removing unnecessary
Item_Cache properties.
{selected, disabled, expanded} exist in Item_Cache,
but _item_cache_find ignore those flagged properties,
so _elm_genlist_item_status_update will not working with
itc properties(all itc properties are EINA_FALSE).

Test Plan: Need to check elementary_test genlist sample working properly.

Reviewers: raster, Hermet, seoz, jaehwan, cedric

Reviewed By: cedric

Subscribers: cedric, singh.amitesh, eagleeye

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agomultibuttonentry: add horizontal, vertical padding between items.
Woochan Lee [Wed, 29 Jul 2015 21:18:17 +0000 (23:18 +0200)]
multibuttonentry: add horizontal, vertical padding between items.

Summary:
There is no way to give padding between each items, previously.
So i added horizontal, vertical padding here.

I will add APIs for set, get padding size set, get.

@feature

Test Plan:
Change the horizontal, vertical paddidng value in multibuttonentry.edc
Run elementary_test
Execute multibuttonentry sample.
Add items.
Check the padding between items.

Reviewers: woohyun, seoz, Hermet, raster

Reviewed By: Hermet, raster

Subscribers: raster

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoradio: add "elm,activate,radio,on" and "elm,activate,radio,off" signal to support...
Subhransu Mohanty [Wed, 29 Jul 2015 21:14:30 +0000 (23:14 +0200)]
radio: add "elm,activate,radio,on" and "elm,activate,radio,off" signal to support value change animation.

Summary:
Currently when user clicks on the radio, and when api value_set() called by
the developer we emit "elm,state,radio,*" signal. To support value change animation when
user interacts with radio. There is no way to distinguish the action in EDC.
This "elm,activate,radio,*" is a way which edc can make use to distinguish the state change signal
by the user action or due to api call.

Reviewers: Hermet, raster, cedric

Reviewed By: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agocheck: add "elm,activate,check,on" and "elm,activate,check,off" signal to support...
Subhransu Mohanty [Wed, 29 Jul 2015 21:10:49 +0000 (23:10 +0200)]
check: add "elm,activate,check,on" and "elm,activate,check,off" signal to support state change animation.

Summary:
Currently when user clicks on the checkbox, and when api state_check() called by
the developer we emit "elm,state,check,*" signal. To support state change animation when
user interacts with check box. There is no way to distinguish the action in EDC.
This "elm,activate,check,*" is a way which edc can make use to distinguish the stae change signal
by the user action or due to api call.

Reviewers: woohyun, raster, cedric, Hermet

Reviewed By: Hermet

Subscribers: id213sin

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agohoversel: add key binding for widget activation
Lukasz Stanislawski [Wed, 29 Jul 2015 20:23:00 +0000 (22:23 +0200)]
hoversel: add key binding for widget activation

Test Plan:
1. Install previous version of elementary
2. Remove config from homedir
3. Build new config with elemetnary_config app
4. Install patched version of elementary
5. run elementary_test Hoversel test
6. Space end Enter should open hovesel

Reviewers: seoz, jaehwan, singh.amitesh, cedric

Reviewed By: cedric

Subscribers: seoz

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agogenlist: add SIG_CHANGED("changed") smart callback in genlist.
SangHyeon Lee [Wed, 29 Jul 2015 20:20:40 +0000 (22:20 +0200)]
genlist: add SIG_CHANGED("changed") smart callback in genlist.

Summary:
SIG_CAHANGED notify user to
genlist is now changed their items and properties and all
calculation is finished, so user can get correct values in
that callback.

This SIG_CHANGED smart callback already supported in gengrid.

Test Plan:
N/A
This patch is addition of new smart callback.

Reviewers: raster, seoz, singh.amitesh

Subscribers: Hermet, cedric, eagleeye

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agospinner: entry text makes to registered special value instead of number.
woochan lee [Wed, 29 Jul 2015 20:17:34 +0000 (22:17 +0200)]
spinner: entry text makes to registered special value instead of number.

Summary:
Entry has only number text when activated and value changed, Even user registered special value to each spinner value.
If the user registered special value, we should check then showing the special value instead of number text.
Its will more helpful to expect the result when user set a spinner value using spinner entry.

@fix

Test Plan:
There is a spinner sample in elementary_test.
Changing editable value as TRUE for the last spinner object.
Click the spinner to activated entry and check the result.

Reviewers: Hermet, Jaehyun, cedric

Reviewed By: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoconfigure: Switch to dev mode again. Merge window for 1.16 is open now
Stefan Schmidt [Tue, 4 Aug 2015 09:46:47 +0000 (11:46 +0200)]
configure: Switch to dev mode again. Merge window for 1.16 is open now

9 years agorelease: Update NEWS and bump version for 1.15.0 release v1.15.0
Stefan Schmidt [Tue, 4 Aug 2015 09:21:21 +0000 (11:21 +0200)]
release: Update NEWS and bump version for 1.15.0 release

9 years agotest_popup: add popup with content area only example
Amitesh Singh [Mon, 3 Aug 2015 17:25:51 +0000 (22:55 +0530)]
test_popup: add popup with content area only example

9 years agotest_cnp: remove explicit type castings.
Amitesh Singh [Mon, 3 Aug 2015 16:04:09 +0000 (21:34 +0530)]
test_cnp: remove explicit type castings.

In C, the explicit typecasting is not required.

9 years agoRevert "Adds eglfs support"
Nicolas Aguirre [Mon, 3 Aug 2015 12:39:54 +0000 (14:39 +0200)]
Revert "Adds eglfs support"

This reverts commit de52ee0192b5b6d8ad542fb2fd9e4185b39b6518.

9 years agoRevert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"
Nicolas Aguirre [Mon, 3 Aug 2015 12:39:38 +0000 (14:39 +0200)]
Revert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"

This reverts commit aff92d581ed052413aa36785a9291e47315eb518.

9 years agoRemoves ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs
Florent Revest [Thu, 30 Jul 2015 16:23:25 +0000 (18:23 +0200)]
Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs

9 years agoAdds eglfs support
Florent Revest [Tue, 21 Jul 2015 13:41:35 +0000 (15:41 +0200)]
Adds eglfs support

9 years agopopup: fix resize issue when action area and title area is absent.
Amitesh Singh [Mon, 3 Aug 2015 09:28:55 +0000 (10:28 +0100)]
popup: fix resize issue when action area and title area is absent.

Summary:
set scroller size in content_set.

Resolves: T2623
@fix

Test Plan:
1. run ecrire
2. Add some text in newfile
3. Close ecrire
4. a almost zero size popup.

Reviewers: tasn, herdsman, raster, SanghyeonLee, stefan_schmidt

Reviewed By: stefan_schmidt

Subscribers: stefan_schmidt, herb, seoz

Maniphest Tasks: T2623

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

9 years agoprefs: add empty field to avoid build warning.
ChunEon Park [Mon, 3 Aug 2015 04:56:01 +0000 (13:56 +0900)]
prefs: add empty field to avoid build warning.

this addition is a trick to avoid g/gcc compile warning.
warning: empty struct has size 0 in C, size 1 in C++.

9 years agotest_disable: rename window name & title according to test name
Amitesh Singh [Sat, 1 Aug 2015 18:10:19 +0000 (23:40 +0530)]
test_disable: rename window name & title according to test name

9 years agocolorselector: fixed up the selected process
WooHyun Jung [Sat, 1 Aug 2015 04:15:05 +0000 (13:15 +0900)]
colorselector: fixed up the selected process

When mouse moves out of the color item area,
mouse up should not give selected smart callback.

@fix

9 years agopanes: Migrate docs to new Eolian format.
Tom Hacohen [Fri, 31 Jul 2015 15:16:13 +0000 (16:16 +0100)]
panes: Migrate docs to new Eolian format.

9 years agogrid: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:46:21 +0000 (15:46 +0100)]
grid: convert docs

9 years agomenu_item: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:23:56 +0000 (15:23 +0100)]
menu_item: convert docs

9 years agopanel, pan: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:17:40 +0000 (15:17 +0100)]
panel, pan: convert docs

9 years agoplug: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:14:34 +0000 (15:14 +0100)]
plug: convert docs

9 years agophotocam: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:12:30 +0000 (15:12 +0100)]
photocam: convert docs

9 years agothumb: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 14:00:58 +0000 (15:00 +0100)]
thumb: convert docs

9 years agoview_form, view_list: convert docs
Daniel Kolesa [Fri, 31 Jul 2015 13:50:24 +0000 (14:50 +0100)]
view_form, view_list: convert docs

9 years agodiskselector: return when the new item is NULL
WooHyun Jung [Fri, 31 Jul 2015 10:03:21 +0000 (19:03 +0900)]
diskselector: return when the new item is NULL

9 years agocnp: use ELM_SAFE_FREE
Amitesh Singh [Fri, 31 Jul 2015 05:42:53 +0000 (11:12 +0530)]
cnp: use ELM_SAFE_FREE

9 years agotest_hoversel: add example of setting focus to item
Amitesh Singh [Fri, 31 Jul 2015 03:48:23 +0000 (09:18 +0530)]
test_hoversel: add example of setting focus to item