efl/src/lib/efl/interfaces
Marcel Hollerbach c9cdb916cd Revert "efl_ui_selectable: namespace events to avoid conflicts"
Summary:
This reverts commit f629f11bed.

This breaks legacy events. As the selected event is used in legacy
widgets. Also this commits mixed up two different concepts, selection in
a entry etc. and selection of a item.
Depends on D8411

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8412
2019-03-19 16:29:39 -04:00
..
efl_cached_item.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_canvas_pointer.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_canvas_scene.eo efl: mark render,post event as beta. 2019-03-11 17:52:40 -04:00
efl_common_internal.h efl_input_focus: add event_flags 2019-01-23 14:54:59 -05:00
efl_config.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_container.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_content.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_control.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_duplicate.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_file.c efl.file: use ENOENT as default error if file opening fails and errno isn't set 2019-03-06 08:37:25 -05:00
efl_file.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_file.h efl.file: improve api a bit 2019-02-27 13:17:10 -05:00
efl_file_save.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_gfx_blur.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_buffer.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_gfx_color.c efl_gfx_color_class: make this a mixin and move color_class_code here 2019-02-11 12:34:12 +01:00
efl_gfx_color.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_gfx_color_class.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_entity.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_gfx_fill.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_filter.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_frame_controller.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_gfx_gradient.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_gradient_linear.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_gradient_radial.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_hint.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_gfx_image.eo efl.gfx.image: namespace events for this class 2019-03-08 16:59:45 +01:00
efl_gfx_image_load_controller.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_gfx_path.c efl gfx_path: remove EFL_GFX_PATH_EVENT_CHANGED 2018-12-28 12:20:15 +09:00
efl_gfx_path.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_shape.c efl shape: remove unused parameter warning. 2019-01-08 19:54:03 +09:00
efl_gfx_shape.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_size_class.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_stack.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_gfx_text_class.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_gfx_types.eot efl: mark most generated eina.error vars as @beta 2019-03-11 21:35:00 +01:00
efl_gfx_view.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_input_device.c efl_input_device: Fix seat_get 2018-05-18 13:46:28 -04:00
efl_input_device.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_input_types.eot efl.input.types: mark enums beta again and use legacy types in legacy code 2019-03-11 16:27:00 +01:00
efl_interfaces_main.c interfaces: move animator,tick to efl.canvas.object and remove efl.animator 2019-02-21 22:04:30 +01:00
efl_interpolator.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_io_buffer.c api: add bool data to efl.io.reader/writer 'changed' events 2019-02-22 08:50:02 -05:00
efl_io_buffer.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_io_closer.c Make Efl.Ui.Closer an interface instead of mixin 2019-01-17 13:59:57 -05:00
efl_io_closer.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_io_positioner.c efl.io: introduce basic interfaces and classes. 2016-08-22 18:25:14 -03:00
efl_io_positioner.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_io_queue.c api: add bool data to efl.io.reader/writer 'changed' events 2019-02-22 08:50:02 -05:00
efl_io_queue.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_io_reader.c efl.io: introduce basic interfaces and classes. 2016-08-22 18:25:14 -03:00
efl_io_reader.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_io_sizer.c efl.io: introduce basic interfaces and classes. 2016-08-22 18:25:14 -03:00
efl_io_sizer.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_io_writer.c efl.io: introduce basic interfaces and classes. 2016-08-22 18:25:14 -03:00
efl_io_writer.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_model.eo efl: for consistency and effiency move Efl.Model event to send stringshare like Property_Bind event. 2019-03-08 14:31:06 -08:00
efl_mvvm_common.c efl: for consistency and effiency move Efl.Model event to send stringshare like Property_Bind event. 2019-03-08 14:31:06 -08:00
efl_observable.eo efl: mark types beta that have been missed before 2019-03-09 14:27:56 +01:00
efl_observer.c efl: add free functions to owned types 2019-01-22 14:02:37 +01:00
efl_observer.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_orientation.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_pack.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_pack_layout.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_pack_linear.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_pack_table.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_part.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_playable.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_player.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_screen.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_text.eo efl: apply the stabilzed column of the efl api board 2019-03-09 13:49:36 +01:00
efl_text_annotate.eo efl/interfaces: remove all legacy usage from eo files 2019-03-06 13:02:45 -08:00
efl_text_cursor.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_text_font.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_text_format.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_text_markup.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_text_markup_interactive.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_text_markup_util.c eolian: drop class function overriding 2019-02-13 16:59:58 +01:00
efl_text_markup_util.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_text_style.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_text_types.eot eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_types.eot Move Efl.Observable_Tuple into efl_observable.eo 2019-02-14 15:41:23 -05:00
efl_ui_autorepeat.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_clickable.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_direction.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_direction_readonly.c efl_interfaces: missing interfaces prefix 2019-02-01 14:03:24 -05:00
efl_ui_direction_readonly.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_drag.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_draggable.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_factory.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_factory_bind.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_format.c efl_ui_format: fix to display %% and unknown format element 2019-02-11 15:41:07 -08:00
efl_ui_format.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_i18n.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_menu.eo elm: remove all legacy usage from eo files 2019-03-07 14:16:46 -08:00
efl_ui_multi_selectable.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_property_bind.eo efl: add an event to notify that the View property has changed. 2019-03-08 14:30:58 -08:00
efl_ui_range_display.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_range_interactive.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_scrollable.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_scrollable_interactive.eo efl_ui_scrollable: add step size property 2019-02-25 21:23:23 +09:00
efl_ui_scrollbar.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_selectable.eo Revert "efl_ui_selectable: namespace events to avoid conflicts" 2019-03-19 16:29:39 -04:00
efl_ui_types.eot eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
efl_ui_view.eo Mark BETA classes individually 2019-02-14 17:46:50 +01:00
efl_ui_zoom.eo eo files: mark a bunch of types with @beta 2019-03-08 16:40:40 +01:00
meson.build build: add a option to disable eo file installation 2019-03-14 12:44:00 -04:00