[QTBUG-66008][wayland-protocols] support middle-mouse-button pasting (primary selection)

2019-06-05 Thread Sedat Dilek
Hi Johan, I have seen that there was progress in the bug-report in [0] after I asked on [1] and [2]. In the qtwayland.git#dev Git branch [7] I see two relevant commits (see [3] and [4]): commit 5ec182df699041699f514d164a161c299fde5d19 "Client: Implement primary-selection-unstable-v1" commit 14d

[wayland-protocols] Status of Primary Selection Protocol

2018-04-06 Thread Sedat Dilek
Hi, what is the status of integrating your "Primary Selection Protocol" RFC-v1 patch into wayland-protocols upstream [1]? The background is I was trying KDE Plasma/Wayland v5.12 on Debian/buster AMD64 and am used to have support for middle-mouse-button pasting (primary selection) in my graphical

Re: [PATCH 1/4] building: Wayland core libraries

2011-02-17 Thread Sedat Dilek
2011/2/17 Kristian Høgsberg : > On Thu, Feb 17, 2011 at 7:29 AM, Sedat Dilek > wrote: > > I looks like all these patches raced with Darxus' updates.  I applied > Darxus' patch since I had it sitting in my inbox a couple of days > already, but hopefully the e

[PATCH 2/4] Building: Building mesa with wayland egl-platforms

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 22 +++--- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/building.html b/building.html index 4147d90..5c4aa25 100644 --- a/building.html +++ b/building.html @@ -72,28 +72,36 @@ There now exists two repositories

[PATCH 4/4] building: Clean up unnecesary relicts

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 24 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/building.html b/building.html index f93b077..0f525e5 100644 --- a/building.html +++ b/building.html @@ -179,30 +179,6 @@ glib-2.0, gdk-2.0 (for poppler

[PATCH 1/4] building: Wayland core libraries

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index 8005ce1..4147d90 100644 --- a/building.html +++ b/building.html @@ -55,6 +55,23 @@ Minimum requirements: AMD/ATI: Linux

[PATCH 3/4] building: Wayland demos

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/building.html b/building.html index 5c4aa25..f93b077 100644 --- a/building.html +++ b/building.html @@ -162,18 +162,21 @@ package for pixman. $ make

[PATCH] building: Introduce INSTALL_PATH variable for install path

2011-02-17 Thread Sedat Dilek
Use $INSTALL_PATH globally as users might have other places where they are used to install software. By the way, you can now easily change the install path as it is in one place. Signed-off-by: Sedat Dilek --- building.html | 36 +++- 1 files changed, 19

[wayland] building: Clarify after the split into wayland and wayland-demos repos

2011-02-17 Thread Sedat Dilek
Hi, unfortunately, the wayland-website (building) does not have updated informations on how to build after the split of 1. wayland core [1] 2. wayland libs and demos [2] Can someone please enlighten on this? I would update the building website accordingly. Currently, I can only help with providin

[PATCH 2/4] PreReq: Clarify on KMS and PageFlip requirements

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/building.html b/building.html index 54112e4..b2fb2b0 100644 --- a/building.html +++ b/building.html @@ -37,12 +37,12 @@ LIBRARY_PATH=$HOME/install

[PATCH 3/4] PreReq: Check for KMS and PageFlip support

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index b2fb2b0..50a7435 100644 --- a/building.html +++ b/building.html @@ -42,6 +42,12 @@ and nVidia graphics cards. Most

[PATCH 4/4] PreReq: Add Minimum requirements for AMD/ATI gfxcards

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index 50a7435..6205bee 100644 --- a/building.html +++ b/building.html @@ -48,6 +48,9 @@ Check for KMS and PageFlip support

[PATCH 1/4] PreReq: Kernel ModeSetting and PageFlip IOCTL

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index dcf06f9..54112e4 100644 --- a/building.html +++ b/building.html @@ -35,7 +35,7 @@ LIBRARY_PATH=$HOME/install/lib Do

[wayland] radeon r200 and "egl_dri2: add swrast" (mesa-from-git)?

2011-02-16 Thread Sedat Dilek
Hi, I tried to jump on the Wayland train at the end of last year, but my radeon r200 is/was not the ideal hardware platform. Today, while checking mesa-from-git, I saw the commit "egl_dri2: add swrast" [1]. I remember Chia-I Wu told me to wait for swrast EGL support. Thus my question: Do people