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
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
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
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
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
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>
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>
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
Vincent Torri [Wed, 22 Jul 2015 14:27:49 +0000 (16:27 +0200)]
Elm_Config: add getpwent support, fix compilation on Windows
@fix
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
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")
Stefan Schmidt [Wed, 22 Jul 2015 14:02:43 +0000 (16:02 +0200)]
NEWS: Remove duplicated entries and the end
Vincent Torri [Wed, 22 Jul 2015 11:01:12 +0000 (13:01 +0200)]
Fileselector: Use eina_environment_home_get() instead of getenv("HOME")
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
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
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>
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
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>
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
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
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
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>
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.
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.
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
Amitesh Singh [Sat, 18 Jul 2015 10:19:48 +0000 (15:49 +0530)]
test_popup: include icon text in title-icon example
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
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>
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).
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>
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>
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>
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>
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
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
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).
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
Lukasz Stanislawski [Thu, 16 Jul 2015 08:51:59 +0000 (10:51 +0200)]
widget_item: check view visibility in item_onscreen_is function.
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.
Vincent Torri [Thu, 16 Jul 2015 05:57:28 +0000 (07:57 +0200)]
Elm: fix eolian_gen call on MSYS2
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
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.
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.
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
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
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
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
Amitesh Singh [Sat, 11 Jul 2015 16:21:02 +0000 (21:51 +0530)]
test_win_state: remove commented code and newline
Amitesh Singh [Fri, 10 Jul 2015 15:47:59 +0000 (21:17 +0530)]
slider: remove useless code
Amitesh Singh [Fri, 10 Jul 2015 15:24:23 +0000 (20:54 +0530)]
toolbar: Check return value of elm_layout_theme_set.
Amitesh Singh [Fri, 10 Jul 2015 15:17:24 +0000 (20:47 +0530)]
colorselector: fix compilation warnings.
Amitesh Singh [Fri, 10 Jul 2015 15:15:18 +0000 (20:45 +0530)]
color_class: Check return value of elm_layout_theme_set
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.
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).
Carsten Haitzler (Rasterman) [Fri, 10 Jul 2015 02:38:27 +0000 (11:38 +0900)]
theme - make square more opaque
Amitesh Singh [Thu, 9 Jul 2015 16:47:25 +0000 (22:17 +0530)]
popup: fix timeout cb.
Amitesh Singh [Thu, 9 Jul 2015 16:45:47 +0000 (22:15 +0530)]
popup: fix block,clicked cb
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.
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.
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
Lukasz Stanislawski [Thu, 9 Jul 2015 06:25:05 +0000 (08:25 +0200)]
popup: add missing AT-SPI2 MODAL state
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
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
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
Daniel Juyung Seo [Wed, 8 Jul 2015 18:56:55 +0000 (03:56 +0900)]
elm: Fix distcheck.
Daniel Kolesa [Wed, 8 Jul 2015 14:49:38 +0000 (15:49 +0100)]
elm: update new-style docs across elm so they validate right
Daniel Juyung Seo [Wed, 8 Jul 2015 13:46:02 +0000 (22:46 +0900)]
po: Updated po.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Yakov Goldberg [Mon, 6 Jul 2015 15:42:04 +0000 (18:42 +0300)]
elm_segment_control: delete empty elm_segment_control_common.h
Yakov Goldberg [Mon, 6 Jul 2015 15:40:45 +0000 (18:40 +0300)]
elm_menu: delete empty elm_menu_common.h
Yakov Goldberg [Mon, 6 Jul 2015 15:39:44 +0000 (18:39 +0300)]
elm_index: delete empty elm_index_common.h
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.
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
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.
Carsten Haitzler (Rasterman) [Wed, 8 Jul 2015 06:38:29 +0000 (15:38 +0900)]
elm - fix formatting syntax err in condig
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
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.
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
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
Lukasz Stanislawski [Mon, 6 Jul 2015 21:32:35 +0000 (23:32 +0200)]
atspi: handle all states names
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
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.
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.
Yakov Goldberg [Mon, 6 Jul 2015 09:21:26 +0000 (12:21 +0300)]
elm_ctxpopup: Move enums to elm_ctxpopup.eo
Move enums from elc_ctxpopup_common.h to elm_ctxpopup.eo in order to make them
more accessible for bindings. Delete elc_ctxpopup_common.h.
Daniel Zaoui [Sun, 5 Jul 2015 16:09:45 +0000 (19:09 +0300)]
Eo events: fix wrong event invocations
Events were still created and used on high level classes when Evas
interfaces events should have been used (e.g CLICKED, SELECTED).
Yakov Goldberg [Sun, 5 Jul 2015 14:53:37 +0000 (17:53 +0300)]
elm_actionslider: Move enums to elm_actionslider.eo
Move enums from elm_actionslider_common.h to elm_scroller.eo in order to make them
more accessible for bindings. Delete elm_actionslider_common.h.
Avi Levin [Mon, 18 May 2015 11:44:09 +0000 (14:44 +0300)]
elm_video: porting evas smart callbacks to eo