summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10Fix wrong log formatsHwankyu Jhun1-2/+2
Change-Id: I06d6dfec909b7500c4c6d7e1f91a2e96052ca10f Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-09-27Exclude some lines from lcovHwankyu Jhun2-0/+10
Change-Id: I177f03a06b906f5dc896bd3b8fc22bb30ff37a77 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2017-09-13fix coding rule errorYoungjae Shin1-5/+3
Change-Id: I3e8a62f7bdcc11ace0fda262b152b21e9cd33556 Signed-off-by: Youngjae Shin <yj99.shin@samsung.com>
2017-04-28Loading library with absolute pathJiwoong Im1-1/+1
- Loading libraries without specifying an absolute path could allow an attacker to load a malicious library by changing $LD_* or other aspects of the program's execution environment. Change-Id: Ic51469d1ffab14008e8ef550ae604ee7f3138994 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2017-04-26modify sources about diff with tizen_2.4Jiwoong Im1-48/+282
- add execption handling codes remove unnecessary codes modify codes related with "transition,finished" in ug-efl-engine add indicator update codes Change-Id: I9e1baacc7fb962cf0b4bd0488163c10777bc4394 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-11-04Add handling orientation change eventHyunho Kang1-0/+30
Change-Id: Idae31c5e483d25487e98d3979e36ea90e67a2747 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
2016-07-12Add comment for excluding from coverage testsubmit/tizen_mobile/20160713.013202submit/tizen/20160712.090432accepted/tizen/wearable/20160712.132219accepted/tizen/tv/20160712.132204accepted/tizen/mobile/20160713.013332accepted/tizen/ivi/20160712.132243accepted/tizen/common/20160713.050603Semun Lee2-0/+7
Change-Id: I5471a94dc7ce748b04c57661f2aae591abbc3075 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-07-08Fix wrong return value of ug_is_installedsubmit/tizen/20160708.025112accepted/tizen/wearable/20160708.033350accepted/tizen/tv/20160708.033304accepted/tizen/mobile/20160708.033233accepted/tizen/ivi/20160708.033409accepted/tizen/common/20160708.140707Semun Lee1-1/+1
Change-Id: I571412e60fde3c9217e245543d47f7329a38e0e9 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-07-07Fix crash of ug-client appssubmit/tizen/20160707.122156accepted/tizen/wearable/20160707.225137accepted/tizen/tv/20160707.225121accepted/tizen/mobile/20160707.225105accepted/tizen/ivi/20160707.225154accepted/tizen/common/20160707.172213Semun Lee2-7/+19
dlopen ug shared library file again to prevent crash while terminating app. In some case, unloaded memory could be accessed by other libaries clean up routine. Fix double free of ad.name Change-Id: I612c318ccb798d76a0ac8b77ab8f23dbe2b1e974 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-06-17sync prototype of ug_init with tizen_2.4submit/tizen/20160616.235341accepted/tizen/wearable/20160617.083923accepted/tizen/tv/20160617.083613accepted/tizen/mobile/20160617.083840accepted/tizen/ivi/20160617.083720accepted/tizen/common/20160620.163206Jiwoong Im1-3/+3
Change-Id: I3b035883b8245e72a52dcf4de73efa8f9ffdcb92 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-06-16fix abi issueJiwoong Im2-20/+6
Change-Id: Idc9ca564c61f2f6278c93e950d3163c83391274c Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-06-13add null check in ugman_ug_createsubmit/tizen/20160613.062107accepted/tizen/wearable/20160614.041137accepted/tizen/tv/20160614.041153accepted/tizen/mobile/20160614.041115accepted/tizen/ivi/20160614.041207accepted/tizen/common/20160614.143655Jiwoong Im1-1/+2
Change-Id: I28b7afae2dd0aac16f6f5e13f3bf3c58e3885012 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-06-08add null check in ug_disable_effectsubmit/tizen/20160608.045259accepted/tizen/wearable/20160609.090138accepted/tizen/tv/20160609.090223accepted/tizen/mobile/20160609.090120accepted/tizen/ivi/20160609.090150accepted/tizen/common/20160610.175824Jiwoong Im1-0/+4
Change-Id: I468e972f1fd82f2055656f0496e65d29b5d6c346 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-04-04add missing internal api from tizen 2.4Jiwoong Im2-0/+108
- int ugman_resume_ug() int ugman_pause_ug() int ugman_create_cb() Change-Id: I76f13d7f6567e50b46ad159f0f5c8603f4e46e77 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-03-16Add missing path to resolving ug librarysubmit/tizen/20160316.062840accepted/tizen/wearable/20160316.081950accepted/tizen/tv/20160316.081933accepted/tizen/mobile/20160316.081919accepted/tizen/ivi/20160316.082008accepted/tizen/common/20160316.160657Sangyoon Jang1-1/+11
- Add missing path: <app_root>/lib/ug/<libname>.so Change-Id: I0271da54639c79d69208e6ffc461085880b0aeec Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-03-11Fix resolving ug library pathsubmit/tizen/20160311.071153accepted/tizen/wearable/20160311.145702accepted/tizen/tv/20160311.144854accepted/tizen/mobile/20160311.143310accepted/tizen/ivi/20160311.150323accepted/tizen/common/20160311.203802Sangyoon Jang1-43/+62
Change-Id: I4b931c25c9de40dc964a0d24a9a4890c06846404 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-02-26modify step of getting ug library pathsubmit/tizen/20160310.062529accepted/tizen/wearable/20160311.054820accepted/tizen/tv/20160311.054803accepted/tizen/mobile/20160311.054745accepted/tizen/ivi/20160311.054839accepted/tizen/common/20160311.201234Jiwoong Im1-55/+26
- Search shared/res/lib/ug in app root path. - When using its own ug library, search lib/ug in its own app path. Change-Id: Iba6c540f54115208ab42eb509b84706727a691eb Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-01-21Separate app paths for global appsubmit/tizen/20160122.030358Hwankyu Jhun1-0/+7
- There are two types of global apps. One is read only and the other is writable. Paths for those are different each other. Change-Id: I9d6c7806fd349377b74de5b9e0f0cce60481cfed Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-12-09Apply tizen coding rulesJiwoong Im3-75/+65
Change-Id: I2169875f3d6252c2b992194fd2ed1ad20079a601 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-11-25remove warningJiwoong Im2-13/+1
- defined but not used - unused variable - passing argument from incompatible pointer type Change-Id: I16be19d1c920c4d88837102e564d1abdb4cdf50d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-11-09replace service to app_controlsubmit/tizen/20151109.102049submit/tizen/20151109.081437submit/tizen/20151109.081121accepted/tizen/wearable/20151109.233930accepted/tizen/tv/20151109.233909accepted/tizen/mobile/20151109.233856Jiwoong Im2-33/+33
Change-Id: Ib50b5c5e057f570e2bbd656dd4437d4b3eb8c4bd Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-08-22Find engine shared library file properlysubmit/tizen/20150822.041009accepted/tizen/wearable/20150822.065834accepted/tizen/tv/20150822.065320accepted/tizen/mobile/20150822.064721Semun Lee2-14/+1
In the engine so file may not be in /usr/lib. Let the ld find the so file with LD_LIBRARY_PATH Change-Id: I1090cd96f26306c8b4b6e04e2a6fcd054b901c12 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2015-08-12modify ug library search path in ug module loadsubmit/tizen/20150814.080020accepted/tizen/wearable/20150814.112926accepted/tizen/tv/20150814.113010accepted/tizen/mobile/20150814.112849Jiwoong Im1-60/+103
Change-Id: If319f25895b56fb1749a22fdb225ad87a628483d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-06-30replace WAYLAND DEFINITION to UG_WAYLANDsubmit/tizen/20150702.004900accepted/tizen/wearable/20150702.105021accepted/tizen/tv/20150702.105007accepted/tizen/mobile/20150702.104953Jiwoong Im2-8/+8
Change-Id: I2580de7cfc88dbe54824863a7554774b6d9d627f Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-05-11add codes to support wayland profile.submit/tizen/20150511.111505accepted/tizen/wearable/20150511.132837accepted/tizen/tv/20150512.050609accepted/tizen/mobile/20150512.024300accepted/tizen/common/20150511.125855Jiwoong Im2-0/+27
Add ugman_init and ug_init for wayland profile to failure in UG_INIT_EFL Jira ticket : TC-2507 Change-Id: I0f787e50ac25fb18cb2bb38880fd12bf7ca5f8b8 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-02-26Replace app_manager_get_package() with app_manager_get_app_id()submit/tizen_wearable/20150313.022842submit/tizen_tv/20150313.022842submit/tizen_tv/20150228.021455submit/tizen_tv/20150227.073215submit/tizen_mobile/20150313.022842submit/tizen/20150304.022845accepted/tizen/wearable/20150313.083857accepted/tizen/tv/20150313.083826accepted/tizen/tv/20150302.010505accepted/tizen/mobile/20150313.083945Suchang Woo1-1/+1
app_manager_get_package() is deprecated. Signed-off-by: Suchang Woo <suchang.woo@samsung.com> Change-Id: I0e25c9faf503dfa74ad120ffe0baf79da840f933
2015-01-26disable controlling indicator.submit/tizen_wearable/20150128.040454submit/tizen/20150127.011226accepted/tizen/wearable/20150128.040857accepted/tizen/wearable/20150127.105956accepted/tizen/tv/20150128.103620accepted/tizen/mobile/20150127.110946accepted/tizen/common/20150127.100932tizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonBoram Park1-45/+1
Change-Id: Ic04690c07186e7ec28537ecf9df9ac3c48aa01b1 Signed-off-by: Boram Park <boram1288.park@samsung.com>
2014-06-13Remove hardcoded paths in module.c fileChristophe Moreau1-6/+6
Bug-Tizen : TC-333 Change-Id: If4b51db9b2724cb0baac527fe6d31cadf06c8839 Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
2014-03-07Apps should not require ecore_x.Fabio Mello2-0/+26
The current UG_INIT_EFL() macro forces the applications who uses it to depend on ecore_x. This patch uses a higher level of abstraction in this macro, this approach lets ui-gadget-1 handle the display server without expose this to its dependents. Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com> Signed-off-by: Fabio Mello <fabio.mello@intel.com> Conflicts: CMakeLists.txt Change-Id: I9a1683df1ee64b2d997b0edfedc6bfc695aed9e7
2014-02-25Merge branches 'HEAD' and 'tizen_2.2' into tizenSemun Lee2-81/+254
Conflicts: CMakeLists.txt client/CMakeLists.txt client/ug-client.c include/ui-gadget.h packaging/ui-gadget-1.spec src/manager.c ui-gadget-1.manifest
2014-02-17Remove hardcoded path for multiuser supportsubmit/tizen_ivi_release/20140312.071122submit/tizen/20140312.070647submit/tizen/20140221.103828accepted/tizen/mobile/20140227.071751accepted/tizen/ivi/release/20140312.123825accepted/tizen/ivi/panda/20140312.111918accepted/tizen/ivi/20140221.200041accepted/tizen/generic/20140312.094911accepted/tizen/generic/20140221.132647accepted/tizen/genericSabera Djelti (sdi2)1-2/+4
bug-tizen: PTREL-662 Change-Id: I66ab7ff37a89703576ea90885300364cc63f8bf6 Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2014-01-08init wayland supportsubmit/tizen/20140110.215645accepted/tizen/mobile/20140113.182040accepted/tizen/ivi/20140110.224049accepted/tizen/generic/20140114.145758accepted/tizen/mobileLi,Limin2-0/+24
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 ui-gadget package. Signed-off-by: Li,Limin <liminx.li@intel.com> Change-Id: Iceb95b03f824860b2aac74f35c0945380f6cc22a
2013-08-19merge latest code / fix prevent issuesHyungdeuk Kim1-16/+39
Change-Id: I644d827593a43cc5308150bbd7546557a1ea27bb
2013-08-01merge latest codeHyungdeuk Kim1-0/+2
2013-06-26rollback overlap feature for image viewerHyungdeuk Kim1-1/+20
2013-06-25merge latest codeHyungdeuk Kim2-88/+218
2013-04-19add ug_send_result_full api for appcontrol ugHyungdeuk Kim1-8/+45
2013-04-12remve window profile changed cb for desktop modeHyungdeuk Kim1-0/+10
2013-04-09apply latest changesHyungdeuk Kim2-0/+27
2013-03-20add code to remove ui cb under ug_destroy_all caseHyungdeuk Kim2-20/+34
2013-03-16merge with masterJinkun Jang2-30/+170
2013-03-13Tizen 2.1 baseJinkun Jang4-0/+1397