Evas filters: Add name to the filters
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 19 Jun 2015 08:38:28 +0000 (17:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 25 Jun 2015 05:36:09 +0000 (14:36 +0900)
commit84e3dd5c34f3ee7a8f07311eab6c950d1c76ea51
tree5541d3fced9648bb2380002d0d6b5ba5477fd8e5
parent29402b2ce965c83cdcbfa29ac08b918ab01d95d2
Evas filters: Add name to the filters

Deep down internally there was already a name, but no API could
really set it properly.
Here Edje will set the name of the filter based on the part name
or the data item name if relevant.
doc/previews/preview_text_filter.c
src/lib/edje/edje_calc.c
src/lib/edje/edje_load.c
src/lib/edje/edje_private.h
src/lib/efl/interfaces/efl_gfx_filter.eo
src/lib/evas/canvas/evas_filter_mixin.c
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_main.c
src/lib/evas/canvas/evas_object_text.c
src/lib/evas/include/evas_private.h
src/tests/evas/evas_test_filters.c