Commit Graph

60526 Commits

Author SHA1 Message Date
Hermet Park 093e32a0fb evas vg: code refactoring.
keep internal variable and structre names consisteny.
no logical changes.
2018-12-07 17:14:15 +09:00
Hermet Park cfc66dd0bd ector: code refactoring.
make code clean and neat.
no logical changes.
2018-12-07 15:50:57 +09:00
Hermet Park ca3ddc21e4 evas vg: code refactoring.
make code clean and neat, no logic changes.

use macro to reduce lines.
rename ambiguous internal variables.
remove unused variables.
2018-12-07 15:37:02 +09:00
Hermet Park dc5db85470 evas vg: remove unused internal function
Vector can't return image data yet.
This function is useless.
2018-12-07 14:22:43 +09:00
Christopher Michael b09cf2cbbc elput: Add support for non-systemd boxes using elogind
These commits allow running efl/e wayland without installing systemd
by using elogind library to provide the needed functionality.

Merge branch 'devs/devilhorns/elput'
2018-12-06 12:08:02 -05:00
Carsten Haitzler 3deb46b503 evas - cpu - fix sve check when neon is disabled... 2018-12-06 12:06:18 -05:00
Carsten Haitzler 98b098591f update po files 2018-12-06 12:06:18 -05:00
Marcel Hollerbach 02bae162bb ci: disable testing on ubuntu and debian
it appears that there is a bug in meson (which is fixed upstream).
For now this disables the tests, it can be reverted later once 0.49 is
released.

This fixes the cron job for 2 jobs.

Differential Revision: https://phab.enlightenment.org/D7410
2018-12-06 12:06:18 -05:00
Marcel Hollerbach 35b839e5e8 meson: remove DATADIR as it is not used
and further more, on windows this causes un-understandable compiler
errors.

Differential Revision: https://phab.enlightenment.org/D7417
2018-12-06 12:06:17 -05:00
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