[Tizen] Add DALi Autofill implementation
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 16 Sep 2019 06:45:03 +0000 (15:45 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 16 Sep 2019 06:45:08 +0000 (15:45 +0900)
commitfb973f6bcea9f63814fc6eafb5dcfc6b08325d52
tree0d536b5002b4ea483ba6d6dfc59dacf91d1f5075
parent603930b9d84955aeede7e11738188ac906abfa81
[Tizen] Add DALi Autofill implementation

This reverts commit 642866483b65d25e678e7d8211152412dfda840b.

Change-Id: I083dbb4f5b1336ab78b172f83a22897787ac2c88
32 files changed:
build/tizen/adaptor/Makefile.am
build/tizen/adaptor/configure.ac
dali/devel-api/adaptor-framework/autofill-group.cpp [new file with mode: 0755]
dali/devel-api/adaptor-framework/autofill-group.h [new file with mode: 0755]
dali/devel-api/adaptor-framework/autofill-item.cpp [new file with mode: 0755]
dali/devel-api/adaptor-framework/autofill-item.h [new file with mode: 0755]
dali/devel-api/adaptor-framework/autofill-manager.cpp [new file with mode: 0755]
dali/devel-api/adaptor-framework/autofill-manager.h [new file with mode: 0755]
dali/devel-api/file.list
dali/internal/input/common/autofill-factory.h [new file with mode: 0644]
dali/internal/input/common/autofill-group-impl.cpp [new file with mode: 0755]
dali/internal/input/common/autofill-group-impl.h [new file with mode: 0644]
dali/internal/input/common/autofill-item-impl.cpp [new file with mode: 0755]
dali/internal/input/common/autofill-item-impl.h [new file with mode: 0644]
dali/internal/input/common/autofill-manager-impl.cpp [new file with mode: 0755]
dali/internal/input/common/autofill-manager-impl.h [new file with mode: 0644]
dali/internal/input/file.list
dali/internal/input/tizen-wayland/autofill-factory-ecore-wl.cpp [new file with mode: 0755]
dali/internal/input/tizen-wayland/autofill-group-impl-ecore-wl.cpp [new file with mode: 0755]
dali/internal/input/tizen-wayland/autofill-group-impl-ecore-wl.h [new file with mode: 0644]
dali/internal/input/tizen-wayland/autofill-item-impl-ecore-wl.cpp [new file with mode: 0755]
dali/internal/input/tizen-wayland/autofill-item-impl-ecore-wl.h [new file with mode: 0644]
dali/internal/input/tizen-wayland/autofill-manager-impl-ecore-wl.cpp [new file with mode: 0755]
dali/internal/input/tizen-wayland/autofill-manager-impl-ecore-wl.h [new file with mode: 0644]
dali/internal/input/ubuntu-x11/autofill-factory-x.cpp [new file with mode: 0755]
dali/internal/input/ubuntu-x11/autofill-group-impl-x.cpp [new file with mode: 0755]
dali/internal/input/ubuntu-x11/autofill-group-impl-x.h [new file with mode: 0644]
dali/internal/input/ubuntu-x11/autofill-item-impl-x.cpp [new file with mode: 0755]
dali/internal/input/ubuntu-x11/autofill-item-impl-x.h [new file with mode: 0644]
dali/internal/input/ubuntu-x11/autofill-manager-impl-x.cpp [new file with mode: 0755]
dali/internal/input/ubuntu-x11/autofill-manager-impl-x.h [new file with mode: 0644]
packaging/dali-adaptor.spec