elm: Major cleanup of EO files

This prevents legacy EO classes from being exposed through .eo.h headers
or .eo in share/eolian/includes. Also removes a slew of useless xxx_eo.h
intermediate headers.

Notes:
 - elm_systray has no proper API: it's not clear if the EO API should be
   released (in which case it needs to be renamed to efl_something) and
   there is no legacy API to create a systray object.
 - Some files have been placed in a "FIXME" section, as I believe they
   are necessary within EO land, but at the same time still don't
   conform to the interfaces (eg. name starts with elm_).
 - elm_interface_scrollable is required by photocam. This means photocam
   needs to be adapted to fit the EO scroller API (still to be
   completed, I believe).

Bugs:
 - This breaks most C++ examples. I KNOW. And I'm working on it.

Ref T5301
This commit is contained in:
Jean-Philippe Andre 2017-11-01 15:16:30 +09:00
parent f851fa511e
commit 824792f09d
108 changed files with 214 additions and 371 deletions

View File

@ -2,33 +2,63 @@
### Library
elm_public_eolian_files = \
lib/elementary/elm_atspi_bridge.eo \
lib/elementary/elm_atspi_app_object.eo \
lib/elementary/elm_widget.eo \
lib/elementary/efl_ui_bg.eo \
lib/elementary/efl_ui_button.eo \
lib/elementary/elm_calendar.eo \
lib/elementary/efl_ui_calendar.eo \
lib/elementary/efl_ui_check.eo \
lib/elementary/elm_clock.eo \
lib/elementary/elm_colorselector.eo \
lib/elementary/elm_combobox.eo \
lib/elementary/elm_conformant.eo \
lib/elementary/elm_ctxpopup.eo \
lib/elementary/elm_dayselector.eo \
lib/elementary/elm_entry.eo \
lib/elementary/elm_fileselector.eo \
lib/elementary/efl_ui_flip.eo \
lib/elementary/efl_ui_flip_part.eo \
lib/elementary/efl_ui_frame.eo \
lib/elementary/elm_gengrid.eo \
lib/elementary/elm_gengrid_pan.eo \
lib/elementary/elm_genlist.eo \
lib/elementary/elm_genlist_pan.eo \
lib/elementary/elm_gesture_layer.eo \
lib/elementary/elm_glview.eo \
lib/elementary/elm_hover.eo \
lib/elementary/efl_ui_image.eo \
lib/elementary/elm_index.eo \
lib/elementary/efl_ui_image_zoomable.eo \
lib/elementary/efl_ui_layout.eo \
lib/elementary/efl_ui_multibuttonentry.eo \
lib/elementary/efl_ui_nstate.eo \
lib/elementary/efl_ui_panes.eo \
lib/elementary/efl_ui_progressbar.eo \
lib/elementary/efl_ui_radio.eo \
lib/elementary/efl_ui_slider.eo \
lib/elementary/efl_ui_slider_interval.eo \
lib/elementary/efl_ui_video.eo \
lib/elementary/efl_ui_win.eo \
lib/elementary/efl_ui_win_inlined.eo \
lib/elementary/efl_ui_win_socket.eo \
lib/elementary/efl_ui_box.eo \
lib/elementary/efl_ui_box_flow.eo \
lib/elementary/efl_ui_box_stack.eo \
lib/elementary/efl_ui_grid.eo \
lib/elementary/efl_ui_grid_static.eo \
lib/elementary/efl_ui_text_interactive.eo \
lib/elementary/efl_ui_text.eo \
lib/elementary/efl_ui_text_editable.eo \
lib/elementary/efl_ui_text_async.eo \
lib/elementary/efl_ui_textpath.eo \
lib/elementary/efl_ui_translatable.eo \
lib/elementary/efl_ui_clock.eo \
lib/elementary/efl_ui_cursor.eo \
lib/elementary/efl_ui_image_factory.eo \
lib/elementary/efl_ui_focus_manager.eo \
lib/elementary/efl_ui_focus_manager_calc.eo \
lib/elementary/efl_ui_focus_manager_sub.eo \
lib/elementary/efl_ui_focus_manager_root_focus.eo \
lib/elementary/efl_ui_focus_object.eo \
lib/elementary/efl_ui_focus_user.eo \
lib/elementary/efl_ui_focus_layer.eo \
lib/elementary/efl_ui_focus_composition.eo \
lib/elementary/efl_ui_button_part.eo \
lib/elementary/efl_ui_flip_part.eo \
lib/elementary/efl_ui_layout_part.eo \
lib/elementary/efl_ui_layout_part_box.eo \
lib/elementary/efl_ui_layout_part_content.eo \
lib/elementary/efl_ui_layout_part_text.eo \
lib/elementary/efl_ui_layout_part_table.eo \
lib/elementary/efl_ui_layout_part_legacy.eo \
lib/elementary/efl_ui_multibuttonentry_part.eo \
lib/elementary/efl_ui_panes_part.eo \
lib/elementary/efl_ui_progressbar_part.eo \
lib/elementary/efl_ui_textpath_part.eo \
lib/elementary/efl_ui_widget_part.eo \
lib/elementary/efl_ui_win_part.eo \
lib/elementary/efl_access.eo \
lib/elementary/efl_access_action.eo \
lib/elementary/efl_access_component.eo \
@ -37,75 +67,90 @@ elm_public_eolian_files = \
lib/elementary/efl_access_selection.eo \
lib/elementary/efl_access_text.eo \
lib/elementary/efl_access_value.eo \
lib/elementary/elm_interface_atspi_widget_action.eo \
lib/elementary/efl_access_window.eo \
lib/elementary/elm_interface_fileselector.eo \
lib/elementary/efl_config_global.eo \
lib/elementary/elm_code_widget.eo \
$(NULL)
# More public files -- FIXME
elm_public_eolian_files += \
lib/elementary/elm_spinner.eo \
lib/elementary/elm_multibuttonentry_item.eo \
lib/elementary/elm_interface_atspi_widget_action.eo \
lib/elementary/elm_interface_scrollable.eo \
lib/elementary/elm_atspi_bridge.eo \
lib/elementary/elm_atspi_app_object.eo \
lib/elementary/efl_ui_image_zoomable_pan.eo \
lib/elementary/elm_pan.eo \
lib/elementary/elm_toolbar.eo \
lib/elementary/elm_toolbar_item.eo \
lib/elementary/elm_view_list.eo \
lib/elementary/elm_view_form.eo \
lib/elementary/elm_web.eo \
lib/elementary/elm_widget_item.eo \
$(NULL)
# Private classes (not exposed or shipped)
elm_private_eolian_files = \
lib/elementary/efl_ui_internal_text_interactive.eo \
lib/elementary/efl_ui_focus_composition_adapter.eo \
lib/elementary/efl_ui_win_part.eo \
lib/elementary/efl_ui_focus_rectangle.eo \
lib/elementary/efl_ui_focus_parent_provider.eo \
lib/elementary/efl_ui_focus_parent_provider_standard.eo \
lib/elementary/efl_ui_focus_parent_provider_gen.eo \
tests/elementary/focus_test.eo \
tests/elementary/focus_test_sub_main.eo \
$(NULL)
# Legacy classes - not part of public EO API
elm_legacy_eolian_files = \
lib/elementary/elm_interface_fileselector.eo \
lib/elementary/elm_calendar.eo \
lib/elementary/elm_calendar_item.eo \
lib/elementary/elm_clock.eo \
lib/elementary/elm_colorselector.eo \
lib/elementary/elm_combobox.eo \
lib/elementary/elm_conformant.eo \
lib/elementary/elm_ctxpopup.eo \
lib/elementary/elm_dayselector.eo \
lib/elementary/elm_entry.eo \
lib/elementary/elm_fileselector.eo \
lib/elementary/elm_gengrid.eo \
lib/elementary/elm_gengrid_pan.eo \
lib/elementary/elm_genlist.eo \
lib/elementary/elm_genlist_pan.eo \
lib/elementary/elm_gesture_layer.eo \
lib/elementary/elm_glview.eo \
lib/elementary/elm_hover.eo \
lib/elementary/elm_index.eo \
lib/elementary/elm_label.eo \
lib/elementary/efl_ui_layout.eo \
lib/elementary/elm_list.eo \
lib/elementary/elm_map.eo \
lib/elementary/elm_map_pan.eo \
lib/elementary/elm_menu.eo \
lib/elementary/efl_ui_multibuttonentry.eo \
lib/elementary/elm_notify.eo \
lib/elementary/efl_ui_nstate.eo \
lib/elementary/elm_pan.eo \
lib/elementary/elm_panel.eo \
lib/elementary/efl_ui_panes.eo \
lib/elementary/efl_ui_image_zoomable.eo \
lib/elementary/efl_ui_image_zoomable_pan.eo \
lib/elementary/elm_player.eo \
lib/elementary/elm_plug.eo \
lib/elementary/elm_popup.eo \
lib/elementary/efl_ui_progressbar.eo \
lib/elementary/efl_ui_radio.eo \
lib/elementary/elm_route.eo \
lib/elementary/elm_scroller.eo \
lib/elementary/efl_ui_slider.eo \
lib/elementary/efl_ui_slider_interval.eo \
lib/elementary/elm_spinner.eo \
lib/elementary/elm_sys_notify_interface.eo \
lib/elementary/elm_sys_notify.eo \
lib/elementary/elm_sys_notify_dbus.eo \
lib/elementary/elm_systray.eo \
lib/elementary/elm_toolbar.eo \
lib/elementary/efl_ui_video.eo \
lib/elementary/elm_view_list.eo \
lib/elementary/elm_view_form.eo \
lib/elementary/elm_web.eo \
lib/elementary/elm_widget.eo \
lib/elementary/efl_ui_widget_part.eo \
lib/elementary/efl_ui_win.eo \
lib/elementary/efl_ui_win_inlined.eo \
lib/elementary/efl_ui_win_socket.eo \
lib/elementary/elm_widget_item.eo \
lib/elementary/elm_color_item.eo \
lib/elementary/elm_dayselector_item.eo \
lib/elementary/elm_flipselector_item.eo \
lib/elementary/elm_menu_item.eo \
lib/elementary/elm_ctxpopup_item.eo \
lib/elementary/elm_index_item.eo \
lib/elementary/elm_multibuttonentry_item.eo \
lib/elementary/elm_genlist_item.eo \
lib/elementary/elm_gengrid_item.eo \
lib/elementary/elm_list_item.eo \
lib/elementary/elm_toolbar_item.eo \
lib/elementary/elm_popup_item.eo \
lib/elementary/efl_ui_box.eo \
lib/elementary/efl_ui_box_flow.eo \
lib/elementary/efl_ui_box_stack.eo \
lib/elementary/efl_ui_grid.eo \
lib/elementary/efl_ui_grid_static.eo \
lib/elementary/efl_ui_layout_part.eo \
lib/elementary/efl_ui_layout_part_box.eo \
lib/elementary/efl_ui_layout_part_content.eo \
lib/elementary/efl_ui_layout_part_text.eo \
lib/elementary/efl_ui_layout_part_table.eo \
lib/elementary/efl_ui_layout_part_legacy.eo \
lib/elementary/efl_ui_button_part.eo \
lib/elementary/elm_ctxpopup_part.eo \
lib/elementary/efl_ui_panes_part.eo \
lib/elementary/elm_dayselector_part.eo \
lib/elementary/elm_entry_part.eo \
lib/elementary/elm_fileselector_entry_part.eo \
@ -116,53 +161,12 @@ elm_public_eolian_files = \
lib/elementary/elm_notify_part.eo \
lib/elementary/elm_panel_part.eo \
lib/elementary/elm_player_part.eo \
lib/elementary/efl_ui_progressbar_part.eo \
lib/elementary/elm_popup_part.eo \
lib/elementary/elm_scroller_part.eo \
lib/elementary/elm_label_part.eo \
lib/elementary/elm_actionslider_part.eo \
lib/elementary/elm_bubble_part.eo \
lib/elementary/elm_fileselector_part.eo \
lib/elementary/efl_ui_multibuttonentry_part.eo \
lib/elementary/elm_code_widget.eo \
lib/elementary/efl_ui_text_interactive.eo \
lib/elementary/efl_ui_text.eo \
lib/elementary/efl_ui_text_editable.eo \
lib/elementary/efl_ui_text_async.eo \
lib/elementary/efl_config_global.eo \
lib/elementary/efl_ui_clock.eo \
lib/elementary/efl_ui_cursor.eo \
lib/elementary/efl_ui_image_factory.eo \
lib/elementary/efl_ui_focus_manager.eo \
lib/elementary/efl_ui_focus_manager_calc.eo \
lib/elementary/efl_ui_focus_manager_sub.eo \
lib/elementary/efl_ui_focus_manager_root_focus.eo \
lib/elementary/efl_ui_focus_object.eo \
lib/elementary/efl_ui_focus_user.eo \
lib/elementary/efl_ui_textpath.eo \
lib/elementary/efl_ui_textpath_part.eo \
lib/elementary/efl_ui_translatable.eo \
lib/elementary/efl_ui_win_part.eo \
lib/elementary/efl_ui_focus_layer.eo \
lib/elementary/efl_ui_focus_composition.eo \
$(NULL)
# Private classes (not exposed or shipped)
elm_private_eolian_files = \
lib/elementary/efl_ui_internal_text_interactive.eo \
lib/elementary/efl_ui_focus_composition_adapter.eo \
lib/elementary/efl_ui_win_part.eo \
tests/elementary/focus_test.eo \
tests/elementary/focus_test_sub_main.eo \
lib/elementary/efl_ui_focus_rectangle.eo \
lib/elementary/elm_calendar_item.eo \
lib/elementary/efl_ui_focus_parent_provider.eo \
lib/elementary/efl_ui_focus_parent_provider_standard.eo \
lib/elementary/efl_ui_focus_parent_provider_gen.eo \
$(NULL)
# Legacy classes - not part of public EO API
elm_legacy_eolian_files = \
lib/elementary/elm_access.eo \
lib/elementary/elm_actionslider.eo \
lib/elementary/elm_box.eo \
@ -326,12 +330,10 @@ nodist_includesunstable_HEADERS = \
includesub_HEADERS = \
lib/elementary/elc_ctxpopup.h \
lib/elementary/elc_ctxpopup_eo.h \
lib/elementary/elc_ctxpopup_legacy.h \
lib/elementary/elc_combobox.h \
lib/elementary/elc_combobox_legacy.h \
lib/elementary/elc_fileselector.h \
lib/elementary/elc_fileselector_eo.h \
lib/elementary/elc_fileselector_legacy.h \
lib/elementary/elc_fileselector_common.h \
lib/elementary/elc_fileselector_button.h \
@ -348,7 +350,6 @@ includesub_HEADERS = \
lib/elementary/elc_naviframe_legacy.h \
lib/elementary/elc_naviframe_common.h \
lib/elementary/elc_popup.h \
lib/elementary/elc_popup_eo.h \
lib/elementary/elc_popup_legacy.h \
lib/elementary/elm_access.h \
lib/elementary/elm_actionslider.h \
@ -369,7 +370,6 @@ includesub_HEADERS = \
lib/elementary/elm_button_legacy.h \
lib/elementary/elm_cache.h \
lib/elementary/elm_calendar.h \
lib/elementary/elm_calendar_eo.h \
lib/elementary/elm_calendar_legacy.h \
lib/elementary/elm_calendar_common.h \
lib/elementary/efl_ui_calendar.h \
@ -377,22 +377,18 @@ includesub_HEADERS = \
lib/elementary/efl_ui_check_eo.h \
lib/elementary/elm_check_legacy.h \
lib/elementary/elm_clock.h \
lib/elementary/elm_clock_eo.h \
lib/elementary/elm_clock_legacy.h \
lib/elementary/elm_cnp.h \
lib/elementary/elm_colorselector.h \
lib/elementary/elm_colorselector_eo.h \
lib/elementary/elm_colorselector_legacy.h \
lib/elementary/elm_colorselector_common.h \
lib/elementary/elm_color_class.h \
lib/elementary/elm_config.h \
lib/elementary/elm_conform.h \
lib/elementary/elm_conform_eo.h \
lib/elementary/elm_conform_legacy.h \
lib/elementary/elm_cursor.h \
lib/elementary/elm_datetime.h \
lib/elementary/elm_dayselector.h \
lib/elementary/elm_dayselector_eo.h \
lib/elementary/elm_dayselector_legacy.h \
lib/elementary/elm_debug.h \
lib/elementary/elm_deprecated.h \
@ -419,25 +415,20 @@ includesub_HEADERS = \
lib/elementary/elm_general.h \
lib/elementary/elm_gengrid.h \
lib/elementary/elm_gengrid_common.h \
lib/elementary/elm_gengrid_eo.h \
lib/elementary/elm_gengrid_legacy.h \
lib/elementary/elm_genlist.h \
lib/elementary/elm_genlist_common.h \
lib/elementary/elm_genlist_eo.h \
lib/elementary/elm_genlist_legacy.h \
lib/elementary/elm_gesture_layer.h \
lib/elementary/elm_gesture_layer_common.h \
lib/elementary/elm_gesture_layer_eo.h \
lib/elementary/elm_gesture_layer_legacy.h \
lib/elementary/elm_getting_started.h \
lib/elementary/elm_glview.h \
lib/elementary/elm_glview_common.h \
lib/elementary/elm_glview_eo.h \
lib/elementary/elm_glview_legacy.h \
lib/elementary/elm_grid.h \
lib/elementary/elm_grid_legacy.h \
lib/elementary/elm_hover.h \
lib/elementary/elm_hover_eo.h \
lib/elementary/elm_hover_legacy.h \
lib/elementary/elm_icon.h \
lib/elementary/elm_icon_legacy.h \
@ -445,42 +436,35 @@ includesub_HEADERS = \
lib/elementary/elm_image_eo.h \
lib/elementary/elm_image_legacy.h \
lib/elementary/elm_index.h \
lib/elementary/elm_index_eo.h \
lib/elementary/elm_index_legacy.h \
${top_builddir}/elm_intro.h \
lib/elementary/elm_inwin.h \
lib/elementary/elm_inwin_legacy.h \
lib/elementary/elm_label.h \
lib/elementary/elm_label_eo.h \
lib/elementary/elm_label_legacy.h \
lib/elementary/elm_layout.h \
lib/elementary/elm_layout_common.h \
lib/elementary/elm_layout_legacy.h \
lib/elementary/elm_list.h \
lib/elementary/elm_list_eo.h \
lib/elementary/elm_list_legacy.h \
lib/elementary/elm_macros.h \
lib/elementary/elm_map.h \
lib/elementary/elm_map_common.h \
lib/elementary/elm_map_eo.h \
lib/elementary/elm_map_legacy.h \
lib/elementary/elm_mapbuf.h \
lib/elementary/elm_mapbuf_legacy.h \
lib/elementary/elm_menu.h \
lib/elementary/elm_menu_eo.h \
lib/elementary/elm_menu_legacy.h \
lib/elementary/elm_mirroring.h \
lib/elementary/elm_need.h \
lib/elementary/elm_notify.h \
lib/elementary/elm_notify_common.h \
lib/elementary/elm_notify_eo.h \
lib/elementary/elm_notify_legacy.h \
lib/elementary/efl_ui_nstate.h \
lib/elementary/elm_object.h \
lib/elementary/elm_object_item.h \
lib/elementary/elm_panel.h \
lib/elementary/elm_panel_common.h \
lib/elementary/elm_panel_eo.h \
lib/elementary/elm_panel_legacy.h \
lib/elementary/elm_panes.h \
lib/elementary/efl_ui_panes_eo.h \
@ -491,7 +475,6 @@ includesub_HEADERS = \
lib/elementary/efl_ui_image_zoomable_eo.h \
lib/elementary/elm_photocam_legacy.h \
lib/elementary/elm_plug.h \
lib/elementary/elm_plug_eo.h \
lib/elementary/elm_plug_legacy.h \
lib/elementary/elm_prefs.h \
lib/elementary/elm_prefs_common.h \
@ -505,12 +488,10 @@ includesub_HEADERS = \
lib/elementary/efl_ui_radio_eo.h \
lib/elementary/elm_radio_legacy.h \
lib/elementary/elm_route.h \
lib/elementary/elm_route_eo.h \
lib/elementary/elm_route_legacy.h \
lib/elementary/elm_scale.h \
lib/elementary/elm_scroll.h \
lib/elementary/elm_scroller.h \
lib/elementary/elm_scroller_eo.h \
lib/elementary/elm_scroller_legacy.h \
lib/elementary/elm_segment_control.h \
lib/elementary/elm_segment_control_legacy.h \
@ -524,11 +505,9 @@ includesub_HEADERS = \
lib/elementary/elm_slideshow_common.h \
lib/elementary/elm_slideshow_legacy.h \
lib/elementary/elm_spinner.h \
lib/elementary/elm_spinner_eo.h \
lib/elementary/elm_spinner_legacy.h \
lib/elementary/elm_store.h \
lib/elementary/elm_systray.h \
lib/elementary/elm_systray_eo.h \
lib/elementary/elm_systray_common.h \
lib/elementary/elm_systray_watcher.h \
lib/elementary/elm_sys_notify.h \

