platform/core/uifw/e-mod-tizen-wm-policy.git
7 years agoPackaging: update version to 0.3.5 01/107101/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141451 accepted/tizen/3.0.m2/tv/20170104.142025 accepted/tizen/3.0.m2/wearable/20170104.142321 accepted/tizen/3.0/common/20161227.102231 accepted/tizen/3.0/ivi/20161227.011251 accepted/tizen/3.0/mobile/20161227.011155 accepted/tizen/3.0/tv/20161227.011214 accepted/tizen/3.0/wearable/20161227.011230 accepted/tizen/common/20161227.192416 accepted/tizen/ivi/20161226.132403 accepted/tizen/mobile/20161226.132311 accepted/tizen/tv/20161226.132327 accepted/tizen/wearable/20161226.132346 submit/tizen/20161226.115225 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20161226.115250
Gwanglim Lee [Mon, 26 Dec 2016 11:49:03 +0000 (20:49 +0900)]
Packaging: update version to 0.3.5

Change-Id: If5cbd060971fa5ef03aaf764b77626339111bc86

7 years agoRevert "rotaiton: do not set null to resource of e_pixmap, it causes a problem on... 11/106511/1
Changyeon Lee [Thu, 15 Dec 2016 07:27:27 +0000 (16:27 +0900)]
Revert "rotaiton: do not set null to resource of e_pixmap, it causes a problem on the e_plane's reserved memory logic."

This reverts commit 27b7aac6914aae7361e103fa0bbaedf9a8792c62.

Change-Id: Icf4842c0b1e536442cbf0638c13310d23db993f9

7 years agoPackaging: update version to 0.3.4 74/104674/1 accepted/tizen/3.0/common/20161215.164304 accepted/tizen/3.0/ivi/20161215.050558 accepted/tizen/3.0/mobile/20161215.050526 accepted/tizen/3.0/tv/20161215.050545 accepted/tizen/3.0/wearable/20161215.050553 accepted/tizen/common/20161215.170153 accepted/tizen/ivi/20161215.073724 accepted/tizen/mobile/20161215.073627 accepted/tizen/tv/20161215.073653 accepted/tizen/wearable/20161215.073706 submit/tizen/20161214.231419 submit/tizen_3.0/20161214.231342
Gwanglim Lee [Wed, 14 Dec 2016 05:34:19 +0000 (14:34 +0900)]
Packaging: update version to 0.3.4

Change-Id: Ia0cd020ddca6514c825b3bfce9acafb51e529eec

7 years agoe_mod_sensord: fixed return value check for sensord_disconnect which returns value... 73/104673/1
Gwanglim Lee [Wed, 14 Dec 2016 05:33:23 +0000 (14:33 +0900)]
e_mod_sensord: fixed return value check for sensord_disconnect which returns value of boolean type.

Change-Id: Idf7f1f0070971db76bed746aeefc8166343f7bbd

7 years agoPackaging: update version to 0.3.3 14/103814/1 accepted/tizen/3.0/common/20161212.060444 accepted/tizen/3.0/ivi/20161212.023057 accepted/tizen/3.0/mobile/20161212.022907 accepted/tizen/3.0/tv/20161212.022959 accepted/tizen/3.0/wearable/20161212.023027 accepted/tizen/common/20161212.185315 accepted/tizen/ivi/20161212.024628 accepted/tizen/mobile/20161212.024300 accepted/tizen/tv/20161212.024420 accepted/tizen/wearable/20161212.024545 submit/tizen/20161209.094422 submit/tizen_3.0/20161209.094517
Gwanglim Lee [Fri, 9 Dec 2016 12:45:06 +0000 (21:45 +0900)]
Packaging: update version to 0.3.3

Change-Id: I9f6e81e0d320d90a7496344f86c3701924f19bd7

7 years agorotaiton: do not set null to resource of e_pixmap, it causes a problem on the e_plane... 06/103806/1
Seunghun Lee [Fri, 9 Dec 2016 12:13:55 +0000 (21:13 +0900)]
rotaiton: do not set null to resource of e_pixmap, it causes a problem on the e_plane's reserved memory logic.

aditionally, don't need to clear the pixmap, if canvas is in the render state.

Change-Id: I848d8aceb931a94131be60a228ed1eac6184d2e6

7 years agoPackaging: update version to 0.3.2 43/103043/1 accepted/tizen/3.0/common/20161207.195539 accepted/tizen/3.0/ivi/20161207.135434 accepted/tizen/3.0/mobile/20161207.135402 accepted/tizen/3.0/tv/20161207.135139 accepted/tizen/3.0/wearable/20161207.135450 accepted/tizen/common/20161207.184416 accepted/tizen/ivi/20161208.011703 accepted/tizen/mobile/20161208.011546 accepted/tizen/tv/20161208.011624 accepted/tizen/wearable/20161208.011645 submit/tizen/20161207.072438 submit/tizen_3.0/20161207.072141
Seunghun Lee [Wed, 7 Dec 2016 06:08:34 +0000 (15:08 +0900)]
Packaging: update version to 0.3.2

Change-Id: If5ad23d9985fedfff9752bf24cdbdfdeaf75c025

7 years agorotation: clear pending flag even if don't need to change rotation. 17/103017/1
Seunghun Lee [Wed, 7 Dec 2016 04:32:53 +0000 (13:32 +0900)]
rotation: clear pending flag even if don't need to change rotation.

this patch fixes a follows bug.
first, the flag indicated pending rotation was set by un-blocking rotation,
as calling e_zone_rotation_block_set(false). at this moment, if values of curr
and next(e.g. 0) if same, event of zone rotation would not be raised, and
pending flag remains true. in this state, if rotation is changed to different
angle(e.g. 90) by sensord, finally event of zone rotation was raised again with
wrong value(0), because pended rotation was handled again after rotation done

Change-Id: I6579574ec3cf2af00c651999041af4133244e04a

