Re: [PATCH weston v2] data-device: Implement DnD progress notification

2015-11-04 Thread Bryce Harrington
On Mon, Nov 02, 2015 at 09:15:15PM +0100, Carlos Garnacho wrote: > Hi Bryce, > > On Mon, Nov 2, 2015 at 8:44 PM, Bryce Harrington > wrote: > > On Fri, Oct 30, 2015 at 10:04:49PM +0100, Carlos Garnacho wrote: > >> Weston now sends wl_data_source.drop_performed and .drag_finished in > >> order to

Re: [PATCH weston v2] data-device: Implement DnD progress notification

2015-11-02 Thread Carlos Garnacho
Hi Bryce, On Mon, Nov 2, 2015 at 8:44 PM, Bryce Harrington wrote: > On Fri, Oct 30, 2015 at 10:04:49PM +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. >> >> wl_data_source.cancelled is also

Re: [PATCH weston v2] data-device: Implement DnD progress notification

2015-11-02 Thread Bryce Harrington
On Fri, Oct 30, 2015 at 10:04:49PM +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. > > wl_data_source.cancelled is also used as mentioned in the docs, being > emitted also on DnD when the oper

Re: [PATCH weston v2] data-device: Implement DnD progress notification

2015-10-30 Thread Michael Catanzaro
This fixes the issues I pointed out before. Reviewed-by: Michael Catanzaro ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH weston v2] data-device: Implement DnD progress notification

2015-10-30 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