<div dir="ltr"><div>FYI<br></div><div><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Stefan Schmidt</b> <span dir="ltr">&lt;<a href="mailto:stefan@datenfreihafen.org">stefan@datenfreihafen.org</a>&gt;</span><br>
Date: 2014-05-26 20:02 GMT+09:00<br>Subject: [E-devel] EFL 1.10 is Out<br>To: <a href="mailto:enlightenment-devel@lists.sourceforge.net">enlightenment-devel@lists.sourceforge.net</a><br><br><br><a href="https://phab.enlightenment.org/w/efl_and_elementary_1_10_release_announcement/" target="_blank">https://phab.enlightenment.org/w/efl_and_elementary_1_10_release_announcement/</a><br>

<br>
= EFL 1.10 is Out =<br>
<br>
After three months of development work we are proud to announce the release of version 1.10 of EFL, Elementary, Evas Generic Loaders and Emotion Generic Players. We extended the original schedule by one week to allow for more bug fixes. For 1.11 we plan to go back to the 12 weeks schedule.<br>

<br>
== Download ==<br>
<br>
<a href="http://download.enlightenment.org/rel/libs/efl/efl-1.10.0.tar.gz
55ab54150e4c53781f7b3239f39c11a06c3b9208f4109700bca049c36cd6c49b" target="_blank">http://download.enlightenment.org/rel/libs/efl/efl-1.10.0.tar.gz<br>
55ab54150e4c53781f7b3239f39c11a06c3b9208f4109700bca049c36cd6c49b</a><br>
<br>
<a href="http://download.enlightenment.org/rel/libs/elementary/elementary-1.10.0.tar.gz
01c9127f0b29c1a07328199f51fb6d72d7f250be31e8afb26914566fb1c7e612" target="_blank">http://download.enlightenment.org/rel/libs/elementary/elementary-1.10.0.tar.gz<br>
01c9127f0b29c1a07328199f51fb6d72d7f250be31e8afb26914566fb1c7e612</a><br>
<br>
<a href="http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.10.0.tar.gz
ccfb1c8c346ba1a84484b82ce1ce871fd2c6660421ca7fa5d911661bd3cc94db" target="_blank">http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.10.0.tar.gz<br>
ccfb1c8c346ba1a84484b82ce1ce871fd2c6660421ca7fa5d911661bd3cc94db</a><br>
<br>
<a href="http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-1.10.0.tar.gz
f5294c1a86dd4d7d4983ec4217c0d0d1a9cfa3fc2060d4af7eec5fa4ce23a463" target="_blank">http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-1.10.0.tar.gz<br>
f5294c1a86dd4d7d4983ec4217c0d0d1a9cfa3fc2060d4af7eec5fa4ce23a463</a><br>
<br>
----<br>
= What&#39;s New =<br>
<br>
Even if we had only three months a lot has happened during the 1.10 release cycle.<br>
We only cover some highlights here for the full list please look at the NEWS files<br>
if you are interested in the details. As usual we have been working on fixing bugs,<br>
optimizing our code for speed and memory footprint and adding new features.<br>
Below we describe just some highlights and by no means provide a full list.<br>
<br>
== Elementary theme versioning ==<br>
&gt;From this release on themes need to have a version. Please refer to bc860d5cb14ef792251324de54041efcb75538cd if you need to adapt an external theme. Internal themes have been adapted.<br>
<br>
== Huge Edje changes ==<br>
** `TEXT` parts with `text.min: 1 X;` now throw warnings in edje_cc when `text.ellipsis: -1;` is not set since this is the most common behavior<br>
** `TEXT` parts now calculate padding more accurately, making layout offset calculation easier when using filters<br>
** Text filters now use a **Lua**-like syntax which is slightly different from the beta filter API in 1.9<br>
** Entry behavior is now much more consistent with other toolkits<br>
** Text-containing parts now support `text.source` and `text.text_source` with parts of type `GROUP`<br>
** EDC **documentation** has been improved in a number of places<br>
*** This still needs contributions from users like you!<br>
** The EDC language has had an overhaul, adding a number of new features:<br>
*** [[<a href="https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_lazedc|LazEDC" target="_blank">https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_lazedc|LazEDC</a>]]<br>

*** [[<a href="https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_parts_description_links|State" target="_blank">https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_parts_description_links|State</a> transitions are now simpler]]<br>

*** [[<a href="https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_programs|Programs" target="_blank">https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_programs|Programs</a> now support target groups]] for reusing groups of parts as targets<br>

