platform/core/uifw/e-mod-tizen-wm-policy.git
8 years agoUpdate a list of files in COPYING.Flora 97/60397/1
Gwanglim Lee [Fri, 26 Feb 2016 02:14:42 +0000 (11:14 +0900)]
Update a list of files in COPYING.Flora

Change-Id: I80d6c1fcf26ebe19f5adb2009412ebb0b0a55791

8 years agofix build warning. 32/60232/2
Seunghun Lee [Wed, 24 Feb 2016 04:47:44 +0000 (13:47 +0900)]
fix build warning.

Change-Id: I3a4cbbcf76fc6665b6a556ff2306324db352ca4a

8 years agorotation: allow to configure the auto rotation. 31/60231/2
Seunghun Lee [Tue, 23 Feb 2016 12:27:47 +0000 (21:27 +0900)]
rotation: allow to configure the auto rotation.

Change-Id: Ib64a68a82b79d11952eb2400b4fc07d86b172e46

8 years agorotation: move files related rotation to a directory. 30/60230/2
Seunghun Lee [Tue, 23 Feb 2016 11:31:04 +0000 (20:31 +0900)]
rotation: move files related rotation to a directory.

Change-Id: I6426f2ebf34b5701960763f8b1d9c386329b873c

8 years agorotation: Add sensord interface for auto rotation. 29/60229/2
Seunghun Lee [Tue, 23 Feb 2016 11:05:36 +0000 (20:05 +0900)]
rotation: Add sensord interface for auto rotation.

now, policy module can listen for the event of device's orientation from sensord.
the module then, rotates a zone according to the configuration.

Change-Id: Ib4058f4bbbd64ffbcd134ff9c0f4eaef58221aae

8 years agoPackaging: update version to 0.1.69 87/60387/1
Gwanglim Lee [Fri, 26 Feb 2016 01:56:37 +0000 (10:56 +0900)]
Packaging: update version to 0.1.69

Change-Id: I52dcf1b12608ec56dd9cc9be713ae0430fbb0c08

8 years agoAdd missing NULL assignment 86/60386/1
Gwanglim Lee [Fri, 26 Feb 2016 01:56:10 +0000 (10:56 +0900)]
Add missing NULL assignment

Change-Id: I8f9f392404d9d379a86aacf7936070d93da344fb

8 years agoAdd missing build macro HAVE_WAYLAND_ONLY 85/60385/1
Gwanglim Lee [Fri, 26 Feb 2016 01:54:29 +0000 (10:54 +0900)]
Add missing build macro HAVE_WAYLAND_ONLY

Change-Id: Ifbab7d9c6e5ae30cb47a9e51320e6e43f7794216

8 years agopolicy: defer to create interface: tizen_launchscreen after edj loading 47/60347/1
Juyeon Lee [Thu, 25 Feb 2016 09:10:04 +0000 (18:10 +0900)]
policy: defer to create interface: tizen_launchscreen after edj loading

Change-Id: If407d90b99eb12d8e9aaee52433933b3eee8fe36

8 years agopolicy: create the Pol_Client in the hook of client_new, and add flag allow_user_geom. 41/59641/2
Seunghun Lee [Wed, 17 Feb 2016 05:43:59 +0000 (14:43 +0900)]
policy: create the Pol_Client in the hook of client_new, and add flag allow_user_geom.

Before Pol_Client is only created in case of normal window under the policy,
but this patch modify that to allow always create Pol_Client for every E_Client.
that's because we need store the state such allow_user_geom for every E_Client.

Change-Id: Ia966e070cfdffd2f5537c741bcdb1ebdcc8557a2

8 years agorotation: added ttrace for rotation set 53/59853/1
MinJeong Kim [Fri, 19 Feb 2016 01:14:53 +0000 (10:14 +0900)]
rotation: added ttrace for rotation set

Change-Id: I9a4aa37898f41bd715c6be043c298faa066580d3
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoPackaging: update version to 0.1.68 64/59564/1 accepted/tizen/common/20160223.110219 accepted/tizen/mobile/20160217.011158 accepted/tizen/tv/20160217.011225 accepted/tizen/wearable/20160217.011257 submit/tizen/20160216.120030 submit/tizen_common/20160218.142243 submit/tizen_common/20160219.083441
Gwanglim Lee [Tue, 16 Feb 2016 11:49:28 +0000 (20:49 +0900)]
Packaging: update version to 0.1.68

Change-Id: Iefbc81c39402c2fc3f826af7072b6ef298d1b807

8 years agoadd aux_hint deiconify.approve.disable into supported list 62/59562/1
Ju Yeon Lee [Tue, 16 Feb 2016 11:43:12 +0000 (20:43 +0900)]
add aux_hint deiconify.approve.disable into supported list

Change-Id: If3fcf4d68e221e22c39b8a3457735365508194cf

