From owner-svn-ports-all@freebsd.org Thu Sep 21 10:54:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BF33E2425F; Thu, 21 Sep 2017 10:54:05 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38FE9742D8; Thu, 21 Sep 2017 10:54:05 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LAs4rP089481; Thu, 21 Sep 2017 10:54:04 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LAs3Wn089475; Thu, 21 Sep 2017 10:54:03 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201709211054.v8LAs3Wn089475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Thu, 21 Sep 2017 10:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450248 - in head: benchmarks/expedite devel/efl devel/efl/files devel/py-efl x11-wm/enlightenment x11/terminology X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: in head: benchmarks/expedite devel/efl devel/efl/files devel/py-efl x11-wm/enlightenment x11/terminology X-SVN-Commit-Revision: 450248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 10:54:05 -0000 Author: gblach Date: Thu Sep 21 10:54:03 2017 New Revision: 450248 URL: https://svnweb.freebsd.org/changeset/ports/450248 Log: - 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] Deleted: head/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c Modified: head/benchmarks/expedite/Makefile head/devel/efl/Makefile head/devel/efl/distinfo head/devel/efl/files/patch-configure.ac head/devel/efl/pkg-plist head/devel/py-efl/Makefile head/devel/py-efl/distinfo head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo head/x11/terminology/Makefile head/x11/terminology/distinfo head/x11/terminology/pkg-plist Modified: head/benchmarks/expedite/Makefile ============================================================================== --- head/benchmarks/expedite/Makefile Thu Sep 21 10:49:33 2017 (r450247) +++ head/benchmarks/expedite/Makefile Thu Sep 21 10:54:03 2017 (r450248) @@ -30,4 +30,6 @@ OPENGL_CONFIGURE_ENABLE= opengl-x11 SDL_CONFIGURE_ENABLE= software-sdl X11_CONFIGURE_ENABLE= software-x11 xrender-x11 +BROKEN= Do not build with devel/efl 1.19.x + .include Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Thu Sep 21 10:49:33 2017 (r450247) +++ head/devel/efl/Makefile Thu Sep 21 10:54:03 2017 (r450248) @@ -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 GSTREAME 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 @@ -115,10 +113,6 @@ SDL_USE= SDL=sdl2 SDL_CONFIGURE_ENABLE= sdl .include - -.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="" Modified: head/devel/efl/distinfo ============================================================================== --- head/devel/efl/distinfo Thu Sep 21 10:49:33 2017 (r450247) +++ head/devel/efl/distinfo Thu Sep 21 10:54:03 2017 (r450248) @@ -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 Modified: head/devel/efl/files/patch-configure.ac ============================================================================== --- head/devel/efl/files/patch-configure.ac Thu Sep 21 10:49:33 2017 (r450247) +++ head/devel/efl/files/patch-configure.ac Thu Sep 21 10:54:03 2017 (r450248) @@ -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 Modified: head/devel/efl/pkg-plist ============================================================================== --- head/devel/efl/pkg-plist Thu Sep 21 10:49:33 2017 (r450247) +++ head/devel/efl/pkg-plist Thu Sep 21 10:54:03 2017 (r450248) @@ -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. 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.leg 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 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.legac 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 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 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.h 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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***