7 years agoPackaging: update version to 0.3.1 02/101802/1 accepted/tizen/3.0/common/20161205.091755 accepted/tizen/3.0/ivi/20161204.235505 accepted/tizen/3.0/mobile/20161204.235357 accepted/tizen/3.0/tv/20161204.235434 accepted/tizen/3.0/wearable/20161204.235449 accepted/tizen/common/20161202.233346 accepted/tizen/ivi/20161205.000714 accepted/tizen/mobile/20161205.000453 accepted/tizen/tv/20161205.000545 accepted/tizen/wearable/20161205.000634 submit/tizen/20161202.080939 submit/tizen_3.0/20161202.081030
Gwanglim Lee [Fri, 2 Dec 2016 07:15:37 +0000 (16:15 +0900)]
Packaging: update version to 0.3.1

Change-Id: Ib9971208c41d7bc22429a93e6b5eb9ff912ce0f5

7 years agorotation: fix typo 45/101745/2
Seunghun Lee [Fri, 2 Dec 2016 05:51:57 +0000 (14:51 +0900)]
rotation: fix typo

Change-Id: I4ff4eb236dbdc663669f24ae05ceed5cb58f4987

7 years agorotation: Raise a CLIENT_ROTATION_CANCEL event, and add related log. 39/101739/2
Seunghun Lee [Fri, 2 Dec 2016 05:31:28 +0000 (14:31 +0900)]
rotation: Raise a CLIENT_ROTATION_CANCEL event, and add related log.

Raise the cancel event, if e_client_rotation_set() is called as passing a angle
which is same with current's before sending message to client.
Now, we can guarantee to send event of cancel or done after sending begin.

Change-Id: I0ce53de4dcbafa6644200c563cf0616470f731a8

7 years agorotation: exclude client which is placed out of screen(zone) from a list of rotation... 36/101636/1
Seunghun Lee [Thu, 1 Dec 2016 23:31:07 +0000 (08:31 +0900)]
rotation: exclude client which is placed out of screen(zone) from a list of rotation target.

Change-Id: I44900da7ab143ee03c97f7e8a4f8b5fe6105781e

7 years agorotation: added code to handle dependent rotation 40/101240/1 accepted/tizen/3.0/common/20161201.135238 accepted/tizen/3.0/ivi/20161201.032244 accepted/tizen/3.0/mobile/20161201.032141 accepted/tizen/3.0/tv/20161201.032207 accepted/tizen/3.0/wearable/20161201.032225 accepted/tizen/common/20161201.135803 accepted/tizen/ivi/20161130.233648 accepted/tizen/mobile/20161130.233526 accepted/tizen/tv/20161130.233610 accepted/tizen/wearable/20161130.233631 submit/tizen/20161130.140306 submit/tizen_3.0/20161130.140438
Doyoun Kang [Wed, 30 Nov 2016 12:24:52 +0000 (21:24 +0900)]
rotation: added code to handle dependent rotation

Change-Id: I694179ff3787bf152bd251a37e37508914f3e855

7 years agoPackaging: update version to 0.3.0 31/99331/1 accepted/tizen/3.0/common/20161124.181459 accepted/tizen/3.0/ivi/20161123.003106 accepted/tizen/3.0/mobile/20161123.003011 accepted/tizen/3.0/tv/20161123.003028 accepted/tizen/3.0/wearable/20161123.003047 accepted/tizen/common/20161122.193100 accepted/tizen/ivi/20161123.000505 accepted/tizen/mobile/20161123.000347 accepted/tizen/tv/20161123.000413 accepted/tizen/wearable/20161123.000440 submit/tizen/20161122.124549 submit/tizen_3.0/20161122.124627
Gwanglim Lee [Tue, 22 Nov 2016 10:57:12 +0000 (19:57 +0900)]
Packaging: update version to 0.3.0

Change-Id: I3773c4eaf5a1d845a8a3ad20a646ee67937dfb77

7 years agorotation: added code to reset fg_ec when it is just about to hide. 93/99293/1
Seunghun Lee [Tue, 22 Nov 2016 09:51:40 +0000 (18:51 +0900)]
rotation: added code to reset fg_ec when it is just about to hide.

To find a topmost fullscreen visible window properly,
we need to reset fg_ec if it's hidden.

Change-Id: If67fa29e228d151fe8762b987f197840f6a3181e

7 years agoPackaging: update version to 0.2.39 40/96540/1 accepted/tizen/3.0/common/20161114.082507 accepted/tizen/3.0/ivi/20161110.015448 accepted/tizen/3.0/mobile/20161110.015149 accepted/tizen/3.0/tv/20161110.015225 accepted/tizen/3.0/wearable/20161110.015401 accepted/tizen/common/20161109.140701 accepted/tizen/ivi/20161110.001653 accepted/tizen/mobile/20161110.001441 accepted/tizen/tv/20161110.001526 accepted/tizen/wearable/20161110.001620 submit/tizen/20161109.043305 submit/tizen_3.0/20161108.124320 submit/tizen_3.0_common/20161110.084657
Gwanglim Lee [Wed, 9 Nov 2016 08:56:03 +0000 (17:56 +0900)]
Packaging: update version to 0.2.39

Change-Id: I0b3adfd8871d96c99ae0e699e90705f488552e1c

7 years agorotation: Check if client is activity before update a variable fg_ec. 76/96276/1
Seunghun Lee [Tue, 8 Nov 2016 10:27:44 +0000 (19:27 +0900)]
rotation: Check if client is activity before update a variable fg_ec.

there was a problem that a client like volume(fullscreen, alpha) is rotated on
the client which is unable to rotate.

Change-Id: I4299612e79639042f183669b670ed1f6f90e23a9

7 years agoPackaging: update version to 0.2.38 74/93374/1 accepted/tizen/3.0/ivi/20161028.133931 accepted/tizen/3.0/mobile/20161028.133039 accepted/tizen/3.0/tv/20161028.133351 accepted/tizen/3.0/wearable/20161028.133701 accepted/tizen/common/20161024.134954 accepted/tizen/ivi/20161026.053525 accepted/tizen/mobile/20161026.053415 accepted/tizen/tv/20161026.053436 accepted/tizen/wearable/20161026.053511 submit/tizen/20161024.043840 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
Doyoun Kang [Mon, 24 Oct 2016 04:29:12 +0000 (13:29 +0900)]
Packaging: update version to 0.2.38

