Commit Graph

60336 Commits

Author SHA1 Message Date
Marcel Hollerbach f5b45a266e meson: abstract edje_cc exec lines
the array is calling the shell etc. this makes cross building easier.

Differential Revision: https://phab.enlightenment.org/D7413
2018-12-06 12:06:17 -05:00
Alastair Poole b985a3b0f9 efl: fix misspelt focused in API and documents.
Fix spelling in elm_code API and other documents too where this occurs.
Differential Revision: https://phab.enlightenment.org/D7299
2018-12-06 12:06:17 -05:00
Daniel Kolesa b8f9610908 canvas: disable an eolian-style api reference
This references a file that is not being installed, so the eo
file will fail to parse when used as a system-wide .eo file.

Introduced in 05682eed7d.

Fixes T7495.
2018-12-06 12:06:17 -05:00
Cedric BAIL f74de7247a ecore_con: handle timeout of the attempt to connect.
This has been the fix that prevent random ecore_con DNS tests to fail for me. This should also in case
of failure make the timeout of the ecore_con itself be honored which wasn't anymore.

@fix

Differential Revision: https://phab.enlightenment.org/D7402
2018-12-06 12:06:17 -05:00
Cedric BAIL f1e98e6e97 ecore_con: wait for thread to finish at the same time as canceled to avoid race condition.
Differential Revision: https://phab.enlightenment.org/D7401
2018-12-06 12:06:17 -05:00
Cedric BAIL 2d12a6eb4c ecore_con: properly track each handler separately and destroy each only once.
Differential Revision: https://phab.enlightenment.org/D7400
2018-12-06 12:06:17 -05:00
Cedric BAIL bcc59fd98f ecore_con: reinit ecore_con after complete shutdown so that suite ecore_con_shutdown doesn't complain.
Differential Revision: https://phab.enlightenment.org/D7399
2018-12-06 12:06:17 -05:00
Cedric BAIL 6e9a045d7d ecore_con: fix multi shutdown excessive warning by initializing ecore independently.
Differential Revision: https://phab.enlightenment.org/D7398
2018-12-06 12:06:17 -05:00
Cedric BAIL d5d6aa701b ecore_con: enforce connection state to not let a hanging connection continue.
It is expected that when the connection state is forcefully set, that all
hanging connection should be stopped instead of them continuing and later
resetting the state to having a connection.

Differential Revision: https://phab.enlightenment.org/D7397
2018-12-06 12:06:17 -05:00
Cedric BAIL 09ca4531bb ecore_con: refactor TCP Dialer to always wait for thread to finish.
This is a better way to avoid race execution by the async end callback
that could happen at some later random point in time. The thread are
cancelled right away, so event if their is a "wait" time set, it should
never actually matter and be always instantaneous.

Differential Revision: https://phab.enlightenment.org/D7396
2018-12-06 12:06:17 -05:00
Hermet Park 716f3acfbc doc: remove since_tizen.
This tag must be valid for only tizen world.
2018-12-06 12:06:17 -05:00
Daniel Zaoui ebc2e0f582 Tests: adapt some tests for Exactness
Home directory cannot be used for the tests as the shots will always be
different between machines.
A test directory is created to solve this issue.
2018-12-06 12:06:17 -05:00
Bowon Ryu e8827de96d efl_ui_tab_bar: fix error about double free
Summary:
tab is the parent of the icon.
so deleting the tab causes deleting the icon automatically.
in this case, it can cause double-freed problem once icon has deleted.

Test Plan: elementary_test -to efl.ui.tab_pager

Reviewers: cedric, Jaehyun_Cho, jpeg

Reviewed By: Jaehyun_Cho

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7407
2018-12-06 12:06:17 -05:00
Jihoon Kim e686199a76 ecore_imf: Fix document about ecore_imf_context_input_panel_position_set()
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
2018-12-06 12:06:17 -05:00
Youngbok Shin c1429aa7b8 eina: fix a build failure caused by missing 'locale_t' from OSX
In OSX, locale_t is included in xlocale.h
@fix
Differential Revision: https://phab.enlightenment.org/D7395
2018-12-06 12:06:17 -05:00
Marcel Hollerbach 23c1e63eaa Revert "Revert "eina: add locale-independent eina_convert_strtod_c function""
This reverts commit ddd2638758.
2018-12-06 12:06:17 -05:00
Jaehyun Cho dc4eb5d728 efl_ui_win: enable bg color set although alpha is set
Summary:
This patch sets background transparent if window supports alpha.
If alpha window does not emit signal to show background rectangle,
then the background color set by _efl_ui_win_part_color_set cannot
be applied because the background rectangle remains hidden.

This patch fixes the side effect of D6569.

Test Plan: Run Efl.Ui.Win (Bg part) in elementary_test.

Reviewers: zmike, devilhorns, woohyun

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7302
2018-12-06 12:06:17 -05:00
Lauro Moura 44db8aa9a0 eolian_cxx: Add documentation field to property_def
Test Plan: run eolian_cxx suite

Reviewers: vitor.sousa, felipealmeida

Reviewed By: vitor.sousa

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7414
2018-12-06 12:06:17 -05:00
Yeongjong Lee 0d4032ac27 examples: update gitignore
Test Plan:
make examples
git state

