summaryrefslogtreecommitdiff
path: root/src/ui/UIBackend.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-07-22Replace popup architecture to systemd servicesangwan.kwon1-72/+0
[AS-IS] * popup used to pipe for IPC [TO-BE] * use to systemd service Change-Id: Ie203c8a4dbcb071fd3896e0c7af1bb8cd7280dbf Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2016-05-30Apply tizen coding rulesangwan.kwon1-23/+24
* It depends on cpp rule checker(version 160520) Change-Id: Ica308e1296be4f3567725fdb004f3bae8a456a0c
2016-05-12Move log system to common librarysangwan.kwon1-1/+1
Change-Id: I313b4b4d6019cca575996f7f3fd3f3254f4ce11a
2015-11-10Add popupJanusz Kozerski1-156/+9
Since Notification framework doesn't support system daemons, the cert-checker's internal popup should be provided. Add implementation of popup binary - /usr/bin/cert-checker-popup Cert-checker forks(), execs a popup binary, waits for popup termination, and then reads user response from pipe. Change-Id: Ie2e70f661feb1f262841d59a1b4c6a7ec49901f9
2015-08-03Add popup UI (+tests)Janusz Kozerski1-0/+218
Notification framework currently doesn't work properly on tizen.org/common. To test UI run: cert-checker-popup-test, and check if UI is displayed correctly. Change-Id: I0eb9b134c77c82eb77b4834b81a1cd1fa19dd620