aboutsummaryrefslogtreecommitdiff
path: root/devel/efl
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2017-09-21 10:54:03 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2017-09-21 10:54:03 +0000
commit96ad21b7d12824a4be7fae78bcb142d79915d8d0 (patch)
tree6ea6181d659c33d91d13d2ee381f255c71463480 /devel/efl
parentd9a1b3f995a6d952b10ac33fe9841d6cb8edb53f (diff)
downloadports-96ad21b7d12824a4be7fae78bcb142d79915d8d0.tar.gz
ports-96ad21b7d12824a4be7fae78bcb142d79915d8d0.zip
- Update devel/efl to 1.19.2 [1]
- Update devel/py-efl to 1.19.0 [1] - Update x11-wm/enlightenment to 0.21.9 [2] - Update x11/terminology to 1.1.1 - Mark benchmarks/expedite as broken PR: 222462 [2] Submitted by: Gleb Popov [1], Hardy Schumacher [2] Differential Revision: https://reviews.freebsd.org/D12154 [1]
Notes
Notes: svn path=/head/; revision=450248
Diffstat (limited to 'devel/efl')
-rw-r--r--devel/efl/Makefile10
-rw-r--r--devel/efl/distinfo6
-rw-r--r--devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c13
-rw-r--r--devel/efl/files/patch-configure.ac16
-rw-r--r--devel/efl/pkg-plist683
5 files changed, 416 insertions, 312 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 61d5b7fd63a6..220e3715caea 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= efl
-PORTVERSION= 1.18.4
-PORTREVISION= 9
+PORTVERSION= 1.19.2
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
@@ -36,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION}
-OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS NVIDIA PHYSICS PULSEAUDIO SSL
+OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SSL
OPTIONS_GROUP= EMOTION INPUT LOADER
OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L VLC
OPTIONS_GROUP_INPUT= IBUS SCIM
@@ -47,7 +46,6 @@ OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER PDF SVG OPENGL
OPTIONS_SUB= yes
HARFBUZZ_DESC= OpenType text shaping engine
-NVIDIA_DESC= Apply Nvidia workaround
PHYSICS_DESC= Physics effects
VLC_DESC= Multimedia support by VLC
IBUS_DESC= Intelligent Input Bus
@@ -116,10 +114,6 @@ SDL_CONFIGURE_ENABLE= sdl
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MNVIDIA}
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
-.endif
-
.if ${PORT_OPTIONS:MPULSEAUDIO}
PLIST_SUB+= AUDIO=""
.else
diff --git a/devel/efl/distinfo b/devel/efl/distinfo
index 8b18a05c65c1..935e20efe8ef 100644
--- a/devel/efl/distinfo
+++ b/devel/efl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481833778
-SHA256 (enlightenment/efl-1.18.4.tar.xz) = 39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025
-SIZE (enlightenment/efl-1.18.4.tar.xz) = 64609944
+TIMESTAMP = 1503931204
+SHA256 (enlightenment/efl-1.19.2.tar.xz) = f901f7e272a767d339815c8f77bc164d3afd42ef21143716bf6f3fa2ea3eb1c8
+SIZE (enlightenment/efl-1.19.2.tar.xz) = 65412208
diff --git a/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c b/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
deleted file mode 100644
index e307b7ac2359..000000000000
--- a/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
+++ /dev/null
@@ -1,13 +0,0 @@
-# Some users of Nvidia cards reports very high cpu usage by ecore_x_vsync.
-# This quick workaround hasn't a visible side effects,
-# but better solution is needed.
---- src/lib/ecore_x/_ecore_x_vsync_tool.c 2014-12-03 16:13:51.116115279 +0300
-+++ src/lib/ecore_x/ecore_x_vsync_tool.c 2014-12-03 16:14:09.537111198 +0300
-@@ -259,6 +259,7 @@
- int
- main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
- {
-+ return 0;
- eina_init();
- ecore_app_no_system_modules();
- ecore_init();
diff --git a/devel/efl/files/patch-configure.ac b/devel/efl/files/patch-configure.ac
index 6b651d1dd89c..524ad0a9302b 100644
--- a/devel/efl/files/patch-configure.ac
+++ b/devel/efl/files/patch-configure.ac
@@ -1,6 +1,6 @@
---- configure.ac.orig 2016-12-07 14:25:43 UTC
+--- configure.ac.orig 2017-08-16 09:52:10 UTC
+++ configure.ac
-@@ -386,7 +386,8 @@ case "$build_crypto" in
+@@ -397,7 +397,8 @@ case "$build_crypto" in
;;
openssl)
@@ -10,21 +10,15 @@
;;
esac
AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"])
-@@ -442,12 +443,12 @@ AC_CHECK_HEADERS([ \
+@@ -466,7 +467,6 @@ AC_HEADER_TIME
+ AC_CHECK_HEADERS([ \
execinfo.h \
mcheck.h \
- sys/epoll.h \
-sys/inotify.h \
sys/signalfd.h \
sys/types.h \
sys/param.h \
- sys/mman.h \
- netinet/in.h \
-+netinet/tcp.h \
- ])
-
- EFL_CHECK_PATH_MAX
-@@ -4732,6 +4733,7 @@ EFL_ADD_LIBS([EIO], [-lm])
+@@ -4605,6 +4605,7 @@ EFL_ADD_LIBS([EIO], [-lm])
### Checks for linker characteristics
### Checks for library functions
diff --git a/devel/efl/pkg-plist b/devel/efl/pkg-plist
index 6c45abce90bb..3d78750b0efc 100644
--- a/devel/efl/pkg-plist
+++ b/devel/efl/pkg-plist
@@ -16,6 +16,7 @@ bin/efl_debugd
bin/efreetd
bin/eina-bench-cmp
bin/eina_btlog
+bin/eina_modinfo
bin/eldbus-codegen
bin/elementary_codegen
bin/elementary_config
@@ -25,6 +26,7 @@ bin/elementary_test
bin/elm_prefs_cc
%%ELUA%%bin/elua
bin/embryo_cc
+bin/eo_debug
bin/eolian_cxx
bin/eolian_gen
bin/ethumb
@@ -38,15 +40,31 @@ include/ecore-1/Ecore_Getopt.h
include/ecore-1/Ecore_Legacy.h
include/ecore-1/ecore_exe.eo.h
include/ecore-1/ecore_exe.eo.legacy.h
-include/ecore-1/ecore_parent.eo.h
include/ecore-1/ecore_poller.eo.h
include/ecore-1/ecore_poller.eo.legacy.h
include/ecore-1/ecore_types.eot.h
+include/ecore-1/efl_io_buffered_stream.eo.h
+include/ecore-1/efl_io_closer_fd.eo.h
+include/ecore-1/efl_io_copier.eo.h
+include/ecore-1/efl_io_file.eo.h
+include/ecore-1/efl_io_positioner_fd.eo.h
+include/ecore-1/efl_io_reader_fd.eo.h
+include/ecore-1/efl_io_sizer_fd.eo.h
+include/ecore-1/efl_io_stderr.eo.h
+include/ecore-1/efl_io_stdin.eo.h
+include/ecore-1/efl_io_stdout.eo.h
+include/ecore-1/efl_io_writer_fd.eo.h
include/ecore-1/efl_loop.eo.h
include/ecore-1/efl_loop_fd.eo.h
include/ecore-1/efl_loop_timer.eo.h
include/ecore-1/efl_loop_timer.eo.legacy.h
include/ecore-1/efl_loop_user.eo.h
+include/ecore-1/efl_model_composite_boolean.eo.h
+include/ecore-1/efl_model_composite_boolean_children.eo.h
+include/ecore-1/efl_model_container.eo.h
+include/ecore-1/efl_model_container_item.eo.h
+include/ecore-1/efl_model_item.eo.h
+include/ecore-1/efl_promise.eo.h
%%AUDIO%%include/ecore-audio-1/Ecore_Audio.h
%%AUDIO%%include/ecore-audio-1/ecore_audio.eo.h
%%AUDIO%%include/ecore-audio-1/ecore_audio_in.eo.h
@@ -60,7 +78,6 @@ include/ecore-1/efl_loop_user.eo.h
%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h
%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out_sndfile.h
%%AUDIO%%include/ecore-audio-1/ecore_audio_out.eo.h
-%%AUDIO%%include/ecore-audio-1/ecore_audio_out_core_audio.eo.h
%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_out_pulse.eo.h
%%AUDIO%%include/ecore-audio-1/ecore_audio_out_sndfile.eo.h
%%AUDIO%%include/ecore-audio-1/ecore_audio_protected.h
@@ -70,37 +87,102 @@ include/ecore-con-1/Ecore_Con_Eet.h
include/ecore-con-1/Ecore_Con_Eet_Eo.h
include/ecore-con-1/Ecore_Con_Eet_Legacy.h
include/ecore-con-1/Ecore_Con_Eo.h
-include/ecore-con-1/Ecore_Con_Legacy.h
include/ecore-con-1/ecore_con_eet_base.eo.h
include/ecore-con-1/ecore_con_eet_base.eo.legacy.h
include/ecore-con-1/ecore_con_eet_client_obj.eo.h
include/ecore-con-1/ecore_con_eet_client_obj.eo.legacy.h
include/ecore-con-1/ecore_con_eet_server_obj.eo.h
include/ecore-con-1/ecore_con_eet_server_obj.eo.legacy.h
-include/ecore-con-1/efl_network.eo.h
-include/ecore-con-1/efl_network.eo.legacy.h
-include/ecore-con-1/efl_network_client.eo.h
-include/ecore-con-1/efl_network_client.eo.legacy.h
-include/ecore-con-1/efl_network_connector.eo.h
-include/ecore-con-1/efl_network_connector.eo.legacy.h
-include/ecore-con-1/efl_network_server.eo.h
-include/ecore-con-1/efl_network_server.eo.legacy.h
-include/ecore-con-1/efl_network_url.eo.h
-include/ecore-con-1/efl_network_url.eo.legacy.h
+include/ecore-con-1/efl_net_control.eo.h
+include/ecore-con-1/efl_net_control.eo.legacy.h
+include/ecore-con-1/efl_net_control_access_point.eo.h
+include/ecore-con-1/efl_net_control_access_point.eo.legacy.h
+include/ecore-con-1/efl_net_control_technology.eo.h
+include/ecore-con-1/efl_net_control_technology.eo.legacy.h
+include/ecore-con-1/efl_net_dialer.eo.h
+include/ecore-con-1/efl_net_dialer.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_http.eo.h
+include/ecore-con-1/efl_net_dialer_http.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_simple.eo.h
+include/ecore-con-1/efl_net_dialer_simple.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_ssl.eo.h
+include/ecore-con-1/efl_net_dialer_ssl.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_tcp.eo.h
+include/ecore-con-1/efl_net_dialer_tcp.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_udp.eo.h
+include/ecore-con-1/efl_net_dialer_udp.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_unix.eo.h
+include/ecore-con-1/efl_net_dialer_unix.eo.legacy.h
+include/ecore-con-1/efl_net_dialer_websocket.eo.h
+include/ecore-con-1/efl_net_dialer_websocket.eo.legacy.h
+include/ecore-con-1/efl_net_http_types.eot.h
+include/ecore-con-1/efl_net_ip_address.eo.h
+include/ecore-con-1/efl_net_ip_address.eo.legacy.h
+include/ecore-con-1/efl_net_server.eo.h
+include/ecore-con-1/efl_net_server.eo.legacy.h
+include/ecore-con-1/efl_net_server_fd.eo.h
+include/ecore-con-1/efl_net_server_fd.eo.legacy.h
+include/ecore-con-1/efl_net_server_simple.eo.h
+include/ecore-con-1/efl_net_server_simple.eo.legacy.h
+include/ecore-con-1/efl_net_server_ssl.eo.h
+include/ecore-con-1/efl_net_server_ssl.eo.legacy.h
+include/ecore-con-1/efl_net_server_tcp.eo.h
+include/ecore-con-1/efl_net_server_tcp.eo.legacy.h
+include/ecore-con-1/efl_net_server_udp.eo.h
+include/ecore-con-1/efl_net_server_udp.eo.legacy.h
+include/ecore-con-1/efl_net_server_udp_client.eo.h
+include/ecore-con-1/efl_net_server_udp_client.eo.legacy.h
+include/ecore-con-1/efl_net_server_unix.eo.h
+include/ecore-con-1/efl_net_server_unix.eo.legacy.h
+include/ecore-con-1/efl_net_session.eo.h
+include/ecore-con-1/efl_net_session.eo.legacy.h
+include/ecore-con-1/efl_net_socket.eo.h
+include/ecore-con-1/efl_net_socket.eo.legacy.h
+include/ecore-con-1/efl_net_socket_fd.eo.h
+include/ecore-con-1/efl_net_socket_fd.eo.legacy.h
+include/ecore-con-1/efl_net_socket_simple.eo.h
+include/ecore-con-1/efl_net_socket_simple.eo.legacy.h
+include/ecore-con-1/efl_net_socket_ssl.eo.h
+include/ecore-con-1/efl_net_socket_ssl.eo.legacy.h
+include/ecore-con-1/efl_net_socket_tcp.eo.h
+include/ecore-con-1/efl_net_socket_tcp.eo.legacy.h
+include/ecore-con-1/efl_net_socket_udp.eo.h
+include/ecore-con-1/efl_net_socket_udp.eo.legacy.h
+include/ecore-con-1/efl_net_socket_unix.eo.h
+include/ecore-con-1/efl_net_socket_unix.eo.legacy.h
+include/ecore-con-1/efl_net_ssl_context.eo.h
+include/ecore-con-1/efl_net_ssl_context.eo.legacy.h
+include/ecore-con-1/efl_net_ssl_types.eot.h
+include/ecore-con-1/efl_net_types.eot.h
include/ecore-cxx-1/Ecore.eo.hh
include/ecore-cxx-1/Ecore.hh
-include/ecore-cxx-1/ecore_exe.eo.hh
-include/ecore-cxx-1/ecore_exe.eo.impl.hh
-include/ecore-cxx-1/ecore_parent.eo.hh
-include/ecore-cxx-1/ecore_parent.eo.impl.hh
-include/ecore-cxx-1/ecore_poller.eo.hh
-include/ecore-cxx-1/ecore_poller.eo.impl.hh
+include/ecore-cxx-1/Ecore_Manual.hh
+include/ecore-cxx-1/efl_io_buffered_stream.eo.hh
+include/ecore-cxx-1/efl_io_buffered_stream.eo.impl.hh
+include/ecore-cxx-1/efl_io_closer_fd.eo.hh
+include/ecore-cxx-1/efl_io_closer_fd.eo.impl.hh
+include/ecore-cxx-1/efl_io_copier.eo.hh
+include/ecore-cxx-1/efl_io_copier.eo.impl.hh
+include/ecore-cxx-1/efl_io_file.eo.hh
+include/ecore-cxx-1/efl_io_file.eo.impl.hh
+include/ecore-cxx-1/efl_io_positioner_fd.eo.hh
+include/ecore-cxx-1/efl_io_positioner_fd.eo.impl.hh
+include/ecore-cxx-1/efl_io_reader_fd.eo.hh
+include/ecore-cxx-1/efl_io_reader_fd.eo.impl.hh
+include/ecore-cxx-1/efl_io_sizer_fd.eo.hh
+include/ecore-cxx-1/efl_io_sizer_fd.eo.impl.hh
+include/ecore-cxx-1/efl_io_stderr.eo.hh
+include/ecore-cxx-1/efl_io_stderr.eo.impl.hh
+include/ecore-cxx-1/efl_io_stdin.eo.hh
+include/ecore-cxx-1/efl_io_stdin.eo.impl.hh
+include/ecore-cxx-1/efl_io_stdout.eo.hh
+include/ecore-cxx-1/efl_io_stdout.eo.impl.hh
+include/ecore-cxx-1/efl_io_writer_fd.eo.hh
+include/ecore-cxx-1/efl_io_writer_fd.eo.impl.hh
include/ecore-cxx-1/efl_loop.eo.hh
include/ecore-cxx-1/efl_loop.eo.impl.hh
include/ecore-cxx-1/efl_loop_fd.eo.hh
include/ecore-cxx-1/efl_loop_fd.eo.impl.hh
-include/ecore-cxx-1/efl_loop_timer.eo.hh
-include/ecore-cxx-1/efl_loop_timer.eo.impl.hh
include/ecore-cxx-1/efl_loop_user.eo.hh
include/ecore-cxx-1/efl_loop_user.eo.impl.hh
include/ecore-evas-1/Ecore_Evas.h
@@ -115,7 +197,6 @@ include/ecore-ipc-1/Ecore_Ipc.h
include/ecore-x-1/Ecore_X.h
include/ecore-x-1/Ecore_X_Atoms.h
include/ecore-x-1/Ecore_X_Cursor.h
-include/ecore-x-1/ecore_x_version.h
include/edje-1/Edje.h
include/edje-1/Edje_Common.h
include/edje-1/Edje_Edit.h
@@ -126,6 +207,7 @@ include/edje-1/edje_edit.eo.legacy.h
include/edje-1/edje_object.eo.h
include/edje-1/edje_object.eo.legacy.h
include/edje-1/edje_types.eot.h
+include/edje-cxx-1/Edje.eo.hh
include/edje-cxx-1/Edje.hh
include/edje-cxx-1/edje_edit.eo.hh
include/edje-cxx-1/edje_edit.eo.impl.hh
@@ -144,8 +226,6 @@ include/efl-1/interfaces/efl_canvas.eo.h
include/efl-1/interfaces/efl_config.eo.h
include/efl-1/interfaces/efl_container.eo.h
include/efl-1/interfaces/efl_control.eo.h
-include/efl-1/interfaces/efl_event.eo.h
-include/efl-1/interfaces/efl_event_types.eot.h
include/efl-1/interfaces/efl_file.eo.h
include/efl-1/interfaces/efl_flipable.eo.h
include/efl-1/interfaces/efl_gfx.eo.h
@@ -157,6 +237,7 @@ include/efl-1/interfaces/efl_gfx_filter.eo.h
include/efl-1/interfaces/efl_gfx_gradient.eo.h
include/efl-1/interfaces/efl_gfx_gradient_linear.eo.h
include/efl-1/interfaces/efl_gfx_gradient_radial.eo.h
+include/efl-1/interfaces/efl_gfx_path.eo.h
include/efl-1/interfaces/efl_gfx_shape.eo.h
include/efl-1/interfaces/efl_gfx_size_hint.eo.h
include/efl-1/interfaces/efl_gfx_stack.eo.h
@@ -169,9 +250,17 @@ include/efl-1/interfaces/efl_image_animated.eo.legacy.h
include/efl-1/interfaces/efl_image_load.eo.h
include/efl-1/interfaces/efl_input_device.eo.h
include/efl-1/interfaces/efl_input_device.eo.legacy.h
-include/efl-1/interfaces/efl_input_interface.eo.h
-include/efl-1/interfaces/efl_input_state.eo.h
+include/efl-1/interfaces/efl_input_types.eot.h
+include/efl-1/interfaces/efl_io_buffer.eo.h
+include/efl-1/interfaces/efl_io_closer.eo.h
+include/efl-1/interfaces/efl_io_positioner.eo.h
+include/efl-1/interfaces/efl_io_queue.eo.h
+include/efl-1/interfaces/efl_io_reader.eo.h
+include/efl-1/interfaces/efl_io_sizer.eo.h
+include/efl-1/interfaces/efl_io_writer.eo.h
include/efl-1/interfaces/efl_model.eo.h
+include/efl-1/interfaces/efl_observable.eo.h
+include/efl-1/interfaces/efl_observer.eo.h
include/efl-1/interfaces/efl_orientation.eo.h
include/efl-1/interfaces/efl_pack.eo.h
include/efl-1/interfaces/efl_pack_grid.eo.h
@@ -184,13 +273,20 @@ include/efl-1/interfaces/efl_text.eo.h
include/efl-1/interfaces/efl_text_properties.eo.h
include/efl-1/interfaces/efl_text_types.eot.h
include/efl-1/interfaces/efl_types.eot.h
+include/efl-1/interfaces/efl_ui_factory.eo.h
+include/efl-1/interfaces/efl_ui_item.eo.h
+include/efl-1/interfaces/efl_ui_menu.eo.h
+include/efl-1/interfaces/efl_ui_model_connect.eo.h
+include/efl-1/interfaces/efl_ui_model_factory_connect.eo.h
include/efl-1/interfaces/efl_ui_progress.eo.h
include/efl-1/interfaces/efl_ui_spin.eo.h
+include/efl-1/interfaces/efl_ui_view.eo.h
include/efl-1/interfaces/efl_vpath.eo.h
include/efl-1/interfaces/efl_vpath_core.eo.h
include/efl-1/interfaces/efl_vpath_file.eo.h
include/efl-1/interfaces/efl_vpath_file_core.eo.h
include/efl-1/interfaces/efl_vpath_manager.eo.h
+include/efl-cxx-1/Efl.eo.hh
include/efl-cxx-1/Efl.hh
include/efl-cxx-1/efl_animator.eo.hh
include/efl-cxx-1/efl_animator.eo.impl.hh
@@ -202,8 +298,6 @@ include/efl-cxx-1/efl_container.eo.hh
include/efl-cxx-1/efl_container.eo.impl.hh
include/efl-cxx-1/efl_control.eo.hh
include/efl-cxx-1/efl_control.eo.impl.hh
-include/efl-cxx-1/efl_event.eo.hh
-include/efl-cxx-1/efl_event.eo.impl.hh
include/efl-cxx-1/efl_file.eo.hh
include/efl-cxx-1/efl_file.eo.impl.hh
include/efl-cxx-1/efl_flipable.eo.hh
@@ -222,6 +316,8 @@ include/efl-cxx-1/efl_gfx_gradient_linear.eo.hh
include/efl-cxx-1/efl_gfx_gradient_linear.eo.impl.hh
include/efl-cxx-1/efl_gfx_gradient_radial.eo.hh
include/efl-cxx-1/efl_gfx_gradient_radial.eo.impl.hh
+include/efl-cxx-1/efl_gfx_path.eo.hh
+include/efl-cxx-1/efl_gfx_path.eo.impl.hh
include/efl-cxx-1/efl_gfx_shape.eo.hh
include/efl-cxx-1/efl_gfx_shape.eo.impl.hh
include/efl-cxx-1/efl_gfx_size_hint.eo.hh
@@ -238,12 +334,26 @@ include/efl-cxx-1/efl_image_load.eo.hh
include/efl-cxx-1/efl_image_load.eo.impl.hh
include/efl-cxx-1/efl_input_device.eo.hh
include/efl-cxx-1/efl_input_device.eo.impl.hh
-include/efl-cxx-1/efl_input_interface.eo.hh
-include/efl-cxx-1/efl_input_interface.eo.impl.hh
-include/efl-cxx-1/efl_input_state.eo.hh
-include/efl-cxx-1/efl_input_state.eo.impl.hh
+include/efl-cxx-1/efl_io_buffer.eo.hh
+include/efl-cxx-1/efl_io_buffer.eo.impl.hh
+include/efl-cxx-1/efl_io_closer.eo.hh
+include/efl-cxx-1/efl_io_closer.eo.impl.hh
+include/efl-cxx-1/efl_io_positioner.eo.hh
+include/efl-cxx-1/efl_io_positioner.eo.impl.hh
+include/efl-cxx-1/efl_io_queue.eo.hh
+include/efl-cxx-1/efl_io_queue.eo.impl.hh
+include/efl-cxx-1/efl_io_reader.eo.hh
+include/efl-cxx-1/efl_io_reader.eo.impl.hh
+include/efl-cxx-1/efl_io_sizer.eo.hh
+include/efl-cxx-1/efl_io_sizer.eo.impl.hh
+include/efl-cxx-1/efl_io_writer.eo.hh
+include/efl-cxx-1/efl_io_writer.eo.impl.hh
include/efl-cxx-1/efl_model.eo.hh
include/efl-cxx-1/efl_model.eo.impl.hh
+include/efl-cxx-1/efl_observable.eo.hh
+include/efl-cxx-1/efl_observable.eo.impl.hh
+include/efl-cxx-1/efl_observer.eo.hh
+include/efl-cxx-1/efl_observer.eo.impl.hh
include/efl-cxx-1/efl_orientation.eo.hh
include/efl-cxx-1/efl_orientation.eo.impl.hh
include/efl-cxx-1/efl_pack.eo.hh
@@ -264,10 +374,22 @@ include/efl-cxx-1/efl_text.eo.hh
include/efl-cxx-1/efl_text.eo.impl.hh
include/efl-cxx-1/efl_text_properties.eo.hh
include/efl-cxx-1/efl_text_properties.eo.impl.hh
+include/efl-cxx-1/efl_ui_factory.eo.hh
+include/efl-cxx-1/efl_ui_factory.eo.impl.hh
+include/efl-cxx-1/efl_ui_item.eo.hh
+include/efl-cxx-1/efl_ui_item.eo.impl.hh
+include/efl-cxx-1/efl_ui_menu.eo.hh
+include/efl-cxx-1/efl_ui_menu.eo.impl.hh
+include/efl-cxx-1/efl_ui_model_connect.eo.hh
+include/efl-cxx-1/efl_ui_model_connect.eo.impl.hh
+include/efl-cxx-1/efl_ui_model_factory_connect.eo.hh
+include/efl-cxx-1/efl_ui_model_factory_connect.eo.impl.hh
include/efl-cxx-1/efl_ui_progress.eo.hh
include/efl-cxx-1/efl_ui_progress.eo.impl.hh
include/efl-cxx-1/efl_ui_spin.eo.hh
include/efl-cxx-1/efl_ui_spin.eo.impl.hh
+include/efl-cxx-1/efl_ui_view.eo.hh
+include/efl-cxx-1/efl_ui_view.eo.impl.hh
include/efl-cxx-1/efl_vpath.eo.hh
include/efl-cxx-1/efl_vpath.eo.impl.hh
include/efl-cxx-1/efl_vpath_core.eo.hh
@@ -306,6 +428,7 @@ include/eina-1/eina/eina_error.h
include/eina-1/eina/eina_evlog.h
include/eina-1/eina/eina_file.h
include/eina-1/eina/eina_fp.h
+include/eina-1/eina/eina_freeq.h
include/eina-1/eina/eina_hamster.h
include/eina-1/eina/eina_hash.h
include/eina-1/eina/eina_inarray.h
@@ -325,15 +448,18 @@ include/eina-1/eina/eina_inline_lock_barrier.x
include/eina-1/eina/eina_inline_lock_posix.x
include/eina-1/eina/eina_inline_log.x
include/eina-1/eina/eina_inline_mempool.x
+include/eina-1/eina/eina_inline_modinfo.x
include/eina-1/eina/eina_inline_rbtree.x
include/eina-1/eina/eina_inline_rectangle.x
include/eina-1/eina/eina_inline_safepointer.x
+include/eina-1/eina/eina_inline_slice.x
include/eina-1/eina/eina_inline_str.x
include/eina-1/eina/eina_inline_stringshare.x
include/eina-1/eina/eina_inline_tiler.x
include/eina-1/eina/eina_inline_trash.x
include/eina-1/eina/eina_inline_unicode.x
include/eina-1/eina/eina_inline_ustringshare.x
+include/eina-1/eina/eina_inline_util.x
include/eina-1/eina/eina_inline_value.x
include/eina-1/eina/eina_inline_value_util.x
include/eina-1/eina/eina_inline_vector.x
@@ -351,7 +477,6 @@ include/eina-1/eina/eina_mempool.h
include/eina-1/eina/eina_mmap.h
include/eina-1/eina/eina_module.h
include/eina-1/eina/eina_prefix.h
-include/eina-1/eina/eina_promise.h
include/eina-1/eina/eina_quad.h
include/eina-1/eina/eina_quadtree.h
include/eina-1/eina/eina_quaternion.h
@@ -362,6 +487,8 @@ include/eina-1/eina/eina_safepointer.h
include/eina-1/eina/eina_safety_checks.h
include/eina-1/eina/eina_sched.h
include/eina-1/eina/eina_simple_xml_parser.h
+include/eina-1/eina/eina_slice.h
+include/eina-1/eina/eina_slstr.h
include/eina-1/eina/eina_str.h
include/eina-1/eina/eina_strbuf.h
include/eina-1/eina/eina_stringshare.h
@@ -382,8 +509,10 @@ include/eina-1/eina/eina_xattr.h
include/eina-1/eina_config.h
include/eina-cxx-1/Eina.hh
include/eina-cxx-1/eina_accessor.hh
+include/eina-cxx-1/eina_aligned_union.hh
include/eina-cxx-1/eina_array.hh
include/eina-cxx-1/eina_clone_allocators.hh
+include/eina-cxx-1/eina_copy_traits.hh
include/eina-cxx-1/eina_deleter.hh
include/eina-cxx-1/eina_eo_concrete_fwd.hh
include/eina-cxx-1/eina_error.hh
@@ -413,6 +542,7 @@ include/eina-cxx-1/eina_tuple_c.hh
include/eina-cxx-1/eina_tuple_unwrap.hh
include/eina-cxx-1/eina_type_traits.hh
include/eina-cxx-1/eina_value.hh
+include/eina-cxx-1/eina_variant.hh
include/eina-cxx-1/eina_workarounds.hh
include/eio-1/Eio.h
include/eio-1/Eio_Eo.h
@@ -421,6 +551,7 @@ include/eio-1/efl_io_manager.eo.h
include/eio-1/eio_inline_helper.x
include/eio-1/eio_model.eo.h
include/eio-1/eio_sentry.eo.h
+include/eio-cxx-1/Eio.eo.hh
include/eio-cxx-1/Eio.hh
include/eldbus-1/Eldbus.h
include/eldbus-1/Eldbus_Model.h
@@ -443,6 +574,7 @@ include/eldbus-1/eldbus_service.h
include/eldbus-1/eldbus_signal_handler.h
include/eldbus-1/eldbus_types.eot.h
include/eldbus_cxx-1/Eldbus.hh
+include/eldbus_cxx-1/Eldbus_Model.eo.hh
include/eldbus_cxx-1/Eldbus_Model.hh
include/eldbus_cxx-1/eldbus_basic.hh
include/eldbus_cxx-1/eldbus_error.hh
@@ -468,12 +600,18 @@ include/eldbus_cxx-1/eldbus_service.hh
include/eldbus_cxx-1/eldbus_signature_traits.hh
include/elementary-1/Elementary.h
include/elementary-1/Elementary_Cursor.h
+include/elementary-1/Elementary_Options.h
include/elementary-1/efl_config_global.eo.h
include/elementary-1/efl_config_global.eo.legacy.h
include/elementary-1/efl_ui_box.eo.h
include/elementary-1/efl_ui_box.eo.legacy.h
include/elementary-1/efl_ui_box_flow.eo.h
include/elementary-1/efl_ui_box_flow.eo.legacy.h
+include/elementary-1/efl_ui_box_stack.eo.h
+include/elementary-1/efl_ui_box_stack.eo.legacy.h
+include/elementary-1/efl_ui_clock.eo.h
+include/elementary-1/efl_ui_clock.eo.legacy.h
+include/elementary-1/efl_ui_clock.h
include/elementary-1/efl_ui_flip.eo.h
include/elementary-1/efl_ui_flip.eo.legacy.h
include/elementary-1/efl_ui_flip_eo.h
@@ -490,6 +628,8 @@ include/elementary-1/efl_ui_grid_static.eo.h
include/elementary-1/efl_ui_grid_static.eo.legacy.h
include/elementary-1/efl_ui_image.eo.h
include/elementary-1/efl_ui_image.eo.legacy.h
+include/elementary-1/efl_ui_image_factory.eo.h
+include/elementary-1/efl_ui_image_factory.eo.legacy.h
include/elementary-1/efl_ui_layout_internal_box.eo.h
include/elementary-1/efl_ui_layout_internal_box.eo.legacy.h
include/elementary-1/efl_ui_layout_internal_table.eo.h
@@ -523,16 +663,13 @@ include/elementary-1/elc_ctxpopup_eo.h
include/elementary-1/elc_ctxpopup_legacy.h
include/elementary-1/elc_fileselector.h
include/elementary-1/elc_fileselector_button.h
-include/elementary-1/elc_fileselector_button_eo.h
include/elementary-1/elc_fileselector_button_legacy.h
include/elementary-1/elc_fileselector_common.h
include/elementary-1/elc_fileselector_entry.h
-include/elementary-1/elc_fileselector_entry_eo.h
include/elementary-1/elc_fileselector_entry_legacy.h
include/elementary-1/elc_fileselector_eo.h
include/elementary-1/elc_fileselector_legacy.h
include/elementary-1/elc_hoversel.h
-include/elementary-1/elc_hoversel_eo.h
include/elementary-1/elc_hoversel_legacy.h
include/elementary-1/elc_multibuttonentry.h
include/elementary-1/elc_multibuttonentry_common.h
@@ -540,38 +677,16 @@ include/elementary-1/elc_multibuttonentry_eo.h
include/elementary-1/elc_multibuttonentry_legacy.h
include/elementary-1/elc_naviframe.h
include/elementary-1/elc_naviframe_common.h
-include/elementary-1/elc_naviframe_eo.h
include/elementary-1/elc_naviframe_legacy.h
include/elementary-1/elc_popup.h
include/elementary-1/elc_popup_eo.h
include/elementary-1/elc_popup_legacy.h
-include/elementary-1/elm_access.eo.h
include/elementary-1/elm_access.eo.legacy.h
include/elementary-1/elm_access.h
-include/elementary-1/elm_actionslider.eo.h
include/elementary-1/elm_actionslider.eo.legacy.h
include/elementary-1/elm_actionslider.h
-include/elementary-1/elm_actionslider_eo.h
include/elementary-1/elm_actionslider_legacy.h
include/elementary-1/elm_app.h
-include/elementary-1/elm_app_client.eo.h
-include/elementary-1/elm_app_client.eo.legacy.h
-include/elementary-1/elm_app_client.h
-include/elementary-1/elm_app_client_eo.h
-include/elementary-1/elm_app_client_view.eo.h
-include/elementary-1/elm_app_client_view.eo.legacy.h
-include/elementary-1/elm_app_client_view.h
-include/elementary-1/elm_app_client_view_eo.h
-include/elementary-1/elm_app_common.h
-include/elementary-1/elm_app_server.eo.h
-include/elementary-1/elm_app_server.eo.legacy.h
-include/elementary-1/elm_app_server.h
-include/elementary-1/elm_app_server_eet.h
-include/elementary-1/elm_app_server_eo.h
-include/elementary-1/elm_app_server_view.eo.h
-include/elementary-1/elm_app_server_view.eo.legacy.h
-include/elementary-1/elm_app_server_view.h
-include/elementary-1/elm_app_server_view_eo.h
include/elementary-1/elm_atspi_app_object.eo.h
include/elementary-1/elm_atspi_app_object.eo.legacy.h
include/elementary-1/elm_atspi_app_object.h
@@ -588,10 +703,8 @@ include/elementary-1/elm_box.eo.legacy.h
include/elementary-1/elm_box.h
include/elementary-1/elm_box_common.h
include/elementary-1/elm_box_legacy.h
-include/elementary-1/elm_bubble.eo.h
include/elementary-1/elm_bubble.eo.legacy.h
include/elementary-1/elm_bubble.h
-include/elementary-1/elm_bubble_eo.h
include/elementary-1/elm_bubble_legacy.h
include/elementary-1/elm_button.eo.h
include/elementary-1/elm_button.eo.legacy.h
@@ -622,8 +735,10 @@ include/elementary-1/elm_code.h
include/elementary-1/elm_code_common.h
include/elementary-1/elm_code_diff_widget.h
include/elementary-1/elm_code_file.h
+include/elementary-1/elm_code_indent.h
include/elementary-1/elm_code_line.h
include/elementary-1/elm_code_parse.h
+include/elementary-1/elm_code_syntax.h
include/elementary-1/elm_code_text.h
include/elementary-1/elm_code_widget.eo.h
include/elementary-1/elm_code_widget.eo.legacy.h
@@ -653,12 +768,7 @@ include/elementary-1/elm_ctxpopup_internal_part.eo.legacy.h
include/elementary-1/elm_ctxpopup_item.eo.h
include/elementary-1/elm_ctxpopup_item.eo.legacy.h
include/elementary-1/elm_cursor.h
-include/elementary-1/elm_datetime.eo.h
-include/elementary-1/elm_datetime.eo.legacy.h
include/elementary-1/elm_datetime.h
-include/elementary-1/elm_datetime_common.h
-include/elementary-1/elm_datetime_eo.h
-include/elementary-1/elm_datetime_legacy.h
include/elementary-1/elm_dayselector.eo.h
include/elementary-1/elm_dayselector.eo.legacy.h
include/elementary-1/elm_dayselector.h
@@ -670,12 +780,9 @@ include/elementary-1/elm_dayselector_item.eo.legacy.h
include/elementary-1/elm_dayselector_legacy.h
include/elementary-1/elm_debug.h
include/elementary-1/elm_deprecated.h
-include/elementary-1/elm_diskselector.eo.h
include/elementary-1/elm_diskselector.eo.legacy.h
include/elementary-1/elm_diskselector.h
include/elementary-1/elm_diskselector_common.h
-include/elementary-1/elm_diskselector_eo.h
-include/elementary-1/elm_diskselector_item.eo.h
include/elementary-1/elm_diskselector_item.eo.legacy.h
include/elementary-1/elm_diskselector_legacy.h
include/elementary-1/elm_entry.eo.h
@@ -688,9 +795,7 @@ include/elementary-1/elm_entry_internal_part.eo.legacy.h
include/elementary-1/elm_entry_legacy.h
include/elementary-1/elm_fileselector.eo.h
include/elementary-1/elm_fileselector.eo.legacy.h
-include/elementary-1/elm_fileselector_button.eo.h
include/elementary-1/elm_fileselector_button.eo.legacy.h
-include/elementary-1/elm_fileselector_entry.eo.h
include/elementary-1/elm_fileselector_entry.eo.legacy.h
include/elementary-1/elm_fileselector_entry_internal_part.eo.h
include/elementary-1/elm_fileselector_entry_internal_part.eo.legacy.h
@@ -698,10 +803,8 @@ include/elementary-1/elm_finger.h
include/elementary-1/elm_flip.h
include/elementary-1/elm_flip_internal_part.eo.h
include/elementary-1/elm_flip_internal_part.eo.legacy.h
-include/elementary-1/elm_flipselector.eo.h
include/elementary-1/elm_flipselector.eo.legacy.h
include/elementary-1/elm_flipselector.h
-include/elementary-1/elm_flipselector_eo.h
include/elementary-1/elm_flipselector_item.eo.h
include/elementary-1/elm_flipselector_item.eo.legacy.h
include/elementary-1/elm_flipselector_legacy.h
@@ -757,14 +860,10 @@ include/elementary-1/elm_hover_eo.h
include/elementary-1/elm_hover_internal_part.eo.h
include/elementary-1/elm_hover_internal_part.eo.legacy.h
include/elementary-1/elm_hover_legacy.h
-include/elementary-1/elm_hoversel.eo.h
include/elementary-1/elm_hoversel.eo.legacy.h
-include/elementary-1/elm_hoversel_item.eo.h
include/elementary-1/elm_hoversel_item.eo.legacy.h
-include/elementary-1/elm_icon.eo.h
include/elementary-1/elm_icon.eo.legacy.h
include/elementary-1/elm_icon.h
-include/elementary-1/elm_icon_eo.h
include/elementary-1/elm_icon_legacy.h
include/elementary-1/elm_image.h
include/elementary-1/elm_image_eo.h
@@ -808,10 +907,8 @@ include/elementary-1/elm_interface_scrollable.eo.legacy.h
include/elementary-1/elm_interface_scrollable.h
include/elementary-1/elm_interfaces.h
include/elementary-1/elm_intro.h
-include/elementary-1/elm_inwin.eo.h
include/elementary-1/elm_inwin.eo.legacy.h
include/elementary-1/elm_inwin.h
-include/elementary-1/elm_inwin_eo.h
include/elementary-1/elm_inwin_legacy.h
include/elementary-1/elm_label.eo.h
include/elementary-1/elm_label.eo.legacy.h
@@ -859,11 +956,9 @@ include/elementary-1/elm_multibuttonentry.eo.h
include/elementary-1/elm_multibuttonentry.eo.legacy.h
include/elementary-1/elm_multibuttonentry_item.eo.h
include/elementary-1/elm_multibuttonentry_item.eo.legacy.h
-include/elementary-1/elm_naviframe.eo.h
include/elementary-1/elm_naviframe.eo.legacy.h
include/elementary-1/elm_naviframe_internal_part.eo.h
include/elementary-1/elm_naviframe_internal_part.eo.legacy.h
-include/elementary-1/elm_naviframe_item.eo.h
include/elementary-1/elm_naviframe_item.eo.legacy.h
include/elementary-1/elm_need.h
include/elementary-1/elm_notify.eo.h
@@ -892,10 +987,8 @@ include/elementary-1/elm_panes.h
include/elementary-1/elm_panes_eo.h
include/elementary-1/elm_panes_legacy.h
include/elementary-1/elm_part_helper.h
-include/elementary-1/elm_photo.eo.h
include/elementary-1/elm_photo.eo.legacy.h
include/elementary-1/elm_photo.h
-include/elementary-1/elm_photo_eo.h
include/elementary-1/elm_photo_legacy.h
include/elementary-1/elm_photocam.eo.h
include/elementary-1/elm_photocam.eo.legacy.h
@@ -919,12 +1012,10 @@ include/elementary-1/elm_popup_internal_part.eo.h
include/elementary-1/elm_popup_internal_part.eo.legacy.h
include/elementary-1/elm_popup_item.eo.h
include/elementary-1/elm_popup_item.eo.legacy.h
-include/elementary-1/elm_prefs.eo.h
include/elementary-1/elm_prefs.eo.legacy.h
include/elementary-1/elm_prefs.h
include/elementary-1/elm_prefs_common.h
include/elementary-1/elm_prefs_data.h
-include/elementary-1/elm_prefs_eo.h
include/elementary-1/elm_prefs_legacy.h
include/elementary-1/elm_progressbar.eo.h
include/elementary-1/elm_progressbar.eo.legacy.h
@@ -953,17 +1044,12 @@ include/elementary-1/elm_scroller_eo.h
include/elementary-1/elm_scroller_internal_part.eo.h
include/elementary-1/elm_scroller_internal_part.eo.legacy.h
include/elementary-1/elm_scroller_legacy.h
-include/elementary-1/elm_segment_control.eo.h
include/elementary-1/elm_segment_control.eo.legacy.h
include/elementary-1/elm_segment_control.h
-include/elementary-1/elm_segment_control_eo.h
-include/elementary-1/elm_segment_control_item.eo.h
include/elementary-1/elm_segment_control_item.eo.legacy.h
include/elementary-1/elm_segment_control_legacy.h
-include/elementary-1/elm_separator.eo.h
include/elementary-1/elm_separator.eo.legacy.h
include/elementary-1/elm_separator.h
-include/elementary-1/elm_separator_eo.h
include/elementary-1/elm_separator_legacy.h
include/elementary-1/elm_slider.eo.h
include/elementary-1/elm_slider.eo.legacy.h
@@ -971,12 +1057,9 @@ include/elementary-1/elm_slider.h
include/elementary-1/elm_slider_common.h
include/elementary-1/elm_slider_eo.h
include/elementary-1/elm_slider_legacy.h
-include/elementary-1/elm_slideshow.eo.h
include/elementary-1/elm_slideshow.eo.legacy.h
include/elementary-1/elm_slideshow.h
include/elementary-1/elm_slideshow_common.h
-include/elementary-1/elm_slideshow_eo.h
-include/elementary-1/elm_slideshow_item.eo.h
include/elementary-1/elm_slideshow_item.eo.legacy.h
include/elementary-1/elm_slideshow_legacy.h
include/elementary-1/elm_spinner.eo.h
@@ -1002,11 +1085,9 @@ include/elementary-1/elm_table.eo.legacy.h
include/elementary-1/elm_table.h
include/elementary-1/elm_table_legacy.h
include/elementary-1/elm_theme.h
-include/elementary-1/elm_thumb.eo.h
include/elementary-1/elm_thumb.eo.legacy.h
include/elementary-1/elm_thumb.h
include/elementary-1/elm_thumb_common.h
-include/elementary-1/elm_thumb_eo.h
include/elementary-1/elm_thumb_legacy.h
include/elementary-1/elm_toolbar.eo.h
include/elementary-1/elm_toolbar.eo.legacy.h
@@ -1046,7 +1127,6 @@ include/elementary-1/elm_widget_combobox.h
include/elementary-1/elm_widget_conform.h
include/elementary-1/elm_widget_container.h
include/elementary-1/elm_widget_ctxpopup.h
-include/elementary-1/elm_widget_datetime.h
include/elementary-1/elm_widget_dayselector.h
include/elementary-1/elm_widget_diskselector.h
include/elementary-1/elm_widget_entry.h
@@ -1100,6 +1180,7 @@ include/elementary-1/elm_win_common.h
include/elementary-1/elm_win_eo.h
include/elementary-1/elm_win_legacy.h
include/elementary-1/elm_win_standard.h
+include/elementary-cxx-1/Elementary.eo.hh
include/elementary-cxx-1/Elementary.hh
include/elementary-cxx-1/efl_config_global.eo.hh
include/elementary-cxx-1/efl_config_global.eo.impl.hh
@@ -1107,6 +1188,10 @@ include/elementary-cxx-1/efl_ui_box.eo.hh
include/elementary-cxx-1/efl_ui_box.eo.impl.hh
include/elementary-cxx-1/efl_ui_box_flow.eo.hh
include/elementary-cxx-1/efl_ui_box_flow.eo.impl.hh
+include/elementary-cxx-1/efl_ui_box_stack.eo.hh
+include/elementary-cxx-1/efl_ui_box_stack.eo.impl.hh
+include/elementary-cxx-1/efl_ui_clock.eo.hh
+include/elementary-cxx-1/efl_ui_clock.eo.impl.hh
include/elementary-cxx-1/efl_ui_flip.eo.hh
include/elementary-cxx-1/efl_ui_flip.eo.impl.hh
include/elementary-cxx-1/efl_ui_flip_internal_part.eo.hh
@@ -1119,6 +1204,8 @@ include/elementary-cxx-1/efl_ui_grid_static.eo.hh
include/elementary-cxx-1/efl_ui_grid_static.eo.impl.hh
include/elementary-cxx-1/efl_ui_image.eo.hh
include/elementary-cxx-1/efl_ui_image.eo.impl.hh
+include/elementary-cxx-1/efl_ui_image_factory.eo.hh
+include/elementary-cxx-1/efl_ui_image_factory.eo.impl.hh
include/elementary-cxx-1/efl_ui_layout_internal_box.eo.hh
include/elementary-cxx-1/efl_ui_layout_internal_box.eo.impl.hh
include/elementary-cxx-1/efl_ui_layout_internal_table.eo.hh
@@ -1137,26 +1224,12 @@ include/elementary-cxx-1/efl_ui_win.eo.hh
include/elementary-cxx-1/efl_ui_win.eo.impl.hh
include/elementary-cxx-1/efl_ui_win_standard.eo.hh
include/elementary-cxx-1/efl_ui_win_standard.eo.impl.hh
-include/elementary-cxx-1/elm_access.eo.hh
-include/elementary-cxx-1/elm_access.eo.impl.hh
-include/elementary-cxx-1/elm_actionslider.eo.hh
-include/elementary-cxx-1/elm_actionslider.eo.impl.hh
-include/elementary-cxx-1/elm_app_client.eo.hh
-include/elementary-cxx-1/elm_app_client.eo.impl.hh
-include/elementary-cxx-1/elm_app_client_view.eo.hh
-include/elementary-cxx-1/elm_app_client_view.eo.impl.hh
-include/elementary-cxx-1/elm_app_server.eo.hh
-include/elementary-cxx-1/elm_app_server.eo.impl.hh
-include/elementary-cxx-1/elm_app_server_view.eo.hh
-include/elementary-cxx-1/elm_app_server_view.eo.impl.hh
include/elementary-cxx-1/elm_atspi_app_object.eo.hh
include/elementary-cxx-1/elm_atspi_app_object.eo.impl.hh
include/elementary-cxx-1/elm_atspi_bridge.eo.hh
include/elementary-cxx-1/elm_atspi_bridge.eo.impl.hh
include/elementary-cxx-1/elm_bg.eo.hh
include/elementary-cxx-1/elm_bg.eo.impl.hh
-include/elementary-cxx-1/elm_bubble.eo.hh
-include/elementary-cxx-1/elm_bubble.eo.impl.hh
include/elementary-cxx-1/elm_button.eo.hh
include/elementary-cxx-1/elm_button.eo.impl.hh
include/elementary-cxx-1/elm_button_internal_part.eo.hh
@@ -1183,34 +1256,22 @@ include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.hh
include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_ctxpopup_item.eo.hh
include/elementary-cxx-1/elm_ctxpopup_item.eo.impl.hh
-include/elementary-cxx-1/elm_datetime.eo.hh
-include/elementary-cxx-1/elm_datetime.eo.impl.hh
include/elementary-cxx-1/elm_dayselector.eo.hh
include/elementary-cxx-1/elm_dayselector.eo.impl.hh
include/elementary-cxx-1/elm_dayselector_internal_part.eo.hh
include/elementary-cxx-1/elm_dayselector_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_dayselector_item.eo.hh
include/elementary-cxx-1/elm_dayselector_item.eo.impl.hh
-include/elementary-cxx-1/elm_diskselector.eo.hh
-include/elementary-cxx-1/elm_diskselector.eo.impl.hh
-include/elementary-cxx-1/elm_diskselector_item.eo.hh
-include/elementary-cxx-1/elm_diskselector_item.eo.impl.hh
include/elementary-cxx-1/elm_entry.eo.hh
include/elementary-cxx-1/elm_entry.eo.impl.hh
include/elementary-cxx-1/elm_entry_internal_part.eo.hh
include/elementary-cxx-1/elm_entry_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_fileselector.eo.hh
include/elementary-cxx-1/elm_fileselector.eo.impl.hh
-include/elementary-cxx-1/elm_fileselector_button.eo.hh
-include/elementary-cxx-1/elm_fileselector_button.eo.impl.hh
-include/elementary-cxx-1/elm_fileselector_entry.eo.hh
-include/elementary-cxx-1/elm_fileselector_entry.eo.impl.hh
include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.hh
include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_flip_internal_part.eo.hh
include/elementary-cxx-1/elm_flip_internal_part.eo.impl.hh
-include/elementary-cxx-1/elm_flipselector.eo.hh
-include/elementary-cxx-1/elm_flipselector.eo.impl.hh
include/elementary-cxx-1/elm_flipselector_item.eo.hh
include/elementary-cxx-1/elm_flipselector_item.eo.impl.hh
include/elementary-cxx-1/elm_gengrid.eo.hh
@@ -1233,12 +1294,6 @@ include/elementary-cxx-1/elm_hover.eo.hh
include/elementary-cxx-1/elm_hover.eo.impl.hh
include/elementary-cxx-1/elm_hover_internal_part.eo.hh
include/elementary-cxx-1/elm_hover_internal_part.eo.impl.hh
-include/elementary-cxx-1/elm_hoversel.eo.hh
-include/elementary-cxx-1/elm_hoversel.eo.impl.hh
-include/elementary-cxx-1/elm_hoversel_item.eo.hh
-include/elementary-cxx-1/elm_hoversel_item.eo.impl.hh
-include/elementary-cxx-1/elm_icon.eo.hh
-include/elementary-cxx-1/elm_icon.eo.impl.hh
include/elementary-cxx-1/elm_index.eo.hh
include/elementary-cxx-1/elm_index.eo.impl.hh
include/elementary-cxx-1/elm_index_item.eo.hh
@@ -1267,8 +1322,6 @@ include/elementary-cxx-1/elm_interface_fileselector.eo.hh
include/elementary-cxx-1/elm_interface_fileselector.eo.impl.hh
include/elementary-cxx-1/elm_interface_scrollable.eo.hh
include/elementary-cxx-1/elm_interface_scrollable.eo.impl.hh
-include/elementary-cxx-1/elm_inwin.eo.hh
-include/elementary-cxx-1/elm_inwin.eo.impl.hh
include/elementary-cxx-1/elm_label.eo.hh
include/elementary-cxx-1/elm_label.eo.impl.hh
include/elementary-cxx-1/elm_layout.eo.hh
@@ -1293,12 +1346,8 @@ include/elementary-cxx-1/elm_multibuttonentry.eo.hh
include/elementary-cxx-1/elm_multibuttonentry.eo.impl.hh
include/elementary-cxx-1/elm_multibuttonentry_item.eo.hh
include/elementary-cxx-1/elm_multibuttonentry_item.eo.impl.hh
-include/elementary-cxx-1/elm_naviframe.eo.hh
-include/elementary-cxx-1/elm_naviframe.eo.impl.hh
include/elementary-cxx-1/elm_naviframe_internal_part.eo.hh
include/elementary-cxx-1/elm_naviframe_internal_part.eo.impl.hh
-include/elementary-cxx-1/elm_naviframe_item.eo.hh
-include/elementary-cxx-1/elm_naviframe_item.eo.impl.hh
include/elementary-cxx-1/elm_notify.eo.hh
include/elementary-cxx-1/elm_notify.eo.impl.hh
include/elementary-cxx-1/elm_notify_internal_part.eo.hh
@@ -1311,8 +1360,6 @@ include/elementary-cxx-1/elm_panel_internal_part.eo.hh
include/elementary-cxx-1/elm_panel_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_panes.eo.hh
include/elementary-cxx-1/elm_panes.eo.impl.hh
-include/elementary-cxx-1/elm_photo.eo.hh
-include/elementary-cxx-1/elm_photo.eo.impl.hh
include/elementary-cxx-1/elm_photocam.eo.hh
include/elementary-cxx-1/elm_photocam.eo.impl.hh
include/elementary-cxx-1/elm_photocam_pan.eo.hh
@@ -1329,8 +1376,6 @@ include/elementary-cxx-1/elm_popup_internal_part.eo.hh
include/elementary-cxx-1/elm_popup_internal_part.eo.impl.hh
include/elementary-cxx-1/elm_popup_item.eo.hh
include/elementary-cxx-1/elm_popup_item.eo.impl.hh
-include/elementary-cxx-1/elm_prefs.eo.hh
-include/elementary-cxx-1/elm_prefs.eo.impl.hh
include/elementary-cxx-1/elm_progressbar.eo.hh
include/elementary-cxx-1/elm_progressbar.eo.impl.hh
include/elementary-cxx-1/elm_progressbar_internal_part.eo.hh
@@ -1343,18 +1388,8 @@ include/elementary-cxx-1/elm_scroller.eo.hh
include/elementary-cxx-1/elm_scroller.eo.impl.hh
include/elementary-cxx-1/elm_scroller_internal_part.eo.hh
include/elementary-cxx-1/elm_scroller_internal_part.eo.impl.hh
-include/elementary-cxx-1/elm_segment_control.eo.hh
-include/elementary-cxx-1/elm_segment_control.eo.impl.hh
-include/elementary-cxx-1/elm_segment_control_item.eo.hh
-include/elementary-cxx-1/elm_segment_control_item.eo.impl.hh
-include/elementary-cxx-1/elm_separator.eo.hh
-include/elementary-cxx-1/elm_separator.eo.impl.hh
include/elementary-cxx-1/elm_slider.eo.hh
include/elementary-cxx-1/elm_slider.eo.impl.hh
-include/elementary-cxx-1/elm_slideshow.eo.hh
-include/elementary-cxx-1/elm_slideshow.eo.impl.hh
-include/elementary-cxx-1/elm_slideshow_item.eo.hh
-include/elementary-cxx-1/elm_slideshow_item.eo.impl.hh
include/elementary-cxx-1/elm_spinner.eo.hh
include/elementary-cxx-1/elm_spinner.eo.impl.hh
include/elementary-cxx-1/elm_sys_notify.eo.hh
@@ -1365,8 +1400,6 @@ include/elementary-cxx-1/elm_sys_notify_interface.eo.hh
include/elementary-cxx-1/elm_sys_notify_interface.eo.impl.hh
include/elementary-cxx-1/elm_systray.eo.hh
include/elementary-cxx-1/elm_systray.eo.impl.hh
-include/elementary-cxx-1/elm_thumb.eo.hh
-include/elementary-cxx-1/elm_thumb.eo.impl.hh
include/elementary-cxx-1/elm_toolbar.eo.hh
include/elementary-cxx-1/elm_toolbar.eo.impl.hh
include/elementary-cxx-1/elm_toolbar_item.eo.hh
@@ -1398,24 +1431,32 @@ include/emotion-1/Emotion.h
include/emotion-1/Emotion_Eo.h
include/emotion-1/Emotion_Generic_Plugin.h
include/emotion-1/Emotion_Legacy.h
-include/emotion-1/emotion_object.eo.h
-include/emotion-1/emotion_object.eo.legacy.h
+include/emotion-1/efl_canvas_video.eo.h
+include/emotion-1/efl_canvas_video.eo.legacy.h
include/eo-1/Eo.h
-include/eo-1/eo_base.eo.h
-include/eo-1/eo_class.eo.h
-include/eo-1/eo_interface.eo.h
-include/eo-1/eo_override.eo.h
+include/eo-1/efl_class.eo.h
+include/eo-1/efl_future.h
+include/eo-1/efl_interface.eo.h
+include/eo-1/efl_object.eo.h
+include/eo-1/efl_object_override.eo.h
include/eo-cxx-1/Eo.hh
-include/eo-cxx-1/eo_base.eo.hh
-include/eo-cxx-1/eo_class.eo.hh
+include/eo-cxx-1/efl_class.eo.hh
+include/eo-cxx-1/efl_class.eo.impl.hh
+include/eo-cxx-1/efl_interface.eo.hh
+include/eo-cxx-1/efl_interface.eo.impl.hh
+include/eo-cxx-1/efl_object.eo.hh
+include/eo-cxx-1/efl_object.eo.impl.hh
+include/eo-cxx-1/efl_object_override.eo.hh
+include/eo-cxx-1/efl_object_override.eo.impl.hh
include/eo-cxx-1/eo_concrete.hh
include/eo-cxx-1/eo_cxx_interop.hh
include/eo-cxx-1/eo_event.hh
+include/eo-cxx-1/eo_future.hh
include/eo-cxx-1/eo_init.hh
-include/eo-cxx-1/eo_interface.eo.hh
include/eo-cxx-1/eo_ops.hh
-include/eo-cxx-1/eo_override.eo.hh
include/eo-cxx-1/eo_private.hh
+include/eo-cxx-1/eo_promise.hh
+include/eo-cxx-1/eo_promise_meta.hh
include/eo-cxx-1/eo_wref.hh
include/eolian-1/Eolian.h
include/eolian-cxx-1/Eolian_Cxx.hh
@@ -1457,15 +1498,12 @@ include/eolian-cxx-1/grammar/string.hpp
include/eolian-cxx-1/grammar/type.hpp
include/eolian-cxx-1/grammar/type_impl.hpp
include/eolian-cxx-1/grammar/type_traits.hpp
-include/eolian-cxx-1/grammar/variant.hpp
%%PHYSICS%%include/ephysics-1/EPhysics.h
include/ethumb-1/Ethumb.h
include/ethumb-client-1/Ethumb_Client.h
include/evas-1/Evas.h
include/evas-1/Evas_Common.h
include/evas-1/Evas_Engine_Buffer.h
-%%OPENGL%%include/evas-1/Evas_Engine_GL_X11.h
-include/evas-1/Evas_Engine_Software_X11.h
include/evas-1/Evas_Eo.h
include/evas-1/Evas_GL.h
include/evas-1/Evas_Legacy.h
@@ -1482,6 +1520,8 @@ include/evas-1/canvas/efl_canvas_image_internal.eo.h
include/evas-1/canvas/efl_canvas_image_internal.eo.legacy.h
include/evas-1/canvas/efl_canvas_object.eo.h
include/evas-1/canvas/efl_canvas_object.eo.legacy.h
+include/evas-1/canvas/efl_canvas_output.eo.h
+include/evas-1/canvas/efl_canvas_output.eo.legacy.h
include/evas-1/canvas/efl_canvas_polygon.eo.h
include/evas-1/canvas/efl_canvas_polygon.eo.legacy.h
include/evas-1/canvas/efl_canvas_proxy.eo.h
@@ -1504,16 +1544,22 @@ include/evas-1/canvas/efl_canvas_text.eo.h
include/evas-1/canvas/efl_canvas_text.eo.legacy.h
include/evas-1/canvas/efl_canvas_text_cursor.eo.h
include/evas-1/canvas/efl_canvas_text_cursor.eo.legacy.h
-include/evas-1/canvas/efl_event_hold.eo.h
-include/evas-1/canvas/efl_event_hold.eo.legacy.h
-include/evas-1/canvas/efl_event_input.eo.h
-include/evas-1/canvas/efl_event_input.eo.legacy.h
-include/evas-1/canvas/efl_event_key.eo.h
-include/evas-1/canvas/efl_event_key.eo.legacy.h
-include/evas-1/canvas/efl_event_pointer.eo.h
-include/evas-1/canvas/efl_event_pointer.eo.legacy.h
include/evas-1/canvas/efl_gfx_map.eo.h
include/evas-1/canvas/efl_gfx_map.eo.legacy.h
+include/evas-1/canvas/efl_input_event.eo.h
+include/evas-1/canvas/efl_input_event.eo.legacy.h
+include/evas-1/canvas/efl_input_focus.eo.h
+include/evas-1/canvas/efl_input_focus.eo.legacy.h
+include/evas-1/canvas/efl_input_hold.eo.h
+include/evas-1/canvas/efl_input_hold.eo.legacy.h
+include/evas-1/canvas/efl_input_interface.eo.h
+include/evas-1/canvas/efl_input_interface.eo.legacy.h
+include/evas-1/canvas/efl_input_key.eo.h
+include/evas-1/canvas/efl_input_key.eo.legacy.h
+include/evas-1/canvas/efl_input_pointer.eo.h
+include/evas-1/canvas/efl_input_pointer.eo.legacy.h
+include/evas-1/canvas/efl_input_state.eo.h
+include/evas-1/canvas/efl_input_state.eo.legacy.h
include/evas-1/canvas/efl_ui_clickable.eo.h
include/evas-1/canvas/efl_ui_clickable.eo.legacy.h
include/evas-1/canvas/efl_ui_draggable.eo.h
@@ -1562,7 +1608,6 @@ include/evas-1/canvas/evas_canvas3d_texture.eo.legacy.h
include/evas-1/canvas/evas_grid.eo.legacy.h
include/evas-1/canvas/evas_image.eo.legacy.h
include/evas-1/canvas/evas_line.eo.legacy.h
-include/evas-1/canvas/evas_out.eo.legacy.h
include/evas-1/canvas/evas_table.eo.legacy.h
include/evas-1/canvas/evas_text.eo.legacy.h
include/evas-1/canvas/evas_textblock_legacy.h
@@ -1570,6 +1615,7 @@ include/evas-1/canvas/evas_textgrid.eo.legacy.h
include/evas-1/canvas/evas_types.eot.h
include/evas-1/canvas/evas_vg.eo.h
include/evas-1/canvas/evas_vg.eo.legacy.h
+include/evas-cxx-1/Evas.eo.hh
include/evas-cxx-1/Evas.hh
include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.hh
include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.impl.hh
@@ -1583,6 +1629,8 @@ include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.hh
include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.impl.hh
include/evas-cxx-1/canvas/efl_canvas_object.eo.hh
include/evas-cxx-1/canvas/efl_canvas_object.eo.impl.hh
+include/evas-cxx-1/canvas/efl_canvas_output.eo.hh
+include/evas-cxx-1/canvas/efl_canvas_output.eo.impl.hh
include/evas-cxx-1/canvas/efl_canvas_polygon.eo.hh
include/evas-cxx-1/canvas/efl_canvas_polygon.eo.impl.hh
include/evas-cxx-1/canvas/efl_canvas_proxy.eo.hh
@@ -1605,16 +1653,22 @@ include/evas-cxx-1/canvas/efl_canvas_text.eo.hh
include/evas-cxx-1/canvas/efl_canvas_text.eo.impl.hh
include/evas-cxx-1/canvas/efl_canvas_text_cursor.eo.hh
include/evas-cxx-1/canvas/efl_canvas_text_cursor.eo.impl.hh
-include/evas-cxx-1/canvas/efl_event_hold.eo.hh
-include/evas-cxx-1/canvas/efl_event_hold.eo.impl.hh
-include/evas-cxx-1/canvas/efl_event_input.eo.hh
-include/evas-cxx-1/canvas/efl_event_input.eo.impl.hh
-include/evas-cxx-1/canvas/efl_event_key.eo.hh
-include/evas-cxx-1/canvas/efl_event_key.eo.impl.hh
-include/evas-cxx-1/canvas/efl_event_pointer.eo.hh
-include/evas-cxx-1/canvas/efl_event_pointer.eo.impl.hh
include/evas-cxx-1/canvas/efl_gfx_map.eo.hh
include/evas-cxx-1/canvas/efl_gfx_map.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_event.eo.hh
+include/evas-cxx-1/canvas/efl_input_event.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_focus.eo.hh
+include/evas-cxx-1/canvas/efl_input_focus.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_hold.eo.hh
+include/evas-cxx-1/canvas/efl_input_hold.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_interface.eo.hh
+include/evas-cxx-1/canvas/efl_input_interface.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_key.eo.hh
+include/evas-cxx-1/canvas/efl_input_key.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_pointer.eo.hh
+include/evas-cxx-1/canvas/efl_input_pointer.eo.impl.hh
+include/evas-cxx-1/canvas/efl_input_state.eo.hh
+include/evas-cxx-1/canvas/efl_input_state.eo.impl.hh
include/evas-cxx-1/canvas/efl_ui_clickable.eo.hh
include/evas-cxx-1/canvas/efl_ui_clickable.eo.impl.hh
include/evas-cxx-1/canvas/efl_ui_draggable.eo.hh
@@ -1667,8 +1721,6 @@ include/evas-cxx-1/canvas/evas_image.eo.hh
include/evas-cxx-1/canvas/evas_image.eo.impl.hh
include/evas-cxx-1/canvas/evas_line.eo.hh
include/evas-cxx-1/canvas/evas_line.eo.impl.hh
-include/evas-cxx-1/canvas/evas_out.eo.hh
-include/evas-cxx-1/canvas/evas_out.eo.impl.hh
include/evas-cxx-1/canvas/evas_table.eo.hh
include/evas-cxx-1/canvas/evas_table.eo.impl.hh
include/evas-cxx-1/canvas/evas_text.eo.hh
@@ -1727,20 +1779,21 @@ lib/cmake/Evas/EvasConfigVersion.cmake
lib/cmake/EvasCxx/EvasCxxConfig.cmake
lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake
lib/ecore/system/upower/v-%%BRANCHVERSION%%/module.so
+lib/ecore_con/utils/v-%%BRANCHVERSION%%/efl_net_proxy_helper
lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so
%%SDL%%lib/ecore_evas/engines/sdl/v-%%BRANCHVERSION%%/module.so
lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so
%%IBUS%%lib/ecore_imf/modules/ibus/v-%%BRANCHVERSION%%/module.so
%%SCIM%%lib/ecore_imf/modules/scim/v-%%BRANCHVERSION%%/module.so
lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so
-lib/ecore_x/bin/v-%%BRANCHVERSION%%/ecore_x_vsync
lib/edje/modules/elm/v-%%BRANCHVERSION%%/module.so
lib/edje/modules/emotion/v-%%BRANCHVERSION%%/module.so
lib/edje/utils/v-%%BRANCHVERSION%%/epp
lib/efreet/v-%%BRANCHVERSION%%/efreet_desktop_cache_create
lib/efreet/v-%%BRANCHVERSION%%/efreet_icon_cache_create
+lib/efreet/v-%%BRANCHVERSION%%/efreet_mime_cache_create
lib/elementary/modules/access_output/v-%%BRANCHVERSION%%/module.so
-lib/elementary/modules/datetime_input_ctxpopup/v-%%BRANCHVERSION%%/module.so
+lib/elementary/modules/clock_input_ctxpopup/v-%%BRANCHVERSION%%/module.so
lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/elm_prefs_swallow.edj
lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/module.so
lib/elementary/modules/test_entry/v-%%BRANCHVERSION%%/module.so
@@ -1893,12 +1946,12 @@ lib/libecore_input_evas.so.%%PORTVERSION%%
lib/libecore_ipc.so
lib/libecore_ipc.so.1
lib/libecore_ipc.so.%%PORTVERSION%%
-lib/libecore_x.so
-lib/libecore_x.so.1
-lib/libecore_x.so.%%PORTVERSION%%
%%SDL%%lib/libecore_sdl.so
%%SDL%%lib/libecore_sdl.so.1
%%SDL%%lib/libecore_sdl.so.%%PORTVERSION%%
+lib/libecore_x.so
+lib/libecore_x.so.1
+lib/libecore_x.so.%%PORTVERSION%%
lib/libector.so
lib/libector.so.1
lib/libector.so.%%PORTVERSION%%
@@ -1950,6 +2003,9 @@ lib/libemotion.so.%%PORTVERSION%%
lib/libeo.so
lib/libeo.so.1
lib/libeo.so.%%PORTVERSION%%
+lib/libeo_dbg.so
+lib/libeo_dbg.so.1
+lib/libeo_dbg.so.%%PORTVERSION%%
lib/libeolian.so
lib/libeolian.so.1
lib/libeolian.so.%%PORTVERSION%%
@@ -2038,6 +2094,7 @@ share/elementary/images/animated_logo.gif
share/elementary/images/bubble.png
share/elementary/images/bubble_sh.png
share/elementary/images/earth_normal.png
+share/elementary/images/fire.gif
share/elementary/images/g_layer/double_tap_1.png
share/elementary/images/g_layer/double_tap_2.png
share/elementary/images/g_layer/double_tap_3.png
@@ -2108,6 +2165,7 @@ share/elementary/images/mystrale_2.jpg
share/elementary/images/panel_01.jpg
share/elementary/images/parking.png
share/elementary/images/plant_01.jpg
+share/elementary/images/pm_fill.png
share/elementary/images/pol_shadow.png
share/elementary/images/pol_sky.png
share/elementary/images/pol_twofish.png
@@ -2129,18 +2187,22 @@ share/elementary/objects/postit_ent.edj
share/elementary/objects/test.edj
share/elementary/objects/test_external.edj
share/elementary/objects/test_focus_style.edj
+share/elementary/objects/test_masking.edj
share/elementary/objects/test_prefs.edj
share/elementary/objects/test_prefs.epb
+share/elementary/testdiff.diff
+share/elementary/testfile-windows.txt
+share/elementary/testfile-withblanks.txt
+share/elementary/testfile.txt
share/elementary/themes/default.edj
%%ELUA%%share/elua/apps/README-docgen.md
%%ELUA%%share/elua/apps/docgen/doctree.lua
%%ELUA%%share/elua/apps/docgen/keyref.lua
-%%ELUA%%share/elua/apps/docgen/mappings.lua
-%%ELUA%%share/elua/apps/docgen/serializers.lua
%%ELUA%%share/elua/apps/docgen/stats.lua
%%ELUA%%share/elua/apps/docgen/util.lua
%%ELUA%%share/elua/apps/docgen/writer.lua
%%ELUA%%share/elua/apps/gendoc.lua
+%%ELUA%%share/elua/apps/gendoc.sh
%%ELUA%%share/elua/apps/lualian.lua
%%ELUA%%share/elua/checkme
%%ELUA%%share/elua/core/gettext.lua
@@ -2149,28 +2211,67 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/core/util.lua
%%ELUA%%share/elua/modules/benchmark.lua
%%ELUA%%share/elua/modules/ecore/ecore_exe.eo.lua
-%%ELUA%%share/elua/modules/ecore/ecore_parent.eo.lua
%%ELUA%%share/elua/modules/ecore/ecore_poller.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_buffered_stream.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_closer_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_copier.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_file.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_positioner_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_reader_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_sizer_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_stderr.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_stdin.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_stdout.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_io_writer_fd.eo.lua
%%ELUA%%share/elua/modules/ecore/efl_loop.eo.lua
%%ELUA%%share/elua/modules/ecore/efl_loop_fd.eo.lua
%%ELUA%%share/elua/modules/ecore/efl_loop_timer.eo.lua
%%ELUA%%share/elua/modules/ecore/efl_loop_user.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean_children.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_model_container.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_model_container_item.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_model_item.eo.lua
+%%ELUA%%share/elua/modules/ecore/efl_promise.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_sndfile.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_tone.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out.eo.lua
-%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_core_audio.eo.lua
%%ELUA%%%%PULSEAUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_pulse.eo.lua
%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_sndfile.eo.lua
%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_base.eo.lua
%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_client_obj.eo.lua
%%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_server_obj.eo.lua
-%%ELUA%%share/elua/modules/ecore_con/efl_network.eo.lua
-%%ELUA%%share/elua/modules/ecore_con/efl_network_client.eo.lua
-%%ELUA%%share/elua/modules/ecore_con/efl_network_connector.eo.lua
-%%ELUA%%share/elua/modules/ecore_con/efl_network_server.eo.lua
-%%ELUA%%share/elua/modules/ecore_con/efl_network_url.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_control.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_control_access_point.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_control_technology.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_http.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_simple.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_ssl.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_tcp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_udp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_unix.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_websocket.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_ip_address.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_simple.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_ssl.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_tcp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp_client.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_server_unix.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_session.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_fd.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_simple.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_ssl.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_tcp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_udp.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_unix.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/efl_net_ssl_context.eo.lua
%%ELUA%%share/elua/modules/edje/edje_edit.eo.lua
%%ELUA%%share/elua/modules/edje/edje_object.eo.lua
%%ELUA%%share/elua/modules/efl/efl_animator.eo.lua
@@ -2178,7 +2279,6 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/efl/efl_config.eo.lua
%%ELUA%%share/elua/modules/efl/efl_container.eo.lua
%%ELUA%%share/elua/modules/efl/efl_control.eo.lua
-%%ELUA%%share/elua/modules/efl/efl_event.eo.lua
%%ELUA%%share/elua/modules/efl/efl_file.eo.lua
%%ELUA%%share/elua/modules/efl/efl_flipable.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx.eo.lua
@@ -2188,6 +2288,7 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/efl/efl_gfx_gradient.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx_gradient_linear.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx_gradient_radial.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_gfx_path.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx_shape.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx_size_hint.eo.lua
%%ELUA%%share/elua/modules/efl/efl_gfx_stack.eo.lua
@@ -2196,9 +2297,16 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/efl/efl_image_animated.eo.lua
%%ELUA%%share/elua/modules/efl/efl_image_load.eo.lua
%%ELUA%%share/elua/modules/efl/efl_input_device.eo.lua
-%%ELUA%%share/elua/modules/efl/efl_input_interface.eo.lua
-%%ELUA%%share/elua/modules/efl/efl_input_state.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_buffer.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_closer.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_positioner.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_queue.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_reader.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_sizer.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_io_writer.eo.lua
%%ELUA%%share/elua/modules/efl/efl_model.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_observable.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_observer.eo.lua
%%ELUA%%share/elua/modules/efl/efl_orientation.eo.lua
%%ELUA%%share/elua/modules/efl/efl_pack.eo.lua
%%ELUA%%share/elua/modules/efl/efl_pack_grid.eo.lua
@@ -2209,8 +2317,14 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/efl/efl_screen.eo.lua
%%ELUA%%share/elua/modules/efl/efl_text.eo.lua
%%ELUA%%share/elua/modules/efl/efl_text_properties.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_factory.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_item.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_menu.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_model_connect.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_model_factory_connect.eo.lua
%%ELUA%%share/elua/modules/efl/efl_ui_progress.eo.lua
%%ELUA%%share/elua/modules/efl/efl_ui_spin.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_ui_view.eo.lua
%%ELUA%%share/elua/modules/efl/efl_vpath.eo.lua
%%ELUA%%share/elua/modules/efl/efl_vpath_core.eo.lua
%%ELUA%%share/elua/modules/efl/efl_vpath_file.eo.lua
@@ -2229,12 +2343,15 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/efl_config_global.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_box.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_box_flow.eo.lua
+%%ELUA%%share/elua/modules/elementary/efl_ui_box_stack.eo.lua
+%%ELUA%%share/elua/modules/elementary/efl_ui_clock.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_flip.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_flip_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_frame.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_grid.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_grid_static.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_image.eo.lua
+%%ELUA%%share/elua/modules/elementary/efl_ui_image_factory.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_box.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_table.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_nstate.eo.lua
@@ -2244,16 +2361,9 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/efl_ui_video.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_win.eo.lua
%%ELUA%%share/elua/modules/elementary/efl_ui_win_standard.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_access.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_actionslider.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_app_client.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_app_client_view.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_app_server.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_app_server_view.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_atspi_app_object.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_atspi_bridge.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_bg.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_bubble.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_button.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_button_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_calendar.eo.lua
@@ -2267,20 +2377,14 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_ctxpopup.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_ctxpopup_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_ctxpopup_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_datetime.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_dayselector.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_dayselector_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_dayselector_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_diskselector.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_diskselector_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_entry.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_entry_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_fileselector.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_fileselector_button.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_fileselector_entry.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_fileselector_entry_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_flip_internal_part.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_flipselector.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_flipselector_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_gengrid.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_gengrid_item.eo.lua
@@ -2292,9 +2396,6 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_glview.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_hover.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_hover_internal_part.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_hoversel.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_hoversel_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_icon.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_index.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_index_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_accessible.eo.lua
@@ -2309,7 +2410,6 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_interface_atspi_window.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_interface_fileselector.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_interface_scrollable.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_inwin.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_label.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_layout.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_layout_internal_part.eo.lua
@@ -2322,16 +2422,13 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_menu_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_multibuttonentry.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_multibuttonentry_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_naviframe.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_naviframe_internal_part.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_naviframe_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_notify.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_notify_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_pan.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_panel.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_panel_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_panes.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_photo.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_photocam.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_photocam_pan.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_player.eo.lua
@@ -2340,25 +2437,18 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_popup.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_popup_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_popup_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_prefs.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_progressbar.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_progressbar_internal_part.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_radio.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_route.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_scroller.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_scroller_internal_part.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_segment_control.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_segment_control_item.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_separator.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_slider.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_slideshow.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_slideshow_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_spinner.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_sys_notify.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_sys_notify_dbus.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_sys_notify_interface.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_systray.eo.lua
-%%ELUA%%share/elua/modules/elementary/elm_thumb.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_toolbar.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_toolbar_item.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_view_form.eo.lua
@@ -2366,7 +2456,7 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/elementary/elm_web.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_widget.eo.lua
%%ELUA%%share/elua/modules/elementary/elm_widget_item.eo.lua
-%%ELUA%%share/elua/modules/emotion/emotion_object.eo.lua
+%%ELUA%%share/elua/modules/emotion/efl_canvas_video.eo.lua
%%ELUA%%share/elua/modules/eo.lua
%%ELUA%%share/elua/modules/eolian.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_filter_internal.eo.lua
@@ -2375,6 +2465,7 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/evas/efl_canvas_image.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_image_internal.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_object.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_canvas_output.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_polygon.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_proxy.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_rectangle.eo.lua
@@ -2386,11 +2477,14 @@ share/elementary/themes/default.edj
%%ELUA%%share/elua/modules/evas/efl_canvas_surface_x11.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_text.eo.lua
%%ELUA%%share/elua/modules/evas/efl_canvas_text_cursor.eo.lua
-%%ELUA%%share/elua/modules/evas/efl_event_hold.eo.lua
-%%ELUA%%share/elua/modules/evas/efl_event_input.eo.lua
-%%ELUA%%share/elua/modules/evas/efl_event_key.eo.lua
-%%ELUA%%share/elua/modules/evas/efl_event_pointer.eo.lua
%%ELUA%%share/elua/modules/evas/efl_gfx_map.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_event.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_focus.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_hold.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_key.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_pointer.eo.lua
+%%ELUA%%share/elua/modules/evas/efl_input_state.eo.lua
%%ELUA%%share/elua/modules/evas/efl_ui_clickable.eo.lua
%%ELUA%%share/elua/modules/evas/efl_ui_draggable.eo.lua
%%ELUA%%share/elua/modules/evas/efl_ui_scrollable.eo.lua
@@ -2424,25 +2518,67 @@ share/eo/gdb/eo_gdb.py
%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_sndfile.eo
%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_tone.eo
%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out.eo
-%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_core_audio.eo
%%PULSEAUDIO%%share/eolian/include/ecore-1/ecore_audio_out_pulse.eo
%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_sndfile.eo
share/eolian/include/ecore-1/ecore_con_eet_base.eo
share/eolian/include/ecore-1/ecore_con_eet_client_obj.eo
share/eolian/include/ecore-1/ecore_con_eet_server_obj.eo
share/eolian/include/ecore-1/ecore_exe.eo
-share/eolian/include/ecore-1/ecore_parent.eo
share/eolian/include/ecore-1/ecore_poller.eo
share/eolian/include/ecore-1/ecore_types.eot
+share/eolian/include/ecore-1/efl_io_buffered_stream.eo
+share/eolian/include/ecore-1/efl_io_closer_fd.eo
+share/eolian/include/ecore-1/efl_io_copier.eo
+share/eolian/include/ecore-1/efl_io_file.eo
+share/eolian/include/ecore-1/efl_io_positioner_fd.eo
+share/eolian/include/ecore-1/efl_io_reader_fd.eo
+share/eolian/include/ecore-1/efl_io_sizer_fd.eo
+share/eolian/include/ecore-1/efl_io_stderr.eo
+share/eolian/include/ecore-1/efl_io_stdin.eo
+share/eolian/include/ecore-1/efl_io_stdout.eo
+share/eolian/include/ecore-1/efl_io_writer_fd.eo
share/eolian/include/ecore-1/efl_loop.eo
share/eolian/include/ecore-1/efl_loop_fd.eo
share/eolian/include/ecore-1/efl_loop_timer.eo
share/eolian/include/ecore-1/efl_loop_user.eo
-share/eolian/include/ecore-1/efl_network.eo
-share/eolian/include/ecore-1/efl_network_client.eo
-share/eolian/include/ecore-1/efl_network_connector.eo
-share/eolian/include/ecore-1/efl_network_server.eo
-share/eolian/include/ecore-1/efl_network_url.eo
+share/eolian/include/ecore-1/efl_model_composite_boolean.eo
+share/eolian/include/ecore-1/efl_model_composite_boolean_children.eo
+share/eolian/include/ecore-1/efl_model_container.eo
+share/eolian/include/ecore-1/efl_model_container_item.eo
+share/eolian/include/ecore-1/efl_model_item.eo
+share/eolian/include/ecore-1/efl_net_control.eo
+share/eolian/include/ecore-1/efl_net_control_access_point.eo
+share/eolian/include/ecore-1/efl_net_control_technology.eo
+share/eolian/include/ecore-1/efl_net_dialer.eo
+share/eolian/include/ecore-1/efl_net_dialer_http.eo
+share/eolian/include/ecore-1/efl_net_dialer_simple.eo
+share/eolian/include/ecore-1/efl_net_dialer_ssl.eo
+share/eolian/include/ecore-1/efl_net_dialer_tcp.eo
+share/eolian/include/ecore-1/efl_net_dialer_udp.eo
+share/eolian/include/ecore-1/efl_net_dialer_unix.eo
+share/eolian/include/ecore-1/efl_net_dialer_websocket.eo
+share/eolian/include/ecore-1/efl_net_http_types.eot
+share/eolian/include/ecore-1/efl_net_ip_address.eo
+share/eolian/include/ecore-1/efl_net_server.eo
+share/eolian/include/ecore-1/efl_net_server_fd.eo
+share/eolian/include/ecore-1/efl_net_server_simple.eo
+share/eolian/include/ecore-1/efl_net_server_ssl.eo
+share/eolian/include/ecore-1/efl_net_server_tcp.eo
+share/eolian/include/ecore-1/efl_net_server_udp.eo
+share/eolian/include/ecore-1/efl_net_server_udp_client.eo
+share/eolian/include/ecore-1/efl_net_server_unix.eo
+share/eolian/include/ecore-1/efl_net_session.eo
+share/eolian/include/ecore-1/efl_net_socket.eo
+share/eolian/include/ecore-1/efl_net_socket_fd.eo
+share/eolian/include/ecore-1/efl_net_socket_simple.eo
+share/eolian/include/ecore-1/efl_net_socket_ssl.eo
+share/eolian/include/ecore-1/efl_net_socket_tcp.eo
+share/eolian/include/ecore-1/efl_net_socket_udp.eo
+share/eolian/include/ecore-1/efl_net_socket_unix.eo
+share/eolian/include/ecore-1/efl_net_ssl_context.eo
+share/eolian/include/ecore-1/efl_net_ssl_types.eot
+share/eolian/include/ecore-1/efl_net_types.eot
+share/eolian/include/ecore-1/efl_promise.eo
share/eolian/include/ector-1/ector_buffer.eo
share/eolian/include/ector-1/ector_cairo_software_surface.eo
share/eolian/include/ector-1/ector_cairo_surface.eo
@@ -2481,8 +2617,6 @@ share/eolian/include/efl-1/efl_canvas.eo
share/eolian/include/efl-1/efl_config.eo
share/eolian/include/efl-1/efl_container.eo
share/eolian/include/efl-1/efl_control.eo
-share/eolian/include/efl-1/efl_event.eo
-share/eolian/include/efl-1/efl_event_types.eot
share/eolian/include/efl-1/efl_file.eo
share/eolian/include/efl-1/efl_flipable.eo
share/eolian/include/efl-1/efl_gfx.eo
@@ -2492,6 +2626,7 @@ share/eolian/include/efl-1/efl_gfx_filter.eo
share/eolian/include/efl-1/efl_gfx_gradient.eo
share/eolian/include/efl-1/efl_gfx_gradient_linear.eo
share/eolian/include/efl-1/efl_gfx_gradient_radial.eo
+share/eolian/include/efl-1/efl_gfx_path.eo
share/eolian/include/efl-1/efl_gfx_shape.eo
share/eolian/include/efl-1/efl_gfx_size_hint.eo
share/eolian/include/efl-1/efl_gfx_stack.eo
@@ -2501,9 +2636,17 @@ share/eolian/include/efl-1/efl_image.eo
share/eolian/include/efl-1/efl_image_animated.eo
share/eolian/include/efl-1/efl_image_load.eo
share/eolian/include/efl-1/efl_input_device.eo
-share/eolian/include/efl-1/efl_input_interface.eo
-share/eolian/include/efl-1/efl_input_state.eo
+share/eolian/include/efl-1/efl_input_types.eot
+share/eolian/include/efl-1/efl_io_buffer.eo
+share/eolian/include/efl-1/efl_io_closer.eo
+share/eolian/include/efl-1/efl_io_positioner.eo
+share/eolian/include/efl-1/efl_io_queue.eo
+share/eolian/include/efl-1/efl_io_reader.eo
+share/eolian/include/efl-1/efl_io_sizer.eo
+share/eolian/include/efl-1/efl_io_writer.eo
share/eolian/include/efl-1/efl_model.eo
+share/eolian/include/efl-1/efl_observable.eo
+share/eolian/include/efl-1/efl_observer.eo
share/eolian/include/efl-1/efl_orientation.eo
share/eolian/include/efl-1/efl_pack.eo
share/eolian/include/efl-1/efl_pack_grid.eo
@@ -2516,8 +2659,14 @@ share/eolian/include/efl-1/efl_text.eo
share/eolian/include/efl-1/efl_text_properties.eo
share/eolian/include/efl-1/efl_text_types.eot
share/eolian/include/efl-1/efl_types.eot
+share/eolian/include/efl-1/efl_ui_factory.eo
+share/eolian/include/efl-1/efl_ui_item.eo
+share/eolian/include/efl-1/efl_ui_menu.eo
+share/eolian/include/efl-1/efl_ui_model_connect.eo
+share/eolian/include/efl-1/efl_ui_model_factory_connect.eo
share/eolian/include/efl-1/efl_ui_progress.eo
share/eolian/include/efl-1/efl_ui_spin.eo
+share/eolian/include/efl-1/efl_ui_view.eo
share/eolian/include/efl-1/efl_vpath.eo
share/eolian/include/efl-1/efl_vpath_core.eo
share/eolian/include/efl-1/efl_vpath_file.eo
@@ -2536,12 +2685,15 @@ share/eolian/include/eldbus-1/eldbus_types.eot
share/eolian/include/elementary-1/efl_config_global.eo
share/eolian/include/elementary-1/efl_ui_box.eo
share/eolian/include/elementary-1/efl_ui_box_flow.eo
+share/eolian/include/elementary-1/efl_ui_box_stack.eo
+share/eolian/include/elementary-1/efl_ui_clock.eo
share/eolian/include/elementary-1/efl_ui_flip.eo
share/eolian/include/elementary-1/efl_ui_flip_internal_part.eo
share/eolian/include/elementary-1/efl_ui_frame.eo
share/eolian/include/elementary-1/efl_ui_grid.eo
share/eolian/include/elementary-1/efl_ui_grid_static.eo
share/eolian/include/elementary-1/efl_ui_image.eo
+share/eolian/include/elementary-1/efl_ui_image_factory.eo
share/eolian/include/elementary-1/efl_ui_layout_internal_box.eo
share/eolian/include/elementary-1/efl_ui_layout_internal_table.eo
share/eolian/include/elementary-1/efl_ui_nstate.eo
@@ -2551,16 +2703,9 @@ share/eolian/include/elementary-1/efl_ui_text_interactive.eo
share/eolian/include/elementary-1/efl_ui_video.eo
share/eolian/include/elementary-1/efl_ui_win.eo
share/eolian/include/elementary-1/efl_ui_win_standard.eo
-share/eolian/include/elementary-1/elm_access.eo
-share/eolian/include/elementary-1/elm_actionslider.eo
-share/eolian/include/elementary-1/elm_app_client.eo
-share/eolian/include/elementary-1/elm_app_client_view.eo
-share/eolian/include/elementary-1/elm_app_server.eo
-share/eolian/include/elementary-1/elm_app_server_view.eo
share/eolian/include/elementary-1/elm_atspi_app_object.eo
share/eolian/include/elementary-1/elm_atspi_bridge.eo
share/eolian/include/elementary-1/elm_bg.eo
-share/eolian/include/elementary-1/elm_bubble.eo
share/eolian/include/elementary-1/elm_button.eo
share/eolian/include/elementary-1/elm_button_internal_part.eo
share/eolian/include/elementary-1/elm_calendar.eo
@@ -2574,20 +2719,14 @@ share/eolian/include/elementary-1/elm_conformant.eo
share/eolian/include/elementary-1/elm_ctxpopup.eo
share/eolian/include/elementary-1/elm_ctxpopup_internal_part.eo
share/eolian/include/elementary-1/elm_ctxpopup_item.eo
-share/eolian/include/elementary-1/elm_datetime.eo
share/eolian/include/elementary-1/elm_dayselector.eo
share/eolian/include/elementary-1/elm_dayselector_internal_part.eo
share/eolian/include/elementary-1/elm_dayselector_item.eo
-share/eolian/include/elementary-1/elm_diskselector.eo
-share/eolian/include/elementary-1/elm_diskselector_item.eo
share/eolian/include/elementary-1/elm_entry.eo
share/eolian/include/elementary-1/elm_entry_internal_part.eo
share/eolian/include/elementary-1/elm_fileselector.eo
-share/eolian/include/elementary-1/elm_fileselector_button.eo
-share/eolian/include/elementary-1/elm_fileselector_entry.eo
share/eolian/include/elementary-1/elm_fileselector_entry_internal_part.eo
share/eolian/include/elementary-1/elm_flip_internal_part.eo
-share/eolian/include/elementary-1/elm_flipselector.eo
share/eolian/include/elementary-1/elm_flipselector_item.eo
share/eolian/include/elementary-1/elm_general.eot
share/eolian/include/elementary-1/elm_gengrid.eo
@@ -2600,9 +2739,6 @@ share/eolian/include/elementary-1/elm_gesture_layer.eo
share/eolian/include/elementary-1/elm_glview.eo
share/eolian/include/elementary-1/elm_hover.eo
share/eolian/include/elementary-1/elm_hover_internal_part.eo
-share/eolian/include/elementary-1/elm_hoversel.eo
-share/eolian/include/elementary-1/elm_hoversel_item.eo
-share/eolian/include/elementary-1/elm_icon.eo
share/eolian/include/elementary-1/elm_index.eo
share/eolian/include/elementary-1/elm_index_item.eo
share/eolian/include/elementary-1/elm_interface_atspi_accessible.eo
@@ -2617,7 +2753,6 @@ share/eolian/include/elementary-1/elm_interface_atspi_widget_action.eo
share/eolian/include/elementary-1/elm_interface_atspi_window.eo
share/eolian/include/elementary-1/elm_interface_fileselector.eo
share/eolian/include/elementary-1/elm_interface_scrollable.eo
-share/eolian/include/elementary-1/elm_inwin.eo
share/eolian/include/elementary-1/elm_label.eo
share/eolian/include/elementary-1/elm_layout.eo
share/eolian/include/elementary-1/elm_layout_internal_part.eo
@@ -2630,16 +2765,13 @@ share/eolian/include/elementary-1/elm_menu.eo
share/eolian/include/elementary-1/elm_menu_item.eo
share/eolian/include/elementary-1/elm_multibuttonentry.eo
share/eolian/include/elementary-1/elm_multibuttonentry_item.eo
-share/eolian/include/elementary-1/elm_naviframe.eo
share/eolian/include/elementary-1/elm_naviframe_internal_part.eo
-share/eolian/include/elementary-1/elm_naviframe_item.eo
share/eolian/include/elementary-1/elm_notify.eo
share/eolian/include/elementary-1/elm_notify_internal_part.eo
share/eolian/include/elementary-1/elm_pan.eo
share/eolian/include/elementary-1/elm_panel.eo
share/eolian/include/elementary-1/elm_panel_internal_part.eo
share/eolian/include/elementary-1/elm_panes.eo
-share/eolian/include/elementary-1/elm_photo.eo
share/eolian/include/elementary-1/elm_photocam.eo
share/eolian/include/elementary-1/elm_photocam_pan.eo
share/eolian/include/elementary-1/elm_player.eo
@@ -2648,25 +2780,18 @@ share/eolian/include/elementary-1/elm_plug.eo
share/eolian/include/elementary-1/elm_popup.eo
share/eolian/include/elementary-1/elm_popup_internal_part.eo
share/eolian/include/elementary-1/elm_popup_item.eo
-share/eolian/include/elementary-1/elm_prefs.eo
share/eolian/include/elementary-1/elm_progressbar.eo
share/eolian/include/elementary-1/elm_progressbar_internal_part.eo
share/eolian/include/elementary-1/elm_radio.eo
share/eolian/include/elementary-1/elm_route.eo
share/eolian/include/elementary-1/elm_scroller.eo
share/eolian/include/elementary-1/elm_scroller_internal_part.eo
-share/eolian/include/elementary-1/elm_segment_control.eo
-share/eolian/include/elementary-1/elm_segment_control_item.eo
-share/eolian/include/elementary-1/elm_separator.eo
share/eolian/include/elementary-1/elm_slider.eo
-share/eolian/include/elementary-1/elm_slideshow.eo
-share/eolian/include/elementary-1/elm_slideshow_item.eo
share/eolian/include/elementary-1/elm_spinner.eo
share/eolian/include/elementary-1/elm_sys_notify.eo
share/eolian/include/elementary-1/elm_sys_notify_dbus.eo
share/eolian/include/elementary-1/elm_sys_notify_interface.eo
share/eolian/include/elementary-1/elm_systray.eo
-share/eolian/include/elementary-1/elm_thumb.eo
share/eolian/include/elementary-1/elm_toolbar.eo
share/eolian/include/elementary-1/elm_toolbar_item.eo
share/eolian/include/elementary-1/elm_view_form.eo
@@ -2674,18 +2799,19 @@ share/eolian/include/elementary-1/elm_view_list.eo
share/eolian/include/elementary-1/elm_web.eo
share/eolian/include/elementary-1/elm_widget.eo
share/eolian/include/elementary-1/elm_widget_item.eo
-share/eolian/include/emotion-1/emotion_object.eo
+share/eolian/include/emotion-1/efl_canvas_video.eo
+share/eolian/include/eo-1/efl_class.eo
+share/eolian/include/eo-1/efl_interface.eo
+share/eolian/include/eo-1/efl_object.eo
+share/eolian/include/eo-1/efl_object_override.eo
share/eolian/include/eo-1/eina_types.eot
-share/eolian/include/eo-1/eo_base.eo
-share/eolian/include/eo-1/eo_class.eo
-share/eolian/include/eo-1/eo_interface.eo
-share/eolian/include/eo-1/eo_override.eo
share/eolian/include/evas-1/efl_canvas_filter_internal.eo
share/eolian/include/evas-1/efl_canvas_group.eo
share/eolian/include/evas-1/efl_canvas_group_clipped.eo
share/eolian/include/evas-1/efl_canvas_image.eo
share/eolian/include/evas-1/efl_canvas_image_internal.eo
share/eolian/include/evas-1/efl_canvas_object.eo
+share/eolian/include/evas-1/efl_canvas_output.eo
share/eolian/include/evas-1/efl_canvas_polygon.eo
share/eolian/include/evas-1/efl_canvas_proxy.eo
share/eolian/include/evas-1/efl_canvas_rectangle.eo
@@ -2697,11 +2823,14 @@ share/eolian/include/evas-1/efl_canvas_surface_wayland.eo
share/eolian/include/evas-1/efl_canvas_surface_x11.eo
share/eolian/include/evas-1/efl_canvas_text.eo
share/eolian/include/evas-1/efl_canvas_text_cursor.eo
-share/eolian/include/evas-1/efl_event_hold.eo
-share/eolian/include/evas-1/efl_event_input.eo
-share/eolian/include/evas-1/efl_event_key.eo
-share/eolian/include/evas-1/efl_event_pointer.eo
share/eolian/include/evas-1/efl_gfx_map.eo
+share/eolian/include/evas-1/efl_input_event.eo
+share/eolian/include/evas-1/efl_input_focus.eo
+share/eolian/include/evas-1/efl_input_hold.eo
+share/eolian/include/evas-1/efl_input_interface.eo
+share/eolian/include/evas-1/efl_input_key.eo
+share/eolian/include/evas-1/efl_input_pointer.eo
+share/eolian/include/evas-1/efl_input_state.eo
share/eolian/include/evas-1/efl_ui_clickable.eo
share/eolian/include/evas-1/efl_ui_draggable.eo
share/eolian/include/evas-1/efl_ui_scrollable.eo