Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-09-18 Thread Marco Martin
ok, i tried to split the patch and send them with git send-email -- Marco Martin On Thu, Sep 14, 2017 at 11:54 AM, Jonas Ådahl wrote: > On Tue, Sep 12, 2017 at 08:44:39PM +0200, Marco Martin wrote: >> On Tue, Aug 22, 2017 at 6:07 PM, Marco Martin wrote: >> >> You'll need to create an "unstable

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-09-14 Thread Jonas Ådahl
On Tue, Sep 12, 2017 at 08:44:39PM +0200, Marco Martin wrote: > On Tue, Aug 22, 2017 at 6:07 PM, Marco Martin wrote: > >> You'll need to create an "unstable v2" version, as this is a > >> non-backward compatible change. To do that, copy the XML file, changing > > > > attached a patch that adds the

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-09-12 Thread Marco Martin
On Tue, Aug 22, 2017 at 6:07 PM, Marco Martin wrote: >> You'll need to create an "unstable v2" version, as this is a >> non-backward compatible change. To do that, copy the XML file, changing > > attached a patch that adds the new v2 file, comments adressed ping? do i still need to do something o

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-22 Thread Marco Martin
On Monday 21 August 2017 10:49:55 Jonas Ådahl wrote: > On Thu, Aug 17, 2017 at 05:05:35PM +0200, Marco Martin wrote: > > On Thu, Aug 10, 2017 at 3:47 AM, Jonas Ådahl wrote: > > > Anyhow, "export_surface" or maybe even "export_toplevel" (as that is the > > > only thing we allow exporting anyway) se

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-20 Thread Jonas Ådahl
On Thu, Aug 17, 2017 at 05:05:35PM +0200, Marco Martin wrote: > On Thu, Aug 10, 2017 at 3:47 AM, Jonas Ådahl wrote: > > > > Anyhow, "export_surface" or maybe even "export_toplevel" (as that is the > > only > > thing we allow exporting anyway) seems fine to me. The "import" request > > should be r

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-20 Thread Jonas Ådahl
On Thu, Aug 17, 2017 at 05:43:38PM +0200, Marco Martin wrote: > On Wed, Jul 27, 2016 at 9:54 AM, Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > > relationships across clients. Potential use cases are out-of-process > > dialogs, such as file dialogs, mea

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-17 Thread Marco Martin
On Wed, Jul 27, 2016 at 9:54 AM, Jonas Ådahl wrote: > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes > that may not have the access it

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-17 Thread Marco Martin
On Thu, Aug 10, 2017 at 3:47 AM, Jonas Ådahl wrote: > > Anyhow, "export_surface" or maybe even "export_toplevel" (as that is the only > thing we allow exporting anyway) seems fine to me. The "import" request > should be renamed in a similar manner as well then. here attached a patch to rename the

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-10 Thread Jonas Ådahl
On Thu, Aug 10, 2017 at 10:44:30AM +0200, Marco Martin wrote: > On Thu, Aug 10, 2017 at 3:47 AM, Jonas Ådahl wrote: > > On Wed, Aug 09, 2017 at 01:42:51PM +0200, Marco Martin wrote: > >> On Wednesday 27 July 2016 15:54:58 Jonas Ĺdahl wrote: > >> > xdg-foreign is a protocol meant to enable setting

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-10 Thread Marco Martin
On Thu, Aug 10, 2017 at 3:47 AM, Jonas Ådahl wrote: > On Wed, Aug 09, 2017 at 01:42:51PM +0200, Marco Martin wrote: >> On Wednesday 27 July 2016 15:54:58 Jonas Ĺdahl wrote: >> > xdg-foreign is a protocol meant to enable setting up inter surface >> > relationships across clients. Potential use case

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-09 Thread Jonas Ådahl
On Wed, Aug 09, 2017 at 01:42:51PM +0200, Marco Martin wrote: > On Wednesday 27 July 2016 15:54:58 Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > > relationships across clients. Potential use cases are out-of-process > > dialogs, such as file dialogs, me

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-09 Thread Marco Martin
On Wednesday 27 July 2016 15:54:58 Jonas Ådahl wrote: > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes > that may not have the access i

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-12 Thread Jonas Ådahl
On Sun, Aug 07, 2016 at 08:14:32AM -0500, Derek Foreman wrote: > On 05/08/16 10:52 AM, Jonas Ådahl wrote: > > On Fri, Aug 05, 2016 at 07:45:50AM -0500, Derek Foreman wrote: > >> On 27/07/16 02:54 AM, Jonas Ådahl wrote: > >>> xdg-foreign is a protocol meant to enable setting up inter surface > >>> r

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-07 Thread Derek Foreman
On 05/08/16 10:52 AM, Jonas Ådahl wrote: > On Fri, Aug 05, 2016 at 07:45:50AM -0500, Derek Foreman wrote: >> On 27/07/16 02:54 AM, Jonas Ådahl wrote: >>> xdg-foreign is a protocol meant to enable setting up inter surface >>> relationships across clients. Potential use cases are out-of-process >>> d

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-07 Thread Derek Foreman
On 05/08/16 09:18 AM, Carsten Haitzler (The Rasterman) wrote: > On Fri, 5 Aug 2016 07:45:50 -0500 Derek Foreman said: > >> On 27/07/16 02:54 AM, Jonas Ådahl wrote: >>> xdg-foreign is a protocol meant to enable setting up inter surface >>> relationships across clients. Potential use cases are out-

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-05 Thread Jonas Ådahl
On Fri, Aug 05, 2016 at 07:45:50AM -0500, Derek Foreman wrote: > On 27/07/16 02:54 AM, Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > > relationships across clients. Potential use cases are out-of-process > > dialogs, such as file dialogs, meant to be us

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-05 Thread The Rasterman
On Fri, 5 Aug 2016 23:18:19 +0900 Carsten Haitzler (The Rasterman) said: > On Fri, 5 Aug 2016 07:45:50 -0500 Derek Foreman said: > > > On 27/07/16 02:54 AM, Jonas Ådahl wrote: > > > xdg-foreign is a protocol meant to enable setting up inter surface > > > relationships across clients. Potential

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-05 Thread The Rasterman
On Fri, 5 Aug 2016 07:45:50 -0500 Derek Foreman said: > On 27/07/16 02:54 AM, Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > > relationships across clients. Potential use cases are out-of-process > > dialogs, such as file dialogs, meant to be used by s

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-05 Thread Derek Foreman
On 27/07/16 02:54 AM, Jonas Ådahl wrote: > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes > that may not have the access it needs to im

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-04 Thread Yong Bakos
On Jul 27, 2016, at 12:54 AM, Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes > that may not have the access it

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-08-04 Thread Mike Blumenkrantz
Reviewed-By: Mike Blumenkrantz On Wed, Jul 27, 2016 at 3:55 AM Jonas Ådahl wrote: > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes

[PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2016-07-27 Thread Jonas Ådahl
xdg-foreign is a protocol meant to enable setting up inter surface relationships across clients. Potential use cases are out-of-process dialogs, such as file dialogs, meant to be used by sandboxed processes that may not have the access it needs to implement such dialogs. It works by enabling a cli