*** [[<a href="https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_program_sequence|Program" target="_blank">https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/edcref.html#sec_collections_group_program_sequence|Program</a> chains are now much simpler to create]]<br>

*** Part inheritance<br>
*** Greatly improved group inheritance<br>
*** Examples of new features can be seen in Elementary commits 9650c1fb62cdf6365d7caf1ab49302c529c4703f through 8144ff8ae361d500a8a29aff949bfb5d469db130<br>
<br>
== Eo2 has landed ==<br>
We&#39;ve changed a lot of things in the Eo objecting system. The underlying object system for the EFL. The API should be much better and easier to work with, and you can finally do things like:<br>
<br>
    ret = eo_do(obj, some_call());<br>
or<br>
    eo_do(obj, ret = some_call());<br>
<br>
We now have better error/warning reporting in C code, and it should also be easier to create bindings that use eo_do() calls.<br>
<br>
== New EFL C++ bindings ==<br>
** Libraries currently available: Ecore-Cxx, Eet-Cxx, Eina-Cxx and Eo-Cxx.<br>
** There&#39;s also Eolian-Cxx, a tool that automatically generates C++ bindings from .eo files.<br>
** Bindings for Evas-Cxx, Edje-Cxx, Ecore-Cxx and Ecore-Audio-Cxx are generated during EFL build.<br>
** All libraries and the generated bindings are C++11 header-only code.<br>
<br>
== Added support for ETC1 ==<br>
** Ericsson Texture Compression is a lossy image compression format based on open standards. It is supported by many embedded GPUs, and compresses at 4 bits per pixel<br>
** ETC1 is fully supported for both the gl_x11 and software engines, and a codec is included in EFL (based on rg-etc1)<br>
** ETC2 support is still a work in progress as there is no encoder yet<br>
<br>
== Eolian ==<br>
Eolian is a tool generating code from a meta-data (.eo) file describing classes. Its first goal is to facilitate code writing when interfacing with Eo, by generating automatically the APIs and the invocation to the Eo APIs. It consists of:<br>

** a library parsing these .eo files and filling a database.<br>
** a generator using this database to generate C code invoking Eo layer (eo_do) and headers for Eo and legacy APIs.<br>
For the format of the .eo files, please refer to <a href="https://phab.enlightenment.org/w/eolian/" target="_blank">https://phab.enlightenment.org/w/eolian/</a><br>
The Eolian APIs are still beta. It will surely change, hopefully until 1.11.<br>
<br>
== Elementary Widget Item Focus Concept ==<br>
** Each elementary widget&#39;s item can get a focus now. So focus highlight moves between widgets, widget items, and even between widgets and widget items.<br>
** Each widget item triggers &quot;focused&quot; and &quot;unfocused&quot; smart callback.<br>
<br>
== Statistics ==<br>
During this release cycle efl received 783 commits with 598 files<br>
changed, 33338 line insertions and 11352 line deletions.<br>
<br>
During this release cycle elementary received 576 commits with<br>
637 files changed 29482 line insertions and 13469 line deletions.<br>
<br>
Top 5 Coverity issue fixers: (git shortlog -nse --grep CID)<br>
<br>
==Building and Dependencies==<br>
<br>
If you have an existing EFL or Elementary install, you may wish to delete its header files and libraries before compiling and installing to avoid possible conflicts during compilation. If you are compiling the above, please compile them in the following order:<br>

<br>
efl<br>
elementary<br>
emotion_generic_players<br>
evas_generic_loaders<br>
Please refer to the respective README files in each release for a full list of dependencies, explanations on configure flags and other relevant information (Just scroll down to see the README already displayed nicely).<br>

<br>
EFL<br>
Elementary<br>
Emotion Generic Players<br>
Evas Generic Loaders<br>
Recommended dependencies are for all of the above are:<br>
<br>
bullet<br>
libpng<br>
libjpeg<br>
gstreamer (1.x) (ensure you have all the gstreamer codecs you need/want. Evas generic loaders still need gstreamer 0.10)<br>
zlib<br>
luajit (optional lua 5.1 or 5.2)<br>
libtiff<br>
openssl<br>
curl<br>
dbus<br>
libc<br>
fontconfig<br>
freetype2<br>
fribidi<br>
libpulse<br>
libsndfile<br>
libx11<br>
libxau<br>
libxcomposite<br>
libxdamage<br>
libxdmcp<br>
libxext<br>
libxfixes<br>
libxinerama<br>
libxrandr<br>
libxrender<br>
libxss<br>
libxtst<br>
libxcursor<br>
libxp<br>
libxi (2.2 or newer)<br>
libgl (opengl/glx or opengl-es2/egl)<br>
giflib<br>
util-linux (limbount + libblkid)<br>
systemd / libudev<br>
harfbuzz<br>
systemd<br>
libwebp<br>
vlc (libvlc)<br>
poppler<br>
libraw<br>
libspectre<br>
librsvg<br>
<br>
It is suggested you add the following options when building EFL to get a better experience:<br>
--enable-xinput22 \<br>
--enable-multisense \<br>
--enable-systemd \<br>
--enable-image-loader-webp \<br>
--enable-harfbuzz<br>
<br>
On linux to get framebuffer support you may want to also do:<br>
--enable-fb<br>
--disable-tslib<br>
<br>
If you want wayland support also add:<br>
--enable-wayland<br>
<br>
At runtime if you want thumbnailing for DOC/PPT/XLS etc. files also provide:<br>
libreoffice<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
The best possible search technologies are now affordable for all companies.<br>
Download your FREE open source Enterprise Search Engine today!<br>
Our experts will assist you in its installation for $59/mo, no commitment.<br>
Test it for FREE on our Cloud platform anytime!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=145328191&amp;iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=145328191&amp;iu=/4140/ostg.clktrk</a><br>
_______________________________________________<br>
enlightenment-devel mailing list<br>
<a href="mailto:enlightenment-devel@lists.sourceforge.net">enlightenment-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/enlightenment-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/enlightenment-devel</a><br>
</div><br></div></div></div>