Re: [PATCH wayland-protocols weston 0/7] Stabilize Presentation extension

2016-02-29 Thread Jonas Ådahl
On Mon, Feb 22, 2016 at 03:34:39PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > here is the two-part patch series to move Presentation (feedback) to stable > extensions. The first part is for wayland-protocols, and the second part is > for > Weston. > > I would like to have

Re: [PATCH v6 wayland-protocols] Add the tablet protocol

2016-02-29 Thread Jonas Ådahl
On Tue, Mar 01, 2016 at 10:09:59AM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > Reviewed-by: Daniel Stone Reviewed-by: Jonas Ådahl > --- > Changes to v5: > - remove leftover statement falsely claminig wp_tablet_tool.destroy requires > a remove event first > > Makefile.am

[PATCH v6 wayland-protocols] Add the tablet protocol

2016-02-29 Thread Peter Hutterer
Signed-off-by: Peter Hutterer Reviewed-by: Daniel Stone --- Changes to v5: - remove leftover statement falsely claminig wp_tablet_tool.destroy requires a remove event first Makefile.am| 1 + unstable/tablet/README | 4 + unstable/tablet/tablet-u

Re: Plan for libweston backend configuration?

2016-02-29 Thread Bryce Harrington
On Sat, Feb 27, 2016 at 01:56:53AM +0100, Benoit Gschwind wrote: > Hello Bryce, > > Thanks for the summarization, I have few comment that I share here. > > Le 26/02/2016 22:37, Bryce Harrington a écrit : > > To followup Pekka's recent libweston thread, here's the next actions it > > looks like we

Re: [PATCH weston 00/14] IVI Layout API Cleanup

2016-02-29 Thread Bryce Harrington
On Mon, Feb 29, 2016 at 03:31:46PM +, Ucan, Emre (ADITG/SW1) wrote: > Hi Pekka, > > Best regards > > > -Original Message- > > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > Sent: Montag, 29. Februar 2016 16:15 > > To: Ucan, Emre (ADITG/SW1); Wataru Natsume > > Cc: Bryce Harring

Re: [PATCH wayland] build: fix ./configure --disable-dtd-validation

2016-02-29 Thread Bryce Harrington
On Mon, Feb 29, 2016 at 02:59:51PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > When configured with --disable-dtd-validation: > > CPPASsrc/dtddata.o > src/dtddata.S: Assembler messages: > src/dtddata.S:39: Error: file not found: src/wayland.dtd.embed > Makefile:1520: recipe for

[PATCH wayland] doc: link between client and server doc and to the wayland book

2016-02-29 Thread Peter Hutterer
And insert "client" or "server" into the PROJECT_NAME to know which one we have. Signed-off-by: Peter Hutterer --- doc/doxygen/Makefile.am | 1 + doc/doxygen/mainpage.dox | 9 + 2 files changed, 10 insertions(+) diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index e80c4

Re: [PATCH wayland-protocols] Remove 'is'.

2016-02-29 Thread Bryce Harrington
On Mon, Feb 29, 2016 at 12:06:18PM +0100, Carlos Olmedo Escobar wrote: > Signed-off-by: Carlos Olmedo Escobar Reviewed-by: Bryce Harrington Pushed: 596dfda..2deda62 master -> master > --- > unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | 2 +- > 1 file changed, 1 insert

[PATCH v4 wayland 3/3] doc: generate doxygen html output from the scanner

2016-02-29 Thread Peter Hutterer
This switches the scanner to generate doxygen-compatible tags for the generated protocol headers, and hooks up the doxygen build to generate server and client-side API documentation. That documentation is now in Client/ and Server/, respectively. GENERATE_HTML is on by default and must be disabled

Re: [PATCH v3 wayland 3/3] doc: generate doxygen html output from the scanner

2016-02-29 Thread Peter Hutterer
On Mon, Feb 29, 2016 at 03:41:39PM +0200, Pekka Paalanen wrote: > On Mon, 29 Feb 2016 17:08:29 +1000 > Peter Hutterer wrote: > > > On Fri, Feb 26, 2016 at 05:00:15PM +0200, Pekka Paalanen wrote: > > > On Mon, 22 Feb 2016 08:57:47 +1000 > > > Peter Hutterer wrote: > > > > > > > This switches t

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread timofonic timofonic
I don't want to break the great development workflow. I'm just a lurker with some questions. What are the differences and potential advantages of the SPICE protocol against others (RDP, Xpra, NX, VNC)? I see there's possibilities like audio recording/playing, usb device sharing, share folders. Wh

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Yury Shvedov
Hi, Fabio! I managed to compile and run compositor-spice with the latest weston master branch. See last commit . Here, how I did it: export PREFIX=$HOME/usr #setup prefix variable. You can choose a

Re: [PATCH wayland] build: fix ./configure --disable-dtd-validation

