Re: [GSoC] Some questions about wayland clients with no outputs present

2016-04-30 Thread Eugen Friedrich
Hi Armin, first of all I wish you existing and successful project experience! About the missing output for clients, have just an idea: how about creating some fake output object, maybe defined in weston.ini and send this to the clients. Client needs also the information that current output is a f

Re: [GSoC] Some questions about wayland clients with no outputs present

2016-04-30 Thread Bryce Harrington
On Sat, Apr 30, 2016 at 05:20:09PM +0200, Armin Krezović wrote: > Hi all, > > Now that I've analyzed the weston codebase a bit, I'm ready to > bombard you people with some questions :). > > For those that aren't yet aware, I'll be working on making weston > able to run with no outputs and survive

Re: [PATCH weston v6 06/12] x11: port the x11 backend to the new init api

2016-04-30 Thread Bryce Harrington
On Sat, Apr 30, 2016 at 11:54:15AM +0300, Giulio Camuffo wrote: > 2016-04-30 0:38 GMT+03:00 Bryce Harrington : > > On Sun, Apr 17, 2016 at 05:31:32PM +0300, Giulio Camuffo wrote: > >> Sorry, i keep seeing things after i hit send... > >> > >> 2016-04-17 17:10 GMT+03:00 Giulio Camuffo : > >> > 2016-0

[GSoC] Some questions about wayland clients with no outputs present

2016-04-30 Thread Armin Krezović
Hi all, Now that I've analyzed the weston codebase a bit, I'm ready to bombard you people with some questions :). For those that aren't yet aware, I'll be working on making weston able to run with no outputs and survive with all outputs plugged out at runtime. For starters, I've simply commented

Re: GSOC student (re)introduction

2016-04-30 Thread Armin Krezović
On 29.04.2016 09:16, Pekka Paalanen wrote: > On Thu, 28 Apr 2016 04:19:32 +0200 > Armin Krezovic wrote: > >> Hello everyone, >> >> As you may have seen, I was chosen to participate in GSOC >> and work on your project. >> >> I do need to apologize for not contacting you sooner, but >> it was a bus

Re: [PATCH wayland v4 1/1] protocol: Add summaries to event parameters

2016-04-30 Thread Jonas Ådahl
On Sat, Apr 30, 2016 at 07:35:50AM -0500, Yong Bakos wrote: > From: Yong Bakos > > All event arg elements now have an appropriate summary attribute. > This was conducted mostly in response to the undocumented parameter > warnings generated during 'make check'. > > Signed-off-by: Yong Bakos Rev

[PATCH wayland v4 1/1] protocol: Add summaries to event parameters

2016-04-30 Thread Yong Bakos
From: Yong Bakos All event arg elements now have an appropriate summary attribute. This was conducted mostly in response to the undocumented parameter warnings generated during 'make check'. Signed-off-by: Yong Bakos --- protocol/wayland.xml | 128 ++

[PATCH wayland v4 0/1] protocol: Add summaries to event parameters

2016-04-30 Thread Yong Bakos
From: Yong Bakos This v4 patch[1] is merely a rebase that incorporates the use of "surface-local" in the event parameter summaries. v1-v3 Reviewed-by: Bryce Harrington [1] I incorrectly labeled the previous version as v2, should have been v3. Yong Bakos (1): protocol: Add summaries to event

Re: [PATCH v2 weston 08/13] client: Add support for tablet cursor motion to window frames in libtoytoolkit

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:12PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > When it comes to a window frame, a tablet tool and cursor act almost > identical; they click things, drag things, etc. The tool type and extra > axes don't serve any use in the context of a window fr

Re: [PATCH v2 weston 07/13] client: Add tablet cursor support into libtoytoolkit

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:11PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Again, a lot of this is code that has been reused from the cursor code > for pointers. > > Co-authored-by: Peter Hutterer > Signed-off-by: Stephen Chandler Paul > Signed-off-by: Peter Hutterer R

Re: [PATCH v2 weston 06/13] clients: add support for handling tablets

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:10PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Co-authored-by: Peter Hutterer > Signed-off-by: Stephen Chandler Paul > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl with one comment inlined below. > --- > clients/window.c | 498 >

Re: [PATCH v2 weston 05/13] tablet: handle tablet cursors in the compositor

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:09PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > The tablet is given a separate cursor. Most tablet interaction is an absolute > interaction and shouldn't need a cursor at all, but usually the cursor is used > to indicate the type of virtual tool c