8 years agolaunchscreen: implement the ifaces of tizen_launchscreen, tizen_launch_image 05/59405/4
Ju Yeon Lee [Mon, 15 Feb 2016 06:04:21 +0000 (15:04 +0900)]
launchscreen: implement the ifaces of tizen_launchscreen, tizen_launch_image

Change-Id: I998b9217807549af225c30f368f90b0390589966

8 years agopackaging: update version to 0.1.67 74/59174/1 accepted/tizen/ivi/20160218.024213 accepted/tizen/mobile/20160211.083853 accepted/tizen/tv/20160211.083924 accepted/tizen/wearable/20160211.083941 submit/tizen/20160211.064054 submit/tizen/20160211.064707 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000004
Doyoun Kang [Thu, 11 Feb 2016 06:38:16 +0000 (15:38 +0900)]
packaging: update version to 0.1.67

Change-Id: I37d76a7b8ef4bd7c1bd3b869a38299a7b8ea5562

8 years agorotation: do not destroy wl_resource of rotation until client request it. 56/58956/1
Seunghun Lee [Fri, 5 Feb 2016 09:30:43 +0000 (18:30 +0900)]
rotation: do not destroy wl_resource of rotation until client request it.

Change-Id: Iad3d08f3461a1679a9c8c99c190be6783b6ffb9c

8 years agorotation: fix bug that wrong return value. e_mod_rotation_angle_to_idx() 22/58422/1
Seunghun Lee [Mon, 1 Feb 2016 00:49:50 +0000 (09:49 +0900)]
rotation: fix bug that wrong return value. e_mod_rotation_angle_to_idx()

Change-Id: I484fd6c9f25735e4443b30f3c85cba0fd0eacdbd

8 years agoquickpanel: do not stop the animation if requested visibility and animation is same. 69/58269/1
Seunghun Lee [Fri, 29 Jan 2016 00:17:15 +0000 (09:17 +0900)]
quickpanel: do not stop the animation if requested visibility and animation is same.

check visibility of slide effect when show/hide quickpanel.

Change-Id: If21d84e6360090e5078693c7e61a9456438b0430

8 years agopackaging: update version to 0.1.66 64/58264/1 accepted/tizen/mobile/20160129.003044 accepted/tizen/tv/20160129.003111 accepted/tizen/wearable/20160129.003140 submit/tizen/20160128.222853
Seunghun Lee [Thu, 28 Jan 2016 22:26:00 +0000 (07:26 +0900)]
packaging: update version to 0.1.66

Change-Id: Ibeb80776200df6d9e25a510978e24fcf4a14552a

8 years agovisibility: do not iconify quickpanel by visibility. 19/58219/1
Seunghun Lee [Thu, 28 Jan 2016 10:10:12 +0000 (19:10 +0900)]
visibility: do not iconify quickpanel by visibility.

Change-Id: I2ac582e59286e3a19a91fabd2fcafb28445722b8

8 years agoquickpanel: delete EVAS_CALLBACK_DEL for mover object when finish elm_transition. 18/58218/1
Seunghun Lee [Thu, 28 Jan 2016 09:09:24 +0000 (18:09 +0900)]
quickpanel: delete EVAS_CALLBACK_DEL for mover object when finish elm_transition.

Change-Id: I5770ce67ee0d8e3228e76db4ad3466cd01adb5d8

8 years agovisibility: do not skip the window in out of screen, we also have to send visibility... 76/58176/2
Seunghun Lee [Thu, 28 Jan 2016 06:57:33 +0000 (15:57 +0900)]
visibility: do not skip the window in out of screen, we also have to send visibility message it.

Change-Id: I8fb40fd7b281c00950d25124eb857724433ede8f

8 years agospec: apply %reconfigure to avoid duplicated running autoconf. 75/58175/1
Seunghun Lee [Thu, 28 Jan 2016 06:55:05 +0000 (15:55 +0900)]
spec: apply %reconfigure to avoid duplicated running autoconf.

Change-Id: Ifee983b04e7e6b12b9b259a443e101e262154035

8 years agofix build warning 03/58103/1
Seunghun Lee [Wed, 27 Jan 2016 12:00:29 +0000 (21:00 +0900)]
fix build warning

Change-Id: I40e03cd7a8c412a18f05325e01708b46cc14dbd1

8 years agorotation,quickpanel,volume: code refactoring 95/58095/1
Seunghun Lee [Wed, 27 Jan 2016 07:08:56 +0000 (16:08 +0900)]
rotation,quickpanel,volume: code refactoring

Change-Id: Icc3926b700dbf32ac8a5ef505d3ca1f8f1be58c7