Change-Id: I8c87f09c5d53414065d9b422e79d7643c6a82f38

7 years agorotation: added code to reset fg_ec when it is deleted. 69/93369/2
Doyoun Kang [Mon, 24 Oct 2016 04:02:45 +0000 (13:02 +0900)]
rotation: added code to reset fg_ec when it is deleted.

There was a bug that the window was not rotated when its transient_for child window was deleted.
In this case, the fg_ec was not updated because the parent window had been shown state already.
So, the fg_ec was maintained to the deleted child window.
For this reason, the parent window was not added to the rotation update list.

Change-Id: Id1cf38fab82de795201064cbb96438d015529800

7 years agoPackaging: update version to 0.2.37 37/93137/1 accepted/tizen/common/20161020.173527 accepted/tizen/ivi/20161020.133411 accepted/tizen/mobile/20161020.133254 accepted/tizen/tv/20161020.133327 accepted/tizen/wearable/20161020.133345 submit/tizen/20161020.112435
Gwanglim Lee [Thu, 20 Oct 2016 11:26:42 +0000 (20:26 +0900)]
Packaging: update version to 0.2.37

Change-Id: I8e6d4451cd49d80cdc553cd296f92af6724cde70

7 years agorotation: fix the problem that black frame is displayed for a moment if activity... 10/93110/1
Seunghun Lee [Thu, 20 Oct 2016 07:59:01 +0000 (16:59 +0900)]
rotation: fix the problem that black frame is displayed for a moment if activity client window is destroyed on landscape mode.

Now, rotation will be worked with deiconify rendering.

Change-Id: Ic29f459476df423992ed0b5a5a3d911982917524

7 years agoPackaging: update version to 0.2.36 85/91385/1 accepted/tizen/common/20161007.173221 accepted/tizen/ivi/20161007.104012 accepted/tizen/mobile/20161007.104057 accepted/tizen/tv/20161007.104028 accepted/tizen/wearable/20161007.104042 submit/tizen/20161007.081241
Seunghun Lee [Fri, 7 Oct 2016 08:01:09 +0000 (17:01 +0900)]
Packaging: update version to 0.2.36

Change-Id: I5fb6495c44d16376ab9a96f2cea9d160be088586

7 years agorotation: do not insert a client to rotation list if the client is laid below backgro... 51/91351/1
Seunghun Lee [Fri, 7 Oct 2016 06:07:28 +0000 (15:07 +0900)]
rotation: do not insert a client to rotation list if the client is laid below background client.

a client under background client must not be rotated.
and if a client is liad same layer with background, I suppose that the client
will raise sometime later.

Change-Id: Iaced186fde7b93dee0edda30f3cbee82d88b8f23

7 years agoPackaging: update version to 0.2.35 08/85908/1 accepted/tizen/3.0/ivi/20161011.043816 accepted/tizen/3.0/mobile/20161015.033220 accepted/tizen/3.0/tv/20161016.004135 accepted/tizen/3.0/wearable/20161015.082009 accepted/tizen/common/20160830.150308 accepted/tizen/ivi/20160830.235700 accepted/tizen/mobile/20160830.235449 accepted/tizen/tv/20160830.235531 accepted/tizen/wearable/20160830.235616 submit/tizen/20160829.120328 submit/tizen/20160830.063644 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
Gwanglim Lee [Mon, 29 Aug 2016 12:11:12 +0000 (21:11 +0900)]
Packaging: update version to 0.2.35

Change-Id: I4ebe189dbcfd369199dcd12ffaa1e55406886737

7 years agoSupport for deployment of ivi-home 45/85445/2
MinJeong Kim [Thu, 25 Aug 2016 04:27:32 +0000 (13:27 +0900)]
Support for deployment of ivi-home

Change-Id: Icfaee20096b087d639be1decf7713f2fc3e3b5ee
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoPackaging: update version to 0.2.34 99/82599/1 accepted/tizen/common/20160805.125755 accepted/tizen/ivi/20160805.001728 accepted/tizen/mobile/20160805.001642 accepted/tizen/tv/20160805.001658 accepted/tizen/wearable/20160805.001713 submit/tizen/20160804.110307
Gwanglim Lee [Thu, 4 Aug 2016 11:04:27 +0000 (20:04 +0900)]
Packaging: update version to 0.2.34

Change-Id: I4bed80b491103d773c8c3b04939e0dfd3a61e350

7 years agoRemoved duplicated code with enlightenment 86/82586/1
MinJeong Kim [Thu, 4 Aug 2016 07:15:25 +0000 (16:15 +0900)]
Removed duplicated code with enlightenment

Change-Id: I4e4faddd81e1344305a729681cd74ac4ffc40a30
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoPackaging: update version to 0.2.33 85/82485/1 accepted/tizen/ivi/20160804.081510 accepted/tizen/mobile/20160804.081604 accepted/tizen/tv/20160804.081427 accepted/tizen/wearable/20160804.081300 submit/tizen/20160803.115336
Gwanglim Lee [Wed, 3 Aug 2016 12:00:56 +0000 (21:00 +0900)]
Packaging: update version to 0.2.33

Change-Id: I26997a20f27a1129de73566a44bc573bcd4542de

7 years agoindicator: added code to handle properties of the indicator service
Doyoun Kang [Tue, 2 Aug 2016 04:25:27 +0000 (13:25 +0900)]
indicator: added code to handle properties of the indicator service

Change-Id: Ie2ce09165e9779303069f5fbee999669dd9f432d

7 years agoadded code to handle indicator information
Doyoun Kang [Tue, 2 Aug 2016 04:09:37 +0000 (13:09 +0900)]
added code to handle indicator information

Change-Id: I04dffae9153b98bed9fc8b02da81c168be3cdb9e

7 years agoHandle use_e_policy config value 49/81149/2
MinJeong Kim [Fri, 22 Jul 2016 09:21:47 +0000 (18:21 +0900)]
Handle use_e_policy config value

Change-Id: I3065118cf3b4cd7203e3427d347f6835b18c1dbf
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agorotation: set up orientation callbacks for E_Zone 48/81148/2
MinJeong Kim [Thu, 21 Jul 2016 13:27:11 +0000 (22:27 +0900)]
rotation: set up orientation callbacks for E_Zone

