Re: [PATCH weston 2/5] data-device: Implement DnD actions

2016-01-16 Thread Jonas Ådahl
On Fri, Jan 15, 2016 at 09:14:24PM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides honoring the set_actions requests on both wl_data_sourc

[PATCH weston 2/5] data-device: Implement DnD actions

2016-01-15 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events n

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2016-01-11 Thread Bill Spitzak
Can you please explain in detail the difference between the actions being "COPY + MOVE" and being "COPY + MOVE + ASK". I do not at all understand the purpose of "ASK". It might also help to specify what should happen if ASK is combined with less than 2 other actions. On Mon, Jan 11, 2016 at 12:30

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2016-01-11 Thread Jonas Ådahl
On Thu, Dec 24, 2015 at 02:00:38AM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides honoring the set_actions requests on both wl_data_sourc

[PATCH weston 2/5] data-device: Implement DnD actions

2015-12-23 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events n

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2015-12-22 Thread Carlos Garnacho
Hey!, On Tue, Dec 22, 2015 at 5:25 AM, Jonas Ådahl wrote: > On Tue, Dec 22, 2015 at 02:33:28AM +0100, Carlos Garnacho wrote: >> The policy in weston in order to determine the chosen DnD action is >> deliberately simple, and is probably the minimals that any compositor >> should be doing here. >>

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2015-12-21 Thread Jonas Ådahl
On Tue, Dec 22, 2015 at 02:33:28AM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides honoring the set_actions requests on both wl_data_sourc

[PATCH weston 2/5] data-device: Implement DnD actions

2015-12-21 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events n

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2015-12-16 Thread Carlos Garnacho
Hey, On Wed, Dec 16, 2015 at 3:37 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:23PM +0100, Carlos Garnacho wrote: >> The policy in weston in order to determine the chosen DnD action is >> deliberately simple, and is probably the minimals that any compositor >> should be doing here. >> >

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2015-12-15 Thread Jonas Ådahl
On Tue, Dec 15, 2015 at 06:56:23PM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides honoring the set_actions requests on both wl_data_sourc

[PATCH weston 2/5] data-device: Implement DnD actions

2015-12-15 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events n