Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:55 +0000 (01:50 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:55 +0000 (01:50 +0900)
commitc5cede9433b312d2d0e96b3a3b4287256fcf1672
tree5211a8dd62a50cce7cf16e64149ca40e22af7c37
parentf4b9270e910f8839673f43aeb7a49014695f9c88
Tizen 2.1 base
32 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0644]
inc/FShell.h [new file with mode: 0644]
inc/FShellNotificationManager.h [new file with mode: 0755]
inc/FShellNotificationRequest.h [new file with mode: 0644]
inc/FShellQuickPanelFrame.h [new file with mode: 0755]
osp-shell.manifest [new file with mode: 0644]
osp-shell.pc.in [new file with mode: 0644]
packaging/osp-shell.spec [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/FShellQuickPanelFrame.cpp [new file with mode: 0644]
src/FShell_QuickPanelFrame.cpp [new file with mode: 0644]
src/FShell_QuickPanelFrameImpl.cpp [new file with mode: 0644]
src/FShell_QuickPanelFramePresenter.cpp [new file with mode: 0644]
src/core/CMakeLists.txt [new file with mode: 0644]
src/core/FShellNotificationManager.cpp [new file with mode: 0644]
src/core/FShellNotificationRequest.cpp [new file with mode: 0644]
src/core/FShell_NotificationManagerImpl.cpp [new file with mode: 0644]
src/core/FShell_NotificationManagerIpcMessages.cpp [new file with mode: 0644]
src/core/FShell_NotificationManagerProxy.cpp [new file with mode: 0644]
src/core/FShell_NotificationRequestImpl.cpp [new file with mode: 0644]
src/inc/FShell_NotificationManagerEventParamTraits.h [new file with mode: 0644]
src/inc/FShell_NotificationManagerImpl.h [new file with mode: 0644]
src/inc/FShell_NotificationManagerIpcMessages.h [new file with mode: 0644]
src/inc/FShell_NotificationManagerProxy.h [new file with mode: 0644]
src/inc/FShell_NotificationRequestImpl.h [new file with mode: 0644]
src/inc/FShell_QuickPanelFrame.h [new file with mode: 0644]
src/inc/FShell_QuickPanelFrameImpl.h [new file with mode: 0644]
src/inc/FShell_QuickPanelFramePresenter.h [new file with mode: 0644]