[Tizen] Add DALi Autofill implementation accepted/tizen/unified/20190716.111332 submit/tizen/20190715.073800 submit/tizen/20190715.080623
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 15 Jul 2019 06:00:58 +0000 (15:00 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 15 Jul 2019 06:01:24 +0000 (15:01 +0900)
commit6e3af9669baf6cc7abb013f17c70f49775750a26
treea4344a956d5ebfeabaea3c11b00e5fe80eed6ead
parent163b7a013f583bbb30e765bd6a89eee6b48e7546
[Tizen] Add DALi Autofill implementation
 - + Fix coverity issue

This reverts commit 46389b51af179ac9a0ff0d3695cfa114ac678067.

Change-Id: I816005ef4e11dbff5c0e408066893b45c0490c02
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