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

2016-01-15 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 09:14:23PM +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 1/5] data-device: Implement DnD progress notification

2016-01-15 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).

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

2015-12-23 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).

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

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:27AM +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 1/5] data-device: Implement DnD progress notification

2015-12-21 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).

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

2015-12-16 Thread Jonas Ådahl
On Wed, Dec 16, 2015 at 04:03:14PM +0100, Carlos Garnacho wrote: > Hey :), > > On Wed, Dec 16, 2015 at 3:21 AM, Jonas Ådahl wrote: > > On Tue, Dec 15, 2015 at 06:56:21PM +0100, Carlos Garnacho wrote: > >> Weston now sends wl_data_source.drop_performed and .drag_finished in > >> order to notify ab

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

2015-12-16 Thread Carlos Garnacho
Hey :), On Wed, Dec 16, 2015 at 3:21 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:21PM +0100, Carlos Garnacho wrote: >> Weston now sends wl_data_source.drop_performed and .drag_finished in >> order to notify about the different phases of DnD. > > s/drop_performed/dnd_drop_performed, and

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

2015-12-15 Thread Jonas Ådahl
On Tue, Dec 15, 2015 at 06:56:21PM +0100, Carlos Garnacho wrote: > Weston now sends wl_data_source.drop_performed and .drag_finished in > order to notify about the different phases of DnD. s/drop_performed/dnd_drop_performed, and s/drag_finished/dnd_finished/. > > wl_data_source.cancelled is als

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

2015-12-15 Thread Carlos Garnacho
Weston now sends wl_data_source.drop_performed and .drag_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). T