Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2016-01-15 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 09:11:39PM +0100, Carlos Garnacho wrote: > Currently, there's no means for the DnD origin to know whether the > destination is actually finished with the DnD transaction, short of > finalizing it after the first transfer finishes, or leaking it forever. > > But this poses o

[PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2016-01-15 Thread Carlos Garnacho
Currently, there's no means for the DnD origin to know whether the destination is actually finished with the DnD transaction, short of finalizing it after the first transfer finishes, or leaking it forever. But this poses other interoperation problems, drag destinations might be requesting several

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2016-01-11 Thread Jonas Ådahl
On Mon, Jan 11, 2016 at 05:39:20PM +0100, Carlos Garnacho wrote: > Hi Pekka!, > > On Tue, Jan 5, 2016 at 9:50 AM, Pekka Paalanen wrote: > > On Wed, 23 Dec 2015 12:31:16 +0100 > > Carlos Garnacho wrote: > > > >> Hey, > >> > >> On Wed, Dec 23, 2015 at 5:47 AM, Jonas Ådahl wrote: > >> > Hi again,

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2016-01-11 Thread Carlos Garnacho
Hi Pekka!, On Tue, Jan 5, 2016 at 9:50 AM, Pekka Paalanen wrote: > On Wed, 23 Dec 2015 12:31:16 +0100 > Carlos Garnacho wrote: > >> Hey, >> >> On Wed, Dec 23, 2015 at 5:47 AM, Jonas Ådahl wrote: >> > Hi again, >> > >> > I was reading an E-mail in another thread that brought up different >> > ty

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2016-01-05 Thread Pekka Paalanen
On Wed, 23 Dec 2015 12:31:16 +0100 Carlos Garnacho wrote: > Hey, > > On Wed, Dec 23, 2015 at 5:47 AM, Jonas Ådahl wrote: > > Hi again, > > > > I was reading an E-mail in another thread that brought up different > > types of backward compatibility promises, and it made me think of a > > potentia

[PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-23 Thread Carlos Garnacho
Currently, there's no means for the DnD origin to know whether the destination is actually finished with the DnD transaction, short of finalizing it after the first transfer finishes, or leaking it forever. But this poses other interoperation problems, drag destinations might be requesting several

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-23 Thread Jonas Ådahl
On Wed, Dec 23, 2015 at 12:05:35PM +0100, Carlos Garnacho wrote: > Hey, > > On Wed, Dec 23, 2015 at 3:07 AM, Jonas Ådahl wrote: > > On Tue, Dec 22, 2015 at 04:46:37PM +0100, Carlos Garnacho wrote: > >> Hey, > >> > >> On Tue, Dec 22, 2015 at 2:55 PM, Jonas Ådahl wrote: > >> > On Tue, Dec 22, 2015

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-23 Thread Carlos Garnacho
Hey, On Wed, Dec 23, 2015 at 5:47 AM, Jonas Ådahl wrote: > Hi again, > > I was reading an E-mail in another thread that brought up different > types of backward compatibility promises, and it made me think of a > potential issue. I'm commenting inline close to the relevant change this > patch int

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-23 Thread Carlos Garnacho
Hey, On Wed, Dec 23, 2015 at 3:07 AM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 04:46:37PM +0100, Carlos Garnacho wrote: >> Hey, >> >> On Tue, Dec 22, 2015 at 2:55 PM, Jonas Ådahl wrote: >> > On Tue, Dec 22, 2015 at 01:33:08PM +0100, Carlos Garnacho wrote: >> >> Hey!, >> >> >> >> On Tue, Dec

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-22 Thread Jonas Ådahl
Hi again, I was reading an E-mail in another thread that brought up different types of backward compatibility promises, and it made me think of a potential issue. I'm commenting inline close to the relevant change this patch introduces. On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wr

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-22 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 04:46:37PM +0100, Carlos Garnacho wrote: > Hey, > > On Tue, Dec 22, 2015 at 2:55 PM, Jonas Ådahl wrote: > > On Tue, Dec 22, 2015 at 01:33:08PM +0100, Carlos Garnacho wrote: > >> Hey!, > >> > >> On Tue, Dec 22, 2015 at 3:26 AM, Jonas Ådahl wrote: > >> > On Tue, Dec 22, 201

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-22 Thread Carlos Garnacho
Hey, On Tue, Dec 22, 2015 at 2:55 PM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 01:33:08PM +0100, Carlos Garnacho wrote: >> Hey!, >> >> On Tue, Dec 22, 2015 at 3:26 AM, Jonas Ådahl wrote: >> > On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wrote: >> >> Currently, there's no means f

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-22 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 01:33:08PM +0100, Carlos Garnacho wrote: > Hey!, > > On Tue, Dec 22, 2015 at 3:26 AM, Jonas Ådahl wrote: > > On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wrote: > >> Currently, there's no means for the DnD origin to know whether the > >> destination is actuall

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-22 Thread Carlos Garnacho
Hey!, On Tue, Dec 22, 2015 at 3:26 AM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wrote: >> Currently, there's no means for the DnD origin to know whether the >> destination is actually finished with the DnD transaction, short of >> finalizing it after the firs

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wrote: > Currently, there's no means for the DnD origin to know whether the > destination is actually finished with the DnD transaction, short of > finalizing it after the first transfer finishes, or leaking it forever. > > But this poses o

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:32AM +0100, Carlos Garnacho wrote: > Currently, there's no means for the DnD origin to know whether the > destination is actually finished with the DnD transaction, short of > finalizing it after the first transfer finishes, or leaking it forever. > > But this poses o

[PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-21 Thread Carlos Garnacho
Currently, there's no means for the DnD origin to know whether the destination is actually finished with the DnD transaction, short of finalizing it after the first transfer finishes, or leaking it forever. But this poses other interoperation problems, drag destinations might be requesting several

Re: [PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-15 Thread Jonas Ådahl
On Tue, Dec 15, 2015 at 06:56:22PM +0100, Carlos Garnacho wrote: > Currently, there's no means for the DnD origin to know whether the > destination is actually finished with the DnD transaction, short of > finalizing it after the first transfer finishes, or leaking it forever. > > But this poses o

[PATCH wayland 1/2] protocol: Improve data source notification around DnD progress

2015-12-15 Thread Carlos Garnacho
Currently, there's no means for the DnD origin to know whether the destination is actually finished with the DnD transaction, short of finalizing it after the first transfer finishes, or leaking it forever. But this poses other interoperation problems, drag destinations might be requesting several