platform/core/uifw/e-mod-tizen-wm-policy.git
8 years agoservices:region: set repeat event to region object. 34/72634/2
Seunghun Lee [Thu, 2 Jun 2016 01:11:48 +0000 (10:11 +0900)]
services:region: set repeat event to region object.

Change-Id: I5cf6c0fc310ba43864771d62b3a6a060e6c7d741

8 years agoadded code to support setting screen mode 69/72069/3
Doyoun Kang [Mon, 30 May 2016 11:16:34 +0000 (20:16 +0900)]
added code to support setting screen mode

Change-Id: I37eb60e07797497da5e91346375d4ff1ef95a5c1

8 years agolaunchscreen: create one E_Client for each tizen_launch_image 01/71701/9
MinJeong Kim [Thu, 26 May 2016 13:31:46 +0000 (22:31 +0900)]
launchscreen: create one E_Client for each tizen_launch_image

Create one E_Client per each tizen_launch_image instead of using single
E_Client for all tizen_launch_image. and swallow launchscreen evas_object
to comp object of the E_Client instead of using launchscreen evas_object
directly on comp canvas.

Change-Id: I5da68352e0e2cbd866372cf1f3acd7b833866244
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agovisibility: send pending visibility change 28/72528/2
MinJeong Kim [Wed, 1 Jun 2016 09:46:19 +0000 (18:46 +0900)]
visibility: send pending visibility change

if some client's visibility changed and there is no connection of
tizen_visibility with the client, the client can't recognize its visibility
even if the client requests get_visibility later.
To send changed visibility for some clients request get_visibility late,
a list of pending clients that have visibility change is added.

Change-Id: I18a53ab1ed74329b8ad9feed2d9bc8a938dffd51
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agopost raise, post lower apply 50/71950/1
Doyoun Kang [Mon, 30 May 2016 01:27:54 +0000 (10:27 +0900)]
post raise, post lower apply

Change-Id: I3fcfe47e6354ddeb9e46d5776b603190429ac223

8 years agogesture: repeat event to under the gesture object. 32/71532/2
Seunghun Lee [Wed, 25 May 2016 23:08:17 +0000 (08:08 +0900)]
gesture: repeat event to under the gesture object.

terminate the main touch event processing if gesture is detected.

Change-Id: I9fe316661201d097d6233c13d06dd7edc13fc5ff

8 years agoPackaging: update version to 0.2.0 41/71641/2 accepted/tizen/common/20160527.152910 accepted/tizen/ivi/20160527.122844 accepted/tizen/mobile/20160527.121106 accepted/tizen/tv/20160527.121944 accepted/tizen/wearable/20160527.122430 submit/tizen/20160527.065319
Gwanglim Lee [Thu, 26 May 2016 09:17:51 +0000 (18:17 +0900)]
Packaging: update version to 0.2.0

Change-Id: Ibb0c578c3d6f74b5ca5ad51c2448eadc5d4be596

8 years agoset file permission back to 644 97/71597/2
Gwanglim Lee [Thu, 26 May 2016 05:50:08 +0000 (14:50 +0900)]
set file permission back to 644

Change-Id: I14759327265fcaad5c2a4cc43c73499774f86d75

8 years agoRevert "Revert "do uniconify when surface request unmap"" 33/71633/1
Gwanglim Lee [Thu, 26 May 2016 08:42:22 +0000 (17:42 +0900)]
Revert "Revert "do uniconify when surface request unmap""

This reverts commit 6ced27ab6ea188e02ab90481b3856681a33004eb.

Change-Id: I158572b29935711260b56d956a430b703ab90586
Signed-off-by: Gwanglim Lee <gl77.lee@samsung.com>
8 years agoRevert "do uniconify when surface request unmap" 90/71590/1
Doyoun Kang [Thu, 26 May 2016 05:19:39 +0000 (14:19 +0900)]
Revert "do uniconify when surface request unmap"

This reverts commit 46874f27ab3e49c69cee39f4a8a2a1e50e7db567.

Change-Id: Iee9e4edfe94546ab6a28d3c427c282dbf7873838

8 years agodo uniconify when surface request unmap 26/71226/2
Sungbae Park [Tue, 24 May 2016 12:38:58 +0000 (21:38 +0900)]
do uniconify when surface request unmap

Signed-off-by: Sungbae Park <sb34.park@samsung.com>
Change-Id: I44e273dbfa369f29339855bd279b2e46ea4f6c85

8 years agoPackaging: update version to 0.1.99 86/70986/1 accepted/tizen/common/20160525.155633 accepted/tizen/ivi/20160524.005043 accepted/tizen/mobile/20160524.005022 accepted/tizen/tv/20160524.005010 accepted/tizen/wearable/20160524.004952 submit/tizen/20160523.130330
Gwanglim Lee [Mon, 23 May 2016 13:04:45 +0000 (22:04 +0900)]
Packaging: update version to 0.1.99

Change-Id: I4bcf139ae681a33336971ac5f57efff3fe3b1e7c

8 years agopolicy: implement set_subsurface_stand_alone request 64/70964/1
Boram Park [Mon, 23 May 2016 11:30:24 +0000 (20:30 +0900)]
policy: implement set_subsurface_stand_alone request

