platform/upstream/elementary.git
8 years agoelm_diskselector: convert eo docs of diskselector to new format
Vivek Ellur [Mon, 27 Jul 2015 09:18:43 +0000 (10:18 +0100)]
elm_diskselector: convert eo docs of diskselector to new format

Summary:
Converted docs of elm_diskselector.eo and elm_diskselector_item.eo 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/D2864

8 years agoelm_ctxpopup: convert eo docs to new format
Vivek Ellur [Mon, 27 Jul 2015 09:18:37 +0000 (10:18 +0100)]
elm_ctxpopup: convert eo docs to new format

Summary:
Converted docs of elm_ctxpopup.eo and elm_ctxpopup_item.eo to new format

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric, q66

Reviewed By: q66

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

8 years agoelm config save - work around compiler bug that loses local var value
Carsten Haitzler (Rasterman) [Fri, 24 Jul 2015 14:57:29 +0000 (23:57 +0900)]
elm config save - work around compiler bug that loses local var value

yes. compiler bug. believe it or not.

8 years agoelm_gengrid: fix missing variable initialization.
Hosang Kim [Mon, 27 Jul 2015 04:59:22 +0000 (13:59 +0900)]
elm_gengrid: fix missing variable initialization.

Summary:
- item's still_in variable is not initialized.

@fix

Reviewers: seoz, singh.amitesh, raster, SanghyeonLee

Reviewed By: SanghyeonLee

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

8 years agoelm_focus: focus_resion_show does not need to be called for all parents
WooHyun Jung [Sat, 25 Jul 2015 02:31:53 +0000 (11:31 +0900)]
elm_focus: focus_resion_show does not need to be called for all parents

8 years agoelf_fileselector: Avoid memory leak in error path
Stefan Schmidt [Fri, 24 Jul 2015 16:35:22 +0000 (18:35 +0200)]
elf_fileselector: Avoid memory leak in error path

If filter_add fails here we would go out of scope and leak custom_filter. Free
it instead.

CID 1308261

8 years agoelm_dayselector: converted eo docs of dayselector to new format
Vivek Ellur [Fri, 24 Jul 2015 12:43:36 +0000 (13:43 +0100)]
elm_dayselector: converted eo docs of dayselector to new format

Summary:
Converted docs of elm_dayselector.eo 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/D2863

8 years agoElm_Prefs: use Evil API
Vincent Torri [Fri, 24 Jul 2015 10:53:30 +0000 (12:53 +0200)]
Elm_Prefs: use Evil API

The current test is not sufficient to check if the path is relative or
not. Use Evil API instead

@fix

8 years agoelm_gengrid: Fix condition error.
Hosang Kim [Fri, 24 Jul 2015 05:30:21 +0000 (14:30 +0900)]
elm_gengrid: Fix condition error.

Summary:
I missed "!" in if condition and missed it->unhighlighted_cb().

@fix

Reviewers: singh.amitesh, raster, cedric, SanghyeonLee

Reviewed By: SanghyeonLee

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

8 years agoelementary: Fix external variable declaration to match const char
Chris Michael [Thu, 23 Jul 2015 13:47:51 +0000 (09:47 -0400)]
elementary: Fix external variable declaration to match const char

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years agoelementary: Fix compiler warning disgarding const qualifier
Chris Michael [Thu, 23 Jul 2015 13:44:06 +0000 (09:44 -0400)]
elementary: Fix compiler warning disgarding const qualifier

Summary: eina_environment_tmp_get returns a const char string, so we
should declare the variable to match

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoElm_Config: fix compilation when getuid() or geteuid() are not available
Vincent Torri [Wed, 22 Jul 2015 14:30:19 +0000 (16:30 +0200)]
Elm_Config: fix compilation when getuid() or geteuid() are not available

@fix

9 years agoElm_Config: add getpwent support, fix compilation on Windows
Vincent Torri [Wed, 22 Jul 2015 14:27:49 +0000 (16:27 +0200)]
Elm_Config: add getpwent support, fix compilation on Windows

@fix

