platform/core/uifw/e-mod-tizen-wm-policy.git
8 years agorotation: cleanup log level to reduce the noisy on rotation. 54/74854/2
Seunghun Lee [Thu, 16 Jun 2016 01:47:53 +0000 (10:47 +0900)]
rotation: cleanup log level to reduce the noisy on rotation.

too much noise with rotation.

Change-Id: I3a63b9e78f68d31dd41344f9d4d36b04505b1a31

8 years agoconformant: Send updating message of the area of conformant only if vkbd is rotated... 40/74840/1
Seunghun Lee [Wed, 15 Jun 2016 23:05:55 +0000 (08:05 +0900)]
conformant: Send updating message of the area of conformant only if vkbd is rotated, not zone rotation.

Sending the message by zone rotation gives unnecessary updating job to client.
flickering can be displayed by this.

TODO
handle in case nothing changes in vkbd by ROTATION_CHANGE_END event.
calling function to IPC on idle enterer.

Change-Id: Ic578db3b0b1f280834d6149442133140f5401750

8 years agoPackaging: update version to 0.2.6 20/74420/1 accepted/tizen/common/20160616.151510 accepted/tizen/ivi/20160616.001754 accepted/tizen/mobile/20160616.001517 accepted/tizen/tv/20160616.001703 accepted/tizen/wearable/20160616.001607 submit/tizen/20160614.071928 submit/tizen/20160615.013934
Gwanglim Lee [Tue, 14 Jun 2016 07:36:50 +0000 (16:36 +0900)]
Packaging: update version to 0.2.6

Change-Id: Icab328e139a2add750aa2c84e47ce64367eb8e3f

8 years agorotation: ignore subsurfaces 68/73768/3
Boram Park [Fri, 3 Jun 2016 08:45:58 +0000 (17:45 +0900)]
rotation: ignore subsurfaces

Change-Id: Id412476544e793d288bd6e3e8f99b60607ad9c09

8 years agoPackaging: update version to 0.2.5 72/74172/1 accepted/tizen/ivi/20160614.041055 accepted/tizen/mobile/20160614.040921 accepted/tizen/tv/20160614.041029 accepted/tizen/wearable/20160614.040955 submit/tizen/20160613.005910
Gwanglim Lee [Mon, 13 Jun 2016 05:15:06 +0000 (14:15 +0900)]
Packaging: update version to 0.2.5

Change-Id: I2e1f58f94059aee358bd9b632e81a33e2dcf9bd1

8 years agoadded code to handle utility window type 67/74167/1
Doyoun Kang [Mon, 13 Jun 2016 05:05:23 +0000 (14:05 +0900)]
added code to handle utility window type

Change-Id: I6ed3da3b76ad5af8f1091608e9d2e91bf52ad1ea

8 years agoPackaging: update version to 0.2.4 24/73824/1 accepted/tizen/common/20160610.182051 accepted/tizen/ivi/20160610.011858 accepted/tizen/mobile/20160610.012107 accepted/tizen/tv/20160610.011921 accepted/tizen/wearable/20160610.012017 submit/tizen/20160609.130803
Gwanglim Lee [Thu, 9 Jun 2016 13:03:43 +0000 (22:03 +0900)]
Packaging: update version to 0.2.4

Change-Id: I18206a338e456ee4bd6033654d24c8b5f8b1fd05

8 years agoiconify: added code to check alpha opaque window while handling iconifying/uniconifyi... 08/73808/3
Doyoun Kang [Thu, 9 Jun 2016 12:08:55 +0000 (21:08 +0900)]
iconify: added code to check alpha opaque window while handling iconifying/uniconifying window.

There was a bug that the window is iconified when its above window is alpha OPAQUE window.
In this case, the below window of the alpha OPAQUE window must not be iconified.

Change-Id: Ia05298e87c75227d781e3186cba1a53d3d36fe16

8 years agoPackaging: update version to 0.2.3 06/73606/1 accepted/tizen/common/20160609.145048 accepted/tizen/ivi/20160609.091846 accepted/tizen/mobile/20160609.092029 accepted/tizen/tv/20160609.091820 accepted/tizen/wearable/20160609.091900 submit/tizen/20160609.054844
Gwanglim Lee [Thu, 9 Jun 2016 01:47:06 +0000 (10:47 +0900)]
Packaging: update version to 0.2.3

Change-Id: If617d6eb2df7f4d57bcdb36caeda80eb89d87f62

8 years agopolicy: set correct values for background state 68/73568/3
MinJeong Kim [Wed, 8 Jun 2016 13:01:10 +0000 (22:01 +0900)]
policy: set correct values for background state

Change-Id: I1e03f48f5bf39080e7f99dbb1a0e9e67609e19d4
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
8 years agoiconify: added code to set ec->changed value 20/73420/2
Doyoun Kang [Wed, 8 Jun 2016 05:42:42 +0000 (14:42 +0900)]
iconify: added code to set ec->changed value