8 years agoMerge changes I99c74897,Ia62449f6,Iad0c08b3 into tizen accepted/tizen/mobile/20160128.011008 accepted/tizen/tv/20160128.011029 accepted/tizen/wearable/20160128.011046 submit/tizen/20160127.102615
Juyeon Lee [Wed, 27 Jan 2016 08:43:32 +0000 (00:43 -0800)]
Merge changes I99c74897,Ia62449f6,Iad0c08b3 into tizen

* changes:
  quickpanel: adjust slide effect when quickpanel requests to show/hide its surface.
  quickpanel: do not handle the quickpanel's handler object during animation.
  tizen_rotation_interface: add implementation for destroy interface.

8 years agopackaging: update version to 0.1.65 74/57974/1 accepted/tizen/mobile/20160127.072401 accepted/tizen/tv/20160127.072429 accepted/tizen/wearable/20160127.072548 submit/tizen/20160126.071748 submit/tizen/20160127.014712
Boram Park [Mon, 25 Jan 2016 15:26:10 +0000 (00:26 +0900)]
packaging: update version to 0.1.65

Change-Id: I0b2eb05c4b9f4e5ef6beb6ebd2e19e034fd96993

8 years agoset has_extern_parent if parent surface comes from external process 73/57973/1
Boram Park [Mon, 25 Jan 2016 15:23:59 +0000 (00:23 +0900)]
set has_extern_parent if parent surface comes from external process

Change-Id: I7a7bb3fc880af01e125bca3a43615da7242071d5

8 years agoquickpanel: adjust slide effect when quickpanel requests to show/hide its surface. 96/57896/1
Seunghun Lee [Mon, 25 Jan 2016 23:45:56 +0000 (08:45 +0900)]
quickpanel: adjust slide effect when quickpanel requests to show/hide its surface.

Change-Id: I99c74897779e6de1826db769af9da1a65f2f5f8a

8 years agoquickpanel: do not handle the quickpanel's handler object during animation. 95/57895/1
Seunghun Lee [Mon, 25 Jan 2016 11:54:54 +0000 (20:54 +0900)]
quickpanel: do not handle the quickpanel's handler object during animation.

Change-Id: Ia62449f691f06baa083da50dd2ed1aa6be52a5d1

8 years agotizen_rotation_interface: add implementation for destroy interface. 53/57853/1
Seunghun Lee [Mon, 25 Jan 2016 08:47:33 +0000 (17:47 +0900)]
tizen_rotation_interface: add implementation for destroy interface.

Change-Id: Iad0c08b315e64531fe4f9099b5ef19cc4521341a

8 years agoquickpanel: add quickpanel ec to e_comp->post_updates list when buffer is first attached. 39/57739/1
Seunghun Lee [Fri, 22 Jan 2016 08:19:28 +0000 (17:19 +0900)]
quickpanel: add quickpanel ec to e_comp->post_updates list when buffer is first attached.

since quickpanel's first frame is not normal,
we give quickpanel a chance to render one more time.

Change-Id: I341ce37435897d6c82a4e1e581b720624e191b75

8 years agokeyboard: Do not resize and move client in the function, e_mod_pol_keyboard_layout_ap... accepted/tizen/mobile/20160122.034539 accepted/tizen/tv/20160122.034602 accepted/tizen/wearable/20160122.034620 submit/tizen/20160121.104248
Seunghun Lee [Mon, 18 Jan 2016 05:57:47 +0000 (14:57 +0900)]
keyboard: Do not resize and move client in the function, e_mod_pol_keyboard_layout_apply().

ec->e.state.rot.geom[].w/h is always 0,
then the geometry calculated here is not valid.

Change-Id: I083d1d306a42651b456b161a4b35a77d2ef6559b

8 years agoModification for enlightenment version upgrade 0.20.0
Seunghun Lee [Thu, 7 Jan 2016 07:00:07 +0000 (16:00 +0900)]
Modification for enlightenment version upgrade 0.20.0

Change-Id: Ic37fdeffc0288baffab026caf372cb81cd7f8c8c

8 years agoPackaging: update version to 0.1.64
Gwanglim Lee [Thu, 21 Jan 2016 06:14:55 +0000 (15:14 +0900)]
Packaging: update version to 0.1.64

Change-Id: I1dfc7d99ff8ff5ebb3942bc178eec10e6450713f

8 years agochanged code to iconify/uniconify e_client when the lcd is turned off/on
Doyoun Kang [Wed, 20 Jan 2016 06:47:47 +0000 (15:47 +0900)]
changed code to iconify/uniconify e_client when the lcd is turned off/on

Change-Id: Ifec0c35d1034ad1d0376fa6eddb6256b6a46260d

8 years agoiconify: send iconify state changed event for children
MinJeong Kim [Tue, 19 Jan 2016 08:41:33 +0000 (17:41 +0900)]
iconify: send iconify state changed event for children

There are no way to notify children of iconify state changes
if children were iconified or uniconified by their parent window.
For resolve the problem, this patch provides additional process to send event
for transients children.