9 years agoElm_Config: remove Evil functions as home is anyway set on Windows
Vincent Torri [Wed, 22 Jul 2015 14:18:44 +0000 (16:18 +0200)]
Elm_Config: remove Evil functions as home is anyway set on Windows

9 years agotest: elm_prefs_cc - use eina_environment_tmp_get() instead of getenv("TMPDIR")
Amitesh Singh [Wed, 22 Jul 2015 17:22:39 +0000 (22:52 +0530)]
test: elm_prefs_cc - use eina_environment_tmp_get() instead of getenv("TMPDIR")

9 years agoNEWS: Remove duplicated entries and the end
Stefan Schmidt [Wed, 22 Jul 2015 14:02:43 +0000 (16:02 +0200)]
NEWS: Remove duplicated entries and the end

9 years agoFileselector: Use eina_environment_home_get() instead of getenv("HOME")
Vincent Torri [Wed, 22 Jul 2015 11:01:12 +0000 (13:01 +0200)]
Fileselector: Use eina_environment_home_get() instead of getenv("HOME")

9 years agoelm_container: Updated eo docs for elm_container
Vivek Ellur [Wed, 22 Jul 2015 09:21:24 +0000 (10:21 +0100)]
elm_container: Updated eo docs for elm_container

Summary:
Updated docs of elm_container.eo to the new format

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

Reviewed By: q66

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

9 years agoelm_clock: convert elm_clock eo docs to new format
Vivek Ellur [Wed, 22 Jul 2015 09:20:35 +0000 (10:20 +0100)]
elm_clock: convert elm_clock eo docs to new format

Summary:
Converted docs of elm_clock.eo 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/D2849

9 years agoelementary: Remove debug comment
Chris Michael [Tue, 21 Jul 2015 13:55:14 +0000 (09:55 -0400)]
elementary: Remove debug comment

Summary: No real functional changes, just removing a debug printout

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelm_color_item: Convert eo docs to new format
Vivek Ellur [Tue, 21 Jul 2015 14:01:46 +0000 (15:01 +0100)]
elm_color_item: Convert eo docs to new format

Summary:
Updated docs for elm_color_item.eo and elm_colorselector.eo files

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

Reviewed By: q66

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

9 years agoelementary: Fix T2573: Extra blank line in Genlist Dnd Test
Chris Michael [Tue, 21 Jul 2015 13:43:53 +0000 (09:43 -0400)]
elementary: Fix T2573: Extra blank line in Genlist Dnd Test

Summary: This fixes ticket T2573 where an extra new line was being
added after dropping an item in the Genlist DnD tests. There's really
no need to be appending a '\n' on each item here as that ends up
adding an extra blank item to the drop.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelm_calendar: Convert eo docs to new format
Vivek Ellur [Tue, 21 Jul 2015 10:53:55 +0000 (11:53 +0100)]
elm_calendar: Convert eo docs to new format

Summary:
Changed the docs of elm_calendar.eo 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/D2846

9 years agorelease: Update NEWS and bump version for 1.15.0-beta2 release v1.15.0-beta2
Daniel Juyung Seo [Mon, 20 Jul 2015 23:25:58 +0000 (08:25 +0900)]
release: Update NEWS and bump version for 1.15.0-beta2 release

9 years agowin: redo wayland opaque region setting
Mike Blumenkrantz [Mon, 20 Jul 2015 21:35:00 +0000 (17:35 -0400)]
win: redo wayland opaque region setting

* convert opaque region theme part to SPACER
  - add rels for shaded/maximized state
* namespace opaque region theme part
* update opaque region only on pre-render
  - fixes race condition between render size and opaque size

ref T2575

9 years agoelementary: Adjust shadow spacer on maximize
Chris Michael [Mon, 20 Jul 2015 15:46:02 +0000 (11:46 -0400)]
elementary: Adjust shadow spacer on maximize

Summary: This fix adjusts the shadow spacer elementary when we
maximize/unmaximize a window. When in a maximized state, we do not
have to reserve space for the window shadow. This partially fixes
T2578. I say partially because there is still a little bit of blank
space around a maximized window.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agotooltip: no need to show content object of tooltip
Amitesh Singh [Mon, 20 Jul 2015 15:25:35 +0000 (20:55 +0530)]
tooltip: no need to show content object of tooltip