Change-Id: Ica7d88988c62cf462cd4caad8c7c5f74cb7ad98a

8 years agoPackaging: update version to 0.1.98 41/70641/1 accepted/tizen/common/20160520.171213 accepted/tizen/ivi/20160520.081513 accepted/tizen/mobile/20160520.081519 accepted/tizen/tv/20160520.081500 accepted/tizen/wearable/20160520.081441 submit/tizen/20160520.030239
Juyeon Lee [Fri, 20 May 2016 02:51:07 +0000 (11:51 +0900)]
Packaging: update version to 0.1.98

Change-Id: I9b3fb6227fd5f8cded39c966717025a40b281134

8 years agorotation: send angle change event early for landscape only app 75/70175/4
MinJeong Kim [Wed, 18 May 2016 12:07:46 +0000 (21:07 +0900)]
rotation: send angle change event early for landscape only app

Some landscape-only app render with first configured size of ecore evas,
so for supporting those apps angle change event has to be delivered to
apps before first application side rendering begin.

Change-Id: Id99a03ca53ac1abe99193a05b4f7c01c2cb46ace

8 years agoregion: Change the type of gesture to LINE. 29/70229/1
Seunghun Lee [Thu, 19 May 2016 02:02:45 +0000 (11:02 +0900)]
region: Change the type of gesture to LINE.

this is to temporary fix the issue that couldn't touch the top edge of window.

Change-Id: I2abf3c1dd4f92e53e4c922c3f1ff7fad93dbfbdb

8 years agoPackaging: update version to 0.1.97 41/69741/1 accepted/tizen/common/20160517.173950 accepted/tizen/ivi/20160517.032607 accepted/tizen/mobile/20160517.032836 accepted/tizen/tv/20160517.032636 accepted/tizen/wearable/20160517.032703 submit/tizen/20160516.114211
Gwanglim Lee [Mon, 16 May 2016 11:49:35 +0000 (20:49 +0900)]
Packaging: update version to 0.1.97

Change-Id: I558f6b5ed0466d76b10b3370d710841244864a62

8 years agorotation: add null check before copying previous rotation hints 40/69740/1
Gwanglim Lee [Mon, 16 May 2016 11:48:30 +0000 (20:48 +0900)]
rotation: add null check before copying previous rotation hints

Change-Id: I1ff256612c50227d441dc314ba1ef841e87406d2

8 years agoquickpanel: Except cursor client when handle events of show/hide/stack. 72/69572/2
Seunghun Lee [Mon, 16 May 2016 02:36:12 +0000 (11:36 +0900)]
quickpanel: Except cursor client when handle events of show/hide/stack.

there was a problem that we couldn't show the quickpanel by mouse events.
that's because the events of show/hide of mouse client has happened
whenever mouse up/down.

Change-Id: I706704c4a74b7cc7d104fefd98ff20d08f470a86

8 years agorotation: fix possibly allocate the memory as a zero size. 17/69517/1 accepted/tizen/ivi/20160516.001918 accepted/tizen/mobile/20160516.001805 accepted/tizen/tv/20160516.001830 accepted/tizen/wearable/20160516.001851 submit/tizen/20160513.131144 submit/tizen/20160515.231814
Seunghun Lee [Fri, 13 May 2016 13:23:34 +0000 (22:23 +0900)]
rotation: fix possibly allocate the memory as a zero size.

Change-Id: I046ebb5a86c519f299f38ec2938b5198646262ca

8 years agoPackaging: update version to 0.1.96 15/69515/1
Gwanglim Lee [Fri, 13 May 2016 13:10:45 +0000 (22:10 +0900)]
Packaging: update version to 0.1.96

Change-Id: Id4ba645d63473ff04f272dbac958f9474bc471b4

8 years agorotation: fix crash by illegal memory allocation that try to allocate zero size. 13/69513/1
Seunghun Lee [Fri, 13 May 2016 13:04:13 +0000 (22:04 +0900)]
rotation: fix crash by illegal memory allocation that try to allocate zero size.

Change-Id: I2db4d304dedb0c3c2bc1dd9ceb71a3168e9b017d

8 years agoAdd an Iconify event handler to broadcast vkbd state
Seungjin Park [Thu, 12 May 2016 13:47:25 +0000 (22:47 +0900)]
Add an Iconify event handler to broadcast vkbd state

Signed-off-by: Seungjin Park <sj8808.park@samsung.com>
Change-Id: I9aa2aa871e70faa925144c55eee384bde3734f84

8 years agoPackaging: update version to 0.1.95 77/68877/1 accepted/tizen/common/20160512.144106 accepted/tizen/ivi/20160513.004316 accepted/tizen/mobile/20160513.004229 accepted/tizen/tv/20160513.004301 accepted/tizen/wearable/20160513.004214 submit/tizen/20160512.051703
Gwanglim Lee [Tue, 10 May 2016 07:14:19 +0000 (16:14 +0900)]
Packaging: update version to 0.1.95

Change-Id: I60bfb32d7b83bb1c0d17d7f9523e8e475992bf2a

