interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table
authorSangHyeon Lee <sh10233.lee@samsung.com>
Tue, 19 Dec 2017 05:13:58 +0000 (14:13 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
commite190d1061deaf552761b8d7c77b4eadca2af6a2f
tree1faabdfe352030fd05f6378ae504b68ebeef5e14
parent779453fa3dfe77c9c8f8b4c70a64145f24d50dad
interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table

Summary:
Change name of 'grid' to 'table' for matching on common ui naming
and avoiding confusion with 'gengrid' and 'grid view'.
grid will be introduced as grid image view after.

Test Plan:
checked make & make install
checked make check - there are errors but not related with these changes.
checked make examples - there are errors in cxx but not related with these changes.
checked make discheck - failed
test in elementary_test with Efl.Ui.Table and Table_static.

Reviewers: raster, cedric, jpeg, felipealmeida

Differential Revision: https://phab.enlightenment.org/D5668
27 files changed:
src/Makefile_Efl.am
src/Makefile_Elementary.am
src/bin/elementary/test.c
src/bin/elementary/test_evas_snapshot.c
src/bin/elementary/test_ui_popup.c
src/bin/elementary/test_ui_scroller.c
src/bin/elementary/test_ui_table.c [moved from src/bin/elementary/test_ui_grid.c with 84% similarity]
src/bin/elementary/test_ui_table_static.c [moved from src/bin/elementary/test_grid_static.c with 65% similarity]
src/examples/elementary/table_cxx_example_01.cc
src/examples/elementary/table_cxx_example_02.cc
src/lib/edje/edje_part_table.c
src/lib/edje/efl_canvas_layout_part_table.eo
src/lib/efl/CMakeLists.txt
src/lib/efl/Efl.h
src/lib/efl/interfaces/efl_interfaces_main.c
src/lib/efl/interfaces/efl_pack_table.eo [moved from src/lib/efl/interfaces/efl_pack_grid.eo with 70% similarity]
src/lib/elementary/Efl_Ui.h
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_layout.c
src/lib/elementary/efl_ui_layout_pack.c
src/lib/elementary/efl_ui_layout_part_table.eo
src/lib/elementary/efl_ui_table.c [moved from src/lib/elementary/efl_ui_grid.c with 73% similarity]
src/lib/elementary/efl_ui_table.eo [moved from src/lib/elementary/efl_ui_grid.eo with 56% similarity]
src/lib/elementary/efl_ui_table_private.h [moved from src/lib/elementary/efl_ui_grid_private.h with 63% similarity]
src/lib/elementary/efl_ui_table_static.c [moved from src/lib/elementary/efl_ui_grid_static.c with 69% similarity]
src/lib/elementary/efl_ui_table_static.eo [moved from src/lib/elementary/efl_ui_grid_static.eo with 59% similarity]
src/tests/edje/edje_test_edje.c