content object visibility will be controlled by tooltip edje object.

9 years agogenlist : fix genlist dangling pointer crash in item select
SangHyeon Lee [Sun, 19 Jul 2015 15:09:23 +0000 (00:09 +0900)]
genlist : fix genlist dangling pointer crash in item select

Summary:
Fix genlist crash issue of T2553 which happened by dangling pointer
access after deletion in item_select.
after item_focused callback, user call deletion and item_select din't
cover those cases.
Resolves: T2553

@fix

Test Plan: elementary_test -> genlist focus -> choose Genlist Cear on Focus
then originally crash will be happened. This patch will solve that problem.

9 years agoScroller: Improvement in _key_action_move() calculations.
Umesh Tanwar [Sun, 19 Jul 2015 14:40:28 +0000 (23:40 +0900)]
Scroller: Improvement in _key_action_move() calculations.

Summary:
If x coordinate is equal to 0, key action is no more
effective as EINA_FALSE is returned. This is creating problem
in looping. Looping will be done when x < 0, but as soon as
x == 0, _key_action_move starts returning EINA_FALSE. Same
thing applies to y coordinate and other extremities.

@fix

Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com>
Test Plan: elementary_test -> Scroller -> Loop in X axis -> scroll left using left key(looping does not happen)

Reviewers: raster, Hermet, cedric, singh.amitesh, SanghyeonLee

Reviewed By: SanghyeonLee

Subscribers: sachin.dev, SanghyeonLee, eagleeye

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

9 years agotest_popup: include icon text in title-icon example
Amitesh Singh [Sat, 18 Jul 2015 10:19:48 +0000 (15:49 +0530)]
test_popup: include icon text in title-icon example

9 years agopopup: fix title icon to show up.
Amitesh Singh [Sat, 18 Jul 2015 09:28:25 +0000 (14:58 +0530)]
popup: fix title icon to show up.

Title icon of popup is not getting shown.
steps to reproduce:
1. elementary_test -to "popup"
2. click "popup bottom title + text + 3 buttons"

In the test popup example, the initial parent of icon is popup.
The title_icon is reset to null while adjusting elm parent from popup
to main_layout (elm_widget_sub_object_add which calls sub_object_del of popup)
on swallowing icon to main_layout.

Resolves: T2581
@fix

9 years agoelementary: Properly fix wayland opaque region setting
Chris Michael [Fri, 17 Jul 2015 17:24:47 +0000 (13:24 -0400)]
elementary: Properly fix wayland opaque region setting

Summary: This patch fixes opaque region setting under wayland in a
more proper/accurate way. This now sets the opaque region to be Just
what is visible (ie: only the dialog).

NB: This does not actually fix T2575 as that problem is inside E itself.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agotheme: popup - use aliases instead for subpopup groups
Amitesh Singh [Fri, 17 Jul 2015 16:41:20 +0000 (22:11 +0530)]
theme: popup - use aliases instead for subpopup groups

Use aliases for subpopup's content,buttons{1,2,3} groups
and it reduces theme file size by 4Kb (default.edj, 5680kb to 5676Kb).

9 years agoelementary: Fix program signal for enable/disable of shadows
Chris Michael [Thu, 16 Jul 2015 18:00:46 +0000 (14:00 -0400)]
elementary: Fix program signal for enable/disable of shadows

Summary: Elementary does not support toggling of shadows on windows,
but Enlightenment does so we need to use the proper program signal for
that.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelementary: Fix elementary wayland border opaque region calculations
Chris Michael [Thu, 16 Jul 2015 17:10:13 +0000 (13:10 -0400)]
elementary: Fix elementary wayland border opaque region calculations

Summary: This fixes T2575 more accurately (combined with previous
theme adjustments). Previous code would use a spacer object to help
calculate window opaque region. This is no longer necessary due to the
previous theme changes, and now calculates window opaque region to
coincide with what Enlightenment is expecting.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelementary: Update elementary wayland border theme to match E's
Chris Michael [Thu, 16 Jul 2015 17:08:50 +0000 (13:08 -0400)]
elementary: Update elementary wayland border theme to match E's

