efl/src/lib/eldbus
SangHyeon Jade Lee 5525c89a3d efl_model : rename all efl_model based classes.
Summary:
As the result of discussion in T7458,
we need to rename all efl_model based classes with efl_XXX_Model sequence.
I've run few vote for this, see V42, V43
few classes are totally renamed as our consideration of misnaming.

| Efl.Model_Loop | Efl.Loop_Model |
| Efl.Model_Item | Efl.Generic_Model |
| Efl.Model_Container | Efl.Container_Model |
| Efl.Model_Container_Item | Efl.Container_Model_Item |
| Efl.Model_Composite | Efl.Composite_Model |
| Efl.Model_Composite_Boolean | Efl.Boolean_Model |
| Efl.Model_Composite_Boolean_Chlidren | Efl.Boolean_Model_Item |
| Efl.Model_Composite_Selection | Efl.Select_Model |
| Efl.Model_Composite_Selection_Chlidren | Efl.Select_Model_Item |
| Efl.Model_View | Efl.View_Model |
| Eio.Model | Efl.Io.Model |
| Efl.Ui.Model_State | Efl.Ui.State_Model |
| Efl.Ui.Model_Size | Efl.Ui.Size_Model |
| Efl.Ui.Model_Exact | Efl.Ui.Exact_Model |
| Efl.Ui.Model_Average | Efl.Ui.Average_Model |
| Efl.Ui.Model_Homogeneous | Efl.Ui.Homogeneous_Model |

I worried about Efl.Io.Model changes, cause it is widely used,
but as I tested, there is no issue found yet.

Eldbus.Model also may can changed Efl.Dbus.Model,
but I cannot found any class who using Efl.Dbus namespace,
so I left it future work.

Test Plan:
Run the Make Test,
it works well except Efl test about selection.
there are class inheritance problem exist in select_model,
I reported it and will fix it in another patch.

Reviewers: cedric, felipealmeida, woohyun, Hermet

Reviewed By: cedric

Subscribers: lauromoura

Tags: #efl, #do_not_merge

Differential Revision: https://phab.enlightenment.org/D7533
2019-01-31 14:59:37 +09:00
..
Eldbus.h eldbus: migrate and refactor eldbus.model to new efl.model API. 2018-04-30 14:21:11 -07:00
Eldbus_Model.h
eldbus_connection.h
eldbus_core.c eldbus: make sure we do not destroy our log domain until we shutoff eina. 2018-05-01 10:39:01 -07:00
eldbus_freedesktop.c
eldbus_freedesktop.h
eldbus_introspection.c
eldbus_introspection.h
eldbus_message.c
eldbus_message.h
eldbus_message_eina_value.h
eldbus_message_from_eina_value.c
eldbus_message_helper.c
eldbus_message_helper.h
eldbus_message_to_eina_value.c
eldbus_model.c eldbus: simplify code by using helper that create future directly. 2018-11-30 14:58:22 -08:00
eldbus_model.eo efl_model : rename all efl_model based classes. 2019-01-31 14:59:37 +09:00
eldbus_model_arguments.c eldbus model - remove unused vars warn 2018-12-04 08:33:46 +00:00
eldbus_model_arguments.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_arguments_private.h efl: make Efl.Model.properties_get return an Iterator<string>. 2018-11-23 10:13:58 -08:00
eldbus_model_connection.c ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_connection.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_connection_private.h eldbus: migrate and refactor eldbus.model to new efl.model API. 2018-04-30 14:21:11 -07:00
eldbus_model_method.c efl: make Efl.Model.properties_get return an Iterator<string>. 2018-11-23 10:13:58 -08:00
eldbus_model_method.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_method_private.h eldbus: migrate and refactor eldbus.model to new efl.model API. 2018-04-30 14:21:11 -07:00
eldbus_model_object.c ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_object.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_object_private.h eldbus: migrate and refactor eldbus.model to new efl.model API. 2018-04-30 14:21:11 -07:00
eldbus_model_private.h ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_proxy.c ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_proxy.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_proxy_private.h eldbus: migrate and refactor eldbus.model to new efl.model API. 2018-04-30 14:21:11 -07:00
eldbus_model_signal.c eldbus: rename custom constructor methods 2018-02-15 13:11:00 -05:00
eldbus_model_signal.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eldbus_model_signal_private.h
eldbus_object.c
eldbus_object.h
eldbus_pending.c
eldbus_pending.h
eldbus_private.h
eldbus_private_types.h
eldbus_proxy.c
eldbus_proxy.h
eldbus_service.c eldbus- fix warning by casting through void 2018-11-09 11:43:59 +00:00
eldbus_service.h
eldbus_signal_handler.c eldbus: remove unreachable code. 2018-10-10 12:55:21 +02:00
eldbus_signal_handler.h
eldbus_types.eot eolian: first batch of unused import removals 2018-05-13 17:28:47 +02:00
meson.build meson: use eolian_gen with -S 2018-12-03 19:00:26 +01:00