From 925e34afa44de3e9232aeea02fe3b23e24ec1ebd Mon Sep 17 00:00:00 2001 From: parksanghee Date: Wed, 8 Feb 2017 19:21:33 +0900 Subject: [PATCH 01/16] tizen_launch : Add protocol to support depth-in [Model] Tizen3.0 [BinType] AP [Customer] N/A [Issue#] N/A [Request] Support depth-in [Occurrence Version] N/A [Problem] Not support dpeth-in concept [Cause & Measure] There is no interface to support concept [Checking Method] Setting > Wifi [Team] Window Manager [Developer] Sanghee Park [Solution company] Samsung [Change Type] New feature Change-Id: I62c6d63f43d00847fedb4e2784083d14890718d2 --- Makefile.am | 17 ++++++++++++++ protocol/tizen-launch.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 protocol/tizen-launch.xml diff --git a/Makefile.am b/Makefile.am index 680f78e..11f0bc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,3 +191,20 @@ libtizen_remote_surface_server_la_LIBADD = @WAYLAND_SERVER_LIBS@ libtizen_remote_surface_client_la_SOURCES = protocol/tizen-remote-surface-protocol.c libtizen_remote_surface_client_la_CFLAGS = @WAYLAND_CLIENT_CFLAGS@ libtizen_remote_surface_client_la_LIBADD = @WAYLAND_CLIENT_LIBS@ + +### tizen-launch +protocol_LTLIBRARIES += \ + libtizen-launch-server.la \ + libtizen-launch-client.la +pkgconfig_DATA += \ + src/tizen-launch-server.pc \ + src/tizen-launch-client.pc +protocolinclude_HEADERS += \ + protocol/tizen-launch-server-protocol.h \ + protocol/tizen-launch-client-protocol.h +libtizen_launch_server_la_SOURCES = protocol/tizen-launch-protocol.c +libtizen_launch_server_la_CFLAGS = @WAYLAND_SERVER_CFLAGS@ +libtizen_launch_server_la_LIBADD = @WAYLAND_SERVER_LIBS@ +libtizen_launch_client_la_SOURCES = protocol/tizen-launch-protocol.c +libtizen_launch_client_la_CFLAGS = @WAYLAND_CLIENT_CFLAGS@ +libtizen_launch_client_la_LIBADD = @WAYLAND_CLIENT_LIBS@ diff --git a/protocol/tizen-launch.xml b/protocol/tizen-launch.xml new file mode 100644 index 0000000..94f3394 --- /dev/null +++ b/protocol/tizen-launch.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4 From cffa8d201acdddc7f13b453ce02ab3709dbbfe8a Mon Sep 17 00:00:00 2001 From: Juyeon Lee Date: Wed, 15 Feb 2017 21:51:38 +0900 Subject: [PATCH 02/16] Packaging : update version to 1.1.10 Change-Id: Id334a310e427716a8af2648e510eb2dab417c676 --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index 3f14523..28e6515 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.9 +Version: 1.1.10 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 9dade0c3412717bc7a17045b408bb097cc14ef3c Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 17 Feb 2017 19:51:37 +0900 Subject: [PATCH 03/16] text/inputmethod: Add recapture_string protocol Change-Id: I3ae43ebad607d9b0d0b5a22a8824e7b647f5ba6d Signed-off-by: Jihoon Kim --- protocol/input-method.xml | 11 +++++++++++ protocol/text.xml | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/protocol/input-method.xml b/protocol/input-method.xml index 0821a07..5926aad 100644 --- a/protocol/input-method.xml +++ b/protocol/input-method.xml @@ -218,6 +218,17 @@ + + + Send the recapture string text to the application text input. + + + + + + + + diff --git a/protocol/text.xml b/protocol/text.xml index 07451e2..d46eec2 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -461,6 +461,18 @@ + + + Notify when the existed text should be deleted and a new composing text (pre-edit) or commit string + should be set around the current cursor position. + + + + + + + + -- 2.7.4 From 7456365522cbe5f1e315da53783bc07c4412670f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 17 Feb 2017 19:57:08 +0900 Subject: [PATCH 04/16] Packaging : update version to 1.1.11 Change-Id: I0bb6e4d4a6b234fbf59a2a6a044fb4c6a57484e9 Signed-off-by: Jihoon Kim --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index 28e6515..c989a58 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.10 +Version: 1.1.11 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 051282029d68a8fc7b85ccb64bee2a9dcefcce06 Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Mon, 27 Feb 2017 19:44:44 +0900 Subject: [PATCH 05/16] tizen_clipboard: version up to 2 - add set_data_only and allowed_data_only Change-Id: I7cfe9e54dd199003d75de358b2d9336ad7734003 Signed-off-by: MinJeong Kim --- protocol/tizen-extension.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index 303d3b1..b895b12 100755 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -1312,7 +1312,7 @@ - + This interface provides some requests and events about clipboard for other clients. @@ -1332,6 +1332,22 @@ + + + + + A wayland client can notify of that the client is data only mode. + The data only mode means that this wayland client doesn't have any + wl_surfaces at all but it wants to use wl_data_device for some data + operations. + + + + + + + + -- 2.7.4 From 5ee8d6623d5dfe47587405b0f556e44d4a12a877 Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Mon, 6 Mar 2017 13:32:16 +0900 Subject: [PATCH 06/16] Packaging : update version to 1.1.12 Change-Id: I4ba2d6065a96a79ec4116179a24b8222aa682ce0 Signed-off-by: MinJeong Kim --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index c989a58..c951985 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.11 +Version: 1.1.12 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 242e1d736475fbd46bc5a4ec05085b5ef035321d Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Mon, 3 Apr 2017 19:44:50 +0900 Subject: [PATCH 07/16] remote_surface: added event type of mouse in/out Change-Id: I58230db3633be0d9cb356ba8416d099226e3dda7 Signed-off-by: MinJeong Kim --- protocol/tizen-remote-surface.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/tizen-remote-surface.xml b/protocol/tizen-remote-surface.xml index 6b0e0e8..c42690b 100644 --- a/protocol/tizen-remote-surface.xml +++ b/protocol/tizen-remote-surface.xml @@ -188,6 +188,8 @@ + + -- 2.7.4 From c7b0d8bcb56f6a06e7f41fb263e53d9436bc2350 Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Wed, 5 Apr 2017 16:07:52 +0900 Subject: [PATCH 08/16] Packaging : update version to 1.1.13 Change-Id: I8f49b4ce714f4c6a14a397213cda271b57eff617 Signed-off-by: MinJeong Kim --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index c951985..2668939 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.12 +Version: 1.1.13 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 1a46ee11888a0a716a1698c7868b547453681692 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Thu, 13 Apr 2017 21:18:51 +0900 Subject: [PATCH 09/16] tizen_visibility: added pre_unobscured event The compositor sends this event to the client before the window is shown on the screen. And tizen_policy's version has also been incremented (tizen_policy version 5 implies tizen_visibility version 5). Change-Id: Iea1bc6004c0c9df268247be434aa1884c510fa4f --- protocol/tizen-extension.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index b895b12..5b751d6 100755 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -14,7 +14,7 @@ - + @@ -333,18 +333,27 @@ - + + + + + + + + + + -- 2.7.4 From 2d29850a4413648616614a3a534e0acea4a9ad57 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Thu, 13 Apr 2017 21:30:28 +0900 Subject: [PATCH 10/16] Packaging: update version to 1.1.14 Change-Id: Ic08c77bfd6a656b30a9a4f3731f0000769376a84 --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index 2668939..0ad2ff6 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.13 +Version: 1.1.14 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 8d1f9ff0dfbda2b273ba17ea6668e68cd945919a Mon Sep 17 00:00:00 2001 From: JengHyun Kang Date: Mon, 13 Mar 2017 15:27:18 +0900 Subject: [PATCH 11/16] tizen_input_device_manager: Add a new request to input_generation - New request: init_generator_with_name : Generating input generator to specified name - version up for tizen_input_device_manager 1 to 2 Change-Id: I1b5b1aeb9c54b021010708ba996de0919922a960 --- protocol/tizen-extension.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index 5b751d6..8722289 100755 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -986,7 +986,7 @@ - + Tizen input device manager is a global interface. This object has device add/remove events to provide tizen input device object to a client. This allows for a client to get the con @@ -1127,6 +1127,14 @@ + + + + + + + + -- 2.7.4 From 0fe7052ae3c3a4868228e9ac9aeb3cd593b1f8ee Mon Sep 17 00:00:00 2001 From: Juyeon Lee Date: Fri, 14 Apr 2017 10:00:51 +0900 Subject: [PATCH 12/16] Packaging : update version to 1.1.15 Change-Id: Ie9cd61efa88727682f6ad7ad79165947fd27b02e --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index 0ad2ff6..151e82c 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.14 +Version: 1.1.15 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From 736ec3ebb78ffb3ed70aeb033bb52a44b1a88d1d Mon Sep 17 00:00:00 2001 From: Boram Park Date: Wed, 19 Apr 2017 15:21:37 +0900 Subject: [PATCH 13/16] tizen-extension: add tizen_screen_rotation interface Change-Id: I0d2743244506e1f24e263a0163c38d8ac453a459 --- protocol/tizen-extension.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index 8722289..7c718ce 100755 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -1367,4 +1367,15 @@ + + + + + + + + + + + -- 2.7.4 From 452faab204e039239d505a16040133d7c3b25482 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Thu, 27 Apr 2017 17:01:27 +0900 Subject: [PATCH 14/16] Packaging: update version to 1.1.16 Change-Id: Id9bd40baedac7086e77d1d216b79218d7c6f9a40 --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index 151e82c..bacaf86 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.15 +Version: 1.1.16 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4 From f038f8679f9aa29ddddd4d49080cce0f97a2f847 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 30 Mar 2017 11:06:52 +0900 Subject: [PATCH 15/16] text, inputmethod: Add prediction_hint protocol Change-Id: I5ba7ab02d8d7d5991dfdc542d346f577397fec28 --- protocol/input-method.xml | 3 +++ protocol/text.xml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/protocol/input-method.xml b/protocol/input-method.xml index 5926aad..e9cad61 100644 --- a/protocol/input-method.xml +++ b/protocol/input-method.xml @@ -285,6 +285,9 @@ + + + diff --git a/protocol/text.xml b/protocol/text.xml index d46eec2..e59432f 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -253,6 +253,12 @@ + + + Set the prediction hint string to deliver to the input panel. + + + Notify the text_input object when it received focus. Typically in -- 2.7.4 From f527baca1787322d0342b66a700dea32271d6fb2 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 27 Apr 2017 19:05:17 +0900 Subject: [PATCH 16/16] Packaging: update version to 1.1.17 Change-Id: I6dac4aef537f41473a100cd76947676b6de63872 --- packaging/wayland-extension.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/wayland-extension.spec b/packaging/wayland-extension.spec index bacaf86..36089cf 100644 --- a/packaging/wayland-extension.spec +++ b/packaging/wayland-extension.spec @@ -1,5 +1,5 @@ Name: wayland-extension -Version: 1.1.16 +Version: 1.1.17 Release: 0 Summary: Wayland Extension Protocol License: MIT -- 2.7.4