diff options
author | Hermet Park <hermetpark@gmail.com> | 2019-12-23 10:38:18 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-12-23 10:38:18 +0900 |
commit | e23729be711a733a9dc9554cc6d6e4175da8ec7f (patch) | |
tree | dc53b3328b157fe39ee7212638bd38f3876bcf55 | |
parent | 365159c5ea83812fe0e5b05cd744db363ce8b28d (diff) |
backup progressdevs/hermet/wui
-rw-r--r-- | data/elementary/meson.build | 6 | ||||
-rw-r--r-- | meson.build | 10 | ||||
-rw-r--r-- | src/lib/elementary/Efl_Ui.h | 20 | ||||
-rw-r--r-- | src/lib/elementary/Elementary.h | 12 | ||||
-rw-r--r-- | src/lib/elementary/elm_priv.h | 8 | ||||
-rw-r--r-- | src/lib/elementary/meson.build | 132 |
6 files changed, 94 insertions, 94 deletions
diff --git a/data/elementary/meson.build b/data/elementary/meson.build index ed7d1e4204..6929a044c0 100644 --- a/data/elementary/meson.build +++ b/data/elementary/meson.build | |||
@@ -1,8 +1,8 @@ | |||
1 | subdir('config') | 1 | subdir('config') |
2 | subdir('desktop') | 2 | #subdir('desktop') |
3 | subdir('themes') | 3 | subdir('themes') |
4 | subdir('objects') | 4 | #subdir('objects') |
5 | subdir('edje_externals') | 5 | #subdir('edje_externals') |
6 | 6 | ||
7 | install_subdir('images', | 7 | install_subdir('images', |
8 | install_dir : join_paths(dir_data, 'elementary'), | 8 | install_dir : join_paths(dir_data, 'elementary'), |
diff --git a/meson.build b/meson.build index 222a79bcff..0e5b362c94 100644 --- a/meson.build +++ b/meson.build | |||
@@ -297,7 +297,7 @@ subprojects = [ | |||
297 | ['emotion' ,[] , true, true, false, false, true, true, ['eina', 'efl', 'eo'], []], | 297 | ['emotion' ,[] , true, true, false, false, true, true, ['eina', 'efl', 'eo'], []], |
298 | ['ethumb' ,[] , true, true, true, false, false, false, ['eina', 'efl', 'eo'], []], | 298 | ['ethumb' ,[] , true, true, true, false, false, false, ['eina', 'efl', 'eo'], []], |
299 | ['ethumb_client' ,[] , false, true, true, false, false, true, ['eina', 'efl', 'eo', 'ethumb'], []], | 299 | ['ethumb_client' ,[] , false, true, true, false, false, true, ['eina', 'efl', 'eo', 'ethumb'], []], |
300 | ['elementary' ,[] , true, true, true, true, true, true, ['eina', 'efl', 'eo', 'eet', 'evas', 'ecore', 'ecore-evas', 'ecore-file', 'ecore-input', 'edje', 'ethumb-client', 'emotion', 'ecore-imf', 'ecore-con', 'eldbus', 'efreet', 'efreet-mime', 'efreet-trash', 'eio'], ['atspi']], | 300 | ['elementary' ,[] , false, true, false, false, false, false, ['eina', 'efl', 'eo', 'eet', 'evas', 'ecore', 'ecore-evas', 'ecore-file', 'ecore-input', 'edje', 'ethumb-client', 'emotion', 'ecore-imf', 'ecore-con', 'eldbus', 'efreet', 'efreet-mime', 'efreet-trash', 'eio'], ['atspi']], |
301 | ['efl_wl' ,['wl'] , false, true, true, false, false, false, ['evas', 'ecore'], []], | 301 | ['efl_wl' ,['wl'] , false, true, true, false, false, false, ['evas', 'ecore'], []], |
302 | ['elua' ,['elua'] , false, true, true, false, true, false, ['eina', 'luajit'], []], | 302 | ['elua' ,['elua'] , false, true, true, false, true, false, ['eina', 'luajit'], []], |
303 | ['ecore_wayland' ,['wl-deprecated'] , false, true, false, false, false, false, ['eina'], []], | 303 | ['ecore_wayland' ,['wl-deprecated'] , false, true, false, false, false, false, ['eina'], []], |
@@ -427,7 +427,7 @@ if sys_windows == false | |||
427 | endif | 427 | endif |
428 | subdir('cmakeconfig') | 428 | subdir('cmakeconfig') |
429 | subdir(join_paths('src', 'bindings')) | 429 | subdir(join_paths('src', 'bindings')) |
430 | subdir(join_paths('src', 'edje_external')) | 430 | #subdir(join_paths('src', 'edje_external')) |
431 | subdir(join_paths('data')) | 431 | subdir(join_paths('data')) |
432 | 432 | ||
433 | if get_option('build-tests') | 433 | if get_option('build-tests') |
@@ -457,9 +457,9 @@ endforeach | |||
457 | 457 | ||
458 | doxygen = find_program('doxygen', required : false) | 458 | doxygen = find_program('doxygen', required : false) |
459 | 459 | ||
460 | if doxygen.found() | 460 | #if doxygen.found() |
461 | subdir('doc') | 461 | # subdir('doc') |
462 | endif | 462 | #endif |
463 | 463 | ||
464 | # | 464 | # |
465 | # Configure files | 465 | # Configure files |
diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index 209fa44f46..1f9b4e5a86 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h | |||
@@ -230,7 +230,7 @@ typedef void (*Context_Item_Clicked_Cb)(void *data, Eo *obj, void *event_info); | |||
230 | # include <efl_ui_textbox_async.eo.h> | 230 | # include <efl_ui_textbox_async.eo.h> |
231 | 231 | ||
232 | # include <efl_ui_animation_view.eo.h> | 232 | # include <efl_ui_animation_view.eo.h> |
233 | # include <efl_ui_clock.eo.h> | 233 | //# include <efl_ui_clock.eo.h> |
234 | # include <efl_ui_video.eo.h> | 234 | # include <efl_ui_video.eo.h> |
235 | 235 | ||
236 | # include <efl_ui_widget_factory.eo.h> | 236 | # include <efl_ui_widget_factory.eo.h> |
@@ -244,7 +244,7 @@ typedef void (*Context_Item_Clicked_Cb)(void *data, Eo *obj, void *event_info); | |||
244 | /* FIXME: Multibuttonentry must not use elm_widget_item */ | 244 | /* FIXME: Multibuttonentry must not use elm_widget_item */ |
245 | 245 | ||
246 | # include <efl_ui_tags.eo.h> | 246 | # include <efl_ui_tags.eo.h> |
247 | # include <efl_ui_button.eo.h> | 247 | //# include <efl_ui_button.eo.h> |
248 | # include <efl_ui_check.eo.h> | 248 | # include <efl_ui_check.eo.h> |
249 | # include <efl_ui_radio.eo.h> | 249 | # include <efl_ui_radio.eo.h> |
250 | # include <efl_ui_radio_group.eo.h> | 250 | # include <efl_ui_radio_group.eo.h> |
@@ -273,14 +273,14 @@ typedef Eo Efl_Ui_Spotlight_Indicator; | |||
273 | # include <efl_ui_stack.eo.h> | 273 | # include <efl_ui_stack.eo.h> |
274 | # include <efl_ui_pager.eo.h> | 274 | # include <efl_ui_pager.eo.h> |
275 | 275 | ||
276 | # include <efl_ui_navigation_bar.eo.h> | 276 | //# include <efl_ui_navigation_bar.eo.h> |
277 | # include <efl_ui_navigation_bar_part.eo.h> | 277 | //# include <efl_ui_navigation_bar_part.eo.h> |
278 | # include <efl_ui_navigation_bar_part_back_button.eo.h> | 278 | //# include <efl_ui_navigation_bar_part_back_button.eo.h> |
279 | # include <efl_ui_navigation_layout.eo.h> | 279 | # include <efl_ui_navigation_layout.eo.h> |
280 | # include <efl_ui_action_connector.eo.h> | 280 | # include <efl_ui_action_connector.eo.h> |
281 | # include <efl_ui_format.eo.h> | 281 | # include <efl_ui_format.eo.h> |
282 | # include <efl_ui_spin.eo.h> | 282 | # include <efl_ui_spin.eo.h> |
283 | # include <efl_ui_spin_button.eo.h> | 283 | //# include <efl_ui_spin_button.eo.h> |
284 | # include <efl_ui_slider.eo.h> | 284 | # include <efl_ui_slider.eo.h> |
285 | # include <efl_ui_slider_interval.eo.h> | 285 | # include <efl_ui_slider_interval.eo.h> |
286 | # include <efl_ui_item.eo.h> | 286 | # include <efl_ui_item.eo.h> |
@@ -300,7 +300,7 @@ typedef Eo Efl_Ui_Spotlight_Indicator; | |||
300 | # include <efl_ui_multi_selectable_object_range.eo.h> | 300 | # include <efl_ui_multi_selectable_object_range.eo.h> |
301 | # include <efl_ui_multi_selectable_index_range.eo.h> | 301 | # include <efl_ui_multi_selectable_index_range.eo.h> |
302 | # include <efl_ui_popup.eo.h> | 302 | # include <efl_ui_popup.eo.h> |
303 | # include <efl_ui_alert_popup.eo.h> | 303 | //# include <efl_ui_alert_popup.eo.h> |
304 | # include <efl_ui_popup_part_backwall.eo.h> | 304 | # include <efl_ui_popup_part_backwall.eo.h> |
305 | # include <efl_ui_grid.eo.h> | 305 | # include <efl_ui_grid.eo.h> |
306 | # include <efl_ui_list.eo.h> | 306 | # include <efl_ui_list.eo.h> |
@@ -325,9 +325,9 @@ typedef Eo Efl_Ui_Spotlight_Indicator; | |||
325 | # include <efl_ui_dnd.eo.h> | 325 | # include <efl_ui_dnd.eo.h> |
326 | # include <efl_ui_dnd_container.eo.h> | 326 | # include <efl_ui_dnd_container.eo.h> |
327 | 327 | ||
328 | # include <efl_ui_timepicker.eo.h> | 328 | //# include <efl_ui_timepicker.eo.h> |
329 | # include <efl_ui_datepicker.eo.h> | 329 | //# include <efl_ui_datepicker.eo.h> |
330 | # include <efl_ui_calendar.eo.h> | 330 | //# include <efl_ui_calendar.eo.h> |
331 | 331 | ||
332 | /** | 332 | /** |
333 | * Initialize Elementary | 333 | * Initialize Elementary |
diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index a3fa4f4412..7cfcd0e8d1 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h | |||
@@ -172,12 +172,12 @@ EAPI extern Elm_Version *elm_version; | |||
172 | 172 | ||
173 | /* other includes */ | 173 | /* other includes */ |
174 | #include <elc_ctxpopup.h> | 174 | #include <elc_ctxpopup.h> |
175 | #include <elc_combobox.h> | 175 | //#include <elc_combobox.h> |
176 | #include <elm_dayselector.h> | 176 | #include <elm_dayselector.h> |
177 | #include <elc_fileselector_button.h> | 177 | //#include <elc_fileselector_button.h> |
178 | #include <elc_fileselector_entry.h> | 178 | //#include <elc_fileselector_entry.h> |
179 | #include <elc_fileselector.h> | 179 | //#include <elc_fileselector.h> |
180 | #include <elc_hoversel.h> | 180 | //#include <elc_hoversel.h> |
181 | #include <elc_multibuttonentry.h> | 181 | #include <elc_multibuttonentry.h> |
182 | #include <elc_naviframe.h> | 182 | #include <elc_naviframe.h> |
183 | #include <elc_popup.h> | 183 | #include <elc_popup.h> |
@@ -202,7 +202,7 @@ EAPI extern Elm_Version *elm_version; | |||
202 | #include <elm_color_class.h> | 202 | #include <elm_color_class.h> |
203 | #include <elm_conform.h> | 203 | #include <elm_conform.h> |
204 | #include <elm_cursor.h> | 204 | #include <elm_cursor.h> |
205 | #include <elm_datetime.h> | 205 | //#include <elm_datetime.h> |
206 | #include <elm_debug.h> | 206 | #include <elm_debug.h> |
207 | #include <elm_diskselector.h> | 207 | #include <elm_diskselector.h> |
208 | 208 | ||
diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index ca3ab0620f..8d2ffadd65 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h | |||
@@ -87,9 +87,9 @@ | |||
87 | #include "elm_diskselector_eo.h" | 87 | #include "elm_diskselector_eo.h" |
88 | #include "elm_diskselector_item_eo.h" | 88 | #include "elm_diskselector_item_eo.h" |
89 | #include "elm_entry_eo.h" | 89 | #include "elm_entry_eo.h" |
90 | #include "elm_fileselector_button_eo.h" | 90 | //#include "elm_fileselector_button_eo.h" |
91 | #include "elm_fileselector_entry_eo.h" | 91 | //#include "elm_fileselector_entry_eo.h" |
92 | #include "elm_fileselector_eo.h" | 92 | //#include "elm_fileselector_eo.h" |
93 | #include "elm_flipselector_eo.h" | 93 | #include "elm_flipselector_eo.h" |
94 | #include "elm_flipselector_item_eo.h" | 94 | #include "elm_flipselector_item_eo.h" |
95 | #include "elm_gengrid_eo.h" | 95 | #include "elm_gengrid_eo.h" |
@@ -108,7 +108,7 @@ | |||
108 | #include "elm_image_eo.h" | 108 | #include "elm_image_eo.h" |
109 | #include "elm_index_eo.h" | 109 | #include "elm_index_eo.h" |
110 | #include "elm_index_item_eo.h" | 110 | #include "elm_index_item_eo.h" |
111 | #include "elm_interface_fileselector_eo.h" | 111 | //#include "elm_interface_fileselector_eo.h" |
112 | #include "elm_inwin_eo.h" | 112 | #include "elm_inwin_eo.h" |
113 | #include "elm_label_eo.h" | 113 | #include "elm_label_eo.h" |
114 | #include "elm_list_eo.h" | 114 | #include "elm_list_eo.h" |
diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build index 8872c2c25c..441db65ec1 100644 --- a/src/lib/elementary/meson.build +++ b/src/lib/elementary/meson.build | |||
@@ -1,9 +1,9 @@ | |||
1 | pub_legacy_eo_files = [ | 1 | pub_legacy_eo_files = [ |
2 | 'efl_ui_clock_legacy.eo', | 2 | # 'efl_ui_clock_legacy.eo', |
3 | 'elm_ctxpopup_part.eo', | 3 | 'elm_ctxpopup_part.eo', |
4 | 'elm_dayselector_part.eo', | 4 | 'elm_dayselector_part.eo', |
5 | 'elm_entry_part.eo', | 5 | 'elm_entry_part.eo', |
6 | 'elm_fileselector_entry_part.eo', | 6 | # 'elm_fileselector_entry_part.eo', |
7 | 'elm_flip_part.eo', | 7 | 'elm_flip_part.eo', |
8 | 'elm_hover_part.eo', | 8 | 'elm_hover_part.eo', |
9 | 'elm_mapbuf_part.eo', | 9 | 'elm_mapbuf_part.eo', |
@@ -16,7 +16,7 @@ pub_legacy_eo_files = [ | |||
16 | 'elm_label_part.eo', | 16 | 'elm_label_part.eo', |
17 | 'elm_actionslider_part.eo', | 17 | 'elm_actionslider_part.eo', |
18 | 'elm_bubble_part.eo', | 18 | 'elm_bubble_part.eo', |
19 | 'elm_fileselector_part.eo', | 19 | # 'elm_fileselector_part.eo', |
20 | ] | 20 | ] |
21 | 21 | ||
22 | pub_eo_file_target = [] | 22 | pub_eo_file_target = [] |
@@ -41,9 +41,9 @@ pub_eo_files = [ | |||
41 | 'efl_ui_widget_scrollable_content.eo', | 41 | 'efl_ui_widget_scrollable_content.eo', |
42 | 'efl_ui_animation_view.eo', | 42 | 'efl_ui_animation_view.eo', |
43 | 'efl_ui_bg.eo', | 43 | 'efl_ui_bg.eo', |
44 | 'efl_ui_button.eo', | 44 | # 'efl_ui_button.eo', |
45 | 'efl_ui_calendar.eo', | 45 | # 'efl_ui_calendar.eo', |
46 | 'efl_ui_calendar_item.eo', | 46 | # 'efl_ui_calendar_item.eo', |
47 | 'efl_ui_check.eo', | 47 | 'efl_ui_check.eo', |
48 | 'efl_ui_flip.eo', | 48 | 'efl_ui_flip.eo', |
49 | 'efl_ui_frame.eo', | 49 | 'efl_ui_frame.eo', |
@@ -51,9 +51,9 @@ pub_eo_files = [ | |||
51 | 'efl_ui_image_zoomable.eo', | 51 | 'efl_ui_image_zoomable.eo', |
52 | 'efl_ui_layout.eo', | 52 | 'efl_ui_layout.eo', |
53 | 'efl_ui_layout_base.eo', | 53 | 'efl_ui_layout_base.eo', |
54 | 'efl_ui_navigation_bar.eo', | 54 | # 'efl_ui_navigation_bar.eo', |
55 | 'efl_ui_navigation_bar_part.eo', | 55 | # 'efl_ui_navigation_bar_part.eo', |
56 | 'efl_ui_navigation_bar_part_back_button.eo', | 56 | # 'efl_ui_navigation_bar_part_back_button.eo', |
57 | 'efl_ui_navigation_layout.eo', | 57 | 'efl_ui_navigation_layout.eo', |
58 | 'efl_ui_panes.eo', | 58 | 'efl_ui_panes.eo', |
59 | 'efl_ui_progressbar.eo', | 59 | 'efl_ui_progressbar.eo', |
@@ -64,10 +64,10 @@ pub_eo_files = [ | |||
64 | 'efl_ui_slider.eo', | 64 | 'efl_ui_slider.eo', |
65 | 'efl_ui_slider_interval.eo', | 65 | 'efl_ui_slider_interval.eo', |
66 | 'efl_ui_spin.eo', | 66 | 'efl_ui_spin.eo', |
67 | 'efl_ui_spin_button.eo', | 67 | # 'efl_ui_spin_button.eo', |
68 | 'efl_ui_panel.eo', | 68 | 'efl_ui_panel.eo', |
69 | 'efl_ui_datepicker.eo', | 69 | # 'efl_ui_datepicker.eo', |
70 | 'efl_ui_timepicker.eo', | 70 | # 'efl_ui_timepicker.eo', |
71 | 'efl_ui_tags.eo', | 71 | 'efl_ui_tags.eo', |
72 | 'efl_ui_video.eo', | 72 | 'efl_ui_video.eo', |
73 | 'efl_ui_win.eo', | 73 | 'efl_ui_win.eo', |
@@ -82,15 +82,15 @@ pub_eo_files = [ | |||
82 | 'efl_ui_textbox.eo', | 82 | 'efl_ui_textbox.eo', |
83 | 'efl_ui_popup.eo', | 83 | 'efl_ui_popup.eo', |
84 | 'efl_ui_popup_part_backwall.eo', | 84 | 'efl_ui_popup_part_backwall.eo', |
85 | 'efl_ui_alert_popup.eo', | 85 | # 'efl_ui_alert_popup.eo', |
86 | 'efl_ui_alert_popup_part_title.eo', | 86 | # 'efl_ui_alert_popup_part_title.eo', |
87 | 'efl_ui_textbox_async.eo', | 87 | 'efl_ui_textbox_async.eo', |
88 | 'efl_ui_text_factory_images.eo', | 88 | 'efl_ui_text_factory_images.eo', |
89 | 'efl_ui_text_factory_emoticons.eo', | 89 | 'efl_ui_text_factory_emoticons.eo', |
90 | 'efl_ui_text_factory_fallback.eo', | 90 | 'efl_ui_text_factory_fallback.eo', |
91 | 'efl_ui_textpath.eo', | 91 | 'efl_ui_textpath.eo', |
92 | 'efl_ui_l10n.eo', | 92 | 'efl_ui_l10n.eo', |
93 | 'efl_ui_clock.eo', | 93 | # 'efl_ui_clock.eo', |
94 | 'efl_ui_image_factory.eo', | 94 | 'efl_ui_image_factory.eo', |
95 | 'efl_ui_focus_manager.eo', | 95 | 'efl_ui_focus_manager.eo', |
96 | 'efl_ui_focus_manager_calc.eo', | 96 | 'efl_ui_focus_manager_calc.eo', |
@@ -156,7 +156,7 @@ pub_eo_files = [ | |||
156 | 'efl_ui_tab_page.eo', | 156 | 'efl_ui_tab_page.eo', |
157 | 'efl_ui_widget_focus_manager.eo', | 157 | 'efl_ui_widget_focus_manager.eo', |
158 | 'efl_ui_legacy.eo', | 158 | 'efl_ui_legacy.eo', |
159 | 'efl_ui_button_legacy_part.eo', | 159 | # 'efl_ui_button_legacy_part.eo', |
160 | 'efl_ui_radio_legacy_part.eo', | 160 | 'efl_ui_radio_legacy_part.eo', |
161 | 'efl_ui_check_legacy_part.eo', | 161 | 'efl_ui_check_legacy_part.eo', |
162 | 'efl_ui_progressbar_legacy_part.eo', | 162 | 'efl_ui_progressbar_legacy_part.eo', |
@@ -274,30 +274,30 @@ elementary_headers_unstable = [ | |||
274 | 'efl_access_text.h', | 274 | 'efl_access_text.h', |
275 | 'efl_access_widget_action.h', | 275 | 'efl_access_widget_action.h', |
276 | 'efl_access_window.h', | 276 | 'efl_access_window.h', |
277 | 'elm_interface_fileselector.h', | 277 | # 'elm_interface_fileselector.h', |
278 | 'elm_interface_scrollable.h', | 278 | 'elm_interface_scrollable.h', |
279 | 'elm_interfaces.h', | 279 | 'elm_interfaces.h', |
280 | 'elm_widget.h', | 280 | 'elm_widget.h', |
281 | 'elm_widget_actionslider.h', | 281 | 'elm_widget_actionslider.h', |
282 | 'elm_widget_box.h', | 282 | 'elm_widget_box.h', |
283 | 'elm_widget_bubble.h', | 283 | 'elm_widget_bubble.h', |
284 | 'efl_ui_button_private.h', | 284 | # 'efl_ui_button_private.h', |
285 | 'efl_ui_bg_private.h', | 285 | 'efl_ui_bg_private.h', |
286 | 'elm_widget_calendar.h', | 286 | 'elm_widget_calendar.h', |
287 | 'efl_ui_calendar_private.h', | 287 | # 'efl_ui_calendar_private.h', |
288 | 'efl_ui_check_private.h', | 288 | 'efl_ui_check_private.h', |
289 | 'elm_widget_clock.h', | 289 | 'elm_widget_clock.h', |
290 | 'elm_widget_colorselector.h', | 290 | 'elm_widget_colorselector.h', |
291 | 'elm_widget_conform.h', | 291 | 'elm_widget_conform.h', |
292 | 'elm_widget_container.h', | 292 | 'elm_widget_container.h', |
293 | 'elm_widget_combobox.h', | 293 | # 'elm_widget_combobox.h', |
294 | 'elm_widget_ctxpopup.h', | 294 | 'elm_widget_ctxpopup.h', |
295 | 'elm_widget_dayselector.h', | 295 | 'elm_widget_dayselector.h', |
296 | 'elm_widget_diskselector.h', | 296 | 'elm_widget_diskselector.h', |
297 | 'elm_widget_entry.h', | 297 | 'elm_widget_entry.h', |
298 | 'elm_widget_fileselector.h', | 298 | # 'elm_widget_fileselector.h', |
299 | 'elm_widget_fileselector_button.h', | 299 | # 'elm_widget_fileselector_button.h', |
300 | 'elm_widget_fileselector_entry.h', | 300 | # 'elm_widget_fileselector_entry.h', |
301 | 'efl_ui_widget_flip.h', | 301 | 'efl_ui_widget_flip.h', |
302 | 'elm_widget_flipselector.h', | 302 | 'elm_widget_flipselector.h', |
303 | 'efl_ui_widget_frame.h', | 303 | 'efl_ui_widget_frame.h', |
@@ -307,11 +307,11 @@ elementary_headers_unstable = [ | |||
307 | 'elm_widget_glview.h', | 307 | 'elm_widget_glview.h', |
308 | 'elm_widget_grid.h', | 308 | 'elm_widget_grid.h', |
309 | 'elm_widget_hover.h', | 309 | 'elm_widget_hover.h', |
310 | 'elm_widget_hoversel.h', | 310 | # 'elm_widget_hoversel.h', |
311 | 'elm_widget_icon.h', | 311 | 'elm_widget_icon.h', |
312 | 'efl_ui_widget_image.h', | 312 | 'efl_ui_widget_image.h', |
313 | 'efl_ui_popup_private.h', | 313 | 'efl_ui_popup_private.h', |
314 | 'efl_ui_alert_popup_private.h', | 314 | # 'efl_ui_alert_popup_private.h', |
315 | 'elm_widget_index.h', | 315 | 'elm_widget_index.h', |
316 | 'elm_widget_inwin.h', | 316 | 'elm_widget_inwin.h', |
317 | 'elm_widget_label.h', | 317 | 'elm_widget_label.h', |
@@ -322,7 +322,7 @@ elementary_headers_unstable = [ | |||
322 | 'elm_widget_menu.h', | 322 | 'elm_widget_menu.h', |
323 | 'elm_widget_multibuttonentry.h', | 323 | 'elm_widget_multibuttonentry.h', |
324 | 'elm_widget_naviframe.h', | 324 | 'elm_widget_naviframe.h', |
325 | 'efl_ui_navigation_bar_private.h', | 325 | # 'efl_ui_navigation_bar_private.h', |
326 | 'efl_ui_navigation_layout_private.h', | 326 | 'efl_ui_navigation_layout_private.h', |
327 | 'elm_widget_notify.h', | 327 | 'elm_widget_notify.h', |
328 | 'elm_widget_panel.h', | 328 | 'elm_widget_panel.h', |
@@ -345,10 +345,10 @@ elementary_headers_unstable = [ | |||
345 | 'elm_widget_slideshow.h', | 345 | 'elm_widget_slideshow.h', |
346 | 'elm_widget_spinner.h', | 346 | 'elm_widget_spinner.h', |
347 | 'efl_ui_spin_private.h', | 347 | 'efl_ui_spin_private.h', |
348 | 'efl_ui_spin_button_private.h', | 348 | # 'efl_ui_spin_button_private.h', |
349 | 'efl_ui_panel_private.h', | 349 | 'efl_ui_panel_private.h', |
350 | 'efl_ui_datepicker_private.h', | 350 | # 'efl_ui_datepicker_private.h', |
351 | 'efl_ui_timepicker_private.h', | 351 | # 'efl_ui_timepicker_private.h', |
352 | 'efl_ui_tags_private.h', | 352 | 'efl_ui_tags_private.h', |
353 | 'elm_widget_table.h', | 353 | 'elm_widget_table.h', |
354 | 'elm_widget_thumb.h', | 354 | 'elm_widget_thumb.h', |
@@ -356,7 +356,7 @@ elementary_headers_unstable = [ | |||
356 | 'efl_ui_video_private.h', | 356 | 'efl_ui_video_private.h', |
357 | 'efl_ui_item_private.h', | 357 | 'efl_ui_item_private.h', |
358 | 'elm_widget_web.h', | 358 | 'elm_widget_web.h', |
359 | 'efl_ui_clock.h', | 359 | # 'efl_ui_clock.h', |
360 | 'elm_code.h', | 360 | 'elm_code.h', |
361 | 'elm_code_widget_legacy.h', | 361 | 'elm_code_widget_legacy.h', |
362 | 'elm_code_widget_selection.h', | 362 | 'elm_code_widget_selection.h', |
@@ -381,17 +381,17 @@ elementary_headers_unstable = [ | |||
381 | elementary_pub_headers = [ | 381 | elementary_pub_headers = [ |
382 | 'elc_ctxpopup.h', | 382 | 'elc_ctxpopup.h', |
383 | 'elc_ctxpopup_legacy.h', | 383 | 'elc_ctxpopup_legacy.h', |
384 | 'elc_combobox.h', | 384 | # 'elc_combobox.h', |
385 | 'elc_combobox_legacy.h', | 385 | # 'elc_combobox_legacy.h', |
386 | 'elc_fileselector.h', | 386 | # 'elc_fileselector.h', |
387 | 'elc_fileselector_legacy.h', | 387 | # 'elc_fileselector_legacy.h', |
388 | 'elc_fileselector_common.h', | 388 | # 'elc_fileselector_common.h', |
389 | 'elc_fileselector_button.h', | 389 | # 'elc_fileselector_button.h', |
390 | 'elc_fileselector_button_legacy.h', | 390 | # 'elc_fileselector_button_legacy.h', |
391 | 'elc_fileselector_entry.h', | 391 | # 'elc_fileselector_entry.h', |
392 | 'elc_fileselector_entry_legacy.h', | 392 | # 'elc_fileselector_entry_legacy.h', |
393 | 'elc_hoversel.h', | 393 | # 'elc_hoversel.h', |
394 | 'elc_hoversel_legacy.h', | 394 | # 'elc_hoversel_legacy.h', |
395 | 'elc_multibuttonentry.h', | 395 | 'elc_multibuttonentry.h', |
396 | 'elc_multibuttonentry_eo.h', | 396 | 'elc_multibuttonentry_eo.h', |
397 | 'elc_multibuttonentry_legacy.h', | 397 | 'elc_multibuttonentry_legacy.h', |
@@ -421,7 +421,7 @@ elementary_pub_headers = [ | |||
421 | 'elm_bubble_legacy.h', | 421 | 'elm_bubble_legacy.h', |
422 | 'elm_button.h', | 422 | 'elm_button.h', |
423 | 'efl_ui_widget_common.h', | 423 | 'efl_ui_widget_common.h', |
424 | 'efl_ui_button_eo.h', | 424 | # 'efl_ui_button_eo.h', |
425 | 'elm_button_legacy.h', | 425 | 'elm_button_legacy.h', |
426 | 'elm_cache.h', | 426 | 'elm_cache.h', |
427 | 'elm_calendar.h', | 427 | 'elm_calendar.h', |
@@ -442,7 +442,7 @@ elementary_pub_headers = [ | |||
442 | 'elm_conform.h', | 442 | 'elm_conform.h', |
443 | 'elm_conform_legacy.h', | 443 | 'elm_conform_legacy.h', |
444 | 'elm_cursor.h', | 444 | 'elm_cursor.h', |
445 | 'elm_datetime.h', | 445 | # 'elm_datetime.h', |
446 | 'elm_dayselector.h', | 446 | 'elm_dayselector.h', |
447 | 'elm_dayselector_legacy.h', | 447 | 'elm_dayselector_legacy.h', |
448 | 'elm_debug.h', | 448 | 'elm_debug.h', |
@@ -595,8 +595,8 @@ elementary_pub_headers = [ | |||
595 | 'efl_ui_animation_view_eo.legacy.h', | 595 | 'efl_ui_animation_view_eo.legacy.h', |
596 | 'efl_ui_bg_eo.legacy.h', | 596 | 'efl_ui_bg_eo.legacy.h', |
597 | 'efl_ui_bg_legacy_eo.legacy.h', | 597 | 'efl_ui_bg_legacy_eo.legacy.h', |
598 | 'efl_ui_button_eo.legacy.h', | 598 | # 'efl_ui_button_eo.legacy.h', |
599 | 'efl_ui_button_legacy_eo.legacy.h', | 599 | # 'efl_ui_button_legacy_eo.legacy.h', |
600 | 'efl_ui_check_eo.legacy.h', | 600 | 'efl_ui_check_eo.legacy.h', |
601 | 'efl_ui_check_legacy_eo.legacy.h', | 601 | 'efl_ui_check_legacy_eo.legacy.h', |
602 | 'efl_ui_flip_eo.legacy.h', | 602 | 'efl_ui_flip_eo.legacy.h', |
@@ -639,8 +639,8 @@ elementary_pub_headers = [ | |||
639 | 'elm_diskselector_eo.legacy.h', | 639 | 'elm_diskselector_eo.legacy.h', |
640 | 'elm_diskselector_item_eo.legacy.h', | 640 | 'elm_diskselector_item_eo.legacy.h', |
641 | 'elm_entry_eo.legacy.h', | 641 | 'elm_entry_eo.legacy.h', |
642 | 'elm_fileselector_button_eo.legacy.h', | 642 | # 'elm_fileselector_button_eo.legacy.h', |
643 | 'elm_fileselector_entry_eo.legacy.h', | 643 | # 'elm_fileselector_entry_eo.legacy.h', |
644 | 'elm_fileselector_eo.legacy.h', | 644 | 'elm_fileselector_eo.legacy.h', |
645 | 'elm_flipselector_eo.legacy.h', | 645 | 'elm_flipselector_eo.legacy.h', |
646 | 'elm_flipselector_item_eo.legacy.h', | 646 | 'elm_flipselector_item_eo.legacy.h', |
@@ -654,12 +654,12 @@ elementary_pub_headers = [ | |||
654 | 'elm_glview_eo.legacy.h', | 654 | 'elm_glview_eo.legacy.h', |
655 | 'elm_grid_eo.legacy.h', | 655 | 'elm_grid_eo.legacy.h', |
656 | 'elm_hover_eo.legacy.h', | 656 | 'elm_hover_eo.legacy.h', |
657 | 'elm_hoversel_eo.legacy.h', | 657 | # 'elm_hoversel_eo.legacy.h', |
658 | 'elm_hoversel_item_eo.legacy.h', | 658 | # 'elm_hoversel_item_eo.legacy.h', |
659 | 'elm_icon_eo.legacy.h', | 659 | 'elm_icon_eo.legacy.h', |
660 | 'elm_index_eo.legacy.h', | 660 | 'elm_index_eo.legacy.h', |
661 | 'elm_index_item_eo.legacy.h', | 661 | 'elm_index_item_eo.legacy.h', |
662 | 'elm_interface_fileselector_eo.legacy.h', | 662 | # 'elm_interface_fileselector_eo.legacy.h', |
663 | 'elm_inwin_eo.legacy.h', | 663 | 'elm_inwin_eo.legacy.h', |
664 | 'elm_label_eo.legacy.h', | 664 | 'elm_label_eo.legacy.h', |
665 | 'elm_list_eo.legacy.h', | 665 | 'elm_list_eo.legacy.h', |
@@ -719,13 +719,13 @@ elementary_src = [ | |||
719 | 'elementary_config.h', | 719 | 'elementary_config.h', |
720 | 'els_box.h', | 720 | 'els_box.h', |
721 | 'elc_ctxpopup.c', | 721 | 'elc_ctxpopup.c', |
722 | 'elc_fileselector.c', | 722 | # 'elc_fileselector.c', |
723 | 'elc_fileselector_button.c', | 723 | # 'elc_fileselector_button.c', |
724 | 'elc_fileselector_entry.c', | 724 | # 'elc_fileselector_entry.c', |
725 | 'elc_hoversel.c', | 725 | # 'elc_hoversel.c', |
726 | 'elc_multibuttonentry.c', | 726 | 'elc_multibuttonentry.c', |
727 | 'elc_naviframe.c', | 727 | 'elc_naviframe.c', |
728 | 'efl_ui_navigation_bar.c', | 728 | # 'efl_ui_navigation_bar.c', |
729 | 'efl_ui_navigation_layout.c', | 729 | 'efl_ui_navigation_layout.c', |
730 | 'elc_player.c', | 730 | 'elc_player.c', |
731 | 'elc_popup.c', | 731 | 'elc_popup.c', |
@@ -739,9 +739,9 @@ elementary_src = [ | |||
739 | 'efl_ui_bg.c', | 739 | 'efl_ui_bg.c', |
740 | 'elm_box.c', | 740 | 'elm_box.c', |
741 | 'elm_bubble.c', | 741 | 'elm_bubble.c', |
742 | 'efl_ui_button.c', | 742 | # 'efl_ui_button.c', |
743 | 'elm_calendar.c', | 743 | 'elm_calendar.c', |
744 | 'efl_ui_calendar.c', | 744 | # 'efl_ui_calendar.c', |
745 | 'efl_ui_check.c', | 745 | 'efl_ui_check.c', |
746 | 'elm_clock.c', | 746 | 'elm_clock.c', |
747 | 'elm_code_line.c', | 747 | 'elm_code_line.c', |
@@ -758,10 +758,10 @@ elementary_src = [ | |||
758 | 'elm_code_widget_private.h', | 758 | 'elm_code_widget_private.h', |
759 | 'elm_colorselector.c', | 759 | 'elm_colorselector.c', |
760 | 'elm_color_class.c', | 760 | 'elm_color_class.c', |
761 | 'elc_combobox.c', | 761 | # 'elc_combobox.c', |
762 | 'elm_config.c', | 762 | 'elm_config.c', |
763 | 'elm_conform.c', | 763 | 'elm_conform.c', |
764 | 'elm_datetime.c', | 764 | # 'elm_datetime.c', |
765 | 'elm_dayselector.c', | 765 | 'elm_dayselector.c', |
766 | 'elm_dbus_menu.c', | 766 | 'elm_dbus_menu.c', |
767 | 'elm_diskselector.c', | 767 | 'elm_diskselector.c', |
@@ -793,7 +793,7 @@ elementary_src = [ | |||
793 | 'efl_access_value.c', | 793 | 'efl_access_value.c', |
794 | 'efl_access_widget_action.c', | 794 | 'efl_access_widget_action.c', |
795 | 'efl_access_window.c', | 795 | 'efl_access_window.c', |
796 | 'elm_interface_fileselector.c', | 796 | # 'elm_interface_fileselector.c', |
797 | 'elm_interface_scrollable.c', | 797 | 'elm_interface_scrollable.c', |
798 | 'elm_inwin.c', | 798 | 'elm_inwin.c', |
799 | 'elm_label.c', | 799 | 'elm_label.c', |
@@ -825,10 +825,10 @@ elementary_src = [ | |||
825 | 'efl_ui_slider.c', | 825 | 'efl_ui_slider.c', |
826 | 'efl_ui_slider_interval.c', | 826 | 'efl_ui_slider_interval.c', |
827 | 'efl_ui_spin.c', | 827 | 'efl_ui_spin.c', |
828 | 'efl_ui_spin_button.c', | 828 | # 'efl_ui_spin_button.c', |
829 | 'efl_ui_panel.c', | 829 | 'efl_ui_panel.c', |
830 | 'efl_ui_datepicker.c', | 830 | # 'efl_ui_datepicker.c', |
831 | 'efl_ui_timepicker.c', | 831 | # 'efl_ui_timepicker.c', |
832 | 'efl_ui_tags.c', | 832 | 'efl_ui_tags.c', |
833 | 'elm_slideshow.c', | 833 | 'elm_slideshow.c', |
834 | 'elm_spinner.c', | 834 | 'elm_spinner.c', |
@@ -867,7 +867,7 @@ elementary_src = [ | |||
867 | 'efl_ui_box_layout.c', | 867 | 'efl_ui_box_layout.c', |
868 | 'efl_ui_box_private.h', | 868 | 'efl_ui_box_private.h', |
869 | 'efl_ui_popup.c', | 869 | 'efl_ui_popup.c', |
870 | 'efl_ui_alert_popup.c', | 870 | # 'efl_ui_alert_popup.c', |
871 | 'efl_ui_table.c', | 871 | 'efl_ui_table.c', |
872 | 'efl_ui_table_static.c', | 872 | 'efl_ui_table_static.c', |
873 | 'efl_ui_table_layout.c', | 873 | 'efl_ui_table_layout.c', |
@@ -876,8 +876,8 @@ elementary_src = [ | |||
876 | 'efl_ui_text_factory_images.c', | 876 | 'efl_ui_text_factory_images.c', |
877 | 'efl_ui_text_factory_emoticons.c', | 877 | 'efl_ui_text_factory_emoticons.c', |
878 | 'efl_ui_text_factory_fallback.c', | 878 | 'efl_ui_text_factory_fallback.c', |
879 | 'efl_ui_clock.c', | 879 | # 'efl_ui_clock.c', |
880 | 'efl_ui_clock_private.h', | 880 | # 'efl_ui_clock_private.h', |
881 | 'efl_ui_image_factory.c', | 881 | 'efl_ui_image_factory.c', |
882 | 'efl_ui_focus_manager.c', | 882 | 'efl_ui_focus_manager.c', |
883 | 'efl_ui_focus_manager_calc.c', | 883 | 'efl_ui_focus_manager_calc.c', |