Summary: This fix addresses the issue of Elementary's Wayland border
theme not match close enough to E's. Now they are very much identical
with the exception of the program and signal names.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelementary: Tweak elm wayland border focus to Fix T2575
Chris Michael [Thu, 16 Jul 2015 15:00:19 +0000 (11:00 -0400)]
elementary: Tweak elm wayland border focus to Fix T2575

Summary: This adjusts the focus frame of Elementary applications to
more closely match what is done in X11. T2575 says that the focus
rectangle was larger than expected by a few pixels, so this slight
adjustment compensates for that.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoelm_button: Converted docs of elm_button eo to new format
Vivek Ellur [Thu, 16 Jul 2015 14:13:27 +0000 (15:13 +0100)]
elm_button: Converted docs of elm_button eo to new format

Summary:
Changed the docs of elm_bubble.eo and elm_button.eo to the new format

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

Reviewed By: q66

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

9 years agoelm_box: convert eo docs to new format
Vivek Ellur [Thu, 16 Jul 2015 14:13:21 +0000 (15:13 +0100)]
elm_box: convert eo docs to new format

Summary:
Converted elm_box.eo documentation to new format

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

Reviewed By: q66

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

9 years agoglview: pass render_op flag to the child surface
Jean-Philippe Andre [Mon, 13 Jul 2015 08:02:32 +0000 (17:02 +0900)]
glview: pass render_op flag to the child surface

Without this, apps can't set a GLView to be in COPY mode.
COPY mode allows the glview to "poke holes" in the backbuffer of
the window, without the need for other objects below (eg. a
transparent rectangle in COPY mode).

9 years agoelm_bg: convert eo docs to new format
Vivek Ellur [Thu, 16 Jul 2015 10:21:15 +0000 (11:21 +0100)]
elm_bg: convert eo docs to new format

Summary:
Converted docs of elm_bg.eo to new format

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric, q66

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

9 years agowidget_item: check view visibility in item_onscreen_is function.
Lukasz Stanislawski [Thu, 16 Jul 2015 08:51:59 +0000 (10:51 +0200)]
widget_item: check view visibility in item_onscreen_is function.

9 years agoEolian helper: sync eolian helper from the efl.
Tom Hacohen [Thu, 16 Jul 2015 08:32:26 +0000 (09:32 +0100)]
Eolian helper: sync eolian helper from the efl.

This should fix issues with missing directories and remove redundancy.

9 years agoElm: fix eolian_gen call on MSYS2
Vincent Torri [Thu, 16 Jul 2015 05:57:28 +0000 (07:57 +0200)]
Elm: fix eolian_gen call on MSYS2

9 years agotoolbar: item content unset function called when user content unset to toolbar item.
woochan lee [Thu, 16 Jul 2015 02:29:29 +0000 (11:29 +0900)]
toolbar: item content unset function called when user content unset to toolbar item.

Summary:
It's related with https://phab.enlightenment.org/D2777

I missed doing on content_unset case.

Reviewers: Hermet

Reviewed By: Hermet

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

9 years agogengrid: remove memset to optimize items swapping via keys.
Amitesh Singh [Wed, 15 Jul 2015 18:13:50 +0000 (23:43 +0530)]
gengrid: remove memset to optimize items swapping via keys.

No need to call memset(0) as struct values are getting fill eventually.

9 years agoelm_macro: add cast.
Jaehwan Kim [Wed, 15 Jul 2015 07:21:06 +0000 (16:21 +0900)]
elm_macro: add cast.

It is used by pixel calculation.
It should be changed to int.

9 years agoelm_app_server: Convert eo docs to new format
Vivek Ellur [Tue, 14 Jul 2015 13:44:25 +0000 (14:44 +0100)]
elm_app_server: Convert eo docs to new format

Summary:
Converted docs of elm_app_server.eo and elm_app_server_view.eo to
new format

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric, q66

Reviewed By: q66

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