Change-Id: I1daf58a348f1ce796df22b2795fee86e11b436ae
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoscreensaver: add support for enabling and disabling screensaver.
Gwanglim Lee [Fri, 22 Jul 2016 07:43:10 +0000 (16:43 +0900)]
screensaver: add support for enabling and disabling screensaver.

Change-Id: I939028faff744cb36bc3c0da5e34a082d51f447b

7 years agoPackaging: update version to 0.2.32 77/81377/1 accepted/tizen/common/20160726.080558 accepted/tizen/ivi/20160726.015859 accepted/tizen/mobile/20160726.015754 accepted/tizen/tv/20160726.015814 accepted/tizen/wearable/20160726.015832 submit/tizen/20160726.012947
Seunghun Lee [Tue, 26 Jul 2016 01:20:47 +0000 (10:20 +0900)]
Packaging: update version to 0.2.32

Change-Id: Ia60ebaed1662a5d70aa64ec75330718bd8a1ab7f

7 years agoquickpanel: do not hide the handler objects by rotation. 76/81376/1
Seunghun Lee [Tue, 26 Jul 2016 01:12:19 +0000 (10:12 +0900)]
quickpanel: do not hide the handler objects by rotation.

if we hide the handler objects by rotation, the objects can be hidden
unintentionally, because there is no cancel event of rotation of client for now.
so, I just don't hide the handler objects by rotation,
I think there is no reason to do.
and I leave a log for rotation cancel of client.

Change-Id: Iedb1e0f7a76b1a62a30c4e2aab34f8a17374e1f3

7 years agoPackaging: update version to 0.2.31 50/81350/1 accepted/tizen/common/20160725.153759 accepted/tizen/ivi/20160725.234147 accepted/tizen/mobile/20160725.234055 accepted/tizen/tv/20160725.234113 accepted/tizen/wearable/20160725.234128 submit/tizen/20160725.140254
Seunghun Lee [Mon, 25 Jul 2016 13:59:31 +0000 (22:59 +0900)]
Packaging: update version to 0.2.31

Change-Id: I3aa4bef096ccff5b50c606d79ae4f29606945b2a

7 years agorotation: showing client should be rotated with the other visible client 49/81349/1
Seunghun Lee [Mon, 25 Jul 2016 13:58:29 +0000 (22:58 +0900)]
rotation: showing client should be rotated with the other visible client

Change-Id: I3a9423f9411d85d223b2a8e6235deee1c406bffa

7 years agoPackaging: update version to 0.2.30 76/81276/1 accepted/tizen/ivi/20160725.083510 accepted/tizen/mobile/20160725.083515 accepted/tizen/tv/20160725.083503 accepted/tizen/wearable/20160725.083506 submit/tizen/20160725.075937
Seunghun Lee [Mon, 25 Jul 2016 06:20:09 +0000 (15:20 +0900)]
Packaging: update version to 0.2.30

Change-Id: Id29bd286f9f875229d73907d31d870dc96eca510

