Duna Oh [Mon, 7 Mar 2016 01:27:18 +0000 (10:27 +0900)]
e_comp_wl: send a pointer_leave event to focused client if mouse_down events is not occurred on it
Once the application gets touch_down, ecore_wl sends a pointer_enter event to the application.
So it steals all events even if events is out of the application.
in this case, e_comp_wl need to send a pointer_leave event to focused client.
Changing this code to fix wierd behaviors of cursor when I touch IME(input panel) after touching entry.
Test Plan:
1. launch entry demo.
2. touch entry point. The cursor image is changed to 'xterm'.
3. touch IME. the demo app gets MOUSE_OUT and The cursor image is changed to 'left_ptr'.
And the demo also gets MOUSE_IN and the cursor become 'xterm' again.
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I46779a7f9f84c40de35083f96a19906dc4768aae
Boram Park [Mon, 29 Feb 2016 03:55:26 +0000 (12:55 +0900)]
Revert "viewport: do nothing if new value is same with old"
This reverts commit
3bdf267f52a8fdc74fff611031fb6a43be750995.
Change-Id: I29f973275452ca430b6508071740f216563a43b2
MinJeong Kim [Mon, 29 Feb 2016 07:53:12 +0000 (16:53 +0900)]
Removed modules geolocation and wl_weekeyboard
Change-Id: I3f3b451df3522ae7e4e2f17a6949e319880e462d
MinJeong Kim [Fri, 26 Feb 2016 08:42:18 +0000 (17:42 +0900)]
dnd: fixed not sending wl_data_device_enter event and not dropping data
Change-Id: Ib8737e046ab32ad113af7dc60c1dcf1226b49673
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
Gwanglim Lee [Fri, 26 Feb 2016 08:50:06 +0000 (17:50 +0900)]
Fix coding conventions and style.
Change-Id: If503d9d6a9b001089889d1d170a28a86f731b071
Gwanglim Lee [Fri, 26 Feb 2016 08:49:20 +0000 (17:49 +0900)]
remove unused codes
Change-Id: Ida5ad9111c5331d476acf3450fc89e14eb4edb8a
Juyeon Lee [Fri, 26 Feb 2016 06:26:24 +0000 (15:26 +0900)]
enlightenment_info: added fps
Change-Id: Id3665e81a2e19b317b1a6b28662c5913ab018063
Duna Oh [Wed, 17 Feb 2016 10:02:12 +0000 (19:02 +0900)]
e_comp_wl: when the client is deleted, delete cursor_timer
Change-Id: Ia5b6767de362fd904f9a59883e21de604f23471c
Signed-off-by: Duna Oh <duna.oh@samsung.com>
JengHyun Kang [Fri, 26 Feb 2016 07:33:33 +0000 (16:33 +0900)]
Change trace macro name TRACE_BEGIN to TRACE_INPUT_BEGIN and change some trace points
Change-Id: I515e8f36ce222847790cb63157b0e59355ed4909
JengHyun Kang [Wed, 24 Feb 2016 08:44:16 +0000 (17:44 +0900)]
Compile a keymap using rmlvo if a cached file is invaild
Change-Id: I8be6c984d6599ad3c79b0adf746db2bd68196768
JengHyun Kang [Wed, 24 Feb 2016 06:07:54 +0000 (15:07 +0900)]
Add ttrace log to profile keymap generating time
- Select keymap cache using env variable
Change-Id: I95e2cff8ed32b340908520af400101629559d8fd
MinJeong Kim [Thu, 25 Feb 2016 04:43:06 +0000 (13:43 +0900)]
Added ttrace
Change-Id: I6218c1143e7af85385dd953f52f9d2beff1a72a2
Juyeon Lee [Fri, 26 Feb 2016 02:09:02 +0000 (11:09 +0900)]
enlightenment_info: minor clean up for client message
Change-Id: I2cdae2919d6278f82d648200b38e90d6384587d4
Juyeon Lee [Thu, 25 Feb 2016 09:01:23 +0000 (18:01 +0900)]
e_module: added E_EVENT_MODULE_DEFER_JOB
Change-Id: Ic1200a4b375f9391b83738509bc3b8e730fddb4a
MinJeong Kim [Fri, 19 Feb 2016 08:36:41 +0000 (17:36 +0900)]
Clean Build Warnings
Change-Id: Ie184b82c7c22ad17a7e754ef731d8cad41673b80
Seunghun Lee [Wed, 24 Feb 2016 07:28:26 +0000 (16:28 +0900)]
e_comp_wl: remove the workaround code that did roundtrip for initialization of wayland.
workaround code was added like below.
remove it, because this code causes deadlock error.
commit
668850643f72daa89c857c1cc78d49578a927794
Author: Duna Oh <duna.oh@samsung.com>
Date: Tue Apr 21 12:34:44 2015 +0900
e_comp_wl: add call to dispatch the requests of binding wayland global interfaces
Summary:
- Add call to dispatch the requests of creating a wayldand client, getting the registry, and binding global interfaces, because we need global objects immediately after we request.
- Load desktop shell module while initting e_comp, not idle time.
Test Plan:
(1) Run enlightenment on wayland
(2) If e_module attemps to make the "Error loading Module" popup window, you will see deadlock waiting for the wayland sync "done" event to be received.
This means the wayland global interfaces including wl.compositor is not ready.
below is the mainloop we are blocked
---------------------------------------------------------------
_ecore_wl_init_wait(void)
{
while (!_ecore_wl_disp->init_done)
wl_display_dispatch(_ecore_wl_disp->wl.display);
}
Change-Id: I13336dc7e35101915f4d8808488df0fa7d7698a0
MinJeong Kim [Fri, 19 Feb 2016 08:22:16 +0000 (17:22 +0900)]
e_comp_wl: fixed wrong pointer definition
Change-Id: I8f68e2f325c965d9c601dfb68bd96e8e2a7ca5ba
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
Gwanglim Lee [Fri, 19 Feb 2016 04:49:39 +0000 (13:49 +0900)]
Disabled mixer module to resolve build break for unrecognized E_API_MAIN type
Change-Id: I1ca34deb47d5c0b4e358c19a65256cc1f2a4b70d
MinJeong Kim [Fri, 19 Feb 2016 04:02:09 +0000 (13:02 +0900)]
Added ttrace for iconify, startup
Change-Id: Ibd53f9c4438247786b6ae064010c0316cbdefb90
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
SooChan Lim [Fri, 19 Feb 2016 03:57:11 +0000 (12:57 +0900)]
Revert "hwc: first implementation"
This reverts commit
62bf7cc6369c5bd53647838e46ac2fb81159cf4d.
Change-Id: I79981708644420219425cda845e0dc1c0ea1fbcf
SooChan Lim [Thu, 18 Feb 2016 07:51:28 +0000 (16:51 +0900)]
hwc: first implementation
Change-Id: Ieaf4202928fe3d71667be0644ff2adb7a69631e5
MinJeong Kim [Tue, 16 Feb 2016 11:48:43 +0000 (20:48 +0900)]
e_comp_wl: set NULL terminator for end of pname
All string has to be terminated with NULL character.
This patch fixed "use of uninitialized vaule" problem reported by
valgrind.
Change-Id: I5f2b558367a592376794823fe45f7542b2c680af
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
Junghwan Choi [Mon, 1 Feb 2016 13:26:00 +0000 (22:26 +0900)]
unset input rect added
Change-Id: Id39f06058b5a2dd915f403d9dab3cbf298cba43c
Signed-off-by: Junghwan Choi <jhhh.choi@samsung.com>
Ju Yeon Lee [Mon, 15 Feb 2016 05:45:02 +0000 (14:45 +0900)]
e_comp: add E_Launch_Screen
Change-Id: I4170fa7a90c94a00a923dfea3580b11f32adb85e
JengHyun Kang [Fri, 12 Feb 2016 04:09:23 +0000 (13:09 +0900)]
enlightenment_info: add a input_devices
Change-Id: I04af3a0a28a191993effcf334194c4adf27ed2cb
Duna Oh [Thu, 11 Feb 2016 10:11:33 +0000 (19:11 +0900)]
e_comp_wl: add ttrace for mouse/touch/key events
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I61a35ed33e06ef5f27a082cae045230aa1a89ac1
Duna Oh [Thu, 11 Feb 2016 00:18:38 +0000 (09:18 +0900)]
e_pointer: add safety checks in e_pointer_is_hidden()
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ie231a823257817cc553c0256965846052193ac2b
Ju Yeon Lee [Thu, 11 Feb 2016 05:46:22 +0000 (14:46 +0900)]
enlightenment_info: added reslist
Change-Id: I005a3b684a527dfc6971d0318e36a5e85d2f514e
MinJeong Kim [Tue, 2 Feb 2016 09:07:32 +0000 (18:07 +0900)]
e_comp_wl:do not replace client if client location is allowed
Change-Id: Ib913d14496fac7fe5161f06701cdd9ffdb0c624d
Duna Oh [Wed, 27 Jan 2016 06:15:57 +0000 (15:15 +0900)]
e_comp_wl: add e_pointer_is_hidden() api and modify cursor_timer to use it
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I70de4fe63d20faaa9fa61eb55782ebcc6b3132c1
Duna Oh [Tue, 26 Jan 2016 09:16:18 +0000 (18:16 +0900)]
wl_drm: Do not enable pointer/keyboard/touch by default
Change-Id: I2545e00c0232735b7acd7c16f8e63247fa6e9d15
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Boram Park [Thu, 28 Jan 2016 12:15:45 +0000 (21:15 +0900)]
e_comp_wl: handle a video window like it has alpha.
The alpha policy of video window has been changed. elm_win_alpha
_set will be called by app's decision. Enlightenment will create
a black bg rectangle and make a video widndow transparent only if
the video window is 24depth and video is renderred in SW path.
Change-Id: Ie0c94b22379e796942d7dcc9d9b81d1b9af0e516
Seunghun Lee [Thu, 28 Jan 2016 22:23:26 +0000 (07:23 +0900)]
fix build break, change the e_log_dom's visibility to E_API
Change-Id: I1944fe79b1747eeebbe153cb9471fb33a6335727
Doyoun Kang [Thu, 28 Jan 2016 07:58:50 +0000 (23:58 -0800)]
Merge "fix build warning" into tizen
Seunghun Lee [Thu, 28 Jan 2016 07:52:50 +0000 (16:52 +0900)]
fix build warning
Change-Id: I207f705c1ecc8ad3625780161085810cc8e0aca6
Doyoun Kang [Wed, 27 Jan 2016 22:59:29 +0000 (07:59 +0900)]
e_comp_wl: added code to set netwm.pid in surface_create callback function
Change-Id: I5817368cec6320bb660f4d634565535f204add7c
Boram Park [Tue, 26 Jan 2016 10:34:16 +0000 (19:34 +0900)]
e_comp_object: fix warning message
Some surfaces doesn't have buffer
Change-Id: I08d4c262b6566532d14d92ccdd86d4d3a40378d7
Boram Park [Tue, 26 Jan 2016 10:33:30 +0000 (19:33 +0900)]
e_comp_wl: fix subsurface restacking error
Change-Id: I2b3a181eb075b2304a40b731c6f098180ce3bd2e
Boram Park [Tue, 26 Jan 2016 08:04:40 +0000 (17:04 +0900)]
e_comp_wl: delay subsurface commit
In case subsurface is desync mode, subsurface can be shown before
parent is shown on screen. So delay subsurface's commit if parent
is not ready to show until parent's first commit.
Change-Id: I4de5153d38de2566871948bcc2df308376568039
Duna Oh [Tue, 26 Jan 2016 05:17:50 +0000 (14:17 +0900)]
e_comp_wl: Do not deliver emulated single touch events to clients
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I8bde9d74da7d1ff0c64114d15d08b994d4c868a1
Juyeon Lee [Mon, 25 Jan 2016 08:37:22 +0000 (00:37 -0800)]
Merge "e_comp_wl: removed redundant value related to evasgl" into tizen
Boram Park [Mon, 25 Jan 2016 07:25:49 +0000 (16:25 +0900)]
wl_desktop_shell: modification for enlightenment 0.20.0
Change-Id: Iab016efc497542dd8a93ccbdd91d4672048141d1
MinJeong Kim [Mon, 25 Jan 2016 06:52:57 +0000 (15:52 +0900)]
e_comp_wl: removed redundant value related to evasgl
Change-Id: Ic993b4ff2de0a1239265c4b3838b2c92069d167a
Duna Oh [Mon, 25 Jan 2016 04:16:17 +0000 (13:16 +0900)]
Add tizen-extension-server to Requires in spec
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Idd79da55e601e9689360fac7dca038fbf18d34f8
Duna Oh [Fri, 22 Jan 2016 05:53:45 +0000 (14:53 +0900)]
e_comp_wl: deal with tizen_input_device interface - send event_device/axes events
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I291b7987854e5fa806f812b76c4a9a91ea0df8f8
MinJeong Kim [Fri, 22 Jan 2016 08:45:01 +0000 (17:45 +0900)]
e_comp_wl: guarantee to send key press/release pair exactly to each client
This patch is accepting old commit
89e9c42564da for curent version.
Change-Id: I75a5aa1ce487aea2e81cf290aae980c8dc4a2410
Seunghun Lee [Thu, 21 Jan 2016 10:06:47 +0000 (19:06 +0900)]
Package version up 0.20.0
Change-Id: Ib02b3f1dcfa3fdde80b109ef8bbf4570fd32dad1
Doyoun Kang [Wed, 20 Jan 2016 06:45:28 +0000 (15:45 +0900)]
e_client: fixed e_client_iconify bug (ec->frame is not hidden when ec's new_client flag is set)
Change-Id: I7a91de5d802ac1cda6b8d5577fbf75235d3f95dc
Seunghun Lee [Thu, 21 Jan 2016 06:47:14 +0000 (15:47 +0900)]
e_comp_object: get image data from e_pixmap if image object is not still rendered.
Change-Id: I46556762c0ef9d6708c810e35c99168dbd290c9f
Seunghun Lee [Thu, 21 Jan 2016 06:43:26 +0000 (15:43 +0900)]
e_randr2: always apply even if there is no configured screens we have.
Change-Id: I6a67d729a51a6f985168eac7bf18592a4ad52e72
Boram Park [Thu, 21 Jan 2016 02:56:42 +0000 (11:56 +0900)]
reset buffer_viewport.changed if unmapped
Change-Id: Iefdcf9769c84e5cb75e1d590b4d9d84bec7d3b60
Boram Park [Thu, 21 Jan 2016 00:52:51 +0000 (09:52 +0900)]
viewport: do nothing if new value is same with old
Change-Id: I1774404c278cc94804f6b9aabddae1c1e5972adc
Boram Park [Wed, 20 Jan 2016 22:53:35 +0000 (07:53 +0900)]
e_comp_wl: change surface's damage region to the buffer coordinate
Change-Id: I2ed2259ad671cedcbbf1b214e878dc4e431116ad
Boram Park [Wed, 20 Jan 2016 23:07:00 +0000 (08:07 +0900)]
Revert "resize e_comp_object to the viewport size of a client"
This reverts commit
b2b43d65d6208334bd87fd87b69b3850444dce7e.
Change-Id: I1f456672fce1cbea10d29083c9540e9ad3c65439
Boram Park [Fri, 15 Jan 2016 12:03:52 +0000 (21:03 +0900)]
e_info_server: export e_info_server_dump_client for ec debugging
Change-Id: Ifd2e315e5ea74491c15a32e8049232cf15f2a10e
Boram Park [Wed, 20 Jan 2016 04:35:22 +0000 (13:35 +0900)]
e_comp_object: refresh e_pixmap if it's cleared before renderring
See
f124f1bf,
cae58cea.
Change-Id: I90328d5ed28198c0ae248c1606aee0392934d8df
Seunghun Lee [Tue, 19 Jan 2016 00:12:09 +0000 (09:12 +0900)]
e_config: remove duplicated code
Change-Id: Ic0f68584aab5b144f23c6248155799d6cf746bd7
Boram Park [Thu, 14 Jan 2016 11:52:19 +0000 (20:52 +0900)]
e_comp_wl: apply the subsurface position
The position of subsurface was applied when a parent surface is
commited. When subsurface is de-sync mode, we need to apply the
subsurface position if necessary.
Change-Id: Ib48cb5834a89741819f5e059d7dfdd1954a2d858
Boram Park [Thu, 14 Jan 2016 10:32:38 +0000 (19:32 +0900)]
e_comp_wl: export e_comp_wl_subsurface_create
Change-Id: I5ab40f2adee6cb0b8aca534094ea4d4d25e47f95
JengHyun Kang [Mon, 11 Jan 2016 11:35:08 +0000 (20:35 +0900)]
Set cached xkb context and keymap for ecore_drm lib
Change-Id: Ib680082834e1a986c0855b65e3e47e1f5b3a05d4
SungBae, Park [Wed, 6 Jan 2016 04:11:49 +0000 (13:11 +0900)]
Aux hint api and hook add
Change-Id: I17e3a135a827bd49d7185309c194506129dc55ed
Seunghun Lee [Wed, 6 Jan 2016 02:19:08 +0000 (11:19 +0900)]
configure: Fix syntax error, light-e -> light_e.
using dash, autoconf said 'command not found'
Change-Id: I84c56bb3c6d19176a49ad46f231fade046aae9fd
MinJeong Kim [Fri, 8 Jan 2016 08:21:29 +0000 (17:21 +0900)]
e_layout: added layer set intercept callback
Change-Id: Ia6f58c442d653b6a2daf2f5d26eda5371f9f5ceb
MinJeong Kim [Fri, 8 Jan 2016 08:20:28 +0000 (17:20 +0900)]
e_comp: added new layer E_LAYER_EFFECT
Change-Id: I35b779e55c0932a9db6ab1f31849d4fb1d6b1b96
Boram Park [Tue, 12 Jan 2016 03:28:55 +0000 (12:28 +0900)]
fix -dump_topvwins operation error
Currently DDK uses wl_tbm_buffer
Change-Id: Icfea434e5743d30407f3230539203cdb20158771
Boram Park [Thu, 7 Jan 2016 10:40:36 +0000 (19:40 +0900)]
resize e_comp_object to the viewport size of a client
Change-Id: I22818b165368b8c9ee94a4d10038ff9bf98e2f9d
Duna Oh [Tue, 29 Dec 2015 07:50:16 +0000 (16:50 +0900)]
wl_drm: for touch devices, do not show cursor until pointer device is added
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Iabc1010895d8e876ac9dd54d41f776c2ba4c1158
Duna Oh [Wed, 23 Dec 2015 09:02:23 +0000 (18:02 +0900)]
e_comp_wl: modify the cursor_timer to reset interval time, not deleting/adding new timer
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ieb4e2ae8aadb5be31fb3860b1c4e93f1dd6424a0
Gwanglim Lee [Tue, 5 Jan 2016 02:01:00 +0000 (11:01 +0900)]
Disabled teamwork module
Change-Id: I837785bbe6ea61104ea486f2fe0e7f3f5912fd96
Doyoun Kang [Sun, 3 Jan 2016 23:21:32 +0000 (08:21 +0900)]
enlightenment_info: added opaque information
Change-Id: Ic66cff174e41288ce83e275ccc4a4adf5877a73f
MinJeong Kim [Wed, 30 Dec 2015 07:28:46 +0000 (16:28 +0900)]
e_module: fix possible memory leak
Change-Id: I11e20151237d6002e9e1c5183366ece827b596de
Seunghun Lee [Mon, 18 Jan 2016 11:46:32 +0000 (20:46 +0900)]
comment out the e_comp_object_damage() call that causes stack overflow in tv profile.
I'm not sure why this code causes the issue.
Change-Id: I6be99c181c8050594e34b4660f4ae41cc4724a17
Seunghun Lee [Mon, 18 Jan 2016 04:54:38 +0000 (13:54 +0900)]
e_comp_wl: do not modify the size of client when its size is locked by compositor.
Change-Id: I95c5012744b3fc6d1f3110ca0759614fcd8d6416
Seunghun Lee [Mon, 18 Jan 2016 04:49:48 +0000 (13:49 +0900)]
e_comp_wl: do not set tge geometry of frame object when client is borderless.
Change-Id: I16e7bce408a98eb9cba19cde1e437112e5bf0800
Seunghun Lee [Mon, 18 Jan 2016 04:43:14 +0000 (13:43 +0900)]
e_comp_object: resize the effect/input/mask object when parent object is shown.
there is a issue that effect/input/mask object can't be resized,
in case we resize the parent object before show it.
to fix this issue, we should resize the objects, when parent object is shown.
Change-Id: I6a608dbace1ba8f73101404e8959a6ca6566635f
Boram Park [Wed, 13 Jan 2016 09:21:39 +0000 (18:21 +0900)]
e_comp_wl: unignore a subsurface
Change-Id: I6eb5ebfa689dde5fbc649488d15d3227fb1f81d3
Boram Park [Wed, 13 Jan 2016 09:21:05 +0000 (18:21 +0900)]
e_comp_wl: damage a e_comp_object once the viewport has been changed
Change-Id: Iab0a4bbd9b34f7bb20d79aa76d6c9932d036a3fd
Boram Park [Wed, 13 Jan 2016 00:52:12 +0000 (09:52 +0900)]
e_comp_wl: need to check whether ec is video when getting a buffer.
Change-Id: I4c9442ca6f83beb34aacf93dc083ebc269c94658
Boram Park [Wed, 13 Jan 2016 00:50:58 +0000 (09:50 +0900)]
e_comp_wl: e_client refers a wl_buffer
Temporary we can't remove a wl_buffer reference from e_client
because there is an error in waylandsink.
Change-Id: I1695f8e1fc5a19c8a85baa148548e69cc1c9050a
Boram Park [Wed, 13 Jan 2016 00:47:55 +0000 (09:47 +0900)]
e_comp_wl: get E_Comp_Wl_buffer from e_pixmap
Change-Id: I6180cfbaea6e65298d303625b4387285f6b4c28b
Seunghun Lee [Thu, 7 Jan 2016 05:12:05 +0000 (14:12 +0900)]
e_comp_wl: set e_comp_wl->wl.glapi, this will be used e_pixmap_refresh().
Change-Id: If410dac417f1f23476bb3bf267ed54d75bbfa9a1
Seunghun Lee [Tue, 12 Jan 2016 08:50:15 +0000 (17:50 +0900)]
remove enabling xwayland
Change-Id: I2ceaf2a0828529c1713e47f7a8dfbdfb14e1a13c
Seunghun Lee [Wed, 6 Jan 2016 17:44:52 +0000 (12:44 -0500)]
configure.ac: Remove ecore-x from wayland only build.
Reviewers: devilhorns, zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D3538
Seunghun Lee [Mon, 4 Jan 2016 08:55:48 +0000 (17:55 +0900)]
e_backlight: remove x dependency code
Change-Id: Ia4e88414fe1f8f533d7811d2f28117425478300f
Seunghun Lee [Mon, 4 Jan 2016 08:44:31 +0000 (17:44 +0900)]
packaging: disable xwayland, wl-text-input, wl-weekeyboard.
Change-Id: Iae9344048f8fba76b887c1b2294eac24fa5948e3
Seunghun Lee [Mon, 4 Jan 2016 07:10:27 +0000 (16:10 +0900)]
packaging: enable-wayland-only -> enable-wayland
Change-Id: Ie9c83889973b1a0cfa41c49707d54c046e48e290
Seunghun Lee [Thu, 7 Jan 2016 05:15:32 +0000 (14:15 +0900)]
wl_desktop_shell: Check whether enable of input panel.
Change-Id: Id3c09e1f91cbd73404c86c5a2f3e17b668408c5c
Seunghun Lee [Mon, 28 Dec 2015 07:25:51 +0000 (16:25 +0900)]
resolve the merge conflict for previous merge(commit id:
27fa5eca) conflicts.
Change-Id: I0eb2e2b6052e2e5740085fd54fd1e14f267fb25d
Seunghun Lee [Mon, 28 Dec 2015 07:21:59 +0000 (16:21 +0900)]
Merge branch 'upstream' into sandbox/shiin/devel
Need to resolve below conflict files.
Conflicts:
configure.ac
src/bin/Makefile.mk
src/bin/e_atoms.c
src/bin/e_atoms.h
src/bin/e_auth.c
src/bin/e_auth.h
src/bin/e_client.c
src/bin/e_client.h
src/bin/e_comp.c
src/bin/e_comp.h
src/bin/e_comp_canvas.c
src/bin/e_comp_object.c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_comp_wl_data.c
src/bin/e_comp_wl_data.h
src/bin/e_comp_wl_input.c
src/bin/e_comp_wl_input.h
src/bin/e_comp_wl_screenshooter_server.c
src/bin/e_comp_x.c
src/bin/e_config.h
src/bin/e_desk.c
src/bin/e_dnd.c
src/bin/e_hints.c
src/bin/e_hints.h
src/bin/e_log.h
src/bin/e_main.c
src/bin/e_module.c
src/bin/e_module.h
src/bin/e_pixmap.c
src/bin/e_pixmap.h
src/bin/e_pointer.c
src/bin/e_scale.c
src/bin/e_scale.h
src/bin/e_signals.c
src/bin/e_win.c
src/bin/e_zone.c
src/bin/e_zone.h
src/modules/Makefile.mk
src/modules/Makefile_music_control.mk
src/modules/Makefile_wl_desktop_shell.mk
src/modules/Makefile_wl_screenshot.mk
src/modules/packagekit/e_mod_packagekit.c
src/modules/shot/screenshooter-client-protocol.h
src/modules/wl_desktop_shell/e_desktop_shell_protocol.c
src/modules/wl_desktop_shell/e_desktop_shell_protocol.h
src/modules/wl_desktop_shell/e_mod_main.c
src/modules/wl_drm/e_mod_main.c
src/modules/wl_screenshot/e_mod_main.c
src/modules/wl_x11/e_mod_main.c
Change-Id: Ia5849a1e958e920aed674b62d8f41af4f85e17e9
Seunghun Lee [Wed, 23 Dec 2015 06:58:05 +0000 (15:58 +0900)]
fix bugs reported by static analyzer.
Change-Id: I0579158edf2eee7b6bd50dcba0ea6e966fca3c3d
MinJeong Kim [Wed, 23 Dec 2015 07:39:16 +0000 (16:39 +0900)]
e_comp_wl_data: use single clipboard for copy and paste
Change-Id: I9d5d8827f697e732891e6f691c5b147a7d001a2e
Gwanglim Lee [Wed, 23 Dec 2015 07:19:18 +0000 (16:19 +0900)]
teamwork: we don't need to use sha1 codes
Change-Id: I53821fbe0a3a5a88e08340d28415840b47af9ebf
Gwanglim Lee [Tue, 22 Dec 2015 15:17:18 +0000 (00:17 +0900)]
packagekit: we don't need PackageKit_Package_Info enum
Change-Id: I5e4e9aeac5e2b3d3352f8c2aa6c43c1f2e83f830
Gwanglim Lee [Tue, 22 Dec 2015 14:43:56 +0000 (23:43 +0900)]
e_auth: we don't need to use pam
Change-Id: Icceed1fd85dd6adf7f10bfed4bb0610ac7640892
Seunghun Lee [Fri, 4 Dec 2015 07:31:24 +0000 (16:31 +0900)]
enlightenment_info: Add rotation feature into enlightenment_info for remote control rotation.
Change-Id: I7bd119888987942912da8da064feb69e51717f23
MinJeong Kim [Tue, 22 Dec 2015 04:48:44 +0000 (13:48 +0900)]
e_comp_wl: dnd with touch interface and modified drag window info
Send drop event with touch interface
Change-Id: I0d6cd2e9ae6e2e7572b0d65538936aa39bf17f4d
JengHyun Kang [Thu, 10 Dec 2015 06:14:26 +0000 (15:14 +0900)]
Support a drm backend when update mouse configuration.
Change-Id: I51211a49b7abaf98163fe431fa66e8fb3c8bf555
Duna Oh [Fri, 11 Dec 2015 08:25:06 +0000 (17:25 +0900)]
e_comp_wl: add config for cursor_timer hiding the cursor after some interval
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ia9c506241e55643ce1082896678ca251c6ded9e1
Boram Park [Tue, 15 Dec 2015 01:42:14 +0000 (10:42 +0900)]
(un)iconify subsurfaces if ec has them
Change-Id: I08fe36dcfb77e683afcf21c9fcf6766b9107af01
Doyoun Kang [Thu, 17 Dec 2015 01:12:32 +0000 (10:12 +0900)]
enlightenment_info: added focused information
Change-Id: Ied9f3435d1ef03f1d23e02a5f3b109f9578da6a8