8 years agorotation: fix build break 70/68870/1
Seunghun Lee [Tue, 10 May 2016 07:07:13 +0000 (16:07 +0900)]
rotation: fix build break

Change-Id: I12e25ac7b4154a0214a58860d2a25462ab221352

8 years agorotation: check if null before referencing. 64/68864/2
Seunghun Lee [Tue, 10 May 2016 06:55:25 +0000 (15:55 +0900)]
rotation: check if null before referencing.

Change-Id: Id9fbffd4988729b5409acf3eacb0d588c139dd8e

8 years agoPackaging: update version to 0.1.94 27/68827/1 accepted/tizen/common/20160511.141704 accepted/tizen/ivi/20160512.045935 accepted/tizen/mobile/20160512.045722 accepted/tizen/tv/20160512.045813 accepted/tizen/wearable/20160512.045751 submit/tizen/20160510.044059
Gwanglim Lee [Tue, 10 May 2016 04:42:12 +0000 (13:42 +0900)]
Packaging: update version to 0.1.94

Change-Id: I43e36ed672b3e1b33459a6ce0a28c75520564f5d

8 years agolaunchscreen: added parameters(depth, options) for the launch request of the tizen_la... 93/68793/1
Doyoun Kang [Mon, 9 May 2016 23:14:57 +0000 (08:14 +0900)]
launchscreen: added parameters(depth, options) for the launch request of the tizen_launch_image interface.

Change-Id: Ib8ea349e87bd1aa4c3fb8d9bc40c05f7d58a5e1b

8 years agoPackaging: update version to 0.1.93 10/68410/1 accepted/tizen/common/20160505.140311 accepted/tizen/ivi/20160504.115206 accepted/tizen/mobile/20160504.114926 accepted/tizen/tv/20160504.114723 accepted/tizen/wearable/20160504.115023 submit/tizen/20160504.062133
Doyoun Kang [Wed, 4 May 2016 05:30:05 +0000 (14:30 +0900)]
Packaging: update version to 0.1.93

Change-Id: I03b5d7b70cc894f8c2b43e45856eb9ba43a41987

8 years agolaunchscreen: show/hide the ec of the launch screen when the launch image is shown... 09/68409/1
Doyoun Kang [Wed, 4 May 2016 05:21:41 +0000 (14:21 +0900)]
launchscreen: show/hide the ec of the launch screen when the launch image is shown/hidden

For this patch, the below window of the launch screen can change
the visibility to fully obscured.

Change-Id: I2229086f59591adf9d1c0aa62087a85f1787359e

8 years agoPackaging: update version to 0.1.92 95/68395/1
Gwanglim Lee [Wed, 4 May 2016 02:25:44 +0000 (11:25 +0900)]
Packaging: update version to 0.1.92

Change-Id: Ic3065c6986e67b76d6aee534c7b0c0f6960a7545

8 years agoMaximize client and apply aux hints at hookpoint SHELL_SURFACE_READY 85/68285/1
MinJeong Kim [Tue, 3 May 2016 08:12:57 +0000 (17:12 +0900)]
Maximize client and apply aux hints at hookpoint SHELL_SURFACE_READY

Change-Id: Ib232fdd3ff5e269e9be5ac6ec1c2d92391c8651b

8 years agoPackaging: update version to 0.1.91 87/68087/1 accepted/tizen/common/20160502.183701 accepted/tizen/ivi/20160502.114141 accepted/tizen/mobile/20160502.114049 accepted/tizen/tv/20160502.114107 accepted/tizen/wearable/20160502.114122 submit/tizen/20160502.065848
Seunghun Lee [Mon, 2 May 2016 06:57:27 +0000 (15:57 +0900)]
Packaging: update version to 0.1.91

Change-Id: Ic050bc0ffbf1838debaeef43a511cb2690d48a8a

8 years agoquickpanel: close the quickpanel, when a window under quickpanel is changed. 42/67942/1
Seunghun Lee [Fri, 29 Apr 2016 08:36:52 +0000 (17:36 +0900)]
quickpanel: close the quickpanel, when a window under quickpanel is changed.

the specific senario is that we close the quickpanel when WiFi popup to show
the available connection list is shown by turning on the WiFi from quickpanel.

Change-Id: I3d92eb4a03657fc9c74a61c57cb9c91c170cdbf4

8 years agoPackaging: update version to 0.1.90 88/67888/1 accepted/tizen/common/20160429.170600 accepted/tizen/ivi/20160502.011726 accepted/tizen/mobile/20160502.011623 accepted/tizen/tv/20160502.011640 accepted/tizen/wearable/20160502.011657 submit/tizen/20160429.052526
Doyoun Kang [Fri, 29 Apr 2016 05:22:41 +0000 (14:22 +0900)]
Packaging: update version to 0.1.90

Change-Id: Iaea9c06629e235ccc71df9e21d22e3a993b83352

8 years agoe_mod_wl: added code to support tizen_policy_stack_mode request 83/67883/1
Doyoun Kang [Fri, 29 Apr 2016 04:47:29 +0000 (13:47 +0900)]
e_mod_wl: added code to support tizen_policy_stack_mode request