9 years agoelm_app_client: convert eo docs to new format
Vivek Ellur [Tue, 14 Jul 2015 13:44:02 +0000 (14:44 +0100)]
elm_app_client: convert eo docs to new format

Summary:
Converted docs of elm_app_client.eo and elm_app_client_view.eo to
new format

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric, q66

Reviewed By: q66

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

9 years agoEntry: Fix behaviour of markup filters when setting entry text.
Tom Hacohen [Mon, 13 Jul 2015 16:38:45 +0000 (17:38 +0100)]
Entry: Fix behaviour of markup filters when setting entry text.

The issue was introduced in 28e6878f7cce36efae1438b5e032eb9c0878016a.
While this is a fix in the sense that it reverts to the previously
defined behaviour (defined both in docs and code), the previous
behaviour was stupid and inconsistent. So now we are back to stupid and
inconsistent.

I can't fix this further, because unfortunately, the fix requires
intrusive changes that are just too dangerous to make this late in the
release cycle. Luckily for us, the issues only surface in a very
specific case that is quite uncommon. In order to trigger the bug you
need to set a very long piece of text on an entry that has text filters
set.

Fixes T2561

@fix

9 years agorelease: Update NEWS and bump version for 1.15.0-beta1 release v1.15.0-beta1
Daniel Juyung Seo [Mon, 13 Jul 2015 15:00:04 +0000 (00:00 +0900)]
release: Update NEWS and bump version for 1.15.0-beta1 release

9 years agotest_win_state: remove commented code and newline
Amitesh Singh [Sat, 11 Jul 2015 16:21:02 +0000 (21:51 +0530)]
test_win_state: remove commented code and newline

9 years agoslider: remove useless code
Amitesh Singh [Fri, 10 Jul 2015 15:47:59 +0000 (21:17 +0530)]
slider: remove useless code

9 years agotoolbar: Check return value of elm_layout_theme_set.
Amitesh Singh [Fri, 10 Jul 2015 15:24:23 +0000 (20:54 +0530)]
toolbar: Check return value of elm_layout_theme_set.

9 years agocolorselector: fix compilation warnings.
Amitesh Singh [Fri, 10 Jul 2015 15:17:24 +0000 (20:47 +0530)]
colorselector: fix compilation warnings.

9 years agocolor_class: Check return value of elm_layout_theme_set
Amitesh Singh [Fri, 10 Jul 2015 15:15:18 +0000 (20:45 +0530)]
color_class: Check return value of elm_layout_theme_set

9 years agoElm.Colorselector: Fix crash in infinite callback loop
Jean-Philippe Andre [Fri, 10 Jul 2015 06:26:01 +0000 (15:26 +0900)]
Elm.Colorselector: Fix crash in infinite callback loop

