Re: [PATCH weston 4/5] data-device: Implement compositor-chosen actions

2016-01-15 Thread Bryce Harrington
On Fri, Jan 15, 2016 at 09:14:26PM +0100, Carlos Garnacho wrote: > Set up a keyboard grab during drag-and-drop, so we can translate > modifiers into preferred actions. The compositor chosen action > is stored in the current weston_data_source in order to make it > accessible to the source/offer at

[PATCH weston 4/5] data-device: Implement compositor-chosen actions

2016-01-15 Thread Carlos Garnacho
Set up a keyboard grab during drag-and-drop, so we can translate modifiers into preferred actions. The compositor chosen action is stored in the current weston_data_source in order to make it accessible to the source/offer at the time of calculating the new action, but would conceptually be part of

Re: [PATCH weston 4/5] data-device: Implement compositor-chosen actions

2016-01-14 Thread Jonas Ådahl
This patch doesn't seem to apply any more. Could you resend a rebased version? Jonas On Thu, Dec 24, 2015 at 02:00:40AM +0100, Carlos Garnacho wrote: > Set up a keyboard grab during drag-and-drop, so we can translate > modifiers into preferred actions. The compositor chosen action > is stored in

[PATCH weston 4/5] data-device: Implement compositor-chosen actions

2015-12-23 Thread Carlos Garnacho
Set up a keyboard grab during drag-and-drop, so we can translate modifiers into preferred actions. The compositor chosen action is stored in the current weston_data_source in order to make it accessible to the source/offer at the time of calculating the new action, but would conceptually be part of

Re: [PATCH weston 4/5] data-device: Implement compositor-chosen actions

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:30AM +0100, Carlos Garnacho wrote: > Set up a keyboard grab during drag-and-drop, so we can translate > modifiers into preferred actions. The compositor chosen action > is stored in the current weston_data_source in order to make it > accessible to the source/offer at

[PATCH weston 4/5] data-device: Implement compositor-chosen actions

2015-12-21 Thread Carlos Garnacho
Set up a keyboard grab during drag-and-drop, so we can translate modifiers into preferred actions. The compositor chosen action is stored in the current weston_data_source in order to make it accessible to the source/offer at the time of calculating the new action, but would conceptually be part of

Re: [PATCH weston 4/5] data-device: Implement compositor-chosen actions

2015-12-15 Thread Jonas Ådahl
On Tue, Dec 15, 2015 at 06:56:26PM +0100, Carlos Garnacho wrote: > Set up a keyboard grab during drag-and-drop, so we can translate > modifiers into preferred actions. The compositor chosen action > is stored in the current weston_data_source in order to make it > accessible to the source/offer at

[PATCH weston 4/5] data-device: Implement compositor-chosen actions

2015-12-15 Thread Carlos Garnacho
Set up a keyboard grab during drag-and-drop, so we can translate modifiers into preferred actions. The compositor chosen action is stored in the current weston_data_source in order to make it accessible to the source/offer at the time of calculating the new action, but would conceptually be part of