summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)AuthorFilesLines
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-17/+18
Change-Id: Ib50b5c5e057f570e2bbd656dd4437d4b3eb8c4bd Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-08-25To fix crash, remove evas_object_resize codetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20150825.083820accepted/tizen/wearable/20150826.020153accepted/tizen/tv/20150826.015546accepted/tizen/mobile/20150826.015935tizen_3.0.m1_tvtizen_3.0.m1_mobileJiwoong Im1-3/+0
Change-Id: I0fde7a750735ebcc2e81e6e464cfb2bf0594a2dc Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-07-02replace vconf to dbus to listen homescreen launch signalsubmit/tizen/20150702.103311submit/tizen/20150630.051205accepted/tizen/wearable/20150708.015231accepted/tizen/tv/20150708.015138accepted/tizen/mobile/20150708.015039Jiwoong Im1-17/+159
Change-Id: Ica82494f717829c41d7fec353070402fec7ffabb 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 Im1-4/+0
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>
2014-12-08Improving modularitysubmit/tizen_wearable/20150127.000000submit/tizen_common/20150121.102513submit/tizen_common/20150121.102138submit/tizen/20150112.155659accepted/tizen/wearable/20150128.040601accepted/tizen/common/20150122.101955José Bollo1-1/+1
Using "private" structure definition violates the modularity principle. Using the public API is better. Change-Id: I74e9d8a8e0fd34bfeed8071488793267e6f1e5c9 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-04-04Merge "No need to conditionally invoke UG_INIT_EFL()" into tizenSemun Lee1-2/+0
2014-03-06No need to conditionally invoke UG_INIT_EFL()Alex Wu1-2/+0
Since UG_INIT_EFL() is not X-specific anymore, no need to add "#ifndef WAYLAND" before invoking it. Change-Id: Iceab4239234448baea21e6aebded79a72b994a92 Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
2014-02-27fix build breakSemun Lee1-1/+1
remove dependency to capi-system-runtime-info Change-Id: I23d303ef4c708d1d4c7cd1bf9adda8ee42890ac4 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2014-02-25Merge branches 'HEAD' and 'tizen_2.2' into tizenSemun Lee3-15/+97
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)2-2/+6
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-16/+20
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-2/+8
Change-Id: I644d827593a43cc5308150bbd7546557a1ea27bb
2013-06-25merge latest codeHyungdeuk Kim3-14/+91
2013-05-17comment out non-upstreamed elmentary APIssubmit/tizen/20130517.200826accepted/tizen/20130520.103541Anas Nashif1-0/+2
2013-04-19add ug_send_result_full api for appcontrol ugHyungdeuk Kim1-1/+1
2013-04-12remve window profile changed cb for desktop modeHyungdeuk Kim1-3/+4
2013-04-09apply latest changesHyungdeuk Kim2-2/+2
2013-03-29apply window manager rotation noticeHyungdeuk Kim2-29/+56
2013-03-20add code to remove ui cb under ug_destroy_all caseHyungdeuk Kim1-2/+0
2013-03-16merge with masterJinkun Jang1-2/+7
2013-03-13Tizen 2.1 baseJinkun Jang4-0/+595