2016-02-29 Thread Quentin Glidic
On 29/02/2016 13:59, Pekka Paalanen wrote: From: Pekka Paalanen When configured with --disable-dtd-validation: CPPASsrc/dtddata.o src/dtddata.S: Assembler messages: src/dtddata.S:39: Error: file not found: src/wayland.dtd.embed Makefile:1520: recipe for target 'src/dtddata.o' failed Th

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Yury Shvedov
On 02/29/2016 04:39 PM, Fabio Fantoni wrote: Il 29/02/2016 16:01, Yury Shvedov ha scritto: Unfortunately, it is bit complex for me, to understand what are you trying to do and why do you dancing with diff's instead of just simple merge. Sorry for my bad english. Don't worry, your English i

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Fabio Fantoni
Il 29/02/2016 16:01, Yury Shvedov ha scritto: Unfortunately, it is bit complex for me, to understand what are you trying to do and why do you dancing with diff's instead of just simple merge. Sorry for my bad english. As you not rebase all your commits on top is difficult find all your change

RE: [PATCH weston 00/14] IVI Layout API Cleanup

2016-02-29 Thread Ucan, Emre (ADITG/SW1)
Hi Pekka, Best regards > -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Montag, 29. Februar 2016 16:15 > To: Ucan, Emre (ADITG/SW1); Wataru Natsume > Cc: Bryce Harrington; wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH weston 00/14] IVI Layout AP

Re: [PATCH weston 00/14] IVI Layout API Cleanup

2016-02-29 Thread Pekka Paalanen
On Mon, 29 Feb 2016 08:04:05 + "Ucan, Emre (ADITG/SW1)" wrote: > Hello Bryce, > > As far as I know, there are two controller plugins which are using > ivi layout interface. 1. HMI controller > 2. IVI controller in Genivi Wayland IVI Extension > > I updated the hmi controller for these

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Yury Shvedov
Unfortunately, it is bit complex for me, to understand what are you trying to do and why do you dancing with diff's instead of just simple merge. Anyway, I gave you an edit-access to my repository. If you want, you can work with it directly on your own branch. I hope, this will make things si

Re: Plan for libweston backend configuration?

2016-02-29 Thread Pekka Paalanen
Hi Bryce, On Fri, 26 Feb 2016 13:37:59 -0800 Bryce Harrington wrote: > To followup Pekka's recent libweston thread, here's the next actions it > looks like we should take? > >a. Revert 5ffbfffa Yes. >b. Land https://patchwork.freedesktop.org/patch/67547/, which covers >the d

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Fabio Fantoni
Il 29/02/2016 12:26, Yury Shvedov ha scritto: Hi, Fabio! Take look at my latest commit It now merged with latest master version and successfully compiles with ./configure --enable-spice-compositor. But unfortunately it doesn't work due to new spice API. I hope, this evening it will!. Thanks

Re: [PATCH v3 wayland 3/3] doc: generate doxygen html output from the scanner

2016-02-29 Thread Pekka Paalanen
On Mon, 29 Feb 2016 17:08:29 +1000 Peter Hutterer wrote: > On Fri, Feb 26, 2016 at 05:00:15PM +0200, Pekka Paalanen wrote: > > On Mon, 22 Feb 2016 08:57:47 +1000 > > Peter Hutterer wrote: > > > > > This switches the scanner to generate doxygen-compatible tags for the > > > generated protocol

[PATCH wayland] build: fix ./configure --disable-dtd-validation

2016-02-29 Thread Pekka Paalanen
From: Pekka Paalanen When configured with --disable-dtd-validation: CPPASsrc/dtddata.o src/dtddata.S: Assembler messages: src/dtddata.S:39: Error: file not found: src/wayland.dtd.embed Makefile:1520: recipe for target 'src/dtddata.o' failed This is because the variable name used does not

Re: [PATCH v4 wayland-protocols] Add the tablet protocol

2016-02-29 Thread Daniel Stone
Hi, On 29 February 2016 at 07:24, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > Changes to v3: This is v5, not v4. :P > - typo fixes as pointed out by daniels > - clarify tablet/seat destroy() requests - they only affect the wayland > object. and because of that: > - destroy

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Yury Shvedov
Hi, Fabio! Take look at my latest commit It now merged with latest master version and successfully compiles with ./configure --enable-spice-compositor. But unfortunately it doesn't work due to new spice API. I hope, this evening it will!. On 02/29/2016 12:22 PM, Daniel Stone wrote: Hi Fabio,

Re: Questions about experimental Spice compositor rebase

2016-02-29 Thread Daniel Stone
Hi Fabio, On 27 February 2016 at 18:02, Fabio Fantoni wrote: > Hi, long time ago I saw an interesting project for weston, the spice > compositor: > https://github.com/ein-shved/compositor-spice > It is now abandoned because the developer has been involved in another > project. > As no other has c

[PATCH wayland-protocols] Remove 'is'.

2016-02-29 Thread Carlos Olmedo Escobar
Signed-off-by: Carlos Olmedo Escobar --- unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml b/unstable/pointer-constraints/pointer-constraints-unstab

RE: [PATCH weston 00/14] IVI Layout API Cleanup

2016-02-29 Thread Ucan, Emre (ADITG/SW1)
Hello Bryce, As far as I know, there are two controller plugins which are using ivi layout interface. 1. HMI controller 2. IVI controller in Genivi Wayland IVI Extension I updated the hmi controller for these changes, and ivi controller does not use these APIs. Furthermore, IVI