poweroff: add poweroff popup 48/52348/1
authortaeyoung <ty317.kim@samsung.com>
Mon, 23 Nov 2015 04:44:26 +0000 (13:44 +0900)
committertaeyoung <ty317.kim@samsung.com>
Mon, 23 Nov 2015 04:44:26 +0000 (13:44 +0900)
commit41be266fb0bc323d9af2874c71e174be6fa82d8a
tree97cd548c049b82361d00f264c7f12cd1daf43a8b
parentd3b7bea7a814e52dc318e6a57ab98160e37253ac
poweroff: add poweroff popup

- When power off button is longpressed, the popup
  can be expected to launch

Change-Id: I727e5f538fbd7dd95ab27b425a5f82bbd3502b04
Signed-off-by: taeyoung <ty317.kim@samsung.com>
18 files changed:
CMakeLists.txt
packaging/org.tizen.poweroff-syspopup.manifest [new file with mode: 0644]
packaging/system-servant.spec
src/common/core.c [new file with mode: 0644]
src/common/popup-common-internal.h [new file with mode: 0644]
src/common/popup-common.c [new file with mode: 0755]
src/common/popup-common.h [new file with mode: 0644]
src/common/popup-ui-dpms-none.c [new file with mode: 0755]
src/common/popup-ui-dpms-wayland.c [new file with mode: 0755]
src/common/popup-ui-dpms-x.c [new file with mode: 0755]
src/common/popup-ui-normal.c [new file with mode: 0755]
src/common/popup-ui.c [new file with mode: 0755]
src/common/popup-ui.h [new file with mode: 0644]
src/launcher/CMakeLists.txt
src/launcher/system-servant.efl [deleted file]
src/poweroff/CMakeLists.txt [new file with mode: 0755]
src/poweroff/org.tizen.poweroff-syspopup.xml [new file with mode: 0755]
src/poweroff/poweroff.c [new file with mode: 0755]