Re: [PATCH gtk+] wayland: Track libxkbcommon changes.

2012-11-12 Thread Scott Moreau
On Mon, Nov 12, 2012 at 9:40 AM, Rob Bradford wrote: > On Mon, Nov 12, 2012 at 03:27:43PM +, Rob Bradford wrote: > > On Sun, Nov 11, 2012 at 12:19:20PM -0700, Scott Moreau wrote: > > > On Sun, Nov 11, 2012 at 5:49 AM, Rob Bradford < > robert.bradf...@intel.com>wrote: > > > > Hi Scott, > > Hell

Re: [PATCH wayland 1/5] doc: Insert \brief doxygen command

2012-11-12 Thread Tiago Vignatti
On 11/12/2012 01:33 PM, Ran Benita wrote: On Mon, Nov 12, 2012 at 10:32:14AM -0200, Tiago Vignatti wrote: Signed-off-by: Tiago Vignatti Might be easier to just set JAVADOC_AUTOBRIED = YES in the doxygen file? Typing '\brief' all the time can get a bit annoying. oh, I missed this option. I a

Re: [PATCH gtk+] wayland: Track libxkbcommon changes.

2012-11-12 Thread Rob Bradford
On Mon, Nov 12, 2012 at 03:27:43PM +, Rob Bradford wrote: > On Sun, Nov 11, 2012 at 12:19:20PM -0700, Scott Moreau wrote: > > On Sun, Nov 11, 2012 at 5:49 AM, Rob Bradford > > wrote: > > Hi Scott, Hello again, > > Yes, you are right. It looks like I got confused between branches. This > > p

Re: [PATCH wayland 1/5] doc: Insert \brief doxygen command

2012-11-12 Thread Ran Benita
On Mon, Nov 12, 2012 at 10:32:14AM -0200, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti Might be easier to just set JAVADOC_AUTOBRIED = YES in the doxygen file? Typing '\brief' all the time can get a bit annoying. Ran > --- > src/wayland-client.c | 85 > +

Re: [PATCH gtk+] wayland: Track libxkbcommon changes.

2012-11-12 Thread Rob Bradford
On Sun, Nov 11, 2012 at 12:19:20PM -0700, Scott Moreau wrote: > On Sun, Nov 11, 2012 at 5:49 AM, Rob Bradford > wrote: Hi Scott, > Yes, you are right. It looks like I got confused between branches. This > patch is meant for the wip/csd branch but it also needs the 1.0 update > patch too. Sorry a

[PATCH wayland 1/5] doc: Insert \brief doxygen command

2012-11-12 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- src/wayland-client.c | 85 +- 1 file changed, 42 insertions(+), 43 deletions(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index d3a7970..970c292 100644 --- a/src/wayland-client.c +++ b/src/wayland-

[PATCH wayland 5/5] doc: Update .gitignore

2012-11-12 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- doc/Wayland/.gitignore |1 + doc/doxygen/.gitignore |1 + 2 files changed, 2 insertions(+) diff --git a/doc/Wayland/.gitignore b/doc/Wayland/.gitignore index e366f17..c1656e7 100644 --- a/doc/Wayland/.gitignore +++ b/doc/Wayland/.gitignore @@ -1,2 +1,3 @

[PATCH wayland 4/5] doc: Set publican to quiet mode

2012-11-12 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- doc/Wayland/Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am index 71ae9b8..2c41a49 100644 --- a/doc/Wayland/Makefile.am +++ b/doc/Wayland/Makefile.am @@ -62,7 +62,7 @@ Wayland: $

[PATCH wayland 3/5] doc: Remove unused css and xslt for the protocol

2012-11-12 Thread Tiago Vignatti
This was added previously (commit 015c42e1) when we didn't have docbook formatted documentation. Now it became quite useless. Signed-off-by: Tiago Vignatti --- Makefile.am |2 +- configure.ac |1 - protocol/Makefile.am |9 -- protocol/proto

[PATCH wayland 2/5] doc: Auto-generate API methods and classes documentation

2012-11-12 Thread Tiago Vignatti
There's work to do still for giving a prettier style on the documentation, for instance splitting paragraphs correctly and printing the detailed description of the methods as well. Signed-off-by: Tiago Vignatti --- doc/Wayland/Makefile.am | 14 +++-- doc/Wayland/doxygen-to-publ

[PATCH wayland] doc: Fix incorrectly formatted section header

2012-11-12 Thread Tiago Vignatti
https://bugs.freedesktop.org/show_bug.cgi?id=56719 Reported-by: Petr Gladkikh Signed-off-by: Tiago Vignatti --- doc/Wayland/en_US/Architecture.xml |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Wayland/en_US/Architecture.xml b/doc/Wayland/en_US/Architecture.xml i

[PATCH wayland-web] Building rpi: remove reference to my personal git

2012-11-12 Thread Pekka Paalanen
The rpi backend is in weston/master now of upstream, no need to refer to my personal git repository for it. Signed-off-by: Pekka Paalanen --- raspberrypi.html |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/raspberrypi.html b/raspberrypi.html index e263fd8..40a79a