Re: [PATCH weston v6 1/5] data-device: Implement DnD progress notification

2016-01-15 Thread Jonas Ådahl
On Fri, Jan 15, 2016 at 09:09:46PM +0100, Carlos Garnacho wrote: > Hey Jonas, > > On Fri, Jan 15, 2016 at 6:32 AM, Jonas Ådahl wrote: > > On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote: > >> Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in > >> order to not

Re: [PATCH weston v6 1/5] data-device: Implement DnD progress notification

2016-01-15 Thread Carlos Garnacho
Hey Jonas, On Fri, Jan 15, 2016 at 6:32 AM, Jonas Ådahl wrote: > On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote: >> Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in >> order to notify about the different phases of DnD. >> >> wl_data_source.cancelled is also

Re: [PATCH weston v6 1/5] data-device: Implement DnD progress notification

2016-01-14 Thread Jonas Ådahl
On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote: > Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in > order to notify about the different phases of DnD. > > wl_data_source.cancelled is also used as mentioned in the docs, being > emitted also on DnD when the o

[PATCH weston v6 1/5] data-device: Implement DnD progress notification

2016-01-14 Thread Carlos Garnacho
Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in order to notify about the different phases of DnD. wl_data_source.cancelled is also used as mentioned in the docs, being emitted also on DnD when the operation is meant to fail (eg. source and dest didn't agree on a mimetype).