tizen 2.3 release tizen_2.3 submit/tizen_2.3/20150202.053743 tizen_2.3_release
authorjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 04:07:11 +0000 (13:07 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 04:07:11 +0000 (13:07 +0900)
commit50f4772add609c8ec33acc90c60f706234a85d0b
tree4e961a3ff103831b0abe7ca9f2d6e4de87c1f0e8
parent56b397cf120a1016b1a0e09c916c612d518038ae
tizen 2.3 release
42 files changed:
CMakeLists.txt
TC/testcase/Makefile [deleted file]
TC/testcase/tslist [deleted file]
TC/testcase/utc_livebox.c [deleted file]
doc/livebox_doc.h [deleted file]
dynamicbox/CMakeLists.txt [new file with mode: 0644]
dynamicbox/LICENSE [moved from LICENSE with 100% similarity]
dynamicbox/data/CMakeLists.txt [moved from data/CMakeLists.txt with 100% similarity]
dynamicbox/doc/dynamicbox_doc.h [new file with mode: 0644]
dynamicbox/dynamicbox.pc.in [new file with mode: 0644]
dynamicbox/include/debug.h [new file with mode: 0644]
dynamicbox/include/dlist.h [new file with mode: 0644]
dynamicbox/include/dynamicbox.h [new file with mode: 0644]
dynamicbox/include/internal/dynamicbox.h [new file with mode: 0644]
dynamicbox/include/util.h [moved from include/util.h with 100% similarity]
dynamicbox/patch/pixmap_ee.patch [new file with mode: 0644]
dynamicbox/patch/pixmap_ee_dbox.patch [new file with mode: 0644]
dynamicbox/src/dlist.c [new file with mode: 0644]
dynamicbox/src/dynamicbox.c [new file with mode: 0644]
dynamicbox/src/snapshot_window.c [new file with mode: 0644]
dynamicbox/src/util.c [moved from src/util.c with 73% similarity]
dynamicbox/src/virtual_window.c [new file with mode: 0644]
dynamicbox/src/virtual_window_wayland.c [new file with mode: 0644]
include/livebox.h [deleted file]
livebox/CMakeLists.txt [new file with mode: 0644]
livebox/LICENSE [new file with mode: 0644]
livebox/include/debug.h [moved from include/debug.h with 100% similarity]
livebox/include/dlist.h [moved from include/dlist.h with 100% similarity]
livebox/include/dynamicbox.h [new file with mode: 0644]
livebox/include/livebox.h [new file with mode: 0644]
livebox/include/livebox_product.h [new file with mode: 0644]
livebox/include/util.h [new file with mode: 0644]
livebox/livebox.pc.in [moved from livebox.pc.in with 83% similarity]
livebox/src/livebox.c [new file with mode: 0644]
packaging/libdynamicbox.manifest [moved from packaging/liblivebox.manifest with 100% similarity]
packaging/libdynamicbox.spec [new file with mode: 0644]
packaging/liblivebox.spec [deleted file]
src/dlist.c [deleted file]
src/livebox.c [deleted file]
src/snapshot_window.c [deleted file]
src/virtual_window.c [deleted file]
src/virtual_window_wayland.c [deleted file]