Change-Id: Iabec25d133d34f0240f623c87c5394a64168df48

8 years agoPackaging: update version to 0.1.63
Boram Park [Thu, 14 Jan 2016 10:36:14 +0000 (19:36 +0900)]
Packaging: update version to 0.1.63

Change-Id: I4b546a9535c82e4fe3ca2fda93cc7e9bd9631004

8 years agoimplement tizen_policy.get_subsurface
Boram Park [Thu, 14 Jan 2016 10:34:15 +0000 (19:34 +0900)]
implement tizen_policy.get_subsurface

Change-Id: I4191fb272c9555eb417a2d70f9c6e5f08c92c461

8 years agoIconify: try to iconify obscured parent when its child gets be iconified 53/56853/1
MinJeong Kim [Wed, 13 Jan 2016 06:45:56 +0000 (15:45 +0900)]
Iconify: try to iconify obscured parent when its child gets be iconified

Change-Id: I3b8986fac86da1d7bd18599c19d05220316a011e

8 years agoPackaging: update version to 0.1.62 accepted/tizen/mobile/20160112.224559 accepted/tizen/tv/20160112.224618 accepted/tizen/wearable/20160112.224637 submit/tizen/20160112.142224
Gwanglim Lee [Tue, 12 Jan 2016 14:23:16 +0000 (23:23 +0900)]
Packaging: update version to 0.1.62

Change-Id: I7eef5bc48da09ad708b74c762f66dd5e8555c3a4

8 years agoaux hint code move to core(e_hint) 84/56284/2
SungBae, Park [Wed, 6 Jan 2016 04:21:29 +0000 (13:21 +0900)]
aux hint code move to core(e_hint)

Change-Id: Id10b765c47b312778a004384c58fddec1af798a7

8 years agoPackaging: update version to 0.1.61 38/55438/1 accepted/tizen/mobile/20151224.062331 accepted/tizen/tv/20151224.062358 accepted/tizen/wearable/20151224.062437 submit/tizen/20151224.002246 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Gwanglim Lee [Wed, 23 Dec 2015 23:43:12 +0000 (08:43 +0900)]
Packaging: update version to 0.1.61

Change-Id: Ie8f7c568964b4c8f4a0b40f25be68c654cf38137

8 years agodo not send conformant geometry info when resizing sub window of keyboard 37/55437/1
Gwanglim Lee [Wed, 23 Dec 2015 23:41:59 +0000 (08:41 +0900)]
do not send conformant geometry info when resizing sub window of keyboard

Change-Id: If0c5b5ee8d33176cc1653b9246100a7816d39d98

8 years agoPackaging: update version to 0.1.60 96/55296/1 accepted/tizen/mobile/20151223.105031 accepted/tizen/tv/20151223.105101 accepted/tizen/wearable/20151223.105117 submit/tizen/20151223.050604 submit/tizen_common/20151223.095123
Doyoun Kang [Wed, 23 Dec 2015 02:18:53 +0000 (11:18 +0900)]
Packaging: update version to 0.1.60

Change-Id: I9874563ad66b6627734f882a8638657cc93b0913

8 years agoPackaging: update license 95/55295/1
Doyoun Kang [Wed, 23 Dec 2015 02:17:57 +0000 (11:17 +0900)]
Packaging: update license

Change-Id: I4339d274adfa71c3e8bbea32e7b23663cabd30bd

8 years agoPackaging: update version to 0.1.59 92/55292/1
Gwanglim Lee [Wed, 23 Dec 2015 01:52:26 +0000 (10:52 +0900)]
Packaging: update version to 0.1.59

Change-Id: I1afd32ad3f1e6418cc9896fb0f8a9370d7bbd50d

8 years agoPackaging: update license 91/55291/1
Gwanglim Lee [Wed, 23 Dec 2015 01:51:39 +0000 (10:51 +0900)]
Packaging: update license

Change-Id: Ia39cd05d4685e30e3c25467f3955dea3de4e0a2b

8 years agoPackaging: update version to 0.1.58 accepted/tizen/mobile/20151222.090803 accepted/tizen/tv/20151222.090814 accepted/tizen/wearable/20151222.090833 submit/tizen/20151222.072527
Gwanglim Lee [Tue, 22 Dec 2015 07:25:18 +0000 (16:25 +0900)]
Packaging: update version to 0.1.58

Change-Id: I0a36aaf0ec8847fddb2e85464fd7fe2a2922acb4

8 years agorotation: Move backend dependency code to common header. 40/55040/2
Seunghun Lee [Mon, 21 Dec 2015 10:41:29 +0000 (19:41 +0900)]
rotation: Move backend dependency code to common header.

Change-Id: Iaab631248d4ed1a95c276b481f4a9eb08839999e