Change-Id: I4ebdfb9bd88aec8dc0259d4b2d01d7d6b6857239

8 years agoconformant: set conformant area to non-visible state before starting rotation. 79/67879/1
Seunghun Lee [Fri, 29 Apr 2016 04:11:52 +0000 (13:11 +0900)]
conformant: set conformant area to non-visible state before starting rotation.

conformant of elementary want this patch to prevent wrong geometry calculation
after rotation.

Change-Id: I3442b4181b79e83679dddb84d4c056bd7c3149cc

8 years ago Packaging: update version to 0.1.89 04/67504/1 accepted/tizen/common/20160427.144025 accepted/tizen/ivi/20160427.080716 accepted/tizen/mobile/20160427.080733 accepted/tizen/tv/20160427.080646 accepted/tizen/wearable/20160427.080700 submit/tizen/20160427.053234
Doyoun Kang [Wed, 27 Apr 2016 05:22:06 +0000 (14:22 +0900)]
 Packaging: update version to 0.1.89

Change-Id: I05e03f9877922533fc9da6300448671f53c7ee12

8 years agoaux hint: fixed bug for handling "wm.policy.win.user.geometry" aux hint. 03/67503/1
Doyoun Kang [Wed, 27 Apr 2016 05:20:37 +0000 (14:20 +0900)]
aux hint: fixed bug for handling "wm.policy.win.user.geometry" aux hint.

Change-Id: I3c7335e90c12fda8b1bbf50e148a86aeaa129566

8 years agoquickpanel: disable repeat events on indicator object. 74/67474/1
Seunghun Lee [Wed, 27 Apr 2016 00:25:44 +0000 (09:25 +0900)]
quickpanel: disable repeat events on indicator object.

this need to be changable later according to indicator state of active windows.

Change-Id: Idff0e20b31c553b04be8e9995e018b915eb3dfca

8 years agoPackaging: update version to 0.1.88 49/67449/1 accepted/tizen/common/20160426.184042 accepted/tizen/ivi/20160426.234239 accepted/tizen/mobile/20160426.234219 accepted/tizen/tv/20160426.234229 accepted/tizen/wearable/20160426.234208 submit/tizen/20160426.131127
Gwanglim Lee [Tue, 26 Apr 2016 13:06:11 +0000 (22:06 +0900)]
Packaging: update version to 0.1.88

Change-Id: I19e3b2ff997d7bef9b42344c95554fa1e020bca7

8 years agomain: fix an warning on e_mod_pol_client_is_floating 48/67448/1
Gwanglim Lee [Tue, 26 Apr 2016 13:05:41 +0000 (22:05 +0900)]
main: fix an warning on e_mod_pol_client_is_floating

Change-Id: I3ee3d1b9570e822c1bc7334b5da79267722274ff

8 years agoquickpanel: remove ec from rotation force update list when it's deleted. 24/67424/3
Seunghun Lee [Tue, 26 Apr 2016 11:21:44 +0000 (20:21 +0900)]
quickpanel: remove ec from rotation force update list when it's deleted.

Change-Id: I9cdc087504d7083b41ba51a31e0885b95bbf2efa

8 years agoservices: put the files related tzsh service into src/services directory. 19/67319/3
Seunghun Lee [Tue, 26 Apr 2016 08:42:35 +0000 (17:42 +0900)]
services: put the files related tzsh service into src/services directory.

Change-Id: Ic53f9f0e7618b26eb884b56677b48ea329ffe9fa

8 years agoquickpanel: Support rotation for handler of quickpanel. 10/67310/2
Seunghun Lee [Thu, 21 Apr 2016 05:10:27 +0000 (14:10 +0900)]
quickpanel: Support rotation for handler of quickpanel.

Change-Id: I265dc67310a21e438d4edd2c88f810ecabe7526b

8 years agoPackaging: update version to 0.1.87 99/67299/1 accepted/tizen/ivi/20160426.103436 accepted/tizen/mobile/20160426.103558 accepted/tizen/tv/20160426.103340 accepted/tizen/wearable/20160426.103448 submit/tizen/20160426.074916
Gwanglim Lee [Tue, 26 Apr 2016 07:43:52 +0000 (16:43 +0900)]
Packaging: update version to 0.1.87

Change-Id: I2dac1d5a638a7f65b439529d62da1f16e9555d34

8 years agoFixed re-set position to origin 94/66694/4
MinJeong Kim [Wed, 20 Apr 2016 10:11:55 +0000 (19:11 +0900)]
Fixed re-set position to origin

Fixed re-set position to origin for clients that are allowed to request
changing location.

Change-Id: I7d2b2fecb19ad0d627690c65c89ba22bbd8d6b42

8 years agoSupport floating mode 93/66693/5
MinJeong Kim [Wed, 20 Apr 2016 10:08:11 +0000 (19:08 +0900)]
Support floating mode

Change-Id: I25bd56766f867a43aadb1fc516642911f5ff939d

8 years agoe_mod_wl: fixed bug for handling aux hints when it is deleted 32/67232/1
Doyoun Kang [Tue, 26 Apr 2016 02:45:21 +0000 (11:45 +0900)]
e_mod_wl: fixed bug for handling aux hints when it is deleted

