summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: improve efl loop test (concentric)Mike Blumenkrantz2019-02-041-2/+9
* eo: implement class overriding (+unit tests)Mike Blumenkrantz2019-02-041-0/+27
* tests: add explicit test for concentric loop usageMike Blumenkrantz2019-02-011-0/+45
* tests/elm: speed up all main loop timer executionMike Blumenkrantz2019-02-013-21/+55
* eolian-mono: Provide constructor parameters based on the constructorsFelipe Magno de Almeida2019-02-014-42/+91
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-011-47/+47
* eo: fix efl_isa to work propertly with interfacesMarcel Hollerbach2019-02-011-0/+3
* efl_ui_win: add 'exit_on_close' property and unit testMike Blumenkrantz2019-01-311-0/+21
* efl_ui_win: add 'exit_on_all_windows_closed' class property and unit testMike Blumenkrantz2019-01-311-0/+32
* efl_model : rename all efl_model based classes.SangHyeon Jade Lee2019-01-3113-95/+95
* elementary: add test for Efl.Ui.Model_Average.Cedric BAIL2019-01-311-0/+96
* elementary: add a test for Efl.Ui.Model_Exact.Cedric BAIL2019-01-301-0/+71
* elementary: add a test for Efl.Ui.Model_Homogeneous.Cedric BAIL2019-01-304-5/+195
* ecore: add an index property on Efl.Model_Composite and handle children_slice...Cedric BAIL2019-01-301-1/+6
* efl.text_markup: move cursor-related methods to efl.text_markup_interactiveMike Blumenkrantz2019-01-301-2/+2
* tests: move efl_ui focus tests into efl_ui_suiteMike Blumenkrantz2019-01-309-104/+104
* tests: move efl_ui_image test -> efl_ui_suiteMike Blumenkrantz2019-01-304-0/+39
* tests: move efl_ui_layout tests into efl_ui_suiteMike Blumenkrantz2019-01-305-95/+109
* tests: move image_zoomable into efl_ui_suiteMike Blumenkrantz2019-01-305-25/+40
* tests: add atspi test for efl_ui_suiteMike Blumenkrantz2019-01-304-1/+475
* tests: formattingMike Blumenkrantz2019-01-3078-253/+253
* tests: modify efl_ui_suite to use same test infrastructure as elm_suiteMike Blumenkrantz2019-01-308-252/+362
* evas_test_textblock: Fix unused variable warningChris Michael2019-01-291-0/+2
* elementary: enable efl_ui_suite tests for meson build.Cedric BAIL2019-01-292-1/+20
* eolian-cxx: Add constructor_defLauro Moura2019-01-281-1/+30
* evas_canvas3d_mesh: implement get methods for efl.file file and mmap propsMike Blumenkrantz2019-01-261-0/+9
* ecore: make ecore_audio_out abstractMarcel Hollerbach2019-01-263-3/+33
* elm_fileselector_button: support the whole interfaceMarcel Hollerbach2019-01-261-0/+14
* edje: implement container apiMarcel Hollerbach2019-01-261-0/+34
* eo: improve efl_isa to be able to know if a class is part of the hierarchy of...Cedric BAIL2019-01-241-0/+2
* meson - edje_cc use -fastcomp for fast builds in mesaCarsten Haitzler (Rasterman)2019-01-243-3/+3
* efl_ui_layout: use the correct objectMarcel Hollerbach2019-01-241-0/+40
* eina: add tests for the new Eina_Value convert functions.Cedric BAIL2019-01-231-0/+24
* eina: add tests for Eina_Value utility function eina_value_*_get.Cedric BAIL2019-01-231-0/+36
* tests/ecore: reenable ecore-audio play testMike Blumenkrantz2019-01-231-3/+2
* efl_mono: add a free function to every owned typeMarcel Hollerbach2019-01-232-49/+49
* eolian_cxx: add free functions to the typesMarcel Hollerbach2019-01-231-6/+6
* efl: add free functions to owned typesMarcel Hollerbach2019-01-222-1/+3
* eolian: add support for composite section into regular classesDaniel Kolesa2019-01-213-0/+30
* efl: convert all interfaces to the new eolian syntaxMarcel Hollerbach2019-01-182-2/+2
* efl: convert all classes to the new eolian syntaxMarcel Hollerbach2019-01-183-3/+3
* eolian: fix tests fallout from the latest changesDaniel Kolesa2019-01-174-6/+5
* eolian: disallow pure virtual on non-abstract/mixin classesDaniel Kolesa2019-01-175-5/+5
* Remove letftover includeXavi Artigas2019-01-171-1/+0
* eolian_cxx: make address_of test not use multiclass inheritanceDaniel Kolesa2019-01-176-41/+6
* efl-mono: Fix lots of warnings in testsFelipe Magno de Almeida2019-01-171-6/+6
* eolian: add api to access the requires fieldMarcel Hollerbach2019-01-171-2/+23
* eolian-mono: Add interface registration to inherited classesFelipe Magno de Almeida2019-01-171-1/+3
* eolian_mono: fix inheriting from efl types not considering additional interfacesVitor Sousa2019-01-171-0/+11
* efl-mono: Add proper test for interface inheritanceFelipe Magno de Almeida2019-01-175-2/+107