8 years agorotation: Add additional implementation for rotation releated zone and enlightenment_... 39/55039/2
Seunghun Lee [Tue, 15 Dec 2015 11:40:33 +0000 (20:40 +0900)]
rotation: Add additional implementation for rotation releated zone and enlightenment_info.

Add implementation of rotation for zone, and it can be set by enlightenment_info command.

Change-Id: I2c6ca5e59d7a26b17562947496407dc3f968811f

8 years agofix potentially dereference null pointer deteced by static analyzer. 89/55089/1
Seunghun Lee [Tue, 22 Dec 2015 00:02:27 +0000 (09:02 +0900)]
fix potentially dereference null pointer deteced by static analyzer.

Change-Id: I248b674c7318571bdb546f7fde7390ff455376c8

8 years agoPackaging: update version to 0.1.57 82/54982/1 accepted/tizen/mobile/20151221.101318 accepted/tizen/tv/20151221.101247 accepted/tizen/wearable/20151221.101414 submit/tizen/20151221.060159
Doyoun Kang [Mon, 21 Dec 2015 05:59:13 +0000 (14:59 +0900)]
Packaging: update version to 0.1.57

Change-Id: Ib49b2d1fdfd799c74317599a83d33fefc7bf2cc9

8 years agoe_mod_wl: fixed bug for activating/uniconifying window 64/54964/3
Doyoun Kang [Mon, 21 Dec 2015 04:59:00 +0000 (13:59 +0900)]
e_mod_wl: fixed bug for activating/uniconifying window
- The application window was not updated because the internal iconic state didn't have changed when the application requested to activate/uniconify.

Change-Id: I7181804829e8b3132545069395bd02f9c53600c9

8 years agoPackaging: update version to 0.1.56 83/54783/1 accepted/tizen/mobile/20151218.085324 accepted/tizen/tv/20151218.085134 accepted/tizen/wearable/20151218.085317 submit/tizen/20151218.045349
Doyoun Kang [Fri, 18 Dec 2015 02:19:53 +0000 (11:19 +0900)]
Packaging: update version to 0.1.56

Change-Id: Idf78aa4686109869150af8f8ded3445839c46964

8 years agoiconify: check transient_for window's visibility before changing iconic state. 31/54631/1
Doyoun Kang [Wed, 16 Dec 2015 23:47:27 +0000 (08:47 +0900)]
iconify: check transient_for window's visibility before changing iconic state.

Change-Id: Ie5de7921209bea30d57f97c1d2788e3d99962f60

8 years agoPackaging: update version to 0.1.55 accepted/tizen/mobile/20151215.082918 accepted/tizen/tv/20151215.082929 accepted/tizen/wearable/20151215.082954 submit/tizen/20151215.065806
Boram Park [Tue, 15 Dec 2015 06:57:18 +0000 (15:57 +0900)]
Packaging: update version to 0.1.55

Change-Id: I4073ecaa637ab2a05c302752f6c502fcd735af2d

8 years agovisibility: added code to skip subsurface ec. 27/54327/3
Doyoun Kang [Tue, 15 Dec 2015 02:08:38 +0000 (11:08 +0900)]
visibility: added code to skip subsurface ec.

Change-Id: I5069eaffd6fe160029ee90c90f1f4e2ad6db8cf0
Signed-off-by: Doyoun Kang <doyoun.kang@samsung.com>
8 years agoPackaging: update version to 0.1.54 accepted/tizen/mobile/20151210.025336 accepted/tizen/tv/20151210.024905 accepted/tizen/wearable/20151210.025159 submit/tizen/20151209.151232
Gwanglim Lee [Wed, 9 Dec 2015 15:12:10 +0000 (00:12 +0900)]
Packaging: update version to 0.1.54

Change-Id: I160ac334740bc33cb1fb07914812f2c206554132

8 years agovolume: Add implementation for volume service and its Content Region interface. 85/53785/2
Seunghun Lee [Mon, 7 Dec 2015 22:59:19 +0000 (07:59 +0900)]
volume: Add implementation for volume service and its Content Region interface.

We support the Content Region for volume.
It will make events on volume client to also be repeated
for the next lower client in the client's stack on volume's area except Content Region.

Change-Id: I6f94f2be51c3dec02f092a7f4b86dec8eab3222e

8 years agoe_mod_wl: Fix the leak, not free after using eina_iterator. 40/53540/1
Seunghun Lee [Mon, 7 Dec 2015 23:04:22 +0000 (08:04 +0900)]
e_mod_wl: Fix the leak, not free after using eina_iterator.

Change-Id: I09ad0dfe5da73dad8b04d264f163bedbc32aa8dd

8 years agotypo file name (visivility -> visibility) 38/53438/1
Doyoun Kang [Mon, 7 Dec 2015 00:54:29 +0000 (09:54 +0900)]
typo file name (visivility -> visibility)

