Stefan Schmidt [Tue, 26 Apr 2016 11:47:50 +0000 (13:47 +0200)]
docs: vpath: mark all vpath classes as introduced with upcoming 1.18
Stefan Schmidt [Tue, 26 Apr 2016 11:12:04 +0000 (13:12 +0200)]
docs: efl_network: class descriptions for connector and URL
Stefan Schmidt [Tue, 26 Apr 2016 09:53:50 +0000 (11:53 +0200)]
docs: efl_network: enhance the EO classes for client and server
Stefan Schmidt [Tue, 26 Apr 2016 09:08:18 +0000 (11:08 +0200)]
docs: efl_network: enhance documentation in base class
Fix some of the existing documentation and add some for events and the class.
Stefan Schmidt [Tue, 26 Apr 2016 08:30:50 +0000 (10:30 +0200)]
docs: evas: description for various surface classes
Describing surfaces classes for Wayland, TBM and X11.
Stefan Schmidt [Tue, 26 Apr 2016 08:07:50 +0000 (10:07 +0200)]
docs: evas: description for polygon class
Ji-Youn Park [Tue, 26 Apr 2016 08:54:51 +0000 (17:24 +0830)]
elm_icon: move lookup_order and standard feature from eo to legacy
Jean-Philippe Andre [Tue, 26 Apr 2016 06:21:21 +0000 (15:21 +0900)]
Efl: Rename some packing functions and return bool
This renames some APIs from Efl.Pack in order to try and
make them more sensible. Feedback welcome.
Also, most APIs now return bool, where false is quite unlikely
to happen.
Stefan Schmidt [Tue, 26 Apr 2016 06:53:27 +0000 (08:53 +0200)]
po: elm_container.c is removewd from the tree thus also remove it from POTFILES
File was removed in
902950018be3682c0549174fc0c6d1c04141cd39.
Jean-Philippe Andre [Mon, 25 Apr 2016 12:36:56 +0000 (21:36 +0900)]
Elm.Layout: Replace box & table part API by fake object
This moves the part_box and part_table APIs to a fake object
like was done in Edje Object.
This also adds support a few new APIs to those containers,
so they behave exactly like Edje.Object.
This is another implementation bit of "eo_part".
Jean-Philippe Andre [Tue, 26 Apr 2016 03:27:50 +0000 (12:27 +0900)]
Edje: Fix crash in E clock: invalid source string
This fixes on top of
49a27688b1e0175071466b8a01a2, which
assumed somehow that table items had names, although that
might not be the case. In my situation, name = NULL and there
was a crash everytime I clicked on the clock widget.
Jean-Philippe Andre [Mon, 25 Apr 2016 10:53:51 +0000 (19:53 +0900)]
Elm.Layout: Implement content_remove
Jean-Philippe Andre [Mon, 25 Apr 2016 09:15:19 +0000 (18:15 +0900)]
Elm.Win: Implement container & pack APIs
This replaces resize_object APIs.
Jean-Philippe Andre [Mon, 25 Apr 2016 07:20:57 +0000 (16:20 +0900)]
Edje: Add test case for edje table
This tests the EO and Legacy APIs
Jean-Philippe Andre [Mon, 25 Apr 2016 06:41:27 +0000 (15:41 +0900)]
Edje: Return text defined in EDC in part_text_get
This function was returning only the text defined by part_text_set.
This is a behaviour change, as part_text_get() no longer returns NULL
if there is a string defined in EDC. But this now means that the actual
value displayed on screen can be retrieved by a simple API call.
@feature
Jean-Philippe Andre [Fri, 22 Apr 2016 08:31:55 +0000 (17:31 +0900)]
Edje: Replace edje part_table with a fake eo proxy
This is similar to the previous patch for Box,
but for Table.
Those new EO API as well as the legacy ones still need to
be tested (no test case in make check...)
@feature
Jean-Philippe Andre [Fri, 22 Apr 2016 05:58:49 +0000 (14:58 +0900)]
Edje: Replace edje_box_part with a fake eo proxy
This is basically an implementation of eo_part() but only
for Edje Box APIs. Legacy API is implemented on top of the
EO API.
Jean-Philippe Andre [Fri, 22 Apr 2016 02:17:03 +0000 (11:17 +0900)]
Efl.Pack: Add content_at_remove
This will match Edje Box remove_at
Jean-Philippe Andre [Thu, 21 Apr 2016 09:10:30 +0000 (18:10 +0900)]
Edje tests: Add test case for access_part_list
This tests eo and legacy apis
Jean-Philippe Andre [Thu, 21 Apr 2016 06:39:31 +0000 (15:39 +0900)]
Edje: Convert access_part_list to an iterator
Jean-Philippe Andre [Thu, 21 Apr 2016 03:15:32 +0000 (12:15 +0900)]
Edje.Object: Add support for part_name_get
Jean-Philippe Andre [Thu, 21 Apr 2016 03:04:13 +0000 (12:04 +0900)]
Edje: Adapt to Efl.Container
This basically renames swallow into content.
Jean-Philippe Andre [Wed, 20 Apr 2016 12:07:38 +0000 (21:07 +0900)]
Elm.Layout: Protect some functions
Jean-Philippe Andre [Wed, 20 Apr 2016 05:55:26 +0000 (14:55 +0900)]
Efl: Introduce Efl.Container and unify APIs
This removes Efl.Pack_Named which had a terrible name,
removes Elm.Container which should have been renamed
Efl.Ui.Container anyway, and introduces an interface
Efl.Container instead.
The hierarchy tree is now changed as objects don't inherit
from Efl.Container (it's an interface, not a regular class)
but only implement it. Obviously it is very easy to
reintroduce an Efl.Ui.Container parent class if we need it,
but I guess it should have some actual logic. It's basically
part of what Elm.Widget already does.
Some function names have been modified to look better in C
with the efl_content prefix.
@feature
Andy Williams [Mon, 25 Apr 2016 23:00:33 +0000 (00:00 +0100)]
elementary: Move icon lookup order to user specified theme.
As discussed on the mailing list we're taming the icon_standard code.
This means that icon themes are set by the user not the app.
Deprecate all the icon_lookup calls etc and remove the behaviour.
Add a config panel to elementary_config where the theme can be selected.
Andy Williams [Mon, 25 Apr 2016 22:39:58 +0000 (23:39 +0100)]
elementary: Provide the user an icon config gui
This allows users to specify the theme (elm or fdo)
to use in elm apps.
I'll hook this into E as well...
Mike Blumenkrantz [Mon, 25 Apr 2016 20:14:02 +0000 (16:14 -0400)]
ecore-wl2: preserve data selection source after receiving the selection
this is copied from weston, except all the code which is supposed to be of
struct type "offer" has been renamed "source" and then reused in the same way
that weston uses "offer" in order to maximize reader confusion
deleting the source here is invalid since the selection only changes in the
corresponding callback from the wayland interface
Cedric BAIL [Mon, 25 Apr 2016 19:48:08 +0000 (12:48 -0700)]
eina: make eina rectangle an allocated thread safe structure to use.
This is a better fix than D3913.
Andy Williams [Mon, 25 Apr 2016 18:30:23 +0000 (19:30 +0100)]
elementary: clean code and tests of order_lookup
User configuration has replaced the code based setting of lookup
Andy Williams [Mon, 25 Apr 2016 15:57:13 +0000 (16:57 +0100)]
elementary: Replace icon lookup_order with icon_theme.
The definition of where to load icons is now up to the user
(through the configuration of the icon_theme config value)
rather than being defined in code per-app or even per-component
Jee-Yong Um [Mon, 25 Apr 2016 15:55:18 +0000 (11:55 -0400)]
edje_cc: update reference about LazEDC syntax
Summary:
add programs block to the sample code of LazEDC,
and add comment about possibility to omit "default"
when part description inherits from "default".
Reviewers: Hermet, zmike
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D3915
Andy Williams [Mon, 25 Apr 2016 13:56:55 +0000 (14:56 +0100)]
elementary: Add user setting for icon theme
Beginning of the icon lookup rework.
The library will now store user preference for
the icon theme to use.
Stefan Schmidt [Mon, 25 Apr 2016 13:16:18 +0000 (15:16 +0200)]
tests: eolian_cxx: fix distcheck after new name_name.eo file got added
We need to ship this file in axtra dst and also make sure we clean up the
generated files afterwards.
Chris Michael [Mon, 25 Apr 2016 12:02:23 +0000 (08:02 -0400)]
efl: Add uuid as a dependency for Ecore_Wl2
Since session recovery is now included in Ecore_Wl2 library, we should
add a dependency on the uuid library. Thanks to aerodynamik for
reporting.
Fixes T3505
@fix
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Youngbok Shin [Mon, 25 Apr 2016 10:38:03 +0000 (19:38 +0900)]
Elementary toolbar: Fix flickering issue from resizing the box multiple times
Summary:
The toolbar's box was resized in _sizing_eval(), _resize_job().
In _sizing_eval(), the box was resized according to its minimum size.
And in _resize_job(), toolbar would recalculate it and resize the box again.
If _sizing_eval() was called after resizing the box properly from _resize_job(),
the box was shrank before calling the next job.
If the box's minimum size is needed for calculation in the job callback,
it shouldn't change box's size before the job callback.
@fix
Test Plan: N/A
Reviewers: jaehwan, eagleeye, woohyun, cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D3911
Vincent Torri [Mon, 25 Apr 2016 04:49:43 +0000 (13:49 +0900)]
Fix "cast from pointer to integer of different size" on Windows
Summary: On Windows 64 bits, long is 32 bits lonG
Test Plan: compilatioN
Reviewers: cedric, jpeg, Hermet
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D3910
Vyacheslav Reutskiy [Mon, 25 Apr 2016 04:30:11 +0000 (07:30 +0300)]
edje: fix the source string for table item
If the table item has a name, posible case when item name length, with
index, will be 12. The 12 is predefined length for box index.
Quote Cedric
In a box, the index is one dimension, one int, thus the length
of it (from int to string) will always fit inside 12 bytes. That's
where this 12 comes from. That's also how the unique name of that item
is defined.
This commit separate the items name generation by part type, it will be
more correctly.
@fix
Dave Andreoli [Sun, 24 Apr 2016 09:46:45 +0000 (11:46 +0200)]
Genlist: cache mechanism is broken again!
added a new test to show the issue
Carsten Haitzler (Rasterman) [Sun, 24 Apr 2016 05:38:02 +0000 (14:38 +0900)]
eo base - optimize memory by extending extension memory
so geneirc data, wrefs, comments and id's are not that common so put
them all into their own memory segment that's allocated separately to
the core object so we only use this memory when needed. we already had
an extension section anyway so it's not new - just using it now for
more of the rarer bits of data. 2 more pointers gone from most objects
anyway and now extension code handling is a bit cleaner.
Carsten Haitzler (Rasterman) [Sun, 24 Apr 2016 03:00:37 +0000 (12:00 +0900)]
eo - class table - move to mmaped memory if possible and alloc chunks
so memory for class id -> ptrs is mallocs. this means it likely will
be next to other memory malloced. which means overrunning memory
someone mallocs could walk into the class table and corrupt it. we put
eo ids in mmaped regions to avoid this if possible in case of buggy
code. let's do it for classes too.
this also now allocs in larger chunks. for mmap its in page chunks
(which can hold either 1024 or 512 classes depending on 32 or 64bit).
reallocs still work if mmap is not there and we do them in chunks of
128 classes (it seems that we start at about 70 or so classes atm when
elm_test starts and it grows to ~100 or let's do 128 as that's pretty
much our base as a power of 2 and we now dont realloc much).
Carsten Haitzler (Rasterman) [Sat, 23 Apr 2016 14:45:28 +0000 (23:45 +0900)]
fix efreet/file monitor stringshare optimization
fixes
e4d815dc48c660a336670ec3cc67e6becbdcacfc that i just put in a
few days back - it's a good idea to copy the string into your buffer
to use it.. not just 0 terminate it. :)
Carsten Haitzler (Rasterman) [Sat, 23 Apr 2016 14:06:13 +0000 (23:06 +0900)]
evas - legacy evas_object_del - always hide obj regardless of refs
if an object iot reffed or not hide on del. it should have been this
way before eo. eoifications i think messed a few things up.
this does bring up an issue... in eo we have no way to explicitly do
stuff on eo_del regardless of references at the time. this needs to be
solved.
@fix
Carsten Haitzler (Rasterman) [Fri, 22 Apr 2016 03:03:25 +0000 (12:03 +0900)]
efreetd - reduce memory usage by using stringshare much more
lots of long paths for monitoring file paths for icons etc. are in
memory for efreetd. this reduces that memory by sharing them much more.
@optimization
Andrii Kroitor [Fri, 22 Apr 2016 23:12:26 +0000 (16:12 -0700)]
edje_edit: fix mempools in group/alias add
Summary: moved mempools adding to separate method to avoid this problem in future
Reviewers: cedric, reutskiy.v.v
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D3903
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
Jee-Yong Um [Fri, 22 Apr 2016 22:17:01 +0000 (15:17 -0700)]
edje: add note to the reference of .part_object_get()
Summary:
For EDJE_RP_TYPE_SWALLOW objects (like GROUP, SWALLOW, EXTERNAL),
edje_object_part_object_get() will return NULL or transparent rectangle.
The note is added to have developers use edje_object_part_swallow_get()
in that case.
Reviewers: jpeg, Hermet, cedric
Reviewed By: cedric
Subscribers: Hermet
Differential Revision: https://phab.enlightenment.org/D3859
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
Cedric Bail [Fri, 22 Apr 2016 21:15:04 +0000 (14:15 -0700)]
elementary: fix callback array declaration to build on Windows.
Mike Blumenkrantz [Fri, 22 Apr 2016 19:24:21 +0000 (15:24 -0400)]
theme: don't use timed transition for comp focus out glow
Mike Blumenkrantz [Fri, 22 Apr 2016 19:14:54 +0000 (15:14 -0400)]
theme: explicitly hide focus glow for comp menu themes
this was getting clipped under x11 and was displaying itself (poorly) on wayland
Cedric Bail [Fri, 22 Apr 2016 18:48:25 +0000 (11:48 -0700)]
elementary: attempt to fix Windows build.
Cedric Bail [Fri, 22 Apr 2016 17:58:25 +0000 (10:58 -0700)]
eina: implement a memory cache for Eina_Rbtree_Iterator.
So it seems we are using Eina_Hash_Iterator quite a lot more than before.
This lead to a huge amount of alloc/free of Eina_Rbtree_Iterator that
was noticable in Enlightenment callgrind trace. This patch make it vanish
from the trace :-)
Mike Blumenkrantz [Fri, 22 Apr 2016 15:28:52 +0000 (11:28 -0400)]
ecore-wl2: isolate regular selection requests from dnd-specific code
fix T3455
Chris Michael [Fri, 22 Apr 2016 13:36:54 +0000 (09:36 -0400)]
ecore-wl2: Fix formatting
NB: No functional changes
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Chris Michael [Fri, 22 Apr 2016 13:32:45 +0000 (09:32 -0400)]
ecore-wl2: Port session recovery protocol to work with Ecore_Wl2
This patch ports the existing session recovery protocol from
Ecore_Wayland so that it is used inside Ecore_Wl2.
@feature
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Stefan Schmidt [Fri, 22 Apr 2016 10:52:42 +0000 (12:52 +0200)]
docs: ector: improve docs for the abstract renderer base class
Not everything is docuement here yet. Might need some help from people more
familiar with ector.
Stefan Schmidt [Fri, 22 Apr 2016 08:53:09 +0000 (10:53 +0200)]
docs: ector: document generic surface mixin
Leave out the params and returns marked with a FIXME.
Stefan Schmidt [Fri, 22 Apr 2016 08:38:36 +0000 (10:38 +0200)]
docs: ector: fill gaps in the generic buffer documentation
Fill various gaps to make this mixin fully documented.
Stefan Schmidt [Thu, 21 Apr 2016 14:59:41 +0000 (16:59 +0200)]
docs: ector: document ector cairo surface classes
For both the cairo and the cairo software surfaces.
Stefan Schmidt [Thu, 21 Apr 2016 13:59:09 +0000 (15:59 +0200)]
docs: eldbus: document property values
Add documentation comments and switch away from the generic "value" name.
Stefan Schmidt [Thu, 21 Apr 2016 13:28:17 +0000 (15:28 +0200)]
docs: efl_vpath: separate summary line from rest of description
We use the summary line in various places where such a big block of text looks
ugly. In general we handle it a bit like our commit messages. One line summary
which should stand alone with more details and explanantions following after a
empty line.
SangHyeon Lee [Fri, 22 Apr 2016 07:08:22 +0000 (16:08 +0900)]
genlist : arrange focus set in mouse up
Summary :
when mouse up happens, item must be focused, and after that,
select must be called.
current logic, focus is already called inside the select function
and again focus set is called in the end of mouse_up,
so if user new focused widget inside the select callback,
mouse_up forcely take the focus into the item again.
select callback should comes after the focus callback calls
to work properly.
@fix
Cedric Bail [Fri, 22 Apr 2016 05:13:02 +0000 (22:13 -0700)]
ecore: forgot to handle recursive destruction in a function that actually ask for destruction.
Cedric Bail [Fri, 22 Apr 2016 05:03:37 +0000 (22:03 -0700)]
elementary: build edje dependency needed for tests.
Carsten Haitzler (Rasterman) [Fri, 22 Apr 2016 00:36:57 +0000 (09:36 +0900)]
efl loop: implement loop.get property to return self
this means that on loop_get on any obj as long as its a child of a
loop obj... it'll retunr that loop now. it will work. no more code
needed.
we can shortcut this with ui/gfx objects returning the mainloop
singletone.
Cedric BAIL [Thu, 21 Apr 2016 23:58:15 +0000 (16:58 -0700)]
elementary: actually this is part of our make dist and shouldn't be build everytime.
Cedric BAIL [Thu, 21 Apr 2016 23:26:25 +0000 (16:26 -0700)]
elementary: use Efl.Loop event directly as an API test.
Cedric BAIL [Thu, 21 Apr 2016 22:11:32 +0000 (15:11 -0700)]
ecore: rename Ecore_Mainloop to Efl.Loop.
Cedric BAIL [Thu, 21 Apr 2016 21:54:02 +0000 (14:54 -0700)]
ecore: ecore_main_loop_animator_ticked_get seems to be useful only for Ecore_Evas.
Cedric BAIL [Thu, 21 Apr 2016 21:50:19 +0000 (14:50 -0700)]
ecore: ecore_main_loop_select_func_set is definitively an internal function.
Cedric BAIL [Thu, 21 Apr 2016 21:44:23 +0000 (14:44 -0700)]
ecore: move ecore idle exiter to relly on the factorized main loop event.
Cedric BAIL [Thu, 21 Apr 2016 21:30:58 +0000 (14:30 -0700)]
ecore: remove useless define
Felipe Magno de Almeida [Fri, 18 Mar 2016 20:48:47 +0000 (17:48 -0300)]
eolian-cxx: Remove .Base requirement
Remove requirement that class can't have the same name as another
class's namespace.
Cedric BAIL [Thu, 21 Apr 2016 21:07:16 +0000 (14:07 -0700)]
ecore: use new refactorized idle infrastructure to make idle enterer rely on mainloop events
Cedric BAIL [Thu, 21 Apr 2016 20:40:33 +0000 (13:40 -0700)]
ecore: allow for possible factorization of all idler event.
Cedric BAIL [Thu, 21 Apr 2016 18:57:14 +0000 (11:57 -0700)]
ecore: move Ecore_Idler to legacy and rely on Eo event restart capability.
Cedric BAIL [Thu, 21 Apr 2016 18:56:15 +0000 (11:56 -0700)]
ecore: give the mainloop its own private data.
Cedric BAIL [Thu, 21 Apr 2016 18:53:31 +0000 (11:53 -0700)]
ecore: make the main loop singleton initialized and available early on.
Felipe Magno de Almeida [Thu, 21 Apr 2016 17:58:40 +0000 (14:58 -0300)]
eolian-cxx: Remove deprecated examples
Removed deprecated and non-compilable examples for C++ using
Evas. Users should look into C++ Elementary's examples instead.
Mike Blumenkrantz [Thu, 21 Apr 2016 17:57:37 +0000 (13:57 -0400)]
elm_cnp: accept appropriate text types in wl drop handlers
this fixes text dnd
@fix
Mike Blumenkrantz [Thu, 21 Apr 2016 17:56:41 +0000 (13:56 -0400)]
elm_cnp: do not send null accepts for every type within wl data offers
once is sufficient
Mike Blumenkrantz [Thu, 21 Apr 2016 17:55:45 +0000 (13:55 -0400)]
ecore-wl2: more dnd v3 updates
ref
d34b5958051c87fe491e358b24e9f25238fda10f
#gladthiswasabetaapi
Mike Blumenkrantz [Wed, 20 Apr 2016 16:54:54 +0000 (12:54 -0400)]
ecore-wl2: use fd handler for receiving selection data
not sure what trac ticket was referenced here, but probably the issue was
not using ecore_main_fd_handler_file_add()
Mike Blumenkrantz [Wed, 20 Apr 2016 16:53:36 +0000 (12:53 -0400)]
elm_cnp: attempt to get all applicable mime types when getting selection
@fix
Mike Blumenkrantz [Wed, 20 Apr 2016 15:16:22 +0000 (11:16 -0400)]
ecore-wl2: return some copied code back to its original state
this will make future rebases easier
Mike Blumenkrantz [Wed, 20 Apr 2016 15:11:34 +0000 (11:11 -0400)]
ecore-wl2: update wl dnd/clipboard support to v3 of protocol
this code is mostly copied from weston:
78d4bf9a3ec990dceee23fd53962a69891352a0e
9c93179023fe894e417ccd20533d72d672d976fc
credit to Carlos Garnacho <carlosg@gnome.org> as original author
fix T3455
@feature
Mike Blumenkrantz [Wed, 20 Apr 2016 13:15:15 +0000 (09:15 -0400)]
ecore-wl2: correct the name and type of some function params
Chris Michael [Thu, 21 Apr 2016 12:55:01 +0000 (08:55 -0400)]
ecore-drm: Fix typo in doxygen
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Derek Foreman [Thu, 21 Apr 2016 00:49:33 +0000 (19:49 -0500)]
wayland_shm: Fix evas test breakage
Failing to link the wayland dmabuf protocol in caused a symbol
resolution failure in the evas test
Stefan Schmidt [Thu, 21 Apr 2016 09:41:44 +0000 (11:41 +0200)]
tests: eo: switch to generic eo_key_del, fix build
Since
5e09d1307ba29ba893c569978e808d61f9ae09c9 we use the generic eo_key_del
for all of these.
Carsten Haitzler (Rasterman) [Thu, 21 Apr 2016 09:08:45 +0000 (18:08 +0900)]
try readme commit to check git prune issue
Carsten Haitzler (Rasterman) [Thu, 21 Apr 2016 09:01:00 +0000 (18:01 +0900)]
eo base - remove the duplicated key dels and just do eo_key_del() now
this rationalizes all the duplicated key dels (key_data, key_obj and
key_value).
Mykyta Biliavskyi [Tue, 19 Apr 2016 11:19:53 +0000 (14:19 +0300)]
Edje edit: fix aspect_preference value into generate code function.
Add value "SOURCE" as one of possible values for aspect_preference
attributes.
@fix
Mykyta Biliavskyi [Tue, 19 Apr 2016 11:06:40 +0000 (14:06 +0300)]
Edje edit: add new program actions into code generate function.
Generate edc source code for next action types:
- EDJE_ACTION_TYPE_FOCUS_SET
- EDJE_ACTION_TYPE_FOCUS_OBJECT
- EDJE_ACTION_TYPE_PARAM_COPY
- EDJE_ACTION_TYPE_PARAM_SET
Mykyta Biliavskyi [Mon, 18 Apr 2016 13:46:39 +0000 (16:46 +0300)]
Edje edit: fix get list of program tagrets.
Correct support all types of program actions for constructing
list of targets.
There are 3 group of actions, that related to targets:
- Does not support targets at all.
- Support only parts as targets.
- ACTION_STOP, that supported parts and other programs as targtes.
@fix
Jean-Philippe Andre [Thu, 21 Apr 2016 08:13:23 +0000 (17:13 +0900)]
Examples: Fix compilation (disable CXX examples!)
Warning: This disables CXX examples because they use
now-internal APIs that have no EO API binding.
Those examples should be updated to use Efl.Ui widgets... once
we have them.
Carsten Haitzler (Rasterman) [Thu, 21 Apr 2016 06:15:13 +0000 (15:15 +0900)]
eo base - add loop_get for base class
base class objects will ask their parent object to get the loop. this
means it recurses all objects regardless of type until it finds an
object that returns a proper loop object - eg a loop object returns
itself, a window, gfx/ui object returns the mainloop object etc. etc.
@feature
Jean-Philippe Andre [Thu, 21 Apr 2016 05:44:26 +0000 (14:44 +0900)]
Edje: Fix tests build without installing edj files
This mostly reverts
acc01fe229b61874e6172855d6998b796d138b13
This simply uses DEPENDENCIES.
Cedric Bail [Thu, 21 Apr 2016 04:30:22 +0000 (21:30 -0700)]
edje: seems the only way to force the build of this files.
I can't figure out what is wrong with using BUILT_SOURCES. It should
work, but doesn't. Moving to use _SOURCES is impossible again (variable
again). Using the _DATA is the only technically working solution. Which
they will be installed on your system even if you don't need them. If
you find a way around it and still get them to build, please patch.
Carsten Haitzler (Rasterman) [Thu, 21 Apr 2016 02:10:12 +0000 (11:10 +0900)]
Revert "edje: build again edje files needed for tests"
This reverts commit
13b4a56ddc185a7c62bb0137a159ad57efb7b06d.
sorry cedric. this totally broke efl build. eo/eolian etc. is not
built before evas for example and so build totally falls apart.
yes - it makes no sense that this one change would cause that. it
doesnt make sense. but it did. :(
Cedric BAIL [Wed, 20 Apr 2016 22:54:18 +0000 (15:54 -0700)]
ecore: use restartable event for main loop event.
Cedric BAIL [Wed, 20 Apr 2016 22:53:33 +0000 (15:53 -0700)]
eolian: add tests for restartable event.