View File

@ -1,7 +1,9 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include "elm_colorselector.eo.h"
static void
_cb_size_radio_changed(void *data, Evas_Object *obj, void *event EINA_UNUSED)

View File

@ -1,9 +1,13 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#define EO_BETA_API
#include <Elementary.h>
// FIXME: elm_entry is not part of EO API, the below test cases may be useless
#include "elm_entry.eo.h"
#include "elm_popup.eo.h"
static void
my_entry_bt_1(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{

View File

@ -1,7 +1,9 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include "elm_colorselector.eo.h"
const int default_font_size = 48;

View File

@ -1,8 +1,11 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
// FIXME: Some internal APIs are used here...
#include "elm_interface_scrollable.h"
#define PSIZE 318

View File

@ -1,8 +1,13 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
// FIXME: systray has no proper legacy API and clearly isn't ready for prime
// time with EO either.
#include "elm_systray.eo.h"
#define WIDTH 320
#define HEIGHT 160

View File

@ -1,7 +1,10 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
// FIXME: use smart cb
#include "elm_notify.eo.h"
#define MAX_TRY 40

View File

@ -2,8 +2,6 @@ class Efl.Ui.Image_Zoomable_Pan (Elm.Pan)
{
[[Elementary photocom pan class]]
legacy_prefix: elm_photocam_pan;
//eo_prefix: elm_obj_photocam_pan;
//event_prefix: elm_photocam_pan;
implements {
class.constructor;
Efl.Object.destructor;

View File

@ -10,6 +10,7 @@
#include "elm_priv.h"
#include "elm_widget_layout.h"
#include "elm_part_helper.h"
#include "elm_entry.eo.h"
#define MY_CLASS EFL_UI_LAYOUT_CLASS
#define MY_CLASS_PFX efl_ui_layout

View File

@ -10,8 +10,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "efl_ui_multibuttonentry_private.h"
#include "efl_ui_multibuttonentry_part.eo.h"
#include "elm_entry.eo.h"
#include "elm_part_helper.h"
#define MY_CLASS EFL_UI_MULTIBUTTONENTRY_CLASS

View File

@ -1,2 +1 @@
#include "elm_player.eo.h"
#include "efl_ui_video.eo.h"

View File

@ -10,6 +10,10 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_widget_combobox.h"
#include "elm_entry.eo.h"
#include "elm_combobox.eo.h"
#include "elm_genlist.eo.h"
#include "elm_hover.eo.h"
#define MY_CLASS ELM_COMBOBOX_CLASS

View File

@ -53,9 +53,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_combobox.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_combobox_legacy.h"
#endif

View File

@ -12,6 +12,8 @@
#include "elm_priv.h"
#include "elm_widget_ctxpopup.h"
#include "elm_ctxpopup_item.eo.h"
#include "elm_ctxpopup.eo.h"
#include "elm_ctxpopup_part.eo.h"
#include "elm_part_helper.h"

View File

@ -63,9 +63,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elc_ctxpopup_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_ctxpopup_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_ctxpopup_item.eo.h"
#include "elm_ctxpopup.eo.h"

View File

@ -18,6 +18,10 @@
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector.h"
#include "elm_entry.eo.h"
#include "elm_fileselector.eo.h"
#include "elm_genlist.eo.h"
#include "elm_gengrid.eo.h"
#include "elm_fileselector_part.eo.h"
#include "elm_part_helper.h"

View File

@ -69,9 +69,6 @@
*/
#include "elc_fileselector_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elc_fileselector_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_fileselector_legacy.h"
#endif

View File

@ -10,6 +10,7 @@
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector_button.h"
#include "elm_fileselector.eo.h"
#define MY_CLASS ELM_FILESELECTOR_BUTTON_CLASS

View File

@ -11,6 +11,8 @@
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector_entry.h"
#include "elm_entry.eo.h"
#include "elm_fileselector.eo.h"
#include "elm_fileselector_entry_part.eo.h"
#include "elm_part_helper.h"

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Fileselector
*
* @{
*/
#include "elm_fileselector.eo.h"
/**
* @}
*/

View File

@ -12,8 +12,6 @@
#include "elm_priv.h"
#include "elm_widget_popup.h"
#include "elm_popup_item.eo.h"
#include "elm_popup_part.eo.h"
#include "elm_part_helper.h"

View File

@ -125,9 +125,6 @@
* @li @ref popup_example_03_c
*/
#ifdef EFL_EO_API_SUPPORT
#include "elc_popup_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_popup_legacy.h"
#endif

View File

@ -1,12 +0,0 @@
/**
* @ingroup Elm_Popup
*
* @{
*/
#include "elm_popup_item.eo.h"
#include "elm_popup.eo.h"
/**
* @}
*/

View File

@ -9,6 +9,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_widget_calendar.h"
#include "elm_calendar.eo.h"
#include "elm_calendar_item.eo.h"
#define MY_CLASS ELM_CALENDAR_CLASS

View File

@ -49,9 +49,6 @@
*/
#include "elm_calendar_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_calendar_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_calendar_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_calendar.eo.h"

View File

@ -57,9 +57,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_clock_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_clock_legacy.h"
#endif

View File

@ -5,6 +5,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_color_class.h"
#include "elm_colorselector.eo.h"
//static Eldbus_Proxy *cc_proxy;
//static Ecore_Event_Handler *h1;

View File

@ -10,6 +10,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_widget_colorselector.h"
#include "elm_widget_spinner.h"
#define MY_CLASS ELM_COLORSELECTOR_CLASS

View File

@ -37,9 +37,6 @@
*/
#include "elm_colorselector_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_colorselector_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_colorselector_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_colorselector.eo.h"

View File

@ -10,6 +10,10 @@
#include "elm_priv.h"
#include "elm_widget_conform.h"
#include "elm_widget_layout.h"
#include "elm_widget_plug.h"
#include "elm_scroller.eo.h"
#include "elm_genlist.eo.h"
#include "elm_conformant.eo.h"
#define MY_CLASS ELM_CONFORMANT_CLASS
#define MY_CLASS_PFX elm_conformant

View File

@ -50,9 +50,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_conform_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_conform_legacy.h"
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Conformant
*
* @{
*/
#include "elm_conformant.eo.h"
/**
* @}
*/

View File

@ -75,9 +75,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_dayselector_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_dayselector_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_dayselector.eo.h"

View File

@ -304,9 +304,6 @@
*/
#include "elm_entry_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_entry_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_entry_legacy.h"
#endif

View File

@ -15,6 +15,9 @@
#include "elm_interface_scrollable.h"
#include "efl_ui_focus_parent_provider_gen.eo.h"
#include "efl_ui_focus_composition_adapter.eo.h"
#include "elm_gengrid_item.eo.h"
#include "elm_gengrid_pan.eo.h"
#include "elm_gengrid.eo.h"
#define MY_PAN_CLASS ELM_GENGRID_PAN_CLASS

View File

@ -276,9 +276,6 @@
*/
#include <elm_gengrid_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_gengrid_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_gengrid_legacy.h>
#endif

View File

@ -1,14 +0,0 @@
/**
* @ingroup Elm_Gengrid
*
* @{
*/
#include "elm_gengrid_item.eo.h"
#include "elm_gengrid_pan.eo.h"
#include "elm_gengrid.eo.h"
/**
* @}
*/

View File

@ -15,6 +15,9 @@
#include "elm_priv.h"
#include "elm_widget_genlist.h"
#include "elm_interface_scrollable.h"
#include "elm_genlist_item.eo.h"
#include "elm_genlist_pan.eo.h"
#include "elm_genlist.eo.h"
#define MY_PAN_CLASS ELM_GENLIST_PAN_CLASS

View File

@ -398,9 +398,6 @@
*/
#include <elm_genlist_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_genlist_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_genlist_legacy.h>
#endif

View File

@ -1,14 +0,0 @@
/**
* @ingroup Elm_Genlist
*
* @{
*/
#include "elm_genlist_item.eo.h"
#include "elm_genlist_pan.eo.h"
#include "elm_genlist.eo.h"
/**
* @}
*/

View File

@ -4,6 +4,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_gesture_layer.eo.h"
#define MY_CLASS ELM_GESTURE_LAYER_CLASS

View File

@ -68,9 +68,6 @@
*/
#include "elm_gesture_layer_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_gesture_layer_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_gesture_layer_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_gesture_layer.eo.h"

View File

@ -27,9 +27,6 @@
*/
#include "elm_glview_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_glview_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_glview_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_glview.eo.h"

View File

@ -80,9 +80,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_hover_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_hover_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_hover.eo.h"

View File

@ -59,9 +59,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include <elm_index_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_index_legacy.h>
#endif

View File

@ -1,12 +0,0 @@
/**
* @ingroup Elm_Index
*
* @{
*/
#include "elm_index_item.eo.h"
#include "elm_index.eo.h"
/**
* @}
*/

View File

@ -3,9 +3,13 @@
#include "elm_interface_atspi_widget_action.h"
#include "efl_access_window.h"
// FIXME FIXME FIXME -- Still required because of photocam
#ifdef EFL_EO_API_SUPPORT
# include "elm_interface_scrollable.h"
#endif
#ifdef EFL_BETA_API_SUPPORT
#ifdef EFL_EO_API_SUPPORT
#include "efl_access_action.eo.h"
#include "efl_access_component.eo.h"
#include "efl_access_editable_text.eo.h"
@ -13,9 +17,7 @@
#include "efl_access_selection.eo.h"
#include "efl_access_value.eo.h"
#endif
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#ifdef EFL_BETA_API_SUPPORT
#include "efl_access_action.eo.legacy.h"
#include "efl_access_component.eo.legacy.h"
#include "efl_access_editable_text.eo.legacy.h"

View File

@ -39,9 +39,6 @@
* See @ref tutorial_label for a demonstration of how to use a label widget.
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_label_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_label_legacy.h"
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Label
*
* @{
*/
#include "elm_label.eo.h"
/**
* @}
*/

View File

@ -96,9 +96,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include <elm_list_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_list_legacy.h>
#endif

View File

@ -1,12 +0,0 @@
/**
* @ingroup Elm_List
*
* @{
*/
#include "elm_list_item.eo.h"
#include "elm_list.eo.h"
/**
* @}
*/

View File

@ -19,6 +19,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "ecore_internal.h"
#include "elm_interface_scrollable.h"
#define SEMI_BROKEN_QUICKLAUNCH 1

View File

@ -10,6 +10,8 @@
#include "elm_priv.h"
#include "elm_widget_map.h"
#include "elm_interface_scrollable.h"
#include "elm_map_pan.eo.h"
#include "elm_map.eo.h"
#define MY_PAN_CLASS ELM_MAP_PAN_CLASS

View File

@ -71,9 +71,6 @@
*/
#include "elm_map_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_map_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_map_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_map_pan.eo.h"
#include "elm_map.eo.h"

View File

@ -38,9 +38,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_menu_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_menu_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_menu_item.eo.h"
#include "elm_menu.eo.h"

View File

@ -33,9 +33,6 @@
*/
#include <elm_notify_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_notify_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_notify_legacy.h>
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Notify
*
* @{
*/
#include "elm_notify.eo.h"
/**
* @}
*/

View File

@ -21,9 +21,6 @@ typedef Eo Elm_Object_Item;
*/
typedef void (*Elm_Object_Item_Signal_Cb)(void *data, Elm_Object_Item *it, const char *emission, const char *source);
#ifdef EFL_EO_API_SUPPORT
#include "elm_widget_item.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_widget_item.eo.legacy.h"
#endif

View File

@ -38,9 +38,6 @@
*/
#include "elm_panel_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_panel_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_panel_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_panel.eo.h"

View File

@ -31,9 +31,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_plug_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_plug_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_plug.eo.h"

View File

@ -10,9 +10,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_route_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_route_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_route.eo.h"

View File

@ -12,6 +12,7 @@
#include "elm_widget_layout.h"
#include "elm_widget_scroller.h"
#include "elm_scroller.eo.h"
#include "elm_scroller_part.eo.h"
#include "elm_part_helper.h"

View File

@ -64,9 +64,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include <elm_scroller_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_scroller_legacy.h>
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Scroller
*
* @{
*/
#include "elm_scroller.eo.h"
/**
* @}
*/

View File

@ -12,6 +12,7 @@
#include "elm_priv.h"
#include "elm_widget_spinner.h"
#include "elm_entry.eo.h"
#include "Eo.h"

View File

@ -58,7 +58,7 @@
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_spinner_eo.h"
#include "elm_spinner.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_spinner_legacy.h"

View File

@ -1 +0,0 @@
#include "elm_spinner.eo.h"

View File

@ -6,6 +6,7 @@
#include <Elementary_Cursor.h>
#include "elm_priv.h"
#include "elm_genlist.eo.h"
typedef struct _Elm_Store_Filesystem Elm_Store_Filesystem;
typedef struct _Elm_Store_Item_Filesystem Elm_Store_Item_Filesystem;

View File

@ -6,6 +6,8 @@
#include "elm_priv.h"
#include "elm_sys_notify_interface.eo.h"
#include "elm_sys_notify.eo.h"
#include "elm_sys_notify_dbus.eo.h"
#include "elm_sys_notify_dbus.eo.legacy.h"

View File

@ -3,10 +3,6 @@
typedef void (*Elm_Sys_Notify_Send_Cb)(void *data, unsigned int id);
#ifdef EFL_EO_API_SUPPORT
#include "elm_sys_notify_interface.eo.h"
#include "elm_sys_notify.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_sys_notify_interface.eo.legacy.h"
#include "elm_sys_notify.eo.legacy.h"

View File

@ -6,6 +6,8 @@
#include "elm_priv.h"
#include "elm_sys_notify_interface.eo.h"
#include "elm_sys_notify.eo.h"
#include "elm_sys_notify_dbus.eo.h"
#include "elm_sys_notify_dbus.eo.legacy.h"

View File

@ -5,9 +5,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "Eo.h"
#include "elm_systray.eo.h"
#include "elm_systray_watcher.h"
EAPI int ELM_EVENT_SYSTRAY_READY = 0;

View File

@ -1,4 +1,7 @@
#include "elm_systray_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_systray_eo.h"
#ifdef EFL_BETA_API_SUPPORT
# ifndef EFL_NOLEGACY_API_SUPPORT
# include "elm_systray.eo.legacy.h"
# endif
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Systray
*
* @{
*/
#include "elm_systray.eo.h"
/**
* @}
*/

View File

@ -9,7 +9,9 @@
#include "elm_view_list.h"
#include "elm_priv.h"
#include "elm_entry.eo.h"
#include "elm_thumb.eo.h"
#include "elm_label.eo.h"
#include <assert.h>

View File

@ -6,6 +6,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_genlist.eo.h"
#include <assert.h>
#define MY_CLASS ELM_VIEW_LIST_CLASS

View File

@ -16,6 +16,7 @@
#include "elm_widget_container.h"
#include "elm_interface_scrollable.h"
#include "elm_part_helper.h"
#include "elm_combobox.eo.h"
/* FIXME: remove this when we don't rely on evas event structs anymore */
#define EFL_INTERNAL_UNSTABLE

View File

@ -5,6 +5,8 @@
#include <Eio.h>
#include "elm_clock.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT
* FINAL. CALL elm_widget_api_check(ELM_INTERNAL_API_VERSION) TO CHECK

View File

@ -3,7 +3,7 @@
#include "Elementary.h"
#include "elm_color_item.eo.h"
#include "elm_colorselector.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT

View File

@ -3,6 +3,7 @@
#include "Elementary.h"
#include "elm_dayselector_item.eo.h"
#include "elm_dayselector.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR

View File

@ -3,6 +3,7 @@
#include "elm_interface_scrollable.h"
#include "elm_widget_layout.h"
#include "elm_entry.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT

View File

@ -2,6 +2,7 @@
#define ELM_WIDGET_GLVIEW_H
#include "Elementary.h"
#include "elm_glview.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT

View File

@ -3,6 +3,7 @@
#include "Elementary.h"
#include "elm_widget_layout.h"
#include "elm_hover.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT

View File

@ -3,6 +3,9 @@
#include "Elementary.h"
#include "elm_index_item.eo.h"
#include "elm_index.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT
* FINAL. CALL elm_widget_api_check(ELM_INTERNAL_API_VERSION) TO CHECK

View File

@ -5,6 +5,8 @@
#include <Eio.h>
#include "elm_label.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT
* FINAL. CALL elm_widget_api_check(ELM_INTERNAL_API_VERSION) TO CHECK

View File

@ -3,6 +3,8 @@
#include "elm_interface_scrollable.h"
#include "elm_widget_layout.h"
#include "elm_list.eo.h"
#include "elm_list_item.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT

View File

@ -3,6 +3,10 @@
#include "Elementary.h"
#include "elm_menu.eo.h"
#include "elm_menu_item.eo.h"
#include "elm_hover.eo.h"
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT
* FINAL. CALL elm_widget_api_check(ELM_INTERNAL_API_VERSION) TO CHECK

View File

@ -3,6 +3,8 @@
#include "Elementary.h"
#include <elm_notify.eo.h>
/* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR
* CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT
* FINAL. CALL elm_widget_api_check(ELM_INTERNAL_API_VERSION) TO CHECK

Some files were not shown because too many files have changed in this diff Show More