Change-Id: Ia57b9754a296def1915e9653c5781a0b355d9069

8 years agoPackaging: update version to 0.1.53 accepted/tizen/mobile/20151206.224228 accepted/tizen/tv/20151206.224249 accepted/tizen/wearable/20151206.224301 submit/tizen/20151204.081145
Gwanglim Lee [Fri, 4 Dec 2015 08:12:27 +0000 (17:12 +0900)]
Packaging: update version to 0.1.53

Change-Id: I414823c6d2987cdae47f31964aef9e2e759dc074

8 years agovisibility: set skip_iconify flag to volume window 52/53352/1
Doyoun Kang [Fri, 4 Dec 2015 07:11:46 +0000 (16:11 +0900)]
visibility: set skip_iconify flag to volume window

Change-Id: Id23af00706319a44351830ca8e94f536c987c25e

8 years agovisibility: added flag to skip iconify/uniconify 50/53350/1
Doyoun Kang [Fri, 4 Dec 2015 06:57:08 +0000 (15:57 +0900)]
visibility: added flag to skip iconify/uniconify

Change-Id: I16f84cf87753e7b349ad35a8c046bdcbca0d5a8d

8 years agoPackaging: update version to 0.1.52 86/53186/1 accepted/tizen/mobile/20151202.230652 accepted/tizen/tv/20151202.230709 accepted/tizen/wearable/20151202.230727 submit/tizen/20151202.121250
Gwanglim Lee [Wed, 2 Dec 2015 11:55:17 +0000 (20:55 +0900)]
Packaging: update version to 0.1.52

Change-Id: If44c408d074bc918eb90a6d3ac947f180ac54638

8 years agoquickpanel: Stop apply unsupported region type until it support. 09/53109/2
Seunghun Lee [Wed, 2 Dec 2015 01:16:54 +0000 (10:16 +0900)]
quickpanel: Stop apply unsupported region type until it support.

Change-Id: Ibc3393b37b7ae2ec0400697b700af0a8251a525a

8 years agoAdd gesture module to detect mouse gesture. 82/52582/2
Seunghun Lee [Fri, 20 Nov 2015 11:24:20 +0000 (20:24 +0900)]
Add gesture module to detect mouse gesture.

Change-Id: I8cec9a98f7a2e2ebf941aca3a60c9a9ae4159a8f

8 years agoPackaging: update version to 0.1.51 95/53095/1 accepted/tizen/mobile/20151202.040549 accepted/tizen/tv/20151202.040613 accepted/tizen/wearable/20151202.040647 submit/tizen/20151201.232720
Gwanglim Lee [Tue, 1 Dec 2015 23:24:22 +0000 (08:24 +0900)]
Packaging: update version to 0.1.51

Change-Id: I767b21b78162b9bef36fe2c9471184c711804420

8 years agoiconify: added code to iconify/uniconify window by visibility 46/52746/2
Doyoun Kang [Thu, 26 Nov 2015 10:57:30 +0000 (19:57 +0900)]
iconify: added code to iconify/uniconify window by visibility

Change-Id: I79bf9a897c6d871afeb4f4bcfe8307ec64950392

8 years agoPackaging: update version to 0.1.50 accepted/tizen/mobile/20151124.234232 accepted/tizen/tv/20151124.234247 accepted/tizen/wearable/20151124.234258 submit/tizen/20151124.133651
Gwanglim Lee [Tue, 24 Nov 2015 13:35:26 +0000 (22:35 +0900)]
Packaging: update version to 0.1.50

Change-Id: I24cab75c46b7648138342f5807fae9efd0845440

8 years agovisibility: remove Pol_Win_Opaque and replace it with ec->visibility.opaque
Gwanglim Lee [Tue, 24 Nov 2015 13:34:53 +0000 (22:34 +0900)]
visibility: remove Pol_Win_Opaque and replace it with ec->visibility.opaque

Change-Id: I1722be3e2890bd416f8a2b79a64f36723b12466e

8 years agoe_mod_main: Fix coding conventions 34/52534/1
Gwanglim Lee [Tue, 24 Nov 2015 08:06:43 +0000 (17:06 +0900)]
e_mod_main: Fix coding conventions

Change-Id: Id73cedacaa3704021a209a031249a87e819bbb65

8 years agoget rid of unnecessary files 33/52533/1
Gwanglim Lee [Fri, 20 Nov 2015 10:19:46 +0000 (19:19 +0900)]
get rid of unnecessary files

Change-Id: Ib5a020dfb86e902d550f9987e7bf414498fd41ad

8 years agoPackaging: update version to 0.1.49 57/52157/1 submit/tizen/20151119.043935
Gwanglim Lee [Thu, 19 Nov 2015 10:00:15 +0000 (19:00 +0900)]
Packaging: update version to 0.1.49