Re: [PATCH v2 weston 04/13] tablet: hook up libinput tablet events

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:08PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Co-authored-by: Peter Hutterer > Signed-off-by: Stephen Chandler Paul > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl with one nit below. > --- > src/libinput-device.c | 120 > ++

Re: [PATCH v2 weston 03/13] tablet: add weston grab interfaces for tablet tools

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:07PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Co-authored-by: Peter Hutterer > Signed-off-by: Stephen Chandler Paul > Signed-off-by: Peter Hutterer > --- > src/compositor.h | 53 > src/input.c | 253 >

Re: [PATCH v2 weston 01/13] tablet: Add initial tablet support to weston

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:05PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Introduces two new structs, weston_tablet and weston_tablet_tool with the > respective information as it's used on the protocol. > > Note that tools are independent of tablets, many tools can be use

Re: [PATCH v2 weston 02/13] tablet: add handling of tablet focus

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:06PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Closely modelled after the pointer focus handling > > Co-authored-by: Peter Hutterer > Signed-off-by: Stephen Chandler Paul > Signed-off-by: Peter Hutterer > --- > src/compositor.h | 10 ++ >

Re: [PATCH weston v7 3/3] drm: Don't hang onto the backend config object post-backend_init

2016-04-30 Thread Benoit Gschwind
Hello Bryce, I think my comments on previous patch apply here, while you did some useful update here. Best regards. Le 30/04/2016 00:40, Bryce Harrington a écrit : > The drm backend was copying most everything out of the config object > already, but now also copy the use_current_mode parameter a

Re: [PATCH weston v7 2/3] drm: port the drm backend to the new init api

2016-04-30 Thread Benoit Gschwind
Hello Bryce, I have some comments after a trivial rebase. Le 30/04/2016 00:40, Bryce Harrington a écrit : > From: Giulio Camuffo > > Signed-off-by: Bryce Harrington > Reviewed-by: Quentin Glidic > Acked-by: Pekka Paalanen > Tested-by: Benoit Gschwind > > Signed-off-by: Bryce Harrington >

Re: [PATCH weston v6 06/12] x11: port the x11 backend to the new init api

2016-04-30 Thread Giulio Camuffo
2016-04-30 0:44 GMT+03:00 Bryce Harrington : > On Sun, Apr 17, 2016 at 05:10:24PM +0300, Giulio Camuffo wrote: >> 2016-04-16 6:28 GMT+03:00 Bryce Harrington : >> > From: Benoit Gschwind >> > >> > Use a "well" defined structure to configure x11-backend and move >> > configuration >> > file parsing

Re: [PATCH weston v6 06/12] x11: port the x11 backend to the new init api

2016-04-30 Thread Giulio Camuffo
2016-04-30 0:38 GMT+03:00 Bryce Harrington : > On Sun, Apr 17, 2016 at 05:31:32PM +0300, Giulio Camuffo wrote: >> Sorry, i keep seeing things after i hit send... >> >> 2016-04-17 17:10 GMT+03:00 Giulio Camuffo : >> > 2016-04-16 6:28 GMT+03:00 Bryce Harrington : >> >> +static int >> >> +load_x11_bac

Re: [PATCH weston v7 1/3] x11: port the x11 backend to the new init api

2016-04-30 Thread Benoit Gschwind
Hello Bryce, It's look the you use space within Makefile.am instead of tabulation. Le 30/04/2016 10:30, Benoit Gschwind a écrit : > Hello Bryce, > > It look good after trivial rebase to master. > > Reviewed-by: Benoit Gschwind > Tested-by: Benoit Gschwind > > Le 30/04/2016 00:40, Bryce Harri

Re: [PATCH weston v7 1/3] x11: port the x11 backend to the new init api

2016-04-30 Thread Benoit Gschwind
Hello Bryce, It look good after trivial rebase to master. Reviewed-by: Benoit Gschwind Tested-by: Benoit Gschwind Le 30/04/2016 00:40, Bryce Harrington a écrit : > From: Benoit Gschwind > > Use a "well" defined structure to configure x11-backend and move configuration > file parsing inside t

Re: [PATCH 1/6] rdp: allow to compile against FreeRDP 2.0

2016-04-30 Thread Quentin Glidic
On 30/04/2016 02:29, Bryce Harrington wrote: On Tue, Apr 26, 2016 at 11:34:03PM +0200, David Fort wrote: FreeRDP 2.0 is about to be released, this allows to compile against this version. The detection is adjusted to prefer FreeRDP 2 against version 1.x. Signed-off-by: David Fort Is this jus