summaryrefslogtreecommitdiff
path: root/src/tests/eldbus/eldbus_test_eldbus_model.c
Commit message (Expand)AuthorAgeFilesLines
* tests: move to using checked fixtures for all test suitesMike Blumenkrantz2018-04-051-26/+0
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-051-6/+6
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-2/+2
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-2/+2
* eldbus: rename conflicting "name" properties for some classesMike Blumenkrantz2018-02-151-1/+1
* eldbus: rename custom constructor methodsMike Blumenkrantz2018-02-151-2/+2
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-2/+2
* eldbus: Fix test case (make check)Jean-Philippe Andre2017-09-191-4/+4
* eldbus: always run the main loop.Cedric BAIL2016-12-211-13/+6
* efl: Update Efl.Model to use new Efl_Promise and Efl_FutureFelipe Magno de Almeida2016-09-291-87/+101
* Rename efl_self to efl_addedTom Hacohen2016-09-051-2/+2
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-6/+6
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-6/+6
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-2/+2
* efl: Move promise parameter to return in data modelFelipe Magno de Almeida2016-06-161-13/+13
* eina: Remove Eina_Promise* parameter in promise callbackFelipe Magno de Almeida2016-06-031-6/+6
* eina: Remove unnecessary indirection to promisesFelipe Magno de Almeida2016-06-031-9/+11
* ecore: eldbus: Fix prototype for promise then_cb new prototypeFelipe Magno de Almeida2016-05-261-8/+8
* Efl model: Remove the no longer needed .Base hack.Tom Hacohen2016-05-101-9/+9
* Eldbus: fixed eina_promise callback in eldbus test modelLarry Jr2016-05-031-1/+8
* Eldbus: fixed property_set in Eldbus.Model_ProxyLarry Jr2016-04-291-2/+4
* Efl, Eio, Eldbus, Elementary: new model API use eina_promiseLarry Jr2016-04-291-122/+153
* eldbus: make tests suite more robust to initialization count change.Cedric BAIL2016-04-121-3/+5
* tests/eldbus: add now needed calls to ecore_init/shutdownStefan Schmidt2016-04-121-0/+2
* Eo event: rename Eo_Event->event_info to Eo_Event->info.Tom Hacohen2016-04-121-1/+1
* Change the EFL according to the renaming of the eo_add() current object.Tom Hacohen2016-03-151-2/+2
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-4/+2
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-2/+4
* Automatic migration to Eo4.Tom Hacohen2016-03-031-33/+25
* Eo callbacks: Migrate all of the EFL to the new event cb signatures.Tom Hacohen2016-02-291-8/+3
* Test rework #13: ElDbusVincent Torri2016-02-161-6/+6
* eldbus: add efl.model implementation.Guilherme Lepsch2015-12-101-0/+412