Change-Id: I0743b42bb9504881d9d25f450a70f9eb3d6359f3

8 years agoget rid of x11 dependency 42/52142/2
Gwanglim Lee [Thu, 19 Nov 2015 09:17:36 +0000 (18:17 +0900)]
get rid of x11 dependency

Change-Id: Icf7620f23ce4dbf94be9b3c6628f78c4e8327f9b

8 years agofix some bugs reported by svace. 91/52091/2
Seunghun Lee [Thu, 19 Nov 2015 00:40:39 +0000 (09:40 +0900)]
fix some bugs reported by svace.

Change-Id: Ia8c3f92478d049e46d5612aaa7e3ccbccb3996af

8 years agoquickpanel: Set layer appropriately. (notification-high) 85/52085/2
Seunghun Lee [Thu, 19 Nov 2015 02:10:00 +0000 (11:10 +0900)]
quickpanel: Set layer appropriately. (notification-high)

the layer set here is notification-high.
because the layer can stack the quickpanel above lock_screen for now.

Change-Id: I60526a3526a917b1057938fcbbe2b1eaaaf9d897

8 years agofix crash on logger with null ec 91/51991/1 accepted/tizen/mobile/20151118.063711 accepted/tizen/tv/20151118.063723 accepted/tizen/wearable/20151118.063737 submit/tizen/20151118.044529
Gwanglim Lee [Wed, 18 Nov 2015 04:40:10 +0000 (13:40 +0900)]
fix crash on logger with null ec

Change-Id: Ifc8ba61be4893c842d08c4f079884c7f5f9591ac

8 years agoPackaging: update version to 0.1.48 81/51981/2
Gwanglim Lee [Wed, 18 Nov 2015 01:47:02 +0000 (10:47 +0900)]
Packaging: update version to 0.1.48

Change-Id: I95f93306fc98e3fb0c290270851dccdd4d47ec4b

8 years agomake log less verbose 80/51980/2
Gwanglim Lee [Wed, 18 Nov 2015 01:29:16 +0000 (10:29 +0900)]
make log less verbose

Change-Id: Ibbe3502839308ce8c8284ea0913c461c7eca8510

8 years agofix a build warning 79/51979/1
Gwanglim Lee [Wed, 18 Nov 2015 01:27:05 +0000 (10:27 +0900)]
fix a build warning

Change-Id: I0c57cfb86c31e27e4925565a81c1ad114f40bcaf

8 years agoPackaging: update version to 0.1.47 84/51484/1 accepted/tizen/mobile/20151111.232146 accepted/tizen/tv/20151111.232201 accepted/tizen/wearable/20151111.232218 submit/tizen/20151110.050525 submit/tizen/20151110.074552 submit/tizen/20151111.041156 submit/tizen/20151111.100518
Gwanglim Lee [Tue, 10 Nov 2015 05:07:15 +0000 (14:07 +0900)]
Packaging: update version to 0.1.47

Change-Id: Ie3352a358560f445639b6730b950d0d995bb55af

8 years agofix build break in x11 build environment. 64/51464/1
Seunghun Lee [Tue, 10 Nov 2015 02:49:16 +0000 (11:49 +0900)]
fix build break in x11 build environment.

Check whether build environment is wayland before checking tzsh-server
pkgconfig is existed.

Change-Id: I8a6e4da613413f9422c91c9ebfa06757bb3d67a1

8 years agoPackaging: update version to 0.1.46 37/51437/1 submit/tizen/20151109.131539 submit/tizen/20151110.023742
Gwanglim Lee [Mon, 9 Nov 2015 13:19:01 +0000 (22:19 +0900)]
Packaging: update version to 0.1.46

Change-Id: Ib7cdf7d486105dfd45c4054cf90bc1f6f1ee7cc3

8 years agotzsh: Add initial implementation for quickpanel. 32/51432/3
Seunghun Lee [Thu, 22 Oct 2015 11:27:16 +0000 (20:27 +0900)]
tzsh: Add initial implementation for quickpanel.

Change-Id: Idd16b460f3fd2725436aac81a98a2de2f5d45cc3

8 years agotzsh: Use tzsh-server package instead of using pre-generated [ch] files. 19/50019/4
Seunghun Lee [Thu, 22 Oct 2015 12:17:33 +0000 (21:17 +0900)]
tzsh: Use tzsh-server package instead of using pre-generated [ch] files.

Change-Id: I824e04a42b19d5ffd446f1a23436b7e74311676e

8 years agovisibility: calculate visibility when the display(LCD) is turned on/off 12/51212/5
Doyoun Kang [Thu, 5 Nov 2015 08:46:40 +0000 (17:46 +0900)]
visibility: calculate visibility when the display(LCD) is turned on/off

Change-Id: I9460349cd60268bb6357a52c5b7099854493ed26