Reviewers: Jaehyun_Cho, Hermet, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7406
2018-12-06 12:06:17 -05:00
Carsten Haitzler 4b79c95b35 elm config - fix warnings about unused vars and params 2018-12-06 12:06:17 -05:00
Carsten Haitzler aeaed76b5c elm teest - focus - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 46bd405acf elm tests - focus - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler e75e000d96 elm tests - gengrid - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler b3966ac073 elm test - button - remove unused local var warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 8594417a8d elm main - fix unused param in cb warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler f3d5fd36ae elm toolbar - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler de5191e3d6 elm colorselector - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 64044e564f efl ui focus manager - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler ece7433ff9 benchmarks - focus tree - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 90b8b7678e efl ui focus manager - remove unused local vars warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 34e754ebb4 elm glview - fix unused param warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler c255a72b3d eldbus model - remove unused vars warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 8c55cbff95 eldbus model - fix signed compare warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 4d7d199ace efl model loop - fix unused param (add EINA_UNUSED) - warn 2018-12-06 12:06:17 -05:00
Carsten Haitzler 328afdd698 eina iterator tests - use same unisnged ints to store - warn
use unsigned ints to we have no more wantings about signed compares
2018-12-06 12:06:17 -05:00
Carsten Haitzler a5dbb49b68 eina - iterator - remove unused variable - warn 2018-12-06 12:06:17 -05:00
Marcel Hollerbach 68462553d1 elm_scroller: update behaviour to match legacy behaviour more closely
This implements scrolling the scroller when the scroller is not in the
maximum position of the requested relation, but there is no more focus
object in that relation.

Summing up, the scroller is scrolled manually, when the focus object is
not fitting in the viewport, and the object is beeing out of the
viewport in the requested direction. Or the scroller is not at its max
position in the requested direction, and there is no more focusable
object in this requested direction.

ref T6804

Differential Revision: https://phab.enlightenment.org/D7382
2018-12-06 12:06:17 -05:00
Marcel Hollerbach d24ed5f1d3 efl_ui_focus_manager_root_focus: ensure that adapter is part of viewport
This ensures that the adapter part is part of the viewport elements and
border elements. This is done in order to support cases where a
elm_scroller content is not focusable. Before the element was not
correctly in viewport, and so not correctly registered.

ref T6804

Differential Revision: https://phab.enlightenment.org/D7364
2018-12-06 12:06:17 -05:00
Marcel Hollerbach 03f73ac371 elm_interface_scrollable: add support for *jumping* into a scroller
Until recently we have been only registering the border elements of the
graph, (so only the elements that don't have a neighboor). However this
lead to the situation that a scroller that is scrolled into the middle
(so not the x nor the y axis is scrolled to the max), is not accessable.

Now, we register all elements that have a neighboor in the outside.
The patch in the test suite is required in order to provide the correct
geometry to the implementation of efl_ui_focus_manager_sub.

Differential Revision: https://phab.enlightenment.org/D7360
2018-12-06 12:06:17 -05:00
Hermet Park e45b3d523e evas ector: use proper prefix name 2018-12-06 12:06:17 -05:00
Marcel Hollerbach 0fbace647d elementary: add a benchmark for focus widget tree interation
The benchmark checks how long it takes to move focus through a few
nested scrollers.

Differential Revision: https://phab.enlightenment.org/D7363
2018-12-06 12:06:17 -05:00
Marcel Hollerbach c4245941ad meson: fix running of benchmark
Differential Revision: https://phab.enlightenment.org/D7362
2018-12-06 12:06:16 -05:00
Marcel Hollerbach 907ee1a497 meson: use eolian_gen with -S
this ensures that eolian does not parse installed .eo files

Differential Revision: https://phab.enlightenment.org/D7405
2018-12-06 12:06:16 -05:00
Daniel Kolesa 3b162458ff autotools: include eolian_aux eo files in release 2018-12-06 12:06:16 -05:00
Carsten Haitzler fc7acd0e38 ecore evas - buffer - init ecore event evas as many times as shutdown
so ecore_event_evas_shutdown() was getting called much more than
ecore_event_evas_init() - missing an init in the ee + img obj creator
in ecore evas. this adds it in and ensures in allocation failures we
dont over-init or shutdown too.

@fix
2018-12-06 12:06:16 -05:00
Carsten Haitzler 8c32f8bb22 elm - fix config version bump correctly
bump version right and fix eec7bc458e
properly.
2018-12-06 12:06:16 -05:00
Marcel Hollerbach e3caf6ef84 elm_config: repair configs
Summary:
in eec7bc458e the epoch offset was edited,
which seems to be wrong, as this caused every single config to be
deleted. This also updates the configs in the elementry base configs
as they have been forgotten.

This brings back the ability to edit the config in elementary_config.

Reviewers: segfaultxavi, devilhorns, ManMower, raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7403
2018-12-06 12:06:16 -05:00
Carsten Haitzler 66df2617bc efl ui text - check if string exists beofre using it...
don't segv.
2018-12-06 12:06:16 -05:00
Carsten Haitzler bbd70d1c20 eina+evas cpu - add theoretical SVE support
SVE is a new-ish ARM vector instruction set like neon... but with
wider vectors (and variable vector sizes). this adds the flags and
hwcaps checks.
2018-12-06 12:06:16 -05:00
Carsten Haitzler 9315c220d5 elm perf tool - bring one back to efl
expedite is basically dead. because it's out of tree and because it
was ported to eo too early... but it's also not a great tool given it
requires manual addition of engines and can't test elm stuff (complex
widgets).

so this is an elm based performance tool. i've added some tests (taken
from expedite and modified a bit). to get the ball rolling. the idea
is to add all the important core tests (rects, images, text, video
etc.) and then add widget/smart object like tests that go beyond what
expedite did. the problem with these tests is they are dependent on
theme. there isn't really any way around that... but i might
categorize tests in the end.

@feature
2018-12-06 12:06:16 -05:00