Change-Id: I911e813834873f5a23fd55e9b5172de1743e0369

8 years agoPackaging: update verstion to 0.1.86 89/67089/1 accepted/tizen/common/20160426.143028 accepted/tizen/ivi/20160425.231700 accepted/tizen/mobile/20160425.231528 accepted/tizen/tv/20160425.231638 accepted/tizen/wearable/20160425.231602 submit/tizen/20160425.065136
Gwanglim Lee [Mon, 25 Apr 2016 06:49:55 +0000 (15:49 +0900)]
Packaging: update verstion to 0.1.86

Change-Id: I3d0ab0e0afb43c790da42749ebfbdc39a5f2b52f

8 years agorotation: fix warnings 88/67088/1
Gwanglim Lee [Mon, 25 Apr 2016 06:49:07 +0000 (15:49 +0900)]
rotation: fix warnings

Change-Id: I3a5c77509ee2b8a24cc5df94609e8efcb3b1b336

8 years agofix a warning 87/67087/1
Gwanglim Lee [Mon, 25 Apr 2016 06:48:40 +0000 (15:48 +0900)]
fix a warning

Change-Id: I77aad273e97d7f173feded52ca3c44b500c20899

8 years agorotation: added vconf handler for auto_rotation 67/67067/2
Juyeon Lee [Mon, 25 Apr 2016 04:31:52 +0000 (13:31 +0900)]
rotation: added vconf handler for auto_rotation

Change-Id: I8227e47ee75ed6fc3734cb360d7eca8a262aba90

8 years agoscreensaver: add support for screensaver manager and screensaver client 13/67013/2
Gwanglim Lee [Fri, 22 Apr 2016 14:00:47 +0000 (23:00 +0900)]
screensaver: add support for screensaver manager and screensaver client

Change-Id: If9630e60b6670917196c9c7535253d2fceac4050

8 years agorotation & quickpanel: enhanced quickpanel rotation. 88/66788/2
Seunghun Lee [Wed, 20 Apr 2016 07:51:02 +0000 (16:51 +0900)]
rotation & quickpanel: enhanced quickpanel rotation.

1. Add force update rotation for quickpanel into rotation module.
2. Block rotation during quickpanel animation.

there still remain a issue that if rotation right after hide animation,
quickpanel client will be falling into manual render state forever.

Change-Id: I99e80ee368dc6670cdd5ce8089d05311fc1284ee

8 years agorotation: Postpone show the client until finish rotation. 87/66787/2
Seunghun Lee [Tue, 19 Apr 2016 04:29:58 +0000 (13:29 +0900)]
rotation: Postpone show the client until finish rotation.

also remove unnecessary EVAS_CALLBACK_SHOW handler.

Change-Id: I40947cf42615d9aee6b8bc59bc960db3830b085f

8 years agorotation: fix the bug that client ui doesn't have same orientation. 86/66786/2
Seunghun Lee [Tue, 19 Apr 2016 04:23:17 +0000 (13:23 +0900)]
rotation: fix the bug that client ui doesn't have same orientation.

clients which is topmost-fullscreen window and above it are able to rotate now.

Change-Id: I60dfe0f3c046463672722afcc8b7b298e9c92405

8 years agorotation: remove used app_set that is no need to use anymore. 85/66785/2
Seunghun Lee [Tue, 19 Apr 2016 04:14:18 +0000 (13:14 +0900)]
rotation: remove used app_set that is no need to use anymore.

Change-Id: Icf8d4a756e8d5317915fa06635efabd4b3bf0012

8 years agorotation: Add eina_log domain named 'e-rot' for rotation. 84/66784/2
Seunghun Lee [Tue, 19 Apr 2016 04:09:33 +0000 (13:09 +0900)]
rotation: Add eina_log domain named 'e-rot' for rotation.

Change-Id: I9e1a3ff2470681f6e6cdce8d2da9c063c0ecdbbf

8 years agoAdd a gesture disable aux hint 88/65888/4 accepted/tizen/common/20160420.142004 accepted/tizen/ivi/20160421.011110 accepted/tizen/mobile/20160421.011239 accepted/tizen/tv/20160421.011132 accepted/tizen/wearable/20160421.011143 submit/tizen/20160420.081357
JengHyun Kang [Thu, 14 Apr 2016 00:50:43 +0000 (09:50 +0900)]
Add a gesture disable aux hint

Change-Id: I10b06f39993372f983a4f24a4313fcade0bc6864

8 years agoiconify: does not iconify/uniconify if the window is not mapped 39/66639/2
Doyoun Kang [Wed, 20 Apr 2016 05:22:02 +0000 (14:22 +0900)]
iconify: does not iconify/uniconify if the window is not mapped

Change-Id: I8d6dd05b24ef197c8935c8e524491ecfce501ab5

8 years agoe_mod_wl: fixed bug - chanaged the order of paramates 5th and 6th in _tzlaunchimg_ifa... 02/66302/1
Doyoun Kang [Mon, 18 Apr 2016 08:27:05 +0000 (17:27 +0900)]
e_mod_wl: fixed bug - chanaged the order of paramates 5th and 6th in _tzlaunchimg_iface_cb_launch()