7 years agoquickpanel: do not reset stacking client info(don't need to do), and check whether... 75/81275/1
Seunghun Lee [Mon, 25 Jul 2016 06:16:20 +0000 (15:16 +0900)]
quickpanel: do not reset stacking client info(don't need to do), and check whether it's deleted finding below visible window.

the function of auto-close of quickpanel didn't work if client stacking(raise)
before show, because the value of stacking was already null.

Change-Id: If4ca435da8c39bfbef44bd5038b3bcff303369b8

7 years agorotation: should compare the angle between current and next whether or not it's diffe... 29/81129/2 accepted/tizen/common/20160722.135107 accepted/tizen/ivi/20160722.084726 accepted/tizen/mobile/20160722.084631 accepted/tizen/tv/20160722.084650 accepted/tizen/wearable/20160722.084709 submit/tizen/20160722.082010
Seunghun Lee [Fri, 22 Jul 2016 07:52:09 +0000 (16:52 +0900)]
rotation: should compare the angle between current and next whether or not it's different when process the deferred rotation.

Change-Id: I674471dd4feabe2c10cc89e23c4b52061f586932

7 years agoPackaging: update version to 0.2.29 35/81135/1
Gwanglim Lee [Fri, 22 Jul 2016 08:16:14 +0000 (17:16 +0900)]
Packaging: update version to 0.2.29

Change-Id: I26af549ad1dfc80b94555f7055b866ee31055f71

7 years agoconformant: send conformant state to vkbd's parent. 27/81127/1
Seunghun Lee [Fri, 22 Jul 2016 06:00:14 +0000 (15:00 +0900)]
conformant: send conformant state to vkbd's parent.

Change-Id: I20aa9a3edeea727d7ce6bf496a657072cc44a3c0

7 years agoPackaging: update version to 0.2.28 52/80952/1 accepted/tizen/common/20160721.180525 accepted/tizen/ivi/20160721.093030 accepted/tizen/mobile/20160721.092457 accepted/tizen/tv/20160721.091731 accepted/tizen/wearable/20160721.092723 submit/tizen/20160721.052113
Seunghun Lee [Thu, 21 Jul 2016 05:19:21 +0000 (14:19 +0900)]
Packaging: update version to 0.2.28

Change-Id: I88b148413bf1aeb1a23df1db7a572e023b05a700

7 years agorotation: do not update window until finish the rotation. 51/80951/1
Seunghun Lee [Thu, 21 Jul 2016 02:35:30 +0000 (11:35 +0900)]
rotation: do not update window until finish the rotation.

Change-Id: Ib81ea1cdd94b5c65020d91ce808e7b29c7db6f5c

7 years agoPackaging: update version to 0.2.27 26/80526/1 accepted/tizen/common/20160718.160435 accepted/tizen/ivi/20160719.020144 accepted/tizen/mobile/20160719.020220 accepted/tizen/tv/20160719.020156 accepted/tizen/wearable/20160719.020207 submit/tizen/20160718.115511
Gwanglim Lee [Mon, 18 Jul 2016 11:51:12 +0000 (20:51 +0900)]
Packaging: update version to 0.2.27

Change-Id: Ideaa413913642dfea0684ef55554ca22d1125524

7 years agoquickpanel: hide the quickpanel, if below client is the stacking client. 25/80525/1
Seunghun Lee [Mon, 18 Jul 2016 11:28:36 +0000 (20:28 +0900)]
quickpanel: hide the quickpanel, if below client is the stacking client.

Change-Id: I2b9a260dce6b13b5905b35fa4fe237d0bd1190ef

7 years agoPackaging: update version to 0.2.26 23/80423/1 accepted/tizen/common/20160718.155752 accepted/tizen/ivi/20160718.104718 accepted/tizen/mobile/20160718.104721 accepted/tizen/tv/20160718.104532 accepted/tizen/wearable/20160718.104702 submit/tizen/20160718.052046
Doyoun Kang [Mon, 18 Jul 2016 05:17:33 +0000 (14:17 +0900)]
Packaging: update version to 0.2.26

Change-Id: If6ec187d0872b484cb3e7a9b04bfe0ccebdacf55

7 years agorotation: added code to check rotation when the window is hidden. 93/80393/4
Doyoun Kang [Mon, 18 Jul 2016 02:21:12 +0000 (11:21 +0900)]
rotation: added code to check rotation when the window is hidden.

there was a bug that windows which are in the force_update_list didn't rotate
when specifiled window was hidden.

Change-Id: Ic73489c13541e6973d92058a869bc9e9554708d7

7 years agoquickpanel: fixed bug that the quickpanel is blinking. 99/80399/1
Doyoun Kang [Mon, 18 Jul 2016 02:43:10 +0000 (11:43 +0900)]
quickpanel: fixed bug that the quickpanel is blinking.

There was a bug that the quickpanel is hidden immediately as soon as it is shown

Change-Id: I122e7459139e71951fdc05a015a1ff821dae92ec

7 years agoPackaging: update version to 0.2.25 18/80318/1 accepted/tizen/ivi/20160717.035241 accepted/tizen/mobile/20160717.035251 accepted/tizen/tv/20160717.035125 accepted/tizen/wearable/20160717.035146 submit/tizen/20160716.065840
Doyoun Kang [Sat, 16 Jul 2016 06:56:56 +0000 (15:56 +0900)]
Packaging: update version to 0.2.25

Change-Id: I7325663fdad78dea1804bbaca363a4b1d233f47e

7 years agoquickpanel: reset ec->visible flag if the quickpanel is blocked to shown 16/80316/1
Doyoun Kang [Sat, 16 Jul 2016 06:32:01 +0000 (15:32 +0900)]
quickpanel: reset ec->visible flag if the quickpanel is blocked to shown

Change-Id: I3fc30599570f7452537f28ca86b3d5ed32d4dc40

7 years agoDo not move the notification window to 0, 0 76/80076/1
Seunghun Lee [Thu, 14 Jul 2016 10:21:42 +0000 (19:21 +0900)]
Do not move the notification window to 0, 0

notification window couldn't move to wanted location by this code.
I have no idea why it is necessary.

Change-Id: I653a0cee9a49dae1533ca900cc4618814f2c4286

7 years agoPackaging: update version to 0.2.24 16/80016/1 accepted/tizen/common/20160714.153303 accepted/tizen/ivi/20160714.064416 accepted/tizen/mobile/20160714.064349 accepted/tizen/tv/20160714.064409 accepted/tizen/wearable/20160714.064426 submit/tizen/20160714.062617
Doyoun Kang [Thu, 14 Jul 2016 06:23:36 +0000 (15:23 +0900)]
Packaging: update version to 0.2.24

Change-Id: Ie11d16648b52566500d315dc949942709c85a09e

7 years agoroatation: fixed block show of ec handling external object 49/79949/2
MinJeong Kim [Wed, 13 Jul 2016 14:20:59 +0000 (23:20 +0900)]
roatation: fixed block show of ec handling external object

Change-Id: I007e9d7d129d37447139cb0013d00427524136ca
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agonot add the subsurface's ec to parent's sub.list 12/80012/1
Boram Park [Thu, 14 Jul 2016 06:08:19 +0000 (15:08 +0900)]
not add the subsurface's ec to parent's sub.list

The subsurface's ec has been already added to the parent's sub.list
in e_comp_wl_subsurface_create().

Change-Id: I22ffa47da0417654b3929c5482c7dcd8e376e80f

7 years agoPackaging: update version to 0.2.33 04/79804/1 accepted/tizen/common/20160713.144900 accepted/tizen/ivi/20160713.094252 accepted/tizen/mobile/20160713.094242 accepted/tizen/tv/20160713.094234 accepted/tizen/wearable/20160713.094236 submit/tizen/20160713.053531
Gwanglim Lee [Wed, 13 Jul 2016 05:08:49 +0000 (14:08 +0900)]
Packaging: update version to 0.2.33

Change-Id: I0ecc24964a670ed42a69a409f31afaa993ca0e19

7 years agorotation: fix the bug that created rotation data for all clients. 03/79803/1
Seunghun Lee [Wed, 13 Jul 2016 04:59:26 +0000 (13:59 +0900)]
rotation: fix the bug that created rotation data for all clients.

rotation data should be created when it's needed by client.

Change-Id: I0b1f6d0d0ec9d58cd4ce0cc829ccc09479d66c6f

7 years agoPackaging: update version to 0.2.22 86/79786/1 accepted/tizen/common/20160713.050714 accepted/tizen/ivi/20160713.094041 accepted/tizen/mobile/20160713.094022 accepted/tizen/tv/20160713.094033 accepted/tizen/wearable/20160713.094004 submit/tizen/20160713.025411
Doyoun Kang [Wed, 13 Jul 2016 02:50:30 +0000 (11:50 +0900)]
Packaging: update version to 0.2.22

Change-Id: I3420c4ef05230ed5ac8d2b1d4ed6c5f23108204c

7 years agoiconify: modified code to iconify all windows when the lcd is turned off. 85/79785/1
Doyoun Kang [Wed, 13 Jul 2016 02:40:41 +0000 (11:40 +0900)]
iconify: modified code to iconify all windows when the lcd is turned off.

There was a bug that the window which is fully obscured and not iconified
doesn't iconify when the lcd is turned off.

Change-Id: Ia370fbbf196e380b14d81eaabc5dfb931ece8ee6

7 years agorotation: don't set the pending_show flag if subsurface 38/79738/1 accepted/tizen/common/20160712.151605 accepted/tizen/ivi/20160713.000708 accepted/tizen/mobile/20160713.000554 accepted/tizen/tv/20160713.000641 accepted/tizen/wearable/20160713.000630 submit/tizen/20160712.134320
Boram Park [Tue, 12 Jul 2016 13:25:58 +0000 (22:25 +0900)]
rotation: don't set the pending_show flag if subsurface

Change-Id: Id33e5f01ccfca8b23a9463eca5c26d7f42e3ae93

7 years agorotation: added code to check the transient_parent while finding topmost fullscreen... 50/79350/1 accepted/tizen/common/20160712.150418 accepted/tizen/ivi/20160711.235617 accepted/tizen/mobile/20160711.235349 accepted/tizen/tv/20160711.235529 accepted/tizen/wearable/20160711.235422 submit/tizen/20160711.070536
Doyoun Kang [Mon, 11 Jul 2016 05:09:06 +0000 (14:09 +0900)]
rotation: added code to check the transient_parent while finding topmost fullscreen window in rotation

Change-Id: I4b654e0a08ddc145025f82cd4828a3cff5d88ec3

7 years agoPackaging: update version to 0.2.21 27/79327/1
Gwanglim Lee [Mon, 11 Jul 2016 04:03:25 +0000 (13:03 +0900)]
Packaging: update version to 0.2.21

Change-Id: I0d4829baa49420aba8615fa17d2a622e2cd4d3ba

7 years agorotation: Windows stacked below background window are also rotated by rotation of... 91/79291/1
Seunghun Lee [Sun, 10 Jul 2016 13:00:01 +0000 (22:00 +0900)]
rotation: Windows stacked below background window are also rotated by rotation of zone.

Change-Id: Ia2a07c22c8c0035d42e652059ca46b7c1b12908e

7 years agorotation: Windows which has new_client will be rotated after fetching rotation hint. 90/79290/1
Seunghun Lee [Sun, 10 Jul 2016 12:40:05 +0000 (21:40 +0900)]
rotation: Windows which has new_client will be rotated after fetching rotation hint.

we need to make a damage to comp object with this patch.
if not, updated buffer could not be applied to comp object.

Change-Id: I497ca2c047c8d41917c7c0fc477f72b534e95ee0

7 years agoPackaging: update version to 0.2.20 97/79097/1 accepted/tizen/common/20160708.140855 accepted/tizen/ivi/20160708.092106 accepted/tizen/mobile/20160708.092045 accepted/tizen/tv/20160708.092055 accepted/tizen/wearable/20160708.092024 submit/tizen/20160708.071427
Gwanglim Lee [Fri, 8 Jul 2016 07:11:36 +0000 (16:11 +0900)]
Packaging: update version to 0.2.20

Change-Id: Ie80129fdd15d53b2cfec9f77ebc06cb616102c12

7 years agoservices: volume: use wl_touch instead of wl_pointer. 93/79093/1
Seunghun Lee [Fri, 17 Jun 2016 04:03:24 +0000 (13:03 +0900)]
services: volume: use wl_touch instead of wl_pointer.

Change-Id: Ibbd6a96d258af2629bb33a976a0dc5dd58df990e

7 years agoPackaging: update version to 0.2.19 26/78626/1 accepted/tizen/common/20160706.142637 accepted/tizen/ivi/20160706.132758 accepted/tizen/mobile/20160706.131811 accepted/tizen/tv/20160706.131900 accepted/tizen/wearable/20160706.132020 submit/tizen/20160706.091527
Doyoun Kang [Wed, 6 Jul 2016 08:33:57 +0000 (17:33 +0900)]
Packaging: update version to 0.2.19

Change-Id: I6d2c69b1dfd552928a7e662cd5a3f3c73f02cdb5

7 years agoe_mod_wl: do nothing in the e_mod_pol_wl_iconify_state_change_send() if the client... 20/78620/1
Seunghun Lee [Wed, 6 Jul 2016 07:19:08 +0000 (16:19 +0900)]
e_mod_wl: do nothing in the e_mod_pol_wl_iconify_state_change_send() if the client which has "skip_iconify" has passed.

Change-Id: If0572706a95d69fa03bba16a19175f0d053dda6c

7 years agoiconify: fixed bug for iconifying window. 85/78585/1
Doyoun Kang [Wed, 6 Jul 2016 07:15:32 +0000 (16:15 +0900)]
iconify: fixed bug for iconifying window.
- there was a bug that the window was not launched if the angle was changed when it was on background

Change-Id: I657fc06389fddc128a0f4b9ee673c823f7b638a5

7 years agorotation: exclude the window which is placed below top-most visible window from the... 44/78544/3
Seunghun Lee [Wed, 6 Jul 2016 04:28:14 +0000 (13:28 +0900)]
rotation: exclude the window which is placed below top-most visible window from the list of rotation target.

There was a problem that the orientation of the window below lockscreen was changed.

Change-Id: I963fc524f99ce3257572a5c7a4f7b0d074329ac5

7 years agoe_mod_wl: added log for receiving tizen_policy protocol 30/78430/1
Doyoun Kang [Tue, 5 Jul 2016 11:50:55 +0000 (20:50 +0900)]
e_mod_wl: added log for receiving tizen_policy protocol

Change-Id: If9fd73fc5acbbf9d183212793a6ddec3466d00cf

7 years agoPackaging: update version to 0.2.18 16/78116/1 accepted/tizen/common/20160704.150213 accepted/tizen/ivi/20160705.003933 accepted/tizen/mobile/20160705.003857 accepted/tizen/tv/20160705.003909 accepted/tizen/wearable/20160705.003832 submit/tizen/20160704.100759
Doyoun Kang [Mon, 4 Jul 2016 09:47:11 +0000 (18:47 +0900)]
Packaging: update version to 0.2.18

Change-Id: I813712a1b6f3505121b7602a4bc39b2b3b705213

7 years agoiconify: fixed bug to find above window while checking the window is obscured by... 95/78095/1
Doyoun Kang [Mon, 4 Jul 2016 09:01:20 +0000 (18:01 +0900)]
iconify: fixed bug to find above window while checking the window is obscured by alpha_opaque window

Change-Id: Ic18aee94e66cc2d0e5d5f102c91471c4add2eb2b

7 years agoPackaging: update version to 0.2.17 43/77843/1 accepted/tizen/common/20160703.131025 accepted/tizen/ivi/20160703.110656 accepted/tizen/mobile/20160703.110526 accepted/tizen/tv/20160703.110609 accepted/tizen/wearable/20160703.110634 submit/tizen/20160702.084834
Doyoun Kang [Fri, 1 Jul 2016 08:49:13 +0000 (17:49 +0900)]
Packaging: update version to 0.2.17

Change-Id: I664658e5681ace547fcf3ea1d1d7f18b610960cd

7 years agorotation: Update the value of rotation of client only available landscape. 39/77839/1
Seunghun Lee [Fri, 1 Jul 2016 08:36:18 +0000 (17:36 +0900)]
rotation: Update the value of rotation of client only available landscape.

Change-Id: I6e75d3159f529c8ff6cd67c0c807a4c6ad0f3af7

7 years agoquickpanel: use ecore_animator for mover instead of Pol_Transit 74/77574/1
MinJeong Kim [Thu, 30 Jun 2016 08:01:53 +0000 (17:01 +0900)]
quickpanel: use ecore_animator for mover instead of Pol_Transit

Use ecore_animator for mover instead of Pol_Transit and Pol_Transit is
removed completely.

Change-Id: If4cc43c442a9fd84e22e39a6b9fb702ace373acc
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoPackaging: update version to 0.2.16 37/77537/1 accepted/tizen/common/20160630.152034 accepted/tizen/ivi/20160701.032624 accepted/tizen/mobile/20160701.032524 accepted/tizen/tv/20160701.032558 accepted/tizen/wearable/20160701.032548 submit/tizen/20160630.065936
Gwanglim Lee [Thu, 30 Jun 2016 06:56:52 +0000 (15:56 +0900)]
Packaging: update version to 0.2.16

Change-Id: I5a0100f102c0efe004c6ba7b2266e40e3cdf33c6

7 years agoFixed possible NULL dereferences 28/77528/1
MinJeong Kim [Thu, 30 Jun 2016 06:47:25 +0000 (15:47 +0900)]
Fixed possible NULL dereferences

Change-Id: If6a1d82ddfee1598d86948d91342bcfb3860a598
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agoe_mod_wl: support window_role 'cbhm' to identify cbhm surface 28/77228/3
MinJeong Kim [Wed, 29 Jun 2016 06:27:08 +0000 (15:27 +0900)]
e_mod_wl: support window_role 'cbhm' to identify cbhm surface

Change-Id: Ic0665af3719e486945b10475d4ab8c88a9c7960c
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
7 years agorotation: Send frame callback to target client before enter the norender state. 98/77498/2
Seunghun Lee [Thu, 30 Jun 2016 04:42:57 +0000 (13:42 +0900)]
rotation: Send frame callback to target client before enter the norender state.

if not, client possibly can't draw rorated frame.

Change-Id: Ib6a166b7d974c3055682e1ea8f839a236717dee6

7 years agoPackaging: update version to 0.2.15 26/77426/1 accepted/tizen/common/20160629.223504 accepted/tizen/ivi/20160630.004148 accepted/tizen/mobile/20160630.004245 accepted/tizen/tv/20160630.004137 accepted/tizen/wearable/20160630.004216 submit/tizen/20160629.135923
Gwanglim Lee [Wed, 29 Jun 2016 14:01:52 +0000 (23:01 +0900)]
Packaging: update version to 0.2.15

Change-Id: I04180f6583796b6000c15595c35ece743283c0de

7 years agoe_mod_rotation_wl: exclude video win from rotation target list 86/77386/1
Juyeon Lee [Wed, 29 Jun 2016 12:46:44 +0000 (21:46 +0900)]
e_mod_rotation_wl: exclude video win from rotation target list

Change-Id: Ieea724e4cc9539b045100d98e1f6d4316df2040c

7 years agoe_mod_main: added code to check NULL. 93/77093/2
Doyoun Kang [Tue, 28 Jun 2016 12:40:05 +0000 (21:40 +0900)]
e_mod_main: added code to check NULL.

Change-Id: I9d68bf5a3085efe42045876abd7e2bb5f76938d4

7 years agoPackaging: update version to 0.2.13 11/77011/1 accepted/tizen/common/20160628.141612 accepted/tizen/ivi/20160628.100438 accepted/tizen/mobile/20160628.100431 accepted/tizen/tv/20160628.100417 accepted/tizen/wearable/20160628.100442 submit/tizen/20160628.084500
Gwanglim Lee [Tue, 28 Jun 2016 08:42:47 +0000 (17:42 +0900)]
Packaging: update version to 0.2.13

Change-Id: If8e151aba22586764277255bbf22fb1cff078a26

7 years agoiconify: fixed bug to check the window is obscured by alpha_opaque window
Doyoun Kang [Tue, 28 Jun 2016 08:36:42 +0000 (17:36 +0900)]
iconify: fixed bug to check the window is obscured by alpha_opaque window

Change-Id: I2f76985dffebcdc4f04f73937b2fb7fd114b8dc9

7 years agoquickpanel: render forcibly and make frame event to give a rendering chance to quickp...
Seunghun Lee [Tue, 28 Jun 2016 00:39:28 +0000 (09:39 +0900)]
quickpanel: render forcibly and make frame event to give a rendering chance to quickpanel.

there was a problem that we couldn't make frame event when make quickpanel hidden.
so, I just decide to forcibly render and make frame event wheter it's visible or not.

Change-Id: Ia80651eed52f431ce8e8a6b4118d51caa9ac1b74

7 years agoconformant: Add module to handle conformant.
Seunghun Lee [Thu, 23 Jun 2016 06:13:09 +0000 (15:13 +0900)]
conformant: Add module to handle conformant.

Change-Id: I5339a73b97c58897e56801680e55a0bfebdefa46

7 years agoquickpanel: set name to the region object for debugging.
Seunghun Lee [Thu, 23 Jun 2016 10:23:32 +0000 (19:23 +0900)]
quickpanel: set name to the region object for debugging.

Change-Id: I9d28b333f58f61f053754bb2e02b370d325cc07f

7 years agotransit: Remove useless code to keep state when delete the transition object.
Seunghun Lee [Thu, 23 Jun 2016 10:17:06 +0000 (19:17 +0900)]
transit: Remove useless code to keep state when delete the transition object.

This useless code causes that show the mover object of quickpanel again,
and then mirror object is created twice.
Finally this mirror object couldn't be disappear forever.

Change-Id: I3b7da2e4d637f85c342328b4c9af024fdfa8b074

7 years agoPackaging: update version to 0.2.12 75/76875/1 accepted/tizen/ivi/20160628.015135 accepted/tizen/mobile/20160628.015151 accepted/tizen/tv/20160628.015111 accepted/tizen/wearable/20160628.015140 submit/tizen/20160627.221732
Gwanglim Lee [Mon, 27 Jun 2016 13:48:51 +0000 (22:48 +0900)]
Packaging: update version to 0.2.12

Change-Id: I23343e31b297a2968248eef5d8588d2acd282ebf

7 years agoiconify: added code to check the window is obscured by alpha_opaque window 60/76860/1
Doyoun Kang [Mon, 27 Jun 2016 12:33:27 +0000 (21:33 +0900)]
iconify: added code to check the window is obscured by alpha_opaque window

Change-Id: Ia560ce51131a3d7c7b4dbfbe52a363d042593899

7 years agoe_mod_rotation_wl: add opaque condition when _e_client_rotation_zone_set 71/76571/3
Juyeon Lee [Fri, 24 Jun 2016 08:33:59 +0000 (17:33 +0900)]
e_mod_rotation_wl: add opaque condition when _e_client_rotation_zone_set

Change-Id: I9d018011feb6e690e0237ff2ae4da2aa572bface

7 years agoPackaging: update version to 0.2.11 96/76196/1 accepted/tizen/common/20160623.154438 accepted/tizen/ivi/20160623.124617 accepted/tizen/mobile/20160623.124505 accepted/tizen/tv/20160623.124538 accepted/tizen/wearable/20160623.124558 submit/tizen/20160623.065216
Gwanglim Lee [Thu, 23 Jun 2016 06:23:18 +0000 (15:23 +0900)]
Packaging: update version to 0.2.11

Change-Id: I33de6bda7868860bc87ba142fa59292365ec8bd6

7 years agoe_mod_main: fixed a possible crash problem in _pol_cb_hook_client_eval_post_fetch. 94/76194/1
Gwanglim Lee [Thu, 23 Jun 2016 06:22:49 +0000 (15:22 +0900)]
e_mod_main: fixed a possible crash problem in _pol_cb_hook_client_eval_post_fetch.

Change-Id: Ic2d060e2eb9cb3bada839d8e12d265cf658dc019

7 years agoconformant: Send actual visible state of vkbd object when notify the client of confor... 91/76191/2
Seunghun Lee [Thu, 23 Jun 2016 06:04:13 +0000 (15:04 +0900)]
conformant: Send actual visible state of vkbd object when notify the client of conformant area is changed.

Change-Id: I147fb4c1b4165f8d099d02fe27b76ce8e432bfe5

7 years agoconformant: print out log for useful information to debug 90/76190/2
Seunghun Lee [Thu, 23 Jun 2016 04:33:11 +0000 (13:33 +0900)]
conformant: print out log for useful information to debug

Change-Id: I494174da95f96ed6e807e3051134c87367180589

7 years agoquickpanel: add support for the new tizen-ws-shell quickpanel features. 68/75968/4
Gwanglim Lee [Wed, 22 Jun 2016 08:45:56 +0000 (17:45 +0900)]
quickpanel: add support for the new tizen-ws-shell quickpanel features.
new features:
support for quickpanel request: show/hide, scrollable_set/unset
support for quickpanel event notification: visibility, orientation, scrollable

Change-Id: I83cf802d159883332f39dbf3ea2a6bb449d4128d
Signed-off-by: Gwanglim Lee <gl77.lee@samsung.com>
7 years agoPackaging: update version to 0.2.10 accepted/tizen/common/20160622.150047 accepted/tizen/ivi/20160623.122536 accepted/tizen/mobile/20160623.122452 accepted/tizen/tv/20160623.122507 accepted/tizen/wearable/20160623.122522 submit/tizen/20160622.092324
Seunghun Lee [Wed, 22 Jun 2016 05:25:34 +0000 (14:25 +0900)]
Packaging: update version to 0.2.10

Change-Id: I1b6ec7a3fc17c31c75c9dcb958d00e462921e280

7 years agomake _pol_client_maximize_policy_apply() to return whether it's succeed.
Seunghun Lee [Wed, 22 Jun 2016 01:19:20 +0000 (10:19 +0900)]
make _pol_client_maximize_policy_apply() to return whether it's succeed.

In the function, _pol_wl_cb_hook_shell_surface_ready(),
we should send configure to client only if maximize is applied.

Change-Id: I372d655a5d8fc67cc45bb1ff9c4633cc014bf1cf

7 years agoPackaging: update version to 0.2.9 94/75794/1 accepted/tizen/common/20160621.184703 accepted/tizen/ivi/20160622.021049 accepted/tizen/mobile/20160622.020942 accepted/tizen/tv/20160622.021007 accepted/tizen/wearable/20160622.021029 submit/tizen/20160621.113431
Doyoun Kang [Tue, 21 Jun 2016 11:22:18 +0000 (20:22 +0900)]
Packaging: update version to 0.2.9

Change-Id: Ic4794f1fbaf792d4c167e8bdde699c62de8b4db0