Added LiveboxViewer
authorHeeJu Kang <mobum.kang@samsung.com>
Fri, 21 Dec 2012 05:51:47 +0000 (14:51 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Fri, 21 Dec 2012 05:51:47 +0000 (14:51 +0900)
commit10ebc4a51652f6faad0521bf80e78f39987526de
treec4acf04440d9298c174b855472116511753669b3
parent56c288d65f9012e3a41537e917778b23695a0522
Added LiveboxViewer

Change-Id: I6062ac2b99c7d3e71c517bc51ef627a74e1ea311
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
25 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
description.xml [new file with mode: 0644]
project/CMakeLists.txt [new file with mode: 0644]
project/icons/screen-density-xhigh/mainmenu.png [new file with mode: 0644]
project/inc/LiveboxViewer.h [new file with mode: 0644]
project/inc/LiveboxViewerFormFactory.h [new file with mode: 0644]
project/inc/LiveboxViewerFrame.h [new file with mode: 0644]
project/inc/LiveboxViewerMainForm.h [new file with mode: 0644]
project/inc/LiveboxViewerPanelFactory.h [new file with mode: 0644]
project/inc/ViewForm.h [new file with mode: 0644]
project/manifest.xml [new file with mode: 0644]
project/res/.workflow [new file with mode: 0644]
project/res/screen-size-normal/IDF_FORM.xml [new file with mode: 0644]
project/res/screen-size-normal/IDF_VIEW_FORM.xml [new file with mode: 0644]
project/src/LiveboxViewer.cpp [new file with mode: 0644]
project/src/LiveboxViewerEntry.cpp [new file with mode: 0644]
project/src/LiveboxViewerFormFactory.cpp [new file with mode: 0644]
project/src/LiveboxViewerFrame.cpp [new file with mode: 0644]
project/src/LiveboxViewerMainForm.cpp [new file with mode: 0644]
project/src/LiveboxViewerPanelFactory.cpp [new file with mode: 0644]
project/src/ViewForm.cpp [new file with mode: 0644]
sample.xml [new file with mode: 0644]
screenshot.png [new file with mode: 0644]