summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-30Modify system event callbacksubmit/tizen_wearable/20150121.020025submit/tizen_tv/20150121.020041submit/tizen_mobile/20150121.020049submit/tizen/20150120.043506accepted/tizen/wearable/20150121.044756accepted/tizen/tv/20150121.044523accepted/tizen/mobile/20150121.045023Jiwoong Im5-20/+33
appcore passes system event information to application. Change-Id: Iad10469457c96c331dd260415f5238e6978419ba Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2014-09-18use rpm macro %{_unitdir_user} instead of hard coded pathRonan Le Martret1-3/+3
Change-Id: Icb49c348cf30f84de9a51e8a1f1950dac7df034d Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-09-03Support Wayland and X11 profiles at the same timetizen_3.0_ivi_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20140912.000000submit/tizen_common/20140909.092918accepted/tizen/ivi/20140912.193606accepted/tizen/common/20140909.100249tizen_3.0_ivitizen_3.0.m14.3_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonManuel Bachmann5-27/+32
The previous logic of both the packaging and the source code were exclusive ; if you had wayland features, you couldn't have x11, and so was the reverse case. We now try to handle these cases more gracefully. Change-Id: I48eccffbd83c17314377b66c83fce4452d143e60 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-08-12Add resume/pause support in Wayland profile.Yan Wang1-6/+59
Change-Id: I355cc5939d10328cab829409b5eba312e310cead
2014-06-10Clean spec filetizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi/20140626.144348submit/tizen_ivi/20140626.130032submit/tizen_ivi/20140626.125712submit/tizen_ivi/20140624.064036submit/tizen_common/20140618.103325tizen_3.0.m14.2_iviKévin THIERRY1-30/+23
Also: add a valid license tag. Change-Id: I9eaa863e293f84d6d814939e085a345e09c60453 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-03-18Add multi-user supportsubmit/tizen_ivi/20140623.000000submit/tizen_ivi/20140622.000000submit/tizen_ivi/20140619.000000submit/tizen_ivi/20140618.000001submit/tizen_ivi/20140618.000000submit/tizen_common/20140522.135644submit/tizen_common/20140522.130648submit/tizen_common/20140521.163740Jiwoong Im3-5/+9
Bug-Tizen: PTREL-322 Change-Id: I0832b33c74da0ee572fab3ef868a47fe2ebb3bcb Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2014-03-10Merge branch tizen_2.2 into tizenJiwoong Im1-4/+9
Change-Id: Ib0fa5bac38d8df293f1d0b9f7519e195171a3c9b
2014-03-10Change license in spec fileJuhyeon Yun1-6/+8
Change-Id: I7ae04d0c98bb6743974f7a91b630506604416331 Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
2014-01-29Add explicit Require on libx11-devel.submit/tizen_ivi_release/20140312.071106submit/tizen_ivi_release/20140312.042531submit/tizen/20140312.070639submit/tizen/20140213.074321accepted/tizen/mobile/20140225.042705accepted/tizen/ivi/release/20140312.115445accepted/tizen/ivi/release/20140312.043622accepted/tizen/ivi/panda/20140312.101713accepted/tizen/ivi/20140213.220105accepted/tizen/generic/20140312.093534accepted/tizen/generic/20140213.074850accepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen/mobileaccepted/tizen/ivi/stableaccepted/tizen/genericRonan Le Martret1-0/+4
Change-Id: Ib03bca27cecfc0e9a40465948afe8fd26b312419 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-01-15Change license in spec fileJuhyeon Yun1-1/+4
Change-Id: I41af2d269ede9a6eaa9c604e5d32cf063fc9240a Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
2014-01-08init wayland supportsubmit/tizen/20140116.012548accepted/tizen/mobile/20140116.011814accepted/tizen/ivi/20140117.181904Li,Limin7-18/+97
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 app-core package. Signed-off-by: Li,Limin <liminx.li@intel.com> Change-Id: I5bbb83cf2e4769bed0e0c33bb646467ec77566f1
2013-11-26Add wayland support in core-efl.targetsubmit/tizen/20131205.085519accepted/tizen/20131207.002758accepted/tizen/20131205.214947Alex Wu3-2/+38
In wayland segment, launch weston.target instead of Xorg.target. Change-Id: I8f4079e2699124e1529d63c0a7ac28a4427dc427 Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
2013-10-02Merge branch 'temp' into tizensubmit/tizen_ivi_stable/20131116.100241submit/tizen/20131002.044650accepted/tizen_ivi_stable/20131116.100755accepted/tizen/20131002.172230accepted/tizen/20131002.170451accepted/tizen/20131002.050353KyungwooNoh14-1042/+12
Conflicts: packaging/app-core.spec Change-Id: I87a6a4c853103f06c716812b643f8bb45f43086c Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
2013-09-26Add license fileJaeho Lee1-0/+4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-08-28add --as-needed and directory cleanupYoung Ik Cho12-1037/+1
Change-Id: Ia7244379d6f07f4f46ae8fc02bca2c9758d361ff Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
2013-08-01add code to check func ret for fixing prevent issueHyungdeuk Kim2-3/+5
2013-06-28resetting manifest requested domain to floorsubmit/tizen_ivi_genivi/20140131.060223submit/tizen/20130912.075539submit/tizen/20130710.102817ivi_oct_m2accepted/tizen/ivi/genivi/20140131.055953accepted/tizen/20130912.093804accepted/tizen/20130912.084754accepted/tizen/20130912.081857accepted/tizen/20130710.221535tizen_ivi_geniviaccepted/tizen/ivi/geniviAlexandru Cornea3-7/+11
2013-06-04Fix rpmlint issueXavier Roche1-4/+4
- Fix harcoded library path for systemd
2013-06-03Changes : Fix x86_64 build-install complianceXavier Roche1-0/+3
2013-05-28Fix X86_64 build-install complianceXavier Roche2-2/+2
- Change lib path in *.pc.in
2013-04-29fixed region change bugsubmit/tizen_2.1/20130514.050900submit/tizen/20130517.044754accepted/tizen/20130520.100903tizen_2.1Jaeho Lee2-1/+6
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-24fixed prevent issuesubmit/tizen_2.1/20130424.230748accepted/tizen_2.1/20130425.0355002.1b_releaseJaeho Lee2-2/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-06fixed a bugJaeho Lee1-1/+6
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-06Merge branch 'master' into tizen_2.1Jaeho Lee2-1/+8
added new API Conflicts: packaging/app-core.spec Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-06added new APIJaeho Lee2-1/+8
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-04-01Disable window manager rotationJaeho Lee2-1/+4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-28added status updateJaeho Lee3-2/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-25fixed build errorJaeho Lee2-1/+5
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-22Merge branch 'master' into tizen_2.1Jaeho Lee3-7/+168
remove sysman dependency Conflicts: CMakeLists.txt packaging/app-core.spec src/appcore-efl.c Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-22remove sysman dependencyJaeho Lee3-7/+168
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-03-16merge with masterJinkun Jang6-147/+405
2013-03-13Tizen 2.1 baseJinkun Jang58-0/+6499
2013-02-19changed rotation codeJaeho Lee4-136/+395
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-01-30fixed build on x86_64 and clean up CFLAGSAnas Nashif2-11/+10
Change-Id: Ia55bf5c86ca10d69da059e735e8d6cbd60be210a
2013-01-19fixed rotation bugJaeho Lee2-6/+6
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2013-01-07fixed prevent issuesJaeho Lee2-2/+3
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2012-12-18modified dlog tagJaeho Lee2-2/+2
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2012-12-071. remove error handle for setlocaleJaeho Lee3-7/+25
2. support hw acceleration Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
2012-12-03updated spec file(apply systemd)Jaeho Lee1-1/+1
2012-11-23Merge branch 'for-rsa-systemd'Jacek Migacz2-0/+20
Change-Id: Icbd33ef72242a5266713475d29fa31fa34c0c429
2012-11-20fixed rotation bugJaeho Lee3-58/+12
2012-11-13Merge branch 'master' into systemdPatrick McCarty3-2/+16
2012-10-26Removed systemd modificationSewook Park2-20/+0
Change-Id: I756a44a3760cba827456e85e1db58c1f14b7bc80
2012-10-251. add smack manifestJaeho Lee4-2/+36
2. add system target 3. Applied systemd change
2012-10-10add system targetWilliam Douglas2-0/+20
Signed-off-by: William Douglas <william.douglas@intel.com> Changed and tailored for slp by <k.lewandowsk@samsung.com> Change-Id: I60b6cbff20b0140bcc004f3d1c4343dff711814b
2012-09-09tizen 2.0 buildsubmit/master/20120920.1510372.0_alphaJaeho Lee2-1/+18
Change-Id: I8fcfb71355cd6f7eb91af314cee41820ce3bf984
2012-08-30tizen buildJaeho Lee2-13/+1
2012-08-29tizen 2.0 buildJaeho Lee2-1/+13
2012-08-21Upload Tizen2.0 sourceSewook Park7-13/+998
2012-04-29upload tizen1.0 sourceKim Kibum10-87/+39