8 years agowl: add 'set_type' request handle and support notification window 63/49763/5 accepted/tizen/mobile/20151108.231202 accepted/tizen/tv/20151108.231225 accepted/tizen/wearable/20151108.231238 submit/tizen/20151108.083635
Duna Oh [Tue, 20 Oct 2015 05:47:21 +0000 (14:47 +0900)]
wl: add 'set_type' request handle and support notification window

Change-Id: Ie27828cbfb7950657aaadcb1c50b8f6073d66357
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agoPackaging: update version to 0.1.45 accepted/tizen/mobile/20151014.043413 accepted/tizen/tv/20151014.043435 accepted/tizen/wearable/20151014.043450 submit/tizen/20151014.010126 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Gwanglim Lee [Wed, 14 Oct 2015 01:01:00 +0000 (10:01 +0900)]
Packaging: update version to 0.1.45

Change-Id: Ica690c7f32e627f8654658df4e6dc78c91e9ea4d

8 years agowl: fix deadcode, dereference before null check 66/49366/2
Duna Oh [Tue, 13 Oct 2015 03:47:28 +0000 (12:47 +0900)]
wl: fix deadcode, dereference before null check

Change-Id: I05df25fa017e57c50b14cffbc40562a9a10027ed
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agostack: fix null pointer dereferences 38/49338/1
Duna Oh [Tue, 13 Oct 2015 00:40:57 +0000 (09:40 +0900)]
stack: fix null pointer dereferences

Change-Id: I85a6bcb50ac118d4132f3877f850cde73dc7770d
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agovisibility: fix null pointer dereferences 37/49337/1
Duna Oh [Tue, 13 Oct 2015 00:35:51 +0000 (09:35 +0900)]
visibility: fix null pointer dereferences

Change-Id: Ia9374e72d2051cc74591783c8d0417107f926ae4
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agosysinfo: change sprintf to snprintf 36/49336/1
Duna Oh [Tue, 13 Oct 2015 00:23:04 +0000 (09:23 +0900)]
sysinfo: change sprintf to snprintf

Change-Id: I0640f604e9fa5674b368cec3ee92ebf01598c69e
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agoPackaging: update version to 0.1.44 48/49148/1 accepted/tizen/mobile/20151008.004358 accepted/tizen/tv/20151008.004411 accepted/tizen/wearable/20151008.004424 submit/tizen/20151007.075140
Gwanglim Lee [Wed, 7 Oct 2015 07:49:13 +0000 (16:49 +0900)]
Packaging: update version to 0.1.44

Change-Id: I0033e4105a24dc8ec75cdf7496159c1d40de32eb

8 years agowl: handle a request 'lower_by_res_id' for AMD(application manager) 89/49089/3
Duna Oh [Tue, 6 Oct 2015 08:45:32 +0000 (17:45 +0900)]
wl: handle a request 'lower_by_res_id' for AMD(application manager)

Change-Id: I5fcb89b738199f0f845b110cb25587d101428686
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agoPackaging: update version to 0.1.43 68/49068/1 accepted/tizen/mobile/20151006.224753 accepted/tizen/tv/20151006.224809 accepted/tizen/wearable/20151006.224828 submit/tizen/20151006.071535
Gwanglim Lee [Tue, 6 Oct 2015 07:14:01 +0000 (16:14 +0900)]
Packaging: update version to 0.1.43

Change-Id: I24eaccfcf76e61a8d7f42b9d917a458093dff584

8 years agowl: handle requests for aux_hint 03/48503/6
Duna Oh [Tue, 22 Sep 2015 07:56:03 +0000 (16:56 +0900)]
wl: handle requests for aux_hint

Currently this module supports "wm.policy.win.user.geometry" auxiliary hint only. The supported aux_hints are extensible.
If "wm.policy.win.user.geometry" is set as an aux_hint to the window, we allow the client to change the position and size

Change-Id: I43c29b2f3cb3a84b2408f7ef056b3f8dc0e9e0d7
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agoPackaging: update version to 0.1.42 accepted/tizen/mobile/20150922.232719 accepted/tizen/tv/20150922.232736 accepted/tizen/wearable/20150922.232745 submit/tizen/20150922.084350
Gwanglim Lee [Tue, 22 Sep 2015 08:44:52 +0000 (17:44 +0900)]
Packaging: update version to 0.1.42

Change-Id: I0a12d2b730c4f0c409588c60db5c9f71b28ac117

8 years agoWayland Rotation: remove communicating of rotation_geometry_hint with clients. 87/47887/2
Mun, Gwan-gyeong [Wed, 9 Sep 2015 13:47:07 +0000 (22:47 +0900)]
Wayland Rotation: remove communicating of rotation_geometry_hint with clients.
                  when client window got rotate event from display server , resize window size by itself policy.
Change-Id: Ia85b43a0cdfdfcd3aacce200bcc3f919a78589d9