Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-16 Thread Pekka Paalanen
On Tue, 15 Oct 2013 12:17:31 -0300 Rafael Antognolli wrote: > Hi Pekka, > > I just updated it to cover what you mentioned. The diff from the > previous one is: > > http://pastebin.ca/2466952 Hi Rafael, the diff looks good! :-) Thanks, pq ___ wayla

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread Rafael Antognolli
Hi Pekka, I just updated it to cover what you mentioned. The diff from the previous one is: http://pastebin.ca/2466952 I also removed the parts where the protocol file is added to the build system, so we can cover that later (if only the .xml is going to be installed on the system with a .pc, or

[PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread antognolli
From: Rafael Antognolli xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, w

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread Pekka Paalanen
On Tue, 15 Oct 2013 10:20:57 -0300 Rafael Antognolli wrote: > On Tue, Oct 15, 2013 at 8:28 AM, Pekka Paalanen wrote: > > On Tue, 15 Oct 2013 07:30:54 -0300 > > Rafael Antognolli wrote: > > > >> Hi, > >> > >> On Tue, Oct 8, 2013 at 4:07 AM, Pekka Paalanen wrote: > >> > Hi, > >> > > >> > On Fri,

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread Rafael Antognolli
On Tue, Oct 15, 2013 at 8:28 AM, Pekka Paalanen wrote: > On Tue, 15 Oct 2013 07:30:54 -0300 > Rafael Antognolli wrote: > >> Hi, >> >> On Tue, Oct 8, 2013 at 4:07 AM, Pekka Paalanen wrote: >> > Hi, >> > >> > sorry for a late reply, I'm still around 600 emails behind of >> > wayland-devel@... >> >

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread Pekka Paalanen
On Tue, 15 Oct 2013 07:30:54 -0300 Rafael Antognolli wrote: > Hi, > > On Tue, Oct 8, 2013 at 4:07 AM, Pekka Paalanen wrote: > > Hi, > > > > sorry for a late reply, I'm still around 600 emails behind of > > wayland-devel@... > > > > > > On Fri, 19 Jul 2013 16:42:13 -0300 > > antogno...@gmail.com

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-15 Thread Rafael Antognolli
Hi, On Tue, Oct 8, 2013 at 4:07 AM, Pekka Paalanen wrote: > Hi, > > sorry for a late reply, I'm still around 600 emails behind of > wayland-devel@... > > > On Fri, 19 Jul 2013 16:42:13 -0300 > antogno...@gmail.com wrote: > >> From: Rafael Antognolli >> >> xdg_shell is a protocol aimed to substit

Re: [PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-10-08 Thread Pekka Paalanen
Hi, sorry for a late reply, I'm still around 600 emails behind of wayland-devel@... On Fri, 19 Jul 2013 16:42:13 -0300 antogno...@gmail.com wrote: > From: Rafael Antognolli > > xdg_shell is a protocol aimed to substitute wl_shell in the long term, > but will not be part of the wayland core pr

[PATCH 1/2] xdg_shell: Add a new shell protocol.

2013-07-19 Thread antognolli
From: Rafael Antognolli xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, w