Initial Release 17/51217/1 accepted/tizen/mobile/20151107.080109 submit/tizen_mobile/20151106.050512
authorTaejin Woo <tt.woo@samsung.com>
Thu, 5 Nov 2015 09:33:12 +0000 (18:33 +0900)
committerTaejin Woo <tt.woo@samsung.com>
Thu, 5 Nov 2015 10:17:42 +0000 (19:17 +0900)
commita84fa198b760ee58df060de4ebc33f94643c810c
tree8b55636074b174dccc2708e2e6ad98a705fc26af
parent5e23d8b02f7a2ae21abd8b5322e5115b80e270cd
Initial Release

Change-Id: Iae7cd1064cee40f1c39079adede19199a37af808
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
35 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
bluetooth-share-ui.manifest [new file with mode: 0644]
data/bluetooth-share-ui.ini [new file with mode: 0644]
data/edc/bt-share-layout.edc [new file with mode: 0644]
data/edc/image_macro.edc [new file with mode: 0644]
data/edc/images.edc [new file with mode: 0644]
data/images/bluetooth_inbound_transfer_failed.png [new file with mode: 0644]
data/images/bluetooth_inbound_transfer_successed.png [new file with mode: 0644]
data/images/bluetooth_outbound_transfer_failed.png [new file with mode: 0644]
data/images/bluetooth_outbound_transfer_successed.png [new file with mode: 0644]
data/org.tizen.bluetooth-share-ui.efl [new file with mode: 0644]
data/org.tizen.bluetooth-share-ui.png [new file with mode: 0644]
data/org.tizen.bluetooth-share-ui.xml [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/org.tizen.bluetooth-share-ui.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
packaging/org.tizen.bluetooth-share-ui.spec [new file with mode: 0755]
src/applog.h [new file with mode: 0644]
src/bt-share-ui-ipc.c [new file with mode: 0755]
src/bt-share-ui-ipc.h [new file with mode: 0644]
src/bt-share-ui-main.c [new file with mode: 0644]
src/bt-share-ui-main.h [new file with mode: 0755]
src/bt-share-ui-popup.c [new file with mode: 0755]
src/bt-share-ui-popup.h [new file with mode: 0644]
src/bt-share-ui-resource.h [new file with mode: 0644]
src/bt-share-ui-view.c [new file with mode: 0755]
src/bt-share-ui-view.h [new file with mode: 0644]
src/bt-share-ui-widget.c [new file with mode: 0644]
src/bt-share-ui-widget.h [new file with mode: 0644]