summaryrefslogtreecommitdiff
path: root/include/ug-manager.h
AgeCommit message (Collapse)AuthorFilesLines
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-4/+0
Change-Id: Ic04690c07186e7ec28537ecf9df9ac3c48aa01b1 Signed-off-by: Boram Park <boram1288.park@samsung.com>
2014-03-07Apps should not require ecore_x.Fabio Mello1-0/+3
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-01-08init wayland supportsubmit/tizen/20140110.215645accepted/tizen/mobile/20140113.182040accepted/tizen/ivi/20140110.224049accepted/tizen/generic/20140114.145758accepted/tizen/mobileLi,Limin1-0/+6
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-03-13Tizen 2.1 baseJinkun Jang1-0/+49