Change-Id: Ib16753b42f5c91ba950a967a8168e1e04e2c46d9

8 years agoPackaging: update version to 0.1.85 50/66250/1 accepted/tizen/common/20160419.142943 accepted/tizen/ivi/20160418.235157 accepted/tizen/mobile/20160418.235120 accepted/tizen/tv/20160418.235150 accepted/tizen/wearable/20160418.235135 submit/tizen/20160418.055448
Doyoun Kang [Mon, 18 Apr 2016 05:39:30 +0000 (14:39 +0900)]
Packaging: update version to 0.1.85

Change-Id: I1c4ace1d15bee54709b1ce5e9d4a87e27c764199

8 years agoadded feature for window brightness 19/66219/2
Doyoun Kang [Mon, 18 Apr 2016 02:35:14 +0000 (11:35 +0900)]
added feature for window brightness

Change-Id: I379f21bbb888d908c0d5fe419bfa619042d6aa53

8 years agoPackaging: update version to 0.1.84 81/65581/1 accepted/tizen/common/20160411.130931 accepted/tizen/ivi/20160412.010105 accepted/tizen/mobile/20160412.010052 accepted/tizen/tv/20160412.005948 accepted/tizen/wearable/20160412.010012 submit/tizen/20160411.114036
Gwanglim Lee [Mon, 11 Apr 2016 11:41:15 +0000 (20:41 +0900)]
Packaging: update version to 0.1.84

Change-Id: Ibe684a1d0966ae1fdc4165f4cbb58429527ca6c4

8 years agoe_mod_wl: fixed svace defect 60/65560/1
Doyoun Kang [Mon, 11 Apr 2016 10:57:35 +0000 (19:57 +0900)]
e_mod_wl: fixed svace defect

Change-Id: I97282b378fde1cf06619989eb58ec771afa21c1d

8 years agoPackaging: update version to 0.1.83 83/65483/1 accepted/tizen/common/20160411.130526 accepted/tizen/ivi/20160411.100220 accepted/tizen/mobile/20160411.100240 accepted/tizen/tv/20160411.100132 accepted/tizen/wearable/20160411.100200 submit/tizen/20160411.085104
Gwanglim Lee [Mon, 11 Apr 2016 08:52:32 +0000 (17:52 +0900)]
Packaging: update version to 0.1.83

Change-Id: I1ba6993abadb46ccbbc7edfd5cda22c27396df79

8 years agochanged structure - Pol_Lockscreen_Info -> Pol_System_Info 19/65419/1
Doyoun Kang [Mon, 11 Apr 2016 02:18:45 +0000 (11:18 +0900)]
changed structure - Pol_Lockscreen_Info -> Pol_System_Info

Change-Id: I7ade5fe22b27f2327a2cea5659d373456efa8e95

8 years agoPackaging: update version to 0.1.82 55/64955/1 accepted/tizen/common/20160407.132200 accepted/tizen/ivi/20160407.000718 accepted/tizen/mobile/20160407.000603 accepted/tizen/tv/20160407.000631 accepted/tizen/wearable/20160407.000658 submit/tizen/20160406.100414
Gwanglim Lee [Wed, 6 Apr 2016 09:53:57 +0000 (18:53 +0900)]
Packaging: update version to 0.1.82

Change-Id: I5ce960416dca09b03e60b2e366cba2f9f37386fd

8 years agoquickpanel: do cancel the mouse event if the gesture to show the quickpanel is detected. 26/64926/1
Seunghun Lee [Wed, 6 Apr 2016 08:42:33 +0000 (17:42 +0900)]
quickpanel: do cancel the mouse event if the gesture to show the quickpanel is detected.

Change-Id: If69cfd7baa098c1a5d2f0a1e723b5fad82e2e828

8 years agoPackaging: update version to 0.1.81
Gwanglim Lee [Mon, 28 Mar 2016 06:56:49 +0000 (15:56 +0900)]
Packaging: update version to 0.1.81

Change-Id: I231d9a799b54a78d1b3cc57ee536754769f058dc

8 years agoTemporary fix for getting wrong smack label with socket and added log
MinJeong Kim [Mon, 28 Mar 2016 06:21:12 +0000 (15:21 +0900)]
Temporary fix for getting wrong smack label with socket and added log

Change-Id: Icdcc2d9f2900ded9f8760ecda09ab423debeb551
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoe_mod_wl: fixed memory leak 29/64629/2
MinJeong Kim [Mon, 4 Apr 2016 08:31:50 +0000 (17:31 +0900)]
e_mod_wl: fixed memory leak

Change-Id: Ife18367e22b07f6a02b708e6856ff556be93e11d
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoconformant: also send conformant_area when visible state of vkbd is changed. 09/64609/1
Seunghun Lee [Mon, 4 Apr 2016 06:38:13 +0000 (15:38 +0900)]
conformant: also send conformant_area when visible state of vkbd is changed.

Change-Id: Ie1152bef121ddef9ba52d6d4c217c75abd13e6c8

8 years agoadded feature - above lockscreen 64/64264/1
Doyoun Kang [Thu, 31 Mar 2016 05:39:43 +0000 (14:39 +0900)]
added feature - above lockscreen

