Efl.Ui.Animation_View : Change class name to Efl.Ui.Vg_Animation
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 31 Dec 2019 14:53:16 +0000 (09:53 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 6 Jan 2020 00:34:35 +0000 (09:34 +0900)
commit4addc4b4cff8cb0eb7e264c3cf40a666e770a412
tree02d638ef3e08b30b91f102327d0b07b5a856cfe9
parent2b8e667bf0970eb4918a293cf891dc3c0401543e
Efl.Ui.Animation_View : Change class name to Efl.Ui.Vg_Animation

Summary:
Since "View" is a reserved word for MVVM, change the class name appropriately.
Efl.Ui.Animation_View => Efl.Ui.Vg_Animation

ref T8476
Depends on D10931

Test Plan: elementary_test -> "Vector Graphcis Animation"

Reviewers: Hermet, bu5hm4n, kimcinoo, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8476

Differential Revision: https://phab.enlightenment.org/D10939
17 files changed:
src/bin/elementary/meson.build
src/bin/elementary/test.c
src/bin/elementary/test_efl_gfx_vg_value_provider.c
src/bin/elementary/test_efl_ui_vg_animation.c [moved from src/bin/elementary/test_efl_ui_animation_view.c with 91% similarity]
src/lib/elementary/Efl_Ui.h
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_animation_view_eo.legacy.c [deleted file]
src/lib/elementary/efl_ui_vg_animation.c [moved from src/lib/elementary/efl_ui_animation_view.c with 68% similarity]
src/lib/elementary/efl_ui_vg_animation.eo [moved from src/lib/elementary/efl_ui_animation_view.eo with 87% similarity]
src/lib/elementary/efl_ui_vg_animation.h [moved from src/lib/elementary/efl_ui_animation_view.h with 96% similarity]
src/lib/elementary/efl_ui_vg_animation_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/efl_ui_vg_animation_eo.legacy.h [moved from src/lib/elementary/efl_ui_animation_view_eo.legacy.h with 100% similarity]
src/lib/elementary/efl_ui_vg_animation_legacy.h [moved from src/lib/elementary/efl_ui_animation_view_legacy.h with 97% similarity]
src/lib/elementary/efl_ui_vg_animation_private.h [moved from src/lib/elementary/efl_ui_animation_view_private.h with 60% similarity]
src/lib/elementary/meson.build
src/tests/elementary/spec/efl_test_basics.c
src/tests/elementary/spec/efl_test_gfx_view.c