In most cases the code would not crash (I can't understand why),
but in some cases Eo would complain about call stack overflow.
Yep, that's a lot of recursive calls.

The mouse_down callback was trying to cancel its triggering
event and then send again the same mouse_down event. Why? I guess
because it was easier that also having a callback for move (drag
the colorselector arrows). Ugly...

This widget is in dire need for some love.

9 years agoWindow: Set urgent flag only when not already set
Jean-Philippe Andre [Mon, 6 Jul 2015 03:28:02 +0000 (12:28 +0900)]
Window: Set urgent flag only when not already set

cat <binary_file_with_lots_of_BEL> in terminology would slow down
everything because of the urgent flag (and talking to X).

9 years agotheme - make square more opaque
Carsten Haitzler (Rasterman) [Fri, 10 Jul 2015 02:38:27 +0000 (11:38 +0900)]
theme - make square more opaque

9 years agopopup: fix timeout cb.
Amitesh Singh [Thu, 9 Jul 2015 16:47:25 +0000 (22:17 +0530)]
popup: fix timeout cb.

9 years agopopup: fix block,clicked cb
Amitesh Singh [Thu, 9 Jul 2015 16:45:47 +0000 (22:15 +0530)]
popup: fix block,clicked cb

9 years agoNEWS: Remove reverted commits and redundant logs.
Daniel Juyung Seo [Thu, 9 Jul 2015 15:31:54 +0000 (00:31 +0900)]
NEWS: Remove reverted commits and redundant logs.

Thanks to Amitesh for spotting this.

9 years agoElm Entry: Fix context menu dismissal
Daniel Hirt [Thu, 9 Jul 2015 11:25:38 +0000 (14:25 +0300)]
Elm Entry: Fix context menu dismissal

The wrong event was used during the port from smart callbacks to eo
callbacks. Now the correct ELM_HOVERSEL_EVENT_DISMISSED event is used.

9 years agotheme adjust - replace blurry grey haloed black box with nice rect+shad
Carsten Haitzler (Rasterman) [Thu, 9 Jul 2015 08:51:26 +0000 (17:51 +0900)]
theme adjust - replace blurry grey haloed black box with nice rect+shad

9 years agopopup: add missing AT-SPI2 MODAL state
Lukasz Stanislawski [Thu, 9 Jul 2015 06:25:05 +0000 (08:25 +0200)]
popup: add missing AT-SPI2 MODAL state

9 years agoslider: compare slider values elaborately.
ChunEon Park [Thu, 9 Jul 2015 06:19:54 +0000 (15:19 +0900)]
slider: compare slider values elaborately.

because of the double type nature,
the comparison is not correct.

we decide the value changes with range of double epsilon to avoid this.

@fix

9 years agoimage: fix a crash, 0 divide problem.
ChunEon Park [Thu, 9 Jul 2015 02:08:34 +0000 (11:08 +0900)]
image: fix a crash, 0 divide problem.

if the gif is invalid animated image,
the frame count could be 0.

@fix

9 years agorelease: Update NEWS and bump version for 1.15.0-alpha1 release v1.15.0-alpha1
Daniel Juyung Seo [Wed, 8 Jul 2015 19:14:12 +0000 (04:14 +0900)]
release: Update NEWS and bump version for 1.15.0-alpha1 release

9 years agoelm: Fix distcheck.
Daniel Juyung Seo [Wed, 8 Jul 2015 18:56:55 +0000 (03:56 +0900)]
elm: Fix distcheck.

9 years agoelm: update new-style docs across elm so they validate right
Daniel Kolesa [Wed, 8 Jul 2015 14:49:38 +0000 (15:49 +0100)]
elm: update new-style docs across elm so they validate right

9 years agopo: Updated po.
Daniel Juyung Seo [Wed, 8 Jul 2015 13:46:02 +0000 (22:46 +0900)]
po: Updated po.

9 years agoelm_general: move definition of enum Elm.Wrap.Type to elm_general.eot
Yakov Goldberg [Wed, 8 Jul 2015 11:42:17 +0000 (14:42 +0300)]
elm_general: move definition of enum Elm.Wrap.Type to elm_general.eot

move definition of enum Elm.Wrap.Type from elm_entry.eo to elm_general.eot
And import elm_general.eot into elm_entry.eo, elm_label.eo, elm_popup.eo

9 years agoelm_hover: Move enums to elm_hover.eo
Yakov Goldberg [Wed, 8 Jul 2015 09:31:12 +0000 (12:31 +0300)]
elm_hover: Move enums to elm_hover.eo

Move enums from elm_hover_common.h to elm_hover.eo in order to make them
more accessible for bindings. Delete elm_hover_common.h.

9 years agoelm_label: Move enums to elm_label.eo
Yakov Goldberg [Wed, 8 Jul 2015 09:18:03 +0000 (12:18 +0300)]
elm_label: Move enums to elm_label.eo

Move enums from elm_label_common.h to elm_label.eo in order to make them
more accessible for bindings. Delete elm_label_common.h.

9 years agoelm_list: Move enums to elm_list.eo
Yakov Goldberg [Wed, 8 Jul 2015 09:05:47 +0000 (12:05 +0300)]
elm_list: Move enums to elm_list.eo

Move enums from elm_list_common.h to elm_list.eo in order to make them
more accessible for bindings. Delete elm_list_common.h.

9 years agoelm_genlist: move enums to elm_genlist_item.eo
Yakov Goldberg [Wed, 8 Jul 2015 08:39:19 +0000 (11:39 +0300)]
elm_genlist: move enums to elm_genlist_item.eo

Move enums from elm_genlist_common.h to elm_genlist_item.eo in order to make them
more accessible for bindings.

9 years agoelm_gengrid: move enums to elm_gengrid_item.eo
Yakov Goldberg [Tue, 7 Jul 2015 14:14:07 +0000 (17:14 +0300)]
elm_gengrid: move enums to elm_gengrid_item.eo

Move enums from elm_gengrid_common.h to elm_gengrid_item.eo in order to make them
more accessible for bindings.

9 years agoelm_entry: moved part of enums to elm_entry.eo
Yakov Goldberg [Tue, 7 Jul 2015 13:51:28 +0000 (16:51 +0300)]
elm_entry: moved part of enums to elm_entry.eo

Move part of enums from elm_entry_common.h to elm_entry.eo in order to make them
more accessible for bindings.

9 years agoelm_dayselector: Move enums to elm_dayselector.eo
Yakov Goldberg [Tue, 7 Jul 2015 11:43:39 +0000 (14:43 +0300)]
elm_dayselector: Move enums to elm_dayselector.eo

Move enums from elm_dayselector_common.h to elm_dayselector.eo in order to make them
more accessible for bindings. Delete elm_dayselector_common.h.

9 years agoelm_datetime: Move enums to elm_datetime.eo
Yakov Goldberg [Tue, 7 Jul 2015 11:31:53 +0000 (14:31 +0300)]
elm_datetime: Move enums to elm_datetime.eo

Move enums from elm_datetime_common.h to elm_datetime.eo in order to make them
more accessible for bindings.

9 years agoelm_colorselector: Move enums to elm_colorselector.eo
Yakov Goldberg [Tue, 7 Jul 2015 11:09:03 +0000 (14:09 +0300)]
elm_colorselector: Move enums to elm_colorselector.eo

Move enums from elm_colorselector_common.h to elm_colorselector.eo in order to make them
more accessible for bindings.

9 years agoelm_clock: Move enums to elm_clock.eo
Yakov Goldberg [Tue, 7 Jul 2015 09:09:29 +0000 (12:09 +0300)]
elm_clock: Move enums to elm_clock.eo

Move enums from elm_clock_common.h to elm_clock.eo in order to make them
more accessible for bindings.

9 years agoelm_calendar: Move enums to elm_calendar.eo
Yakov Goldberg [Tue, 7 Jul 2015 08:51:50 +0000 (11:51 +0300)]
elm_calendar: Move enums to elm_calendar.eo

Move enums from elm_calendar_common.h to elm_calendar.eo in order to make them
more accessible for bindings.

9 years agoelm_bubble: Move enums to elm_bubble.eo
Yakov Goldberg [Tue, 7 Jul 2015 08:00:07 +0000 (11:00 +0300)]
elm_bubble: Move enums to elm_bubble.eo

Move enums from elm_bubble_common.h to elm_bubble.eo in order to make them
more accessible for bindings. Delete elm_bubble_common.h.

9 years agoelm_bg: Move enums to elm_bg.eo
Yakov Goldberg [Mon, 6 Jul 2015 15:50:26 +0000 (18:50 +0300)]
elm_bg: Move enums to elm_bg.eo

Move enums from elm_bg_common.h to elm_bg.eo in order to make them
more accessible for bindings. Delete elm_bg_common.h.

9 years agoelm_segment_control: delete empty elm_segment_control_common.h
Yakov Goldberg [Mon, 6 Jul 2015 15:42:04 +0000 (18:42 +0300)]
elm_segment_control: delete empty elm_segment_control_common.h

9 years agoelm_menu: delete empty elm_menu_common.h
Yakov Goldberg [Mon, 6 Jul 2015 15:40:45 +0000 (18:40 +0300)]
elm_menu: delete empty elm_menu_common.h

9 years agoelm_index: delete empty elm_index_common.h
Yakov Goldberg [Mon, 6 Jul 2015 15:39:44 +0000 (18:39 +0300)]
elm_index: delete empty elm_index_common.h

9 years agoelm_popup: Move enums to elm_popup.eo
Yakov Goldberg [Mon, 6 Jul 2015 15:31:07 +0000 (18:31 +0300)]
elm_popup: Move enums to elm_popup.eo

Move enums from elc_popup_common.h to elm_popup.eo in order to make them
more accessible for bindings. Delete elc_popup_common.h.

9 years agoelm_fileselector: Move enums to elm_interface_fileselector.eo
Yakov Goldberg [Mon, 6 Jul 2015 13:54:12 +0000 (16:54 +0300)]
elm_fileselector: Move enums to elm_interface_fileselector.eo

Move enums from elm_fileselector_common.h to elm_interface_fileselector.eo
in order to make them more accessible for bindings.
Include generated elm_interface_fileselector.eo.legacy.h
into elm_fileselector_legacy.h

9 years agoelm_icon: Move enums to elm_icon.eo
Yakov Goldberg [Mon, 6 Jul 2015 12:40:53 +0000 (15:40 +0300)]
elm_icon: Move enums to elm_icon.eo

Move enums from elm_icon_common.h to elm_icon.eo in order to make them
more accessible for bindings. Delete elm_icon_common.h.

9 years agoelm - fix formatting syntax err in condig
Carsten Haitzler (Rasterman) [Wed, 8 Jul 2015 06:38:29 +0000 (15:38 +0900)]
elm - fix formatting syntax err in condig

9 years agoelm - scroller - set hold flag on wheel events if used for that dir
Carsten Haitzler (Rasterman) [Tue, 7 Jul 2015 10:35:48 +0000 (19:35 +0900)]
elm - scroller - set hold flag on wheel events if used for that dir

@fix

this should fix the clash between wheel and scroller ... somewhat

9 years agoEo Events: port more Evas Smart callbacks to Eo
Daniel Zaoui [Tue, 7 Jul 2015 08:24:12 +0000 (11:24 +0300)]
Eo Events: port more Evas Smart callbacks to Eo

Some Evas Smart callbacks invocations were still inside code
and should have been ported.

9 years agoelm_conform: remove smart_callback when it is removed.
Jaehwan Kim [Tue, 7 Jul 2015 07:32:46 +0000 (16:32 +0900)]
elm_conform: remove smart_callback when it is removed.

The owner of the smart_callbacks is window. so even if the conformant
is deleted, they aren't removed. It can make some problems.

@fix

9 years agoelm_conform: remember window pointer.
Jaehwan Kim [Tue, 7 Jul 2015 07:22:31 +0000 (16:22 +0900)]
elm_conform: remember window pointer.

When the conformant is removed, elm_widget_sub_object_del is called
before calling _elm_conformant_evas_object_smart_del.
Because parent-child relation about window-conformant is unrelated,
there's no meaning elm_widget_top_get in
_elm_conformant_evas_object_smart_del.

@fix

9 years agoatspi: handle all states names
Lukasz Stanislawski [Mon, 6 Jul 2015 21:32:35 +0000 (23:32 +0200)]
atspi: handle all states names

9 years agocnp: change drag win type to ELM_WIN_DND
Thiep Ha [Mon, 6 Jul 2015 19:46:48 +0000 (22:46 +0300)]
cnp: change drag win type to ELM_WIN_DND

Summary:
Drag win should use ELM_WIN_DND.
The drag win in _drag_start function was added when ELM_WIN_DND
was not supported. Now we have ELM_WIN_DND, drag win needs to
change to ELM_WIN_DND.

@fix

Reviewers: JackDanielZ, cedric, Hermet

Subscribers: seoz

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

9 years agoWin: fix ABI issue
Daniel Zaoui [Mon, 6 Jul 2015 11:38:34 +0000 (14:38 +0300)]
Win: fix ABI issue

Even if focus,in/out is deprecated and should be replaced with
focused/unfocused, the event has to be triggered.

9 years agoFocus: concentrate focused events in widget
Daniel Zaoui [Mon, 6 Jul 2015 06:21:40 +0000 (09:21 +0300)]
Focus: concentrate focused events in widget

The focused/unfocused events should be only defined in a common widget,
which is Elm.Widget.