Boram Park [Tue, 7 Nov 2017 07:35:28 +0000 (16:35 +0900)]
ecore: stabilize wayland event handling in multithread
Change-Id: I235b5b928f32ffb1c58662dca02754c3ed665523
Doyoun Kang [Tue, 7 Nov 2017 01:01:51 +0000 (10:01 +0900)]
ecore_wl2: add code for tizen protocols
tizen_policy, tizen_policy_ext, tizen_surface, tizen_effect, tizen_indicator, tizen_clipboard
@tizen_feature
Change-Id: I3a302a2abeea4e51d876a7cd4c9e271b4c330dd4
Shinwoo Kim [Fri, 24 Feb 2017 04:18:52 +0000 (13:18 +0900)]
ecore_input: take care of ABI break
Upstream EFL does not have ECORE_EVENT_JOYSTICK_BUTTON_PLAY But Tizen has it.
We have to take care of ABI break even though it is not used anywhere.
Change-Id: I451e4ff692253968eb4f3d2db5f17f88b76fb315
Shinwoo Kim [Tue, 7 Mar 2017 07:59:43 +0000 (16:59 +0900)]
ecore_input: Remove warning message
ecore_input_joystick_init/shutdown are deprecated, and these are internal functions.
The deprecated declaration makes warning message because ecore_event_init/shutdown uses those internally.
@tizen_fix
Change-Id: Ie904bdd72d75627a99aceb6d43d26ed55834847b
Shinwoo Kim [Wed, 31 Aug 2016 12:56:18 +0000 (21:56 +0900)]
edje: introduction of text marquee with new ellipsis grammar
[fixed issue]
- issue coming with clipper deletion when device is rotated.
- issue coming with horizontal scrolling.
- issue coming with textblock on RTL status.
- issue coming with textblock clipper when device is rotated.
[enhanced]
- use HEAD, TAIL for ellipsis direction.
- add slide speed factor (px/sec).
- change to marquee from slide.
- remove slide speed factor, adding repeat limit factor.
- handle start point with scrolling.
- set default ellipsis marquee repeat limit to -1.
- reset ellipsis marquee repeat count to handle state changing.
- remove "ellipsis.on", using EDJE_TEXT_ELLIPSIS_MODE_NONE.
- use "ellipsize", separated from "ellipsis".
- check if last description is using ellipsis.
- enhance readability.
Conflicts:
src/bin/edje/edje_cc_handlers.c
src/lib/edje/edje_calc.c
src/lib/edje/edje_data.c
Change-Id: Iee6d3b815e5929c06578dee47106291632200879
Jiyoun Park [Mon, 6 Nov 2017 08:02:29 +0000 (17:02 +0900)]
efl.spec: disable cserve
Wonki Kim [Fri, 3 Nov 2017 06:34:44 +0000 (15:34 +0900)]
spec: modify spec file to build on armv7l
workaround patch for build on armv7l
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Tue, 31 Oct 2017 05:48:02 +0000 (14:48 +0900)]
Revert "Makefile: Ignore edj related target"
This reverts commit
e40b5b37d65f4337b5c1363765c95363cc492d66.
Wonki Kim [Mon, 30 Oct 2017 01:38:49 +0000 (10:38 +0900)]
spec: Modify config option and packaging definition
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Tue, 31 Oct 2017 02:56:32 +0000 (11:56 +0900)]
Makefile: Ignore edj related target
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Mon, 30 Oct 2017 01:38:49 +0000 (10:38 +0900)]
spec: Ignore unpacked build file
wip
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Fri, 27 Oct 2017 00:18:57 +0000 (09:18 +0900)]
spec: Modify the spec file
Change-Id: Ibdca50b53e9eba1c8537f426080834e85c6b1e3d
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
Wonki Kim [Thu, 21 Sep 2017 02:47:44 +0000 (11:47 +0900)]
spec: Add a spec file for efl_1.20 on Tizen
currently working-in-progress.
[build precondition]
1. automake
1.15.1 at least
2. libxkbcommon
0.5.0 at least
3. libinput
0.21.0 at least
4. wayland-protocols
latest
Change-Id: If15902bd243aef6c58e898692968458e20ce9a9f
JinYong Park [Mon, 18 Dec 2017 05:08:08 +0000 (14:08 +0900)]
Efl.Ui.Popup.Anchor: remove event callback when popup is deleted
Summary:
When popup is deleted, popup didn't remove event callback
which its parent and anchor object.
So before popup destruction, detach anchor.
Test Plan: elementary_test -to efl.ui.popup.anchor
Reviewers: Jaehyun_Cho, herb, woohyun, jpeg, cedric
Reviewed By: Jaehyun_Cho
Differential Revision: https://phab.enlightenment.org/D5667
Woochan Lee [Mon, 18 Dec 2017 04:23:32 +0000 (13:23 +0900)]
efl_ui_spin_button: Fix can't input number in case of the min value is bigger than 1.
Summary:
Min Max validate logic has been changed to support decimal point counting.
It makes this side effect.
Test Plan:
elementary_test -> efl_ui_spin_button sample.
(On the min max filter enabled.)
Reviewers: jpeg, Jaehyun_Cho, woohyun
Reviewed By: Jaehyun_Cho
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5580
Daniel Kolesa [Sun, 17 Dec 2017 22:08:07 +0000 (23:08 +0100)]
eolian cxx: pass state when getting decls
Andy Williams [Sun, 17 Dec 2017 14:38:19 +0000 (14:38 +0000)]
ecore: Additional safety for bad futures
Fixes T6519
Carsten Haitzler (Rasterman) [Sun, 17 Dec 2017 07:27:08 +0000 (16:27 +0900)]
ecore - remove warning for win build
Carsten Haitzler (Rasterman) [Sun, 17 Dec 2017 07:03:33 +0000 (16:03 +0900)]
windows build - try fix again
Carsten Haitzler (Rasterman) [Sun, 17 Dec 2017 06:07:37 +0000 (15:07 +0900)]
ecore main - try fix windows build
i hope this fixes T6517
Carsten Haitzler (Rasterman) [Sat, 16 Dec 2017 03:09:12 +0000 (12:09 +0900)]
elm widget - remove unused vars from new shadow part code
fill isn't used... maybe at some point someone jpeg wanted to.. but he
didn't, so let's not have warnings.
Carsten Haitzler (Rasterman) [Sat, 16 Dec 2017 03:01:30 +0000 (12:01 +0900)]
efl loop - fix merge issue with future changes.
Carsten Haitzler (Rasterman) [Sat, 16 Dec 2017 02:55:43 +0000 (11:55 +0900)]
efl loop message stuff - document the eo files.
Vitor Sousa [Sat, 16 Dec 2017 00:15:00 +0000 (22:15 -0200)]
eolian_mono: fix handling of regular ptr() types
Vitor Sousa [Sat, 16 Dec 2017 00:09:43 +0000 (22:09 -0200)]
efl_mono: fix test and example compilation on Windows
Vitor Sousa [Tue, 12 Dec 2017 14:06:46 +0000 (12:06 -0200)]
efl_mono: tests and better support for structs, plus some other fixes
Fix several integer binding type deduction based in its size on C.
Generation for function pointers no longer use modified argument name
which is different from the parameter name.
New generation context for structs.
bool from UnmanagedType.I1 to UnmanagedType.U1 (correct use
inside structs according to mono documentation).
byte (signed char) and int8 now is correctly represented by
sbyte in C#.
Check parameter direction in some out generators in parameter.hh.
Add efl_libs.csv to gitignore.
Make eina.Value pointer constructor public.
Add missing fields to efl.kw_event.Description struct.
Remove eina.File workaround (let struct gen handle it).
Remove is_function_ptr bool from regular_type_def and
add a typedecl_type enum to it. Also add some helper
methods for easier comparison.
Left some test cases commented for when pointer parameters
are properly working.
Cedric BAIL [Fri, 15 Dec 2017 23:48:17 +0000 (15:48 -0800)]
elementary: fix definition of EAPI.
Cedric BAIL [Fri, 15 Dec 2017 17:45:48 +0000 (09:45 -0800)]
eio: remove uneeded function.
Andy Williams [Fri, 15 Dec 2017 17:22:04 +0000 (17:22 +0000)]
docs: link to the module list in legacy docs
This should improve visibility of stuff that is not specifically
mentioned on the home page
Daniel Kolesa [Fri, 15 Dec 2017 16:10:40 +0000 (17:10 +0100)]
eolian: remove now unused database init/shutdown
Daniel Kolesa [Fri, 15 Dec 2017 16:00:36 +0000 (17:00 +0100)]
eolian: remove remaining global state (+ modify APIs accordingly)
Daniel Kolesa [Fri, 15 Dec 2017 15:12:14 +0000 (16:12 +0100)]
eolian: filename retrieval APIs are read only
Daniel Kolesa [Fri, 15 Dec 2017 15:08:27 +0000 (16:08 +0100)]
eolian: make declaration APIs use units
Marcel Hollerbach [Thu, 14 Dec 2017 10:42:46 +0000 (11:42 +0100)]
efl_ui_focus_manager_calc: dont use sqrt
We only need the order, not the exact value
Marcel Hollerbach [Thu, 14 Dec 2017 10:41:33 +0000 (11:41 +0100)]
efl_ui_focus_manager_calc: use pow instead of powerof2
Jean-Philippe Andre [Fri, 15 Dec 2017 07:16:19 +0000 (16:16 +0900)]
eo: Fix crash with invalid objects
Not a legacy fix as auto-unref is new in 1.21.
Carsten Haitzler (Rasterman) [Fri, 15 Dec 2017 05:36:30 +0000 (14:36 +0900)]
ecore - unify comment style
Carsten Haitzler (Rasterman) [Thu, 14 Dec 2017 18:29:25 +0000 (03:29 +0900)]
tests - disable loop fd and timer lifecycle tests
these tests assume we delete the loop object on shutdown which we are
not doing atm as it's a lot of trouble... and frankly of little value.
Carsten Haitzler (Rasterman) [Thu, 14 Dec 2017 18:28:48 +0000 (03:28 +0900)]
tests - ecore promise - assuming a single loop iterate... wrong
this should really be an ecore_main_loop_begin plus a quit condition.
Carsten Haitzler (Rasterman) [Thu, 14 Dec 2017 17:44:39 +0000 (02:44 +0900)]
tests - ecore suite - dont shadow a global var - use different one
Carsten Haitzler (Rasterman) [Thu, 14 Dec 2017 16:45:07 +0000 (01:45 +0900)]
eo - set opts hash to NULL after free
Carsten Haitzler (Rasterman) [Tue, 21 Nov 2017 12:36:30 +0000 (21:36 +0900)]
eldbus test - del not unref obj as it has a parent ...
if you ONLy unref it wont force an unparent if you never del'd.
@fix
Carsten Haitzler (Rasterman) [Tue, 21 Nov 2017 12:35:39 +0000 (21:35 +0900)]
efl model tests - fix mainloop iterate to not assume a single iter
it may have to loop multiple times as there isnt a guarantee on WHEN
the result comes back.... :)
Carsten Haitzler (Rasterman) [Tue, 21 Nov 2017 10:33:12 +0000 (19:33 +0900)]
eo - fi missed error condition if eoid passed in is NULL
in some cases construction can fail badly and this causes a crash...
eoid is NULL going in and this causes a cascade of failure. survive
and be more robust.
Carsten Haitzler (Rasterman) [Thu, 9 Nov 2017 06:59:04 +0000 (15:59 +0900)]
ecore - begin moving data into the efl loop data in the object
we really should have data inside the loop object, so begin moving it
one small thing at a time. this is the basics that will allow multiple
efl loops. make an eo efl object and class for fd handlers that is efl loop
bound make fd handlers really bound to their parent loop and not global as
well as have a nice class/obj. create an message queue per loop and
put legacy ecore events on top of it... and a lot more.
this is not 100% done, but it's a lot of the core and groundwork.
various ecore_timer_add(), ecore_diler_add() etc. need changes.
The following still need doing:
ecore_timer (internal usage for sure)
ecore_idler (internal usage for sure)
ecore_idle_enterer
ecore_idle_exiter
ecore_pollers? (is the new efl loop stuff ok?)
ecore_exe (fork/spawn from any thread and track exe from that thread?)
ecore_signal code
ecore_throttle (should we have a single global too? we have per loop)
ecore_app ? (should every loop be given its own argv/argc?)
Lots of internal ecore code uses/calls these legacy calls and we
should have efl loop replacements and/or use the ones we have
The following will bedifferently designed for loop to loop
control/messaging/ipc:
ecore_thread
ecore_pipe
JinYong Park [Fri, 15 Dec 2017 04:56:25 +0000 (13:56 +0900)]
Efl.Ui.Popup.Anchor: apply group calculate with size problem fix
Summary:
Size and align calculation in Efl.Ui.Popup was advanced using group calculate,
so Efl.Ui.Popup.Anchor apply it also.
Test Plan: elementary_test -to efl.ui.popup.anchor
Reviewers: Jaehyun_Cho, herb, jpeg, woohyun, cedric
Reviewed By: Jaehyun_Cho
Differential Revision: https://phab.enlightenment.org/D5655
Felipe Magno de Almeida [Fri, 15 Dec 2017 03:17:28 +0000 (01:17 -0200)]
efl-mono: Fix installation in out-of-tree compilation
Cedric Bail [Fri, 15 Dec 2017 00:42:23 +0000 (16:42 -0800)]
eio: update efl_io_manager_xattr_ls test to use Eina_Future.
Cedric Bail [Fri, 15 Dec 2017 00:15:53 +0000 (16:15 -0800)]
ecore_con: update efl_net_control_access_point_connect to use Eina_Future.
Cedric Bail [Fri, 15 Dec 2017 00:02:49 +0000 (16:02 -0800)]
eio: migrate Efl.Io.Manager.xattr_ls to use Eina_Future.
Cedric Bail [Thu, 14 Dec 2017 22:56:40 +0000 (14:56 -0800)]
ecore_con: move Efl.Net.Control.Access_Point to use Eina_Future.
Felipe Magno de Almeida [Fri, 15 Dec 2017 00:23:07 +0000 (22:23 -0200)]
elm: Fix typo in copy and paste in efl_ui_list precise layouter
Fix comparison between height and width instead of width and width.
CID 1383711
Felipe Magno de Almeida [Thu, 14 Dec 2017 20:19:54 +0000 (18:19 -0200)]
eolian-cxx: Fix distributing eo files in examples
Felipe Magno de Almeida [Thu, 14 Dec 2017 20:04:14 +0000 (18:04 -0200)]
efl-mono: Add workaround for efl_ui_list
Efl_Ui_List doesn't properly define, as it should, the class Efl_Ui_List_SegArray. This workaround allows the mono binding compilation in spite of this.
Vitor Sousa [Wed, 13 Dec 2017 21:59:54 +0000 (19:59 -0200)]
efl-mono: Fix examples Makefiles for mono examples
Felipe Magno de Almeida [Wed, 13 Dec 2017 23:38:35 +0000 (21:38 -0200)]
efl-cxx: Fixes in automake Makefiles
Cedric Bail [Thu, 14 Dec 2017 18:54:10 +0000 (10:54 -0800)]
evas: forgotten adjustement to handle the output geometry offset.
Carsten Haitzler (Rasterman) [Thu, 14 Dec 2017 14:56:48 +0000 (23:56 +0900)]
elementary: fix building agaiunst efl - missing installed headers
yet again a fix needed for something that should have been tested
BEFORE a push. build stuff AGAINST efl. seriously. do you forget to
put your pants on before you leave your home? is it that hard to do
something as simple as BUILD AGAINST EFL before a push if any commit
you did made changes that MIGHT affect that? serousoly? do i have to
remind peolpe to put their pants on? i already have done this several
times recently. thigns that would have been caught by simply building
against efl after changes and before a push. this is a basic thing to
do like putting your pants on. do it.
Daniel Kolesa [Thu, 14 Dec 2017 16:18:32 +0000 (17:18 +0100)]
eolian: remove _cunit and prepare for returning actual units
Daniel Kolesa [Thu, 14 Dec 2017 15:45:13 +0000 (16:45 +0100)]
eolian: remove parent info from units (actually doesn't make sense)
Daniel Kolesa [Thu, 14 Dec 2017 15:38:35 +0000 (16:38 +0100)]
eolian: store unit inside lexer
Daniel Kolesa [Thu, 14 Dec 2017 14:53:27 +0000 (15:53 +0100)]
Revert "docs: remove resolved FIXMEs"
This reverts commit
b8b183bfcb9e0feb7a680a41b70ed09b1c411e57.
The FIXMEs are not resolved, just worked around.
Andy Williams [Thu, 14 Dec 2017 14:28:19 +0000 (14:28 +0000)]
docs: Don't ignore eo.legacy.h files in doxygen
Chris Michael [Thu, 14 Dec 2017 12:35:07 +0000 (07:35 -0500)]
eeze: Remove unused device variables
As we do not ever use the udev_devices created from
udev_device_new_from_syspath in these functions, remove them.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 14 Dec 2017 12:31:39 +0000 (07:31 -0500)]
eeze: Don't leak udev enumeration
If we cannot create a new udev device, then we should free the
previously created udev enumeration from above.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Jean-Philippe Andre [Thu, 14 Dec 2017 09:03:21 +0000 (18:03 +0900)]
tests: Add an example test case for shadows
This is fun.
Jean-Philippe Andre [Thu, 14 Dec 2017 11:27:43 +0000 (20:27 +0900)]
elm: Include elm_widget.eo.h for EO API
This is the header that exposes the efl_ui_widget API. Only for the EO /
Unified API.
Jean-Philippe Andre [Thu, 14 Dec 2017 08:25:37 +0000 (17:25 +0900)]
elm: Add "shadow" part to all widgets
This makes it possible to very easily create drop shadows and glow
effects on any widget. This is absolutely not optimized, though the main
performance bottleneck is that the proxy images get redrawn after just
moving.
@feature
Jean-Philippe Andre [Thu, 14 Dec 2017 08:23:46 +0000 (17:23 +0900)]
efl: Add simple API for "blur" effects
This will use the Efl.Gfx.Filter interface internally, but makes it
usable by normal people.
Jean-Philippe Andre [Thu, 14 Dec 2017 08:22:09 +0000 (17:22 +0900)]
evas filters: Add "alphaonly" flag for blend and blur
This is very useful to specify precisely which kind of RGBA -> Alpha
conversion you want. If all you wanted was the alpha layer to use as a
mask, set this flag to true.
@feature
Jean-Philippe Andre [Thu, 14 Dec 2017 08:21:13 +0000 (17:21 +0900)]
evas: Avoid invalid call to efl_file
If not legacy, the object does not accept files, resulting in an ERR
message.
Jean-Philippe Andre [Wed, 13 Dec 2017 10:16:28 +0000 (19:16 +0900)]
evas: Fix potential crash with draw context
Using filters I end up in situations where this function returns NULL
and all hell breaks loose. I guess the spinlock is what makes this
possible (race condition).
@fix
Andy Williams [Thu, 14 Dec 2017 08:55:01 +0000 (08:55 +0000)]
elm_code: Correct tooltip behaviour for elm_cde_widget
Amitesh Singh [Thu, 14 Dec 2017 04:42:41 +0000 (13:42 +0900)]
efl.image.load: fix eolian redefine warnings for load_error{}
load_error{} was defined in efl.file as well.
remove load_error{} from efl.image.load intf and implement
Efl.File.load_error{} instead.
Ref T6514
Jaehyun Cho [Wed, 13 Dec 2017 09:06:59 +0000 (18:06 +0900)]
efl_ui_popup: Code refactorying for elm_layout_sizing_eval
Use flags for group calculation, size calculation and align calculation.
If the flag for size calculation is set to be false, then size is not
calculated in the efl_canvas_group_calcualte().
(The flag for align calculation works the same way.)
Efl.Ui.Popup's sub classes can set the above flags false before they
call efl_canvas_group_calculate() with its super class not to calculate
size or align by its super class.
Cedric BAIL [Wed, 13 Dec 2017 22:49:57 +0000 (14:49 -0800)]
ecore: rename Efl.Loop_User to Efl.Loop.Consumer.
Andy Williams [Wed, 13 Dec 2017 22:44:10 +0000 (22:44 +0000)]
elm_code: Fix tooltip crash
Derek Foreman [Wed, 13 Dec 2017 22:34:10 +0000 (16:34 -0600)]
ecore_wl2: Better handling of extra commit
Discard the old callback so it can't fire later - which can happen after
the window's deleted in certain cases.
Ivan Furs [Wed, 13 Dec 2017 18:06:35 +0000 (10:06 -0800)]
edje: fix using undefined macros(ECORE_AUDIO_OUT_RENDER_CLASS/ECORE_AUDIO_OUT_RENDER_EVENT_CONTEXT_FAIL)
Summary: @T6154
Reviewers: vtorri, NikaWhite, raster, cedric
Subscribers: artem.popov, jenkins, cedric, jpeg
Tags: #windows, #efl
Differential Revision: https://phab.enlightenment.org/D5311
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Ivan Furs [Wed, 13 Dec 2017 18:05:26 +0000 (10:05 -0800)]
ecore_audio: fix using undefined macros
Summary: @T6154
Reviewers: vtorri, cedric, NikaWhite, raster
Subscribers: artem.popov, vtorri, jenkins, cedric, jpeg
Tags: #windows, #efl
Differential Revision: https://phab.enlightenment.org/D5310
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Wed, 13 Dec 2017 18:04:49 +0000 (10:04 -0800)]
Revert "Revert "ecore_audio: a minimal template for playing sound on WINDOWS is added""
This reverts commit
4457f8c9c8aea0dffa6fbbfd6caaa655da1c0094.
Ross Vandegrift [Wed, 13 Dec 2017 17:53:33 +0000 (09:53 -0800)]
efl: drop deprecated Encoding key from desktop files
Summary:
The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded. See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html
Fix various typos and misspellings
lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries. This change fixes the ones it identified in 1.20.6.
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5584
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Mykola Solyanko [Wed, 13 Dec 2017 17:51:41 +0000 (09:51 -0800)]
eldbus: add test suite for eldbus_proxy*
Summary:
add tests for next API:
eldbus_proxy_get()
eldbus_proxy_interface_get()
eldbus_proxy_object_get()
eldbus_proxy_call()
eldbus_proxy_ref()
eldbus_proxy_unref()
eldbus_proxy_send()
eldbus_proxy_method_call_new()
eldbus_proxy_send_and_block
eldbus_proxy_send_and_block()
eldbus_proxy_data_set()
eldbus_proxy_data_get()
eldbus_proxy_data_del()
Reviewers: cedric, NikaWhite, myoungwoon, raster, artem.popov
Reviewed By: cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D5644
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Andy Williams [Wed, 13 Dec 2017 18:10:11 +0000 (18:10 +0000)]
docs: Remove the Efl namespace from our legacy docs
This means removing bindings from the output too
as they are making the transition over.
Andy Williams [Wed, 13 Dec 2017 17:28:18 +0000 (17:28 +0000)]
docs: Updated legacy API introduction
Andy Williams [Wed, 13 Dec 2017 16:07:41 +0000 (16:07 +0000)]
docs: Move inherited items to tables
Lots of refactoring required to make sense of the generator
Andy Williams [Wed, 13 Dec 2017 14:39:56 +0000 (14:39 +0000)]
docs: Sort the data before rendering
Better on memory and saves on intermediate buffers
Felipe Magno de Almeida [Wed, 13 Dec 2017 14:36:21 +0000 (12:36 -0200)]
efl-cxx: Fixes to make dist
Felipe Magno de Almeida [Wed, 13 Dec 2017 00:59:48 +0000 (22:59 -0200)]
elementary: Add efl_ui_list widget
Andy Williams [Wed, 13 Dec 2017 10:06:37 +0000 (10:06 +0000)]
docs: Don't display any inheritance info if we do not inherit
Andy Williams [Wed, 13 Dec 2017 10:06:16 +0000 (10:06 +0000)]
docs: Remove the somewhat unreadable graphs from web output
Taehyub Kim [Wed, 13 Dec 2017 08:46:26 +0000 (17:46 +0900)]
efl_ui_popup_alert_text: add expandable feature
Summary: add expandable feature for text popup
Test Plan:
1. run elementary_text -to Ui.Popup.Alert.Text
2. check the cases of the sample
Reviewers: Jaehyun_Cho, jpeg, woohyun, thiepha, Blackmole, cedric
Reviewed By: Jaehyun_Cho
Differential Revision: https://phab.enlightenment.org/D5547
Jaehyun Cho [Wed, 13 Dec 2017 06:57:19 +0000 (15:57 +0900)]
efl_ui_popup_alert_scroll: Fix indentation on eo file
Amitesh Singh [Wed, 13 Dec 2017 07:44:50 +0000 (16:44 +0900)]
elm test: add efl.ui.panes test code in separate file.
Jean-Philippe Andre [Wed, 13 Dec 2017 06:44:25 +0000 (15:44 +0900)]
text: Another event info fix
I shouldn't have pushed so fast! :)
Jean-Philippe Andre [Wed, 13 Dec 2017 06:40:38 +0000 (15:40 +0900)]
text: Fix event info in one case
Dunno how to test... but this seems pretty obvious.
Jean-Philippe Andre [Wed, 13 Dec 2017 06:19:43 +0000 (15:19 +0900)]
text: Don't use legacy events
Efl.Ui.Text is an EO object, why use the legacy event API?
Jean-Philippe Andre [Wed, 13 Dec 2017 06:12:13 +0000 (15:12 +0900)]
text: Merge changed,user events
Efl.Ui.Text and Efl.Ui.Text.Interactive were both defining it.
Jean-Philippe Andre [Wed, 13 Dec 2017 06:05:15 +0000 (15:05 +0900)]
text: Fix event propagation (changed,user)
Jaehyun Cho [Wed, 13 Dec 2017 05:53:35 +0000 (14:53 +0900)]
efl_ui_popup_alert_scroll: Modify variable name for better understanding
obj_min means the minimum size excluding scroller's minimum size.
scr_min means the minimum size including scroller's minimum size.