Change-Id: I0ef48dcc451ae6c5dbd05a6c284beb32d022c04b

8 years agoaux hint: check whether the aux hint is changed or not before handling aux hint values. 53/64253/2
Doyoun Kang [Thu, 31 Mar 2016 04:08:03 +0000 (13:08 +0900)]
aux hint: check whether the aux hint is changed or not before handling aux hint values.

Change-Id: I4f9e9648e272406c2f5b4c0f1d126c5c06f61d05

8 years agoaux hint: set ec->changed flag when the aux hint is added/changed/deleted 40/64240/2
Doyoun Kang [Thu, 31 Mar 2016 00:30:45 +0000 (09:30 +0900)]
aux hint: set ec->changed flag when the aux hint is added/changed/deleted

Change-Id: I7490977f9b2007288c2c300406609e9d65f43614

8 years agovisibility: clean up code for calculating visibility 00/64100/2
Doyoun Kang [Wed, 30 Mar 2016 05:14:25 +0000 (14:14 +0900)]
visibility: clean up code for calculating visibility
- we changed code that the visibility of windows is handled by enlightenment's core

Change-Id: I797a1ead4019ea592c856c9afdc1d2a79a2298a1

8 years agopolicy transform mode add 45/63745/2
SungBae, Park [Fri, 25 Mar 2016 12:09:43 +0000 (21:09 +0900)]
policy transform mode add

Signed-off-by: SungBae, Park <sb34.park@samsung.com>
Change-Id: I71197ba95e1d3418d29d45b2ff9f4653252c1238

8 years agopolicy: support background state set/unset 15/63915/3
MinJeong Kim [Fri, 25 Mar 2016 04:39:21 +0000 (13:39 +0900)]
policy: support background state set/unset

Change-Id: I345bb0d9fe23508f3730a914872e38f6171b2773
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoDelete Pol_Client at callback of E_CLIENT_HOOK_DEL 21/63921/3
MinJeong Kim [Mon, 28 Mar 2016 13:20:24 +0000 (22:20 +0900)]
Delete Pol_Client at callback of E_CLIENT_HOOK_DEL

 After new E_Client is added, Pol_Client is also created for managing policy of
the new E_Client. And when E_EVENT_CLIENT_REMOVE for the E_Client is broadcasted,
matched Pol_Client is removed. But the E_EVENT_CLIENT_REMOVE event is not
released if new_client flag of the E_Client is checked yet. So any Pol_Client
for E_Client having new_client flag will NEVER removed from hash tables even
if the E_Client is no more used and free completely.
 This patch fixed the problem
  using E_CLIENT_HOOK_DEL instead of E_EVENT_CLIENT_REMOVE.

Change-Id: Ieebfb75b5954ee7360815fe4e988b68a5f603811

8 years agoset skip_iconify value to the keyboard's sub window such as magnifier 87/63987/1
Doyoun Kang [Tue, 29 Mar 2016 07:44:35 +0000 (16:44 +0900)]
set skip_iconify value to the keyboard's sub window such as magnifier

Change-Id: Ic8d2a0e1337766fbf26054576b0d9e8ee607e1d3

8 years agoPackage version up to 0.1.80 30/63130/1 accepted/tizen/common/20160323.184105 accepted/tizen/ivi/20160323.011329 accepted/tizen/mobile/20160323.011231 accepted/tizen/tv/20160323.011255 accepted/tizen/wearable/20160323.011310 submit/tizen/20160322.073128
Sung-Jin Park [Tue, 22 Mar 2016 07:34:51 +0000 (16:34 +0900)]
Package version up to 0.1.80

Change-Id: I6d7e775ad3205b88305592449a35d7aef498fcef

8 years agorotation_wl: apply evas_map to cursor when the zone is rotated 24/62324/4
Duna Oh [Tue, 15 Mar 2016 10:57:37 +0000 (19:57 +0900)]
rotation_wl: apply evas_map to cursor when the zone is rotated

Change-Id: I249d767b3340d61e1271e76755e18e0991da4e91
Signed-off-by: Duna Oh <duna.oh@samsung.com>
8 years agoAdded privilege checking for notification level and screen mode set
MinJeong Kim [Wed, 16 Mar 2016 04:59:01 +0000 (13:59 +0900)]
Added privilege checking for notification level and screen mode set

Change-Id: If9541512630a076e10f9b4ae38277a86536423c8
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoPackaging: update version to 0.1.79
Seunghun Lee [Sat, 19 Mar 2016 09:44:52 +0000 (18:44 +0900)]
Packaging: update version to 0.1.79

Change-Id: I798c3526be7f057264a9d90551287e4b895ae56d

8 years agoquickpanel: set ec->visible appropriately when map or unmap the quickpanel.
Seunghun Lee [Sat, 19 Mar 2016 09:26:55 +0000 (18:26 +0900)]
quickpanel: set ec->visible appropriately when map or unmap the quickpanel.

if not, quickpanel is displayed again by damage.

Change-Id: I6b8ca60c94f5929abd53d89d3e0a2ee5a3b66475

8 years agobuild: added option -Werror-implicit-function-declaration
Doyoun Kang [Fri, 18 Mar 2016 02:48:34 +0000 (11:48 +0900)]
build: added option -Werror-implicit-function-declaration

Change-Id: If87a4b66ef539afa733f53fd5fda18e1b0764dd5

8 years agoPackaging: update version to 0.1.78
Seunghun Lee [Thu, 17 Mar 2016 11:23:24 +0000 (20:23 +0900)]
Packaging: update version to 0.1.78

Change-Id: I570140c371d7eff45c6c0ac8854a44cedc9f1794

8 years agofixed bugs detected by svace
Doyoun Kang [Thu, 17 Mar 2016 11:18:36 +0000 (20:18 +0900)]
fixed bugs detected by svace

Change-Id: If3d0db93e8e67ee0654da0232b2def79bfed2ee2

8 years agoadd omitted plus operation in makefile.
Seunghun Lee [Thu, 17 Mar 2016 10:31:49 +0000 (19:31 +0900)]
add omitted plus operation in makefile.

Change-Id: I60ac3a4414b621b476d153ea4cc5b3d73fda03f3

8 years agoquickpanel: show and hide the object of quickpanel when it's need to change the visible.
Seunghun Lee [Thu, 17 Mar 2016 07:54:36 +0000 (16:54 +0900)]
quickpanel: show and hide the object of quickpanel when it's need to change the visible.

From now on, there is no need to move the object of quickpanel to out of screen
for changing its visiblility.

Change-Id: Id5eec7ee28e517ba519b7d3934b891a1d7ce2c09

8 years agoadded code to handle lockscreen window
Doyoun Kang [Thu, 17 Mar 2016 09:02:22 +0000 (18:02 +0900)]
added code to handle lockscreen window

Change-Id: I4c264c6e2b1ab15e13413a6e497d46d562041c88

8 years agoPackaging: update version to 0.1.77 accepted/tizen/common/20160318.145538 accepted/tizen/ivi/20160318.113315 accepted/tizen/mobile/20160318.113005 accepted/tizen/tv/20160318.113134 accepted/tizen/wearable/20160318.113149 submit/tizen/20160317.075557
Gwanglim Lee [Thu, 17 Mar 2016 08:10:56 +0000 (17:10 +0900)]
Packaging: update version to 0.1.77

Change-Id: I2e47c4759af0f8b92ecd5fc904c8cf8844c65ee2

8 years agoquickpanel: use comp object instead of mirror object.
Seunghun Lee [Thu, 10 Mar 2016 08:55:43 +0000 (17:55 +0900)]
quickpanel: use comp object instead of mirror object.

this patch resolves the issue related releasing wl_buffer.

Change-Id: Ie649efacce4bfabf0e626cdaa60371f764584e71

8 years agoe_mod_wl: don't need to use pixmap for aux_hint.
Seunghun Lee [Wed, 9 Mar 2016 05:00:35 +0000 (14:00 +0900)]
e_mod_wl: don't need to use pixmap for aux_hint.

It is better to use E_Client, since the aux_hint has more to do with E_Client.

Change-Id: I5245236632ef3e4e4019aa8d437349d8dde680cf

8 years agoget rid of E_Config_Dialog codes for enlightenment cleanup
Gwanglim Lee [Thu, 17 Mar 2016 03:00:50 +0000 (12:00 +0900)]
get rid of E_Config_Dialog codes for enlightenment cleanup

Change-Id: Ibb3c81a6c8730a91c8a6897df9623a433b1e10df

8 years agoaux_hint: Change the time to fetch aux hint to the hook "pre_post_fetch".
Seunghun Lee [Tue, 8 Mar 2016 08:29:02 +0000 (17:29 +0900)]
aux_hint: Change the time to fetch aux hint to the hook "pre_post_fetch".

The policy that makes client to maximize is applied in "post_fetch",
and aux_hint of "wm.policy.win.user.geometry" was in "pre_new_client" that
is called after "post_fetch".
So, it is better to fetch hints in "pre_post_fetch" that is called
before evaluation of client.

Change-Id: I2a711e313f89b79e3c3c5964cf96ee50d4e7124f

8 years agoTransit: Add initial transit module for supporting animation. 87/62487/3
Seunghun Lee [Wed, 16 Mar 2016 07:31:18 +0000 (16:31 +0900)]
Transit: Add initial transit module for supporting animation.

In order to remove the dependency of elementary library, added transit module.
this code includes a part of Elm_Transit we need.

Change-Id: Ice4fff6e22e595d36066d6c30721dbf889d05e04

8 years agopackaging: update version to 0.1.76 35/62535/2 accepted/tizen/common/20160316.161051 accepted/tizen/ivi/20160318.112329 accepted/tizen/mobile/20160318.111500 accepted/tizen/tv/20160318.111833 accepted/tizen/wearable/20160318.111933 submit/tizen/20160316.111925
Doyoun Kang [Wed, 16 Mar 2016 11:18:01 +0000 (20:18 +0900)]
packaging: update version to 0.1.76

Change-Id: If42ce29fd813d0de50d4a3f8038d5362142547ef