Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
and further more, on windows this causes un-understandable compiler
errors.
Differential Revision: https://phab.enlightenment.org/D7417
|
|
the array is calling the shell etc. this makes cross building easier.
Differential Revision: https://phab.enlightenment.org/D7413
|
|
Fix spelling in elm_code API and other documents too where this occurs.
Differential Revision: https://phab.enlightenment.org/D7299
|
|
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 05682eed7d572874928424af82fba819790c4228.
Fixes T7495.
|
|
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
|
|
race condition.
Differential Revision: https://phab.enlightenment.org/D7401
|
|
Differential Revision: https://phab.enlightenment.org/D7400
|
|
ecore_con_shutdown doesn't complain.
Differential Revision: https://phab.enlightenment.org/D7399
|
|
independently.
Differential Revision: https://phab.enlightenment.org/D7398
|
|
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
|
|
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
|
|
This tag must be valid for only tizen world.
|
|
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.
|
|
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
|
|
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
|
|
In OSX, locale_t is included in xlocale.h
@fix
Differential Revision: https://phab.enlightenment.org/D7395
|
|
This reverts commit ddd263875896c11b7d0875c7357a3322243290d9.
|
|
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
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use unsigned ints to we have no more wantings about signed compares
|
|
|
|
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
|
|
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
|
|
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
|
|
|
|
The benchmark checks how long it takes to move focus through a few
nested scrollers.
Differential Revision: https://phab.enlightenment.org/D7363
|
|
Differential Revision: https://phab.enlightenment.org/D7362
|
|
this ensures that eolian does not parse installed .eo files
Differential Revision: https://phab.enlightenment.org/D7405
|
|
|
|
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
|
|
bump version right and fix eec7bc458eee333fd7237a3bd43e8c2c884f21ca
properly.
|