There was a bug that the below window was not shown when its above window was iconified by client request.

Change-Id: I597689a27f367996b9cc0031f5d216bfbb5f71a2

8 years agoPackaging: update version to 0.2.2 42/73542/1 accepted/tizen/common/20160608.160957 accepted/tizen/ivi/20160609.034039 accepted/tizen/mobile/20160609.034213 accepted/tizen/tv/20160609.034112 accepted/tizen/wearable/20160609.034158 submit/tizen/20160608.114804
Doyoun Kang [Wed, 8 Jun 2016 11:46:20 +0000 (20:46 +0900)]
Packaging: update version to 0.2.2

Change-Id: I9a1f27be291ebf66a1b40aad83e7a150a117be69

8 years agovisibility: added code to uniconify ancestor window when the specific window is unico... 68/72968/5
Doyoun Kang [Fri, 3 Jun 2016 09:14:02 +0000 (18:14 +0900)]
visibility: added code to uniconify ancestor window when the specific window is uniconified by visibility

Change-Id: I23856c2103affb6987d93400d3ce7698eba6b59b

8 years agoRevert "Packaging: make all warnings into errors." 10/72810/1 accepted/tizen/common/20160603.150705 accepted/tizen/ivi/20160602.231414 accepted/tizen/mobile/20160602.231500 accepted/tizen/tv/20160602.231333 accepted/tizen/wearable/20160602.231427 submit/tizen/20160602.114245
Gwanglim Lee [Thu, 2 Jun 2016 11:39:35 +0000 (20:39 +0900)]
Revert "Packaging: make all warnings into errors."

This reverts commit fb50d999e6e2e8d10352c8f48ccfc529027aec35.

Change-Id: I717c8efbb4eb630201b3672469cc4244e657b3e0
Signed-off-by: Gwanglim Lee <gl77.lee@samsung.com>
8 years agoPackaging: update version to 0.2.1 76/72776/1
Gwanglim Lee [Thu, 2 Jun 2016 10:38:57 +0000 (19:38 +0900)]
Packaging: update version to 0.2.1

Change-Id: I862729a48e2687438480af5d711b1fd4cecc6c0a

8 years agorotation: skip argb window when find topmost window. 30/72730/1
Seunghun Lee [Thu, 2 Jun 2016 08:37:33 +0000 (17:37 +0900)]
rotation: skip argb window when find topmost window.

Change-Id: I69da2c03a12b0422166f65883cf819370ce867eb

8 years agoPackaging: make all warnings into errors. 92/72192/2
Gwanglim Lee [Tue, 31 May 2016 06:46:35 +0000 (15:46 +0900)]
Packaging: make all warnings into errors.

Change-Id: Ie817cbb0a30113f8a9433d32f7bbbbaf925cb7e7

8 years agoremoved definition code of E_COM_WL. 82/72282/2
Gwanglim Lee [Tue, 31 May 2016 09:08:11 +0000 (18:08 +0900)]
removed definition code of E_COM_WL.

Change-Id: I14983ef92995345b6575af3959a325a2ead953a8

8 years agoservices:quickpanel: to prevent quickpanel from showing, use intercept_show hook... 38/72638/2
Seunghun Lee [Thu, 2 Jun 2016 02:31:13 +0000 (11:31 +0900)]
services:quickpanel: to prevent quickpanel from showing, use intercept_show hook handler.

this patch prevents quickpanel from being displayed for a moment during boot time.

Change-Id: Ib1329207c8b628700ae1729bf1658cd276282647

8 years agoMove frequently usable macro to header of e_mod_main. 37/72637/2
Seunghun Lee [Thu, 2 Jun 2016 02:11:29 +0000 (11:11 +0900)]
Move frequently usable macro to header of e_mod_main.

Change-Id: I5e70d7f83c98c1b76b0e9b728ff704a8086e4960

8 years agoservices:quickpanel: only add event handler of buffer_change when we need it. 36/72636/2
Seunghun Lee [Thu, 2 Jun 2016 02:04:00 +0000 (11:04 +0900)]
services:quickpanel: only add event handler of buffer_change when we need it.

Change-Id: I85b31388fce8a131374e896a539c915a43d8174d

8 years agoservices:quickpanel: use e_pixmap_image_clear() instead of e_comp_client_post_update_... 35/72635/2
Seunghun Lee [Thu, 2 Jun 2016 01:19:55 +0000 (10:19 +0900)]
services:quickpanel: use e_pixmap_image_clear() instead of e_comp_client_post_update_add().

post_update_add() does not work in case nocomp state.

Change-Id: Icc7b49daa9469168bdfc83b56a64d0d327b6297d

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