summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-04-18Modified sp_initdb toolHwankyu Jhun1-1/+1
After this patch is applied, sp_initdb tool supports xml parser. If the developer adds the xml file of the syspopup on /usr/share/syspopup/<profile>/ directory, the tool parses the data and inserts it into syspopup db. Change-Id: I4f4714562d3dda271e50dd438a9e3972b327a4df Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-06-09Remove unnecessary build configurationHwankyu Jhun1-7/+0
Now, Tizen only supports Wayland. Change-Id: Iedc44716abe1154cc1cb106189d09f75a36e1e2d Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-19Fix versioningHwankyu Jhun1-1/+0
Change-Id: Ib9413a0831fece6ddbc92d62a14c9fc183990c67 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-01-16Remove Profile Build DependencyMyungJoo Ham1-8/+1
- This is for Tizen 4.0. - The syspopup initdb tool is added. Change-Id: Ia46f7d423eb138c72b9c8ffeecf71d050b104bce Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-11-08Remove syspopup appsubmit/tizen_3.0_common/20161114.081136submit/tizen_3.0/20161108.071238submit/tizen/20161109.002425submit/tizen/20161108.071447accepted/tizen/wearable/20161110.000421accepted/tizen/tv/20161110.000401accepted/tizen/mobile/20161110.000338accepted/tizen/ivi/20161110.000436accepted/tizen/common/20161109.140347accepted/tizen/3.0/wearable/20161110.071003accepted/tizen/3.0/tv/20161110.070949accepted/tizen/3.0/mobile/20161110.070920accepted/tizen/3.0/ivi/20161110.071017accepted/tizen/3.0/common/20161114.143453Hwankyu Jhun1-1/+0
Change-Id: I40eb44d7d63cd25bde09f392ec130728d63ef344 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-04-15Merge tizen 2.4 into tizensubmit/tizen/20160415.153127accepted/tizen/wearable/20160418.012429accepted/tizen/tv/20160418.012427accepted/tizen/mobile/20160418.012514accepted/tizen/ivi/20160418.012438accepted/tizen/common/20160418.141352Hwankyu Jhun1-0/+4
- Fix the syspopup db - Add a syspopup db for the wearable profile Change-Id: Ib4a4d75a3add27a0d78a1ec92b9ef703b8e3f1d8 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-03-09Remove hardcoded pathssubmit/tizen/20160311.010927submit/tizen/20160309.083628accepted/tizen/wearable/20160313.120027accepted/tizen/tv/20160313.120020accepted/tizen/mobile/20160313.115948accepted/tizen/ivi/20160313.120036accepted/tizen/common/20160315.220538Hwankyu Jhun1-1/+1
Requires: https://review.tizen.org/gerrit/#/c/59623/ Change-Id: I6534d3976b4d7d429a9d30873f83e94171acb46f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-11-08Support Wayland environmentsubmit/tizen_wearable/20151109.234313submit/tizen/20151109.234313submit/tizen/20151109.122126accepted/tizen/wearable/20151111.044736accepted/tizen/tv/20151112.232026accepted/tizen/mobile/20151112.232014Hwankyu Jhun1-2/+5
- Add Wayland/X syspopup init and reset func separately - Refactor syspopup-app - Remove unnecessary dependencies on syspopup-caller pkg-config Change-Id: Ibf3ac911a1523050a1ce9acf902bb4cdd15b7df5 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-10-27Modify to launch the syspopup applicationsubmit/tizen/20151028.020252Hwankyu Jhun1-1/+1
Launching request for syspopup is changed to gdbus signal for system user. Change-Id: Iff8321d42d2f4660dd2c85e2e141133501861042 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-10-23Merge tizen 2.4 into tizenHwankyu Jhun1-2/+2
- changes for migrating dbus-glib into gdbus Change-Id: I64ea42f2e07f79cb1d2e9d6477cca32754aa36e3 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2014-02-19Add multi-user supportKévin THIERRY1-1/+1
Bug-Tizen: PTREL-364 Change-Id: Iadd1676192d3235f9f5f9bc37ba215ef35bbf84c Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-01-06init wayland supportsubmit/tizen/20140110.215426Li,Limin1-0/+4
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0. Basically and consistently, two macros were used "with wayland" and "with x". Below summarize the combination of the macros: | wayland | x | meaning |--------------------------- | 0 | 1 | pure X11 platform(no wayland) | 1 | 0 | pure wayland platform (no X11) | 1 | 1 | wayland but X compatibility | 0 | 0 | no X and no wayland This method unifies the meaning and usage. Deploy this method to syspopup package. fix the bug:https://bugs.tizen.org/jira/browse/PTREL-531 Signed-off-by: Li,Limin <liminx.li@intel.com> Change-Id: Id3f61e652e22115d47c7ef8d50dd5cb70b64c112
2013-04-02Fixed hardcoding of lib path in .pc fileAnas Nashif1-1/+0
Change-Id: If6405ae07de43e7489bd36e1bd51b7cb1d2c6191
2013-03-13Tizen 2.1 baseJinkun Jang1-3/+3
2012-02-27tizen beta releaseKibum Kim1-0/+69