summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-08-14 09:51:07 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-08-26 08:49:12 +0200
commitf7885bb4eb2660ff4e287996061c9c1d987e5c60 (patch)
tree0474204dab9a896a3bb2f5ccae0bd62794c42739 /sync.profile
parent0a4ce63b6177538a9abed89daefc43cc47247fc1 (diff)
downloadqtwayland-f7885bb4eb2660ff4e287996061c9c1d987e5c60.tar.gz
New input method protocol for use with Qt clients
We introduce an alternative input-method protocol, which is a one-to-one mapping to Qt's input method API. Input methods such as the virtual keyboard's hunspell integration is quite sensitive to the inner workings of the input method handling, both in terms of when state is updated and which updates are delivered when. With a one-to-one mapping we are able to match these expectations and keep a well-synchronized state. Task-number: QTBUG-85135 Task-number: QTBUG-85134 Change-Id: Id69c22a7b0885ea59f39fdcc8d663749af56c7ce Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index cab4a252..8578c0c2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -26,6 +26,7 @@
"^qwayland-surface-extension.h",
"^qwayland-tablet-unstable-v2.h",
"^qwayland-text-input-unstable-v2.h",
+ "^qwayland-qt-text-input-method-unstable-v1.h",
"^qwayland-touch-extension.h",
"^qwayland-wayland.h",
"^qwayland-wp-primary-selection-unstable-v1.h",
@@ -37,6 +38,7 @@
"^wayland-surface-extension-client-protocol.h",
"^wayland-tablet-unstable-v2-client-protocol.h",
"^wayland-text-input-unstable-v2-client-protocol.h",
+ "^wayland-qt-text-input-method-unstable-v1-client-protocol.h",
"^wayland-touch-extension-client-protocol.h",
"^wayland-wayland-client-protocol.h",
"^wayland-wp-primary-selection-unstable-v1-client-protocol.h",
@@ -63,6 +65,7 @@
"^qwayland-server-scaler.h",
"^qwayland-server-server-buffer-extension.h",
"^qwayland-server-text-input-unstable-v2.h",
+ "^qwayland-server-qt-text-input-method-unstable-v1.h",
"^qwayland-server-touch-extension.h",
"^qwayland-server-viewporter.h",
"^qwayland-server-xdg-decoration-unstable-v1.h",
@@ -77,6 +80,7 @@
"^wayland-scaler-server-protocol.h",
"^wayland-server-buffer-extension-server-protocol.h",
"^wayland-text-input-unstable-v2-server-protocol.h",
+ "^wayland-qt-text-input-method-unstable-v1-server-protocol.h",
"^wayland-viewporter-server-protocol.h",
"^wayland-touch-extension-server-protocol.h",
"